Page 1 of 1

More useable Xfce 4 Settings Manager

Posted: 24. Aug 2011, 15:05
by zAchAry
Question: Should the following be applied to the Salix (Admin) Tools?

A customized Settings Manager:
Image

To add items to the Settings Manager of Xfce you need to add to the .desktop file the following parameters to the Categories entry:

Code: Select all

Categories=Settings;X-XFCE;DesktopSettings;
You can also add ;X-XfceSettingsDialog; too, but it has no effect, as it seems.

To rename an item in the Settings Manager you need to add:

Code: Select all

X-XfceSettingsName=ANY_NAME
Examples:

Code: Select all

file:///usr/share/applications/exo-preferred-applications.desktop
file:///usr/share/applications/thunar-volman-settings.desktop
file:///usr/share/applications/xscreensaver-properties.desktop
Copy /usr/share/applications/notification-properties.desktop
to $HOME/.local/share/applications/

Code: Select all

$ install /usr/share/applications/notification-properties.desktop .local/share/applications/
From:

Code: Select all

[Desktop Entry]
Name=Pop-Up Notifications
Comment=Set your pop-up notification preferences
Exec=notification-properties
Icon=notification-properties
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Settings;
Add:

Code: Select all

Categories=Settings;X-XFCE;DesktopSettings;
X-XfceSettingsName=Notifications
To:

Code: Select all

[Desktop Entry]
Name=Pop-Up Notifications
Comment=Set your pop-up notification preferences
Exec=notification-properties
Icon=notification-properties
Terminal=false
Type=Application
Categories=GNOME;GTK;Settings;X-XFCE;DesktopSettings;
StartupNotify=true
X-XfceSettingsName=Notifications

Re: More useable Xfce 4 Settings Manager

Posted: 24. Aug 2011, 20:42
by gapan
I either don't understand what you're prososing, or what you're proposing doesn't make sense.

Re: More useable Xfce 4 Settings Manager

Posted: 25. Aug 2011, 11:36
by zAchAry
Should the Salix Tools (and other system settings and configurations applications) be appear in the Settings Manager of Xfce?

Re: More useable Xfce 4 Settings Manager

Posted: 25. Aug 2011, 13:40
by gapan
No. These are all desktop (user) settings. Nothing to do with system tools and settings.