Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use abstract socket on FreeBSD #612

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

JoseExposito
Copy link
Owner

FreeBSD does not support abstract Unix sockets, causing the app to crash with error "Error creating D-Bus server: Abstract namespace not supported".

As pointed out by @yurivict, the FreeBSD port of Touchégg patches "src/daemon/dbus.h" to fix this issue:
https://cgit.freebsd.org/ports/tree/sysutils/touchegg/files/patch-src_daemon_dbus.h

Apply a similar patch upstream to fix #611.

FreeBSD does not support abstract Unix sockets, causing the app to
crash with error "Error creating D-Bus server: Abstract namespace not
supported".

As pointed out by @yurivict, the FreeBSD port of Touchégg patches
"src/daemon/dbus.h" to fix this issue:
https://cgit.freebsd.org/ports/tree/sysutils/touchegg/files/patch-src_daemon_dbus.h

Apply a similar patch upstream to fix #611.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

touchegg fails to catch and report the exception and aborts
1 participant