Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| terminator_vs_ubuntu_18.10_-_broadcast_issue [29.03.2021 07:55] – [the script:] Pascal Suter | terminator_vs_ubuntu_18.10_-_broadcast_issue [08.05.2026 14:46] (current) – [Thinlinc] Pascal Suter | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| <code bash / | <code bash / | ||
| #!/bin/bash | #!/bin/bash | ||
| - | DBUS_SESSION_BUS_ADDRESS="" | + | DBUS_SESSION_BUS_ADDRESS="" |
| </ | </ | ||
| don't forget to make it executable :) | don't forget to make it executable :) | ||
| - | chmod 755 / | + | chmod 755 / |
| the reason why this is saved to ''/ | the reason why this is saved to ''/ | ||
| Line 30: | Line 30: | ||
| we could have also renamed the actual binary and then saved the wrapper in its place, or we could have modified the launcher file, but both of these solutions will probably brake on each update of terminator, while our little hack, although not pretty, will survive updates as well. | we could have also renamed the actual binary and then saved the wrapper in its place, or we could have modified the launcher file, but both of these solutions will probably brake on each update of terminator, while our little hack, although not pretty, will survive updates as well. | ||
| + | |||
| + | ===== Other problems ===== | ||
| + | ==== Thinlinc ==== | ||
| + | if you are using thinlinc to connect to your linux machine, thinlinc will not source ''/ | ||
| + | PATH=/ | ||
| + | |||
| + | 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 ==== | ||
| + | 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 " | ||
| + | ibus-setup | ||
| + | then go to the emoji tab and either change or remove the shortcut | ||
| + | |||