![]() |
Editing "Terminal" entry in Whisker Menu has no effect - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Editing "Terminal" entry in Whisker Menu has no effect (/showthread.php?tid=3960) |
Editing "Terminal" entry in Whisker Menu has no effect - daniel.tailor - 04-17-2017 ## What I would like to achieve: I'd like my Terminal menu entry to not just launch "lxterminal", but launch "lxterminal --geometry=120x50 -e /usr/bin/fish -l". Issuing the quoted command from a (Bash) terminal yields the expected result (i.e. a new terminal opens with fish as the shell, with the terminal's size set to 120x50 characters). ## What I've tried First I did what worked so far both under LXDE and GNOME: copy /usr/share/applications/lxterminal.desktop to ~/.local/share/applications, then edit "TryExec" and "Exec" to contain the command quoted above. Ater several logouts and re-logins, and several attempts at "xfdesktop --reload", the Terminal launcher (or whatever it's called in Whisker Menu terminology) works as usual. Then I used "Edit Applications" to insert the aforementioned command into the Terminal entries "Command" field. Still no result, "Terminal" works as is it did before. After some DuckDuckGoing on the topic, I tried adding "X-XFCE" to the .desktop file in the Category line, to no avail. ## Possible related "symptom" I've installed gedit, and it works just fine, it shows up in Whisker Menu under Accessories. But in Edit Applications, the Accessories category contains no entry for gedit. (I seriously think now that Whisker Menu or something related is really messed up.) Any ideas? What did I miss? Code: $ inxi -b |