You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On compiled from source version of Terminator with the --reload (-R) feature, the reloading doesn't work, I get this error message:
$ terminator -R
Traceback (most recent call last):
File "/usr/bin/terminator", line 92, in <module>
dbus_service = ipc.DBusService()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/terminatorlib/ipc.py", line 48, in __init__
self.prepare_attributes()
File "/usr/lib/python3.11/site-packages/terminatorlib/ipc.py", line 65, in prepare_attributes
raise dbus.exceptions.DBusException(
dbus.exceptions.DBusException: Couldn't get DBus name net.tenshu.Terminator2c167fcb65036abc0f3dbe526aaa2db94: Name exists
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/terminator", line 117, in
ipc.reload_configuration()
TypeError: reload_configuration() missing 1 required positional argument: 'session'
To Reproduce
On source version of Terminator, built from source, type "terminator -R"
Expected behavior
I expect the config file to reload to a new theme
Screenshots
Desktop (please complete the following information):
OpenSUSE TumbleWeed
Wayland (Hyprland)
Additional context
I need to reload from terminal I want to be able to switch themes by pressing a button on my waybar, the config file updates correctyly, I just want terminator to reload without opening preferences and hitting close.
The text was updated successfully, but these errors were encountered:
Describe the bug
On compiled from source version of Terminator with the --reload (-R) feature, the reloading doesn't work, I get this error message:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/terminator", line 117, in
ipc.reload_configuration()
TypeError: reload_configuration() missing 1 required positional argument: 'session'
To Reproduce
On source version of Terminator, built from source, type "terminator -R"
Expected behavior
I expect the config file to reload to a new theme
Screenshots
Desktop (please complete the following information):
Additional context
I need to reload from terminal I want to be able to switch themes by pressing a button on my waybar, the config file updates correctyly, I just want terminator to reload without opening preferences and hitting close.
The text was updated successfully, but these errors were encountered: