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
Last revisionBoth sides next revision
terminator_vs_ubuntu_18.10_-_broadcast_issue [29.03.2021 07:55] – [the script:] Pascal Suterterminator_vs_ubuntu_18.10_-_broadcast_issue [29.03.2021 08:06] – [the script:] Pascal Suter
Line 20: Line 20:
 <code bash /usr/local/bin/terminator> <code bash /usr/local/bin/terminator>
 #!/bin/bash #!/bin/bash
-DBUS_SESSION_BUS_ADDRESS="" GTK_IM_MODULE= /usr/bin/terminator+DBUS_SESSION_BUS_ADDRESS="" GTK_IM_MODULE="" /usr/bin/terminator
 </code> </code>
 don't forget to make it executable :)  don't forget to make it executable :) 
-  chmod 755 /usr/local/bin/terminator''+  chmod 755 /usr/local/bin/terminator
  
 the reason why this is saved to ''/usr/local/bin'' is, that this directory is listed in the ''PATH'' variable before ''/usr/bin'' is listed where the actual terminator binary resides. hence, when someone starts terminator wihtout providing a full path, our wrapper script will be launched first.  the reason why this is saved to ''/usr/local/bin'' is, that this directory is listed in the ''PATH'' variable before ''/usr/bin'' is listed where the actual terminator binary resides. hence, when someone starts terminator wihtout providing a full path, our wrapper script will be launched first. 
  • terminator_vs_ubuntu_18.10_-_broadcast_issue.txt
  • Last modified: 28.12.2021 13:07
  • by Pascal Suter