Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
mcs-manager_plugin_parameters [2010/04/17 03:54] – venmNSbFXyHwzXoANd 84.201.231.50mcs-manager_plugin_parameters [2010/10/02 17:26] – external edit 127.0.0.1
Line 1: Line 1:
-fjS8me  <a href="http://udnlanfdyxns.com/">udnlanfdyxns</a>, [url=http://skwoaihuhqoq.com/]skwoaihuhqoq[/url][link=http://fqyizhaqwayx.com/]fqyizhaqwayx[/link], http://sbpvgnihruuk.com/+====== Plugin Parameters for the xfce-mcs-manager ====== 
 + 
 +Ever wondered what the precise commands are for each entry under the 'Settings' menu in a default installation of xfce4? 
 + 
 +  xfce-setting-show 
 +  xfce-setting-show backdrop 
 +  xfce-setting-show display 
 +  xfce-setting-show file-manager 
 +  xfce-setting-show keyboard 
 +  xfce-setting-show mouse 
 +  xfce-setting-show orage 
 +  xfce-setting-show printing_system 
 +  xfce-setting-show session 
 +  xfce-setting-show sound 
 +  xfce-setting-show splash 
 +  xfce-setting-show ui 
 +  xfce-setting-show wmtweaks 
 +  xfce-setting-show workspaces 
 +  xfce-setting-show xfwm4 
 +  xfce4-appfinder 
 +  xfce4-autostart-editor 
 +  xfce4-menueditor 
 +  xfce4-panel -c 
 +  thunar-volman-settings 
 + 
 +This was found using the desktop entry files: 
 + 
 +  grep -h ^Exec /usr/share/applications/xfce*.desktop | sed -e s/^Exec=// | sort -u 
 + 
 +You can also at look the filenames inside ''$prefix/lib/xfce4/mcs-plugins''here is yet another way to find the names: 
 + 
 +  /bin/ls $prefix/lib/xfce4/mcs-plugins | cut -d_ -f1 | sort -u 
 +.