Thunar bugs
“open terminal here” command does not work
–FIXED–
right-click on folder in Thunar > “open terminal here”
-> error : ” failed to launch preferred application for category “TerminalEmulator. Could not find fall-back TerminalEmulator “
? reden is omdat de xfce4-terminal niet is geïnstaleerd ?
==> nee , omdat dit beheerd word door xfce4-settings die geen deel uit maakt van Cinamon
documentatie :
The xfce4-settings component provides a daemon, manager, and editor to centralize the configuration management of the Xfce system
https://docs.xfce.org/xfce/xfce4-settings/start => sudo apt install xfce4-settings
! dit installeert een extra demon ? : dat wil ik niet
solution
- Thunar > Edit>Configure custom actions
- edit “Open Terminal Here”
- replace:
exo-open --working-directory %f --launch TerminalEmulator
with :terminator --working-directory=%f
gnome-terminal does work , but not useful
gnome-terminal --workdir %f , doe not work => Failed to parse arguments: Unknown option –workdir
no more main menu
–FIXED–
ctrl + m : toggles hid show edit menu
Exact dezelfde error bij autostart apps , starten van een desktop file
met daarin terminal =true & starten van een shell script
wil waarschijnlijk eveneens een xfce4 / gnome terminal lanceren
==workarround / gefixed met==
exec=scriptname aanpassen naar : exec sh ” scriptname”
en term=false te zetten