# HG changeset patch # User Guido Berhoerster # Date 1606981908 -3600 # Node ID f27122a7bb0259f187475bcb00030fb77d7c3c3d # Parent 25552baecdcd09bd2988342c41d4437a3607fd90 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. diff -r 25552baecdcd -r f27122a7bb02 org.guido-berhoerster.code.package-update-indicator.desktop.in --- 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; diff -r 25552baecdcd -r f27122a7bb02 org.guido-berhoerster.code.package-update-indicator.preferences.desktop.in --- 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;