terminator_vs_ubuntu_18.10_-_broadcast_issue

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
terminator_vs_ubuntu_18.10_-_broadcast_issue [08.05.2026 14:42] – [Ohter problems] Pascal Suterterminator_vs_ubuntu_18.10_-_broadcast_issue [08.05.2026 14:46] (current) – [Thinlinc] Pascal Suter
Line 32: Line 32:
  
 ===== Other problems ===== ===== Other problems =====
 +==== Thinlinc ====
 +if you are using thinlinc to connect to your linux machine, thinlinc will not source ''/etc/environment'' to start building the ''PATH'' variable but it will use its own initial calue for ''PATH'' as defined in ''/opt/thinlinc/etc/conf.d/vsmagent.hconf'' and unfortunately by default it will check ''/bin'' before ''/usr/bin/local'' which makes the above script useless. the simplest solution is to adjust the order of directories in that config file so taht ''/usr/local/bin'' is checked first. here is an example, what a working PATH may look like in ''vsmagent.hconf''
 +  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/thinlinc/bin:/usr/bin/X11
 +
 +after changin this, you need to completely end your remote gnome session and start a new one for this change to take effect.
 +
 ==== split-screen shortcut ctrl+shift+e not working ==== ==== split-screen shortcut ctrl+shift+e not working ====
 if terminator works with ibus active, you can experience a strange behaviour when using the ctrl+shift+e shortcut to split screens: you will get an underlined "__e__" and the terminal behaves strange until you press escape. this is because this same shurtcut is used by ibus to write emojis. you can change the ibus shurtcut by running  if terminator works with ibus active, you can experience a strange behaviour when using the ctrl+shift+e shortcut to split screens: you will get an underlined "__e__" and the terminal behaves strange until you press escape. this is because this same shurtcut is used by ibus to write emojis. you can change the ibus shurtcut by running 
  • terminator_vs_ubuntu_18.10_-_broadcast_issue.1778244174.txt.gz
  • Last modified: 08.05.2026 14:42
  • by Pascal Suter