08-11-2014, 06:31 PM
I've fixed these two whisker menu search items.
For the man pages search function:
Right-click whisker menu and choose 'properties' then select the 'search' tab
Change the text in the 'command' box to:
For the 'run in terminal' function change the command box to:
Paul
EDIT: AFAIK it isn't possible to use exo-open and the default terminal setting as any parameters get stripped out.
For the man pages search function:
Right-click whisker menu and choose 'properties' then select the 'search' tab
Change the text in the 'command' box to:
Code:
lxterminal -e "man %s"
For the 'run in terminal' function change the command box to:
Code:
lxterminal -e "%s"
Paul
EDIT: AFAIK it isn't possible to use exo-open and the default terminal setting as any parameters get stripped out.