More useable Xfce 4 Settings Manager

If you have any suggestions or ideas about improving Salix, here's the place to post them.
Post Reply
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

More useable Xfce 4 Settings Manager

Post 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
Image
Help to make Slackware easier Donate to Salix
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: More useable Xfce 4 Settings Manager

Post by gapan »

I either don't understand what you're prososing, or what you're proposing doesn't make sense.
Image
Image
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: More useable Xfce 4 Settings Manager

Post by zAchAry »

Should the Salix Tools (and other system settings and configurations applications) be appear in the Settings Manager of Xfce?
Image
Help to make Slackware easier Donate to Salix
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: More useable Xfce 4 Settings Manager

Post by gapan »

No. These are all desktop (user) settings. Nothing to do with system tools and settings.
Image
Image
Post Reply