maliit / framework

Core libraries of Maliit and server.
Other
52 stars 49 forks source link

connection: Move dbus socket to well known path in XDG_RUNTIME_DIR #117

Closed dobey closed 2 years ago

dobey commented 2 years ago

As dbus has now changed to make tmpdir behave the same as dir, socket creation fails when the directory does not exist, and it is no longer automatically removed upon exit. Instead, switch to a well known name under XDG_RUNTIME_DIR, as only one instance of the dbus service can exist at a time, per user.