parent
4f14ec6b34
commit
b6f5d96fcd
@ -1,13 +1,13 @@
|
||||
diff --git a/applets/kickoff/package/contents/config/main.xml b/applets/kickoff/package/contents/config/main.xml
|
||||
index 3ca76f0..258149c 100644
|
||||
index 2ac27a9..142ba25 100644
|
||||
--- a/applets/kickoff/package/contents/config/main.xml
|
||||
+++ b/applets/kickoff/package/contents/config/main.xml
|
||||
@@ -20,7 +20,7 @@
|
||||
</entry>
|
||||
<entry name="favorites" type="StringList">
|
||||
<label>List of general favorites. Supported values are menu id's (usually .desktop file names), special URLs that expand into default applications (e.g. preferred://browser), document URLs and KPeople contact URIs.</label>
|
||||
- <default>preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop,org.kde.discover.desktop</default>
|
||||
+ <default>preferred://browser,org.kde.kontact.desktop,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,org.kde.ktpcontactlist.desktop,ktpcontactlist.desktop,org.kde.kate.desktop,kate.desktop,org.kde.konsole.desktop,org.kde.apper.desktop,apper.desktop,org.kde.discover.desktop</default>
|
||||
</entry>
|
||||
<entry name="favoritesPortedToKAstats" type="Bool">
|
||||
<label>Are the favorites ported to use KActivitiesStats to allow per-activity favorites</label>
|
||||
@@ -15,7 +15,7 @@
|
||||
</entry>
|
||||
<entry name="favorites" type="StringList">
|
||||
<label>List of general favorites. Supported values are menu id's (usually .desktop file names), special URLs that expand into default applications (e.g. preferred://browser), document URLs and KPeople contact URIs.</label>
|
||||
- <default>preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop,org.kde.discover.desktop</default>
|
||||
+ <default>preferred://browser,org.kde.kontact.desktop,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,org.kde.ktpcontactlist.desktop,ktpcontactlist.desktop,org.kde.kate.desktop,kate.desktop,org.kde.konsole.desktop,org.kde.apper.desktop,apper.desktop,org.kde.discover.desktop</default>
|
||||
</entry>
|
||||
<entry name="systemFavorites" type="StringList">
|
||||
<label>List of system action favorites.</label>
|
||||
|
@ -0,0 +1,13 @@
|
||||
diff --git a/kcms/autostart/autostartmodel.cpp b/kcms/autostart/autostartmodel.cpp
|
||||
index bb15ffe..94d800c 100644
|
||||
--- a/kcms/autostart/autostartmodel.cpp
|
||||
+++ b/kcms/autostart/autostartmodel.cpp
|
||||
@@ -35,6 +35,8 @@
|
||||
#include <KOpenWithDialog>
|
||||
#include <KPropertiesDialog>
|
||||
|
||||
+#include <optional>
|
||||
+
|
||||
// FDO user autostart directories are
|
||||
// .config/autostart which has .desktop files executed by klaunch
|
||||
|
@ -0,0 +1,20 @@
|
||||
diff --git a/kcms/keyboard/kcminputrc_migrate_repeat_value.py b/kcms/keyboard/kcminputrc_migrate_repeat_value.py
|
||||
index 6515cff..8016e60 100755
|
||||
--- a/kcms/keyboard/kcminputrc_migrate_repeat_value.py
|
||||
+++ b/kcms/keyboard/kcminputrc_migrate_repeat_value.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
import sys
|
||||
|
||||
for line in sys.stdin:
|
||||
diff --git a/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py b/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
|
||||
index a019986..cec9c78 100644
|
||||
--- a/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
|
||||
+++ b/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
import fileinput
|
||||
|
||||
for line in fileinput.input():
|
Loading…
Reference in new issue