diff options
| author | Rik Mills <rikmills@kubuntu.org> | 2017-10-25 07:39:53 (GMT) |
|---|---|---|
| committer | Rik Mills <rikmills@kubuntu.org> | 2017-10-25 07:39:53 (GMT) |
| commit | 8c72231f8bec642ec842483a6554f6830db661c4 (patch) | |
| tree | 3ccc35564cef9ccab183e504fa8a4c0fc25d883e | |
| parent | 562b250f2ab283834e42b40e7fa0f4b3e62ceb42 (diff) | |
Add patch upstream_fix_dbus_startup_notification.patch
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/patches/series | 1 | ||||
| -rw-r--r-- | debian/patches/upstream_fix_dbus_startup_notification.patch | 18 |
3 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7ee25fe..261d24d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ systemsettings (4:5.11.2-0ubuntu1) UNRELEASED; urgency=medium * More runtime deps * New upstream release (5.11.1) * New upstream release (5.11.2) + * Add patch upstream_fix_dbus_startup_notification.patch -- Rik Mills <rikmills@kubuntu.org> Tue, 24 Oct 2017 13:24:54 +0000 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..16d2117 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +upstream_fix_dbus_startup_notification.patch diff --git a/debian/patches/upstream_fix_dbus_startup_notification.patch b/debian/patches/upstream_fix_dbus_startup_notification.patch new file mode 100644 index 0000000..6c38504 --- /dev/null +++ b/debian/patches/upstream_fix_dbus_startup_notification.patch @@ -0,0 +1,18 @@ +diff --git a/app/kdesystemsettings.desktop b/app/kdesystemsettings.desktop +--- a/app/kdesystemsettings.desktop ++++ b/app/kdesystemsettings.desktop +@@ -139,4 +139,5 @@ + Comment[x-test]=xxConfiguration tools for your computerxx + Comment[zh_CN]=您的计算机的配置工具 + X-DBUS-StartupType=Unique ++X-DBUS-ServiceName=org.kde.systemsettings + Categories=Qt;KDE;Settings; +diff --git a/app/systemsettings.desktop b/app/systemsettings.desktop +--- a/app/systemsettings.desktop ++++ b/app/systemsettings.desktop +@@ -196,4 +196,5 @@ + Comment[x-test]=xxConfiguration tools for your computerxx + Comment[zh_CN]=您的计算机的配置工具 + X-DBUS-StartupType=Unique ++X-DBUS-ServiceName=org.kde.systemsettings + Categories=Qt;KDE;Settings; |
