On Tuesday 13 August 2019 23.07:14 Dr. Nikolaus Klepp wrote:
hm .. add a "1>/tmp/log 2>&1" after the onscreen keyboard and look what's written to it.
23:14:01.027 WARNING OnboardGtk: D-Bus session bus unavailable Onboard will start with reduced functionality. Single-instance check, D-Bus service and hover click are disabled. 23:14:01.094 WARNING Config: mousetweaks GSettings schema not found, mousetweaks integration disabled.
(onboard:659): dconf-WARNING **: 23:14:01.149: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)
(onboard:659): dconf-WARNING **: 23:14:01.411: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory) Traceback (most recent call last): File "/usr/bin/onboard", line 36, in <module> ob = Onboard() File "/usr/lib/python3/dist-packages/Onboard/OnboardGtk.py", line 148, in __init__ self.init() File "/usr/lib/python3/dist-packages/Onboard/OnboardGtk.py", line 189, in init self._init_delayed() File "/usr/lib/python3/dist-packages/Onboard/OnboardGtk.py", line 270, in _init_delayed self.service_keyboard = ServiceOnboardKeyboard(self) File "/usr/lib/python3/dist-packages/Onboard/OnboardGtk.py", line 854, in __init__ ServiceBase.__init__(self, dbus.SessionBus(), self.NAME, self.PATH) File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__ mainloop=mainloop) File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__ bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__ bus = cls._new_for_bus(address_or_type, mainloop=mainloop) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message
If I start onboard after login I get:
23:19:55.516 WARNING Config: mousetweaks GSettings schema not found, mousetweaks integration disabled.
(onboard:1116): Gdk-CRITICAL **: 23:19:57.706: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed
Thierry