From d934013e03cacaba539e6ae4d49e1b25a36c3356 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann <jannis@xfce.org> Date: Sun, 14 Sep 2008 21:15:10 +0000 Subject: [PATCH] * settings-dialogs/*.desktop.in: Add X-XfcePluggable=true to desktop files of the settings dialogs. (Old svn revision: 27878) --- ChangeLog | 5 +++++ settings-dialogs/xfce-wm-settings.desktop.in | 1 + settings-dialogs/xfce-wmtweaks-settings.desktop.in | 1 + settings-dialogs/xfce-workspaces-settings.desktop.in | 1 + 4 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 53640bf3d..2a5a831e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-14 23:13 jannis + + * settings-dialogs/*.desktop.in: Add X-XfcePluggable=true to desktop + files of the settings dialogs. + 2008-09-14 22:18 jannis * settings-dialogs/tweaks-settings.c: Add copyright hint. diff --git a/settings-dialogs/xfce-wm-settings.desktop.in b/settings-dialogs/xfce-wm-settings.desktop.in index e7e31ec0d..32cf14afc 100644 --- a/settings-dialogs/xfce-wm-settings.desktop.in +++ b/settings-dialogs/xfce-wm-settings.desktop.in @@ -11,3 +11,4 @@ Type=Application Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; StartupNotify=true OnlyShowIn=XFCE; +X-XfcePluggable=true diff --git a/settings-dialogs/xfce-wmtweaks-settings.desktop.in b/settings-dialogs/xfce-wmtweaks-settings.desktop.in index 68e66bc9a..2906334e8 100644 --- a/settings-dialogs/xfce-wmtweaks-settings.desktop.in +++ b/settings-dialogs/xfce-wmtweaks-settings.desktop.in @@ -10,3 +10,4 @@ Type=Application Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; StartupNotify=true OnlyShowIn=XFCE; +X-XfcePluggable=true diff --git a/settings-dialogs/xfce-workspaces-settings.desktop.in b/settings-dialogs/xfce-workspaces-settings.desktop.in index e3ba57d5f..8bb2d45de 100644 --- a/settings-dialogs/xfce-workspaces-settings.desktop.in +++ b/settings-dialogs/xfce-workspaces-settings.desktop.in @@ -11,3 +11,4 @@ Type=Application Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; StartupNotify=true OnlyShowIn=XFCE; +X-XfcePluggable=true -- GitLab