Whisker menu search actions - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Whisker menu search actions (/showthread.php?tid=706) |
Whisker menu search actions - paul59 - 08-09-2014 Wikipedia search works fine but I can't get '#' man pages or '!' run in terminal to work. I've tried using various terminal 'names' instead of Terminal Emulator, removing the string that gets passed, enclosing various parts in single/double quotes and passing the -e option for execute. Do these searches work for other people? If so any chance you can post your command string just to check against mine? Paul Re: Whisker menu search actions - gold_finger - 08-09-2014 I tried those things a while back also. Also could not get them to work. Haven't bothered looking further into it, so don't have answer. Just letting you know that it's not just you. Re: Whisker menu search actions - paul59 - 08-09-2014 Thanks I've had them working on Mint xfce before - I'll trawl the net for answers! Paul Re: Whisker menu search actions - paul59 - 08-11-2014 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: 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. |