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
mcs-manager_plugin_parameters [2007/08/10 19:36] – Sorted into alphabetical order, added orage, modified the command 193.195.0.102mcs-manager_plugin_parameters [2019/03/27 00:04] (current) blueberrybrownie
Line 6: Line 6:
   xfce-setting-show backdrop   xfce-setting-show backdrop
   xfce-setting-show display   xfce-setting-show display
 +  xfce-setting-show file-manager
   xfce-setting-show keyboard   xfce-setting-show keyboard
   xfce-setting-show mouse   xfce-setting-show mouse
Line 21: Line 22:
   xfce4-menueditor   xfce4-menueditor
   xfce4-panel -c   xfce4-panel -c
 +  thunar-volman-settings
  
-This was found using +This was found using the desktop entry files:
  
   grep -h ^Exec /usr/share/applications/xfce*.desktop | sed -e s/^Exec=// | sort -u   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