changeset 51:f27122a7bb02

Fix desktop files Remove the "TrayIcon" category from the indicator autostart desktop file since it must be combined with "OnlyShowIn". Hide the indicator and preferences application in KDE by default since it comes with its own implementation. Display the preferences application in the Xfce system settings dialog.
author Guido Berhoerster <guido+pui@berhoerster.name>
date Thu, 03 Dec 2020 08:51:48 +0100
parents 25552baecdcd
children 707e9e3deeac
files org.guido-berhoerster.code.package-update-indicator.desktop.in org.guido-berhoerster.code.package-update-indicator.preferences.desktop.in
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/org.guido-berhoerster.code.package-update-indicator.desktop.in	Thu Nov 19 15:54:49 2020 +0100
+++ b/org.guido-berhoerster.code.package-update-indicator.desktop.in	Thu Dec 03 08:51:48 2020 +0100
@@ -6,5 +6,5 @@
 Exec=package-update-indicator
 Terminal=false
 Type=Application
-Categories=Utility;GTK;TrayIcon;
-NotShowIn=GNOME;
+Categories=Utility;GTK;
+NotShowIn=GNOME;KDE;
--- a/org.guido-berhoerster.code.package-update-indicator.preferences.desktop.in	Thu Nov 19 15:54:49 2020 +0100
+++ b/org.guido-berhoerster.code.package-update-indicator.preferences.desktop.in	Thu Dec 03 08:51:48 2020 +0100
@@ -7,5 +7,5 @@
 Exec=package-update-indicator-prefs
 Terminal=false
 Type=Application
-Categories=Settings;PackageManager;GTK;
-NotShowIn=GNOME;
+Categories=Settings;PackageManager;GTK;X-XFCE-SettingsDialog;X-XFCE-SettingsSystem;
+NotShowIn=GNOME;KDE;