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
Next revisionBoth sides next revision
howto:panel_plugin_debug [2009/08/31 02:18] 155.35.248.133howto:panel_plugin_debug [2012/06/22 18:28] landry
Line 21: Line 21:
   #!/bin/sh   #!/bin/sh
   valgrind --log-file=$HOME/clipman-valgrind.log \   valgrind --log-file=$HOME/clipman-valgrind.log \
-  /usr/local/libexec/xfce4/panel-plugins/clipman $@+  /usr/local/libexec/xfce4/panel-plugins/clipman "$@"
  
   * Now you can add the plugin "Clipman (valgrind)" to the panel as usual   * Now you can add the plugin "Clipman (valgrind)" to the panel as usual
Line 74: Line 74:
   $ xfce4-panel > file 2>&1 & disown   $ xfce4-panel > file 2>&1 & disown
  
-  * When done capturing, restart the panel:+  * When done capturing, exit the panel and start it again:
  
-  $ xfce4-panel -r+  $ xfce4-panel -
 +  $ xfce4-panel & disown
  
 ====== Some tips ====== ====== Some tips ======