Replies: 1 comment 3 replies
-
What you mentioned is the Wayland socket, not Wayfire's IPC socket. The IPC socket is placed according to the rules here: Line 347 in cee51fd Since you mention RPi, I hope you are running latest Wayfire release (0.9), the default version on RPi is 0.7.x which doesn't have IPC at all. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sorry if this is the wrong place to ask, but it seems my Google-Fu is not strong. I've followed the instructions in PyWayfire git page and attempted to establish control of the Wayfire compositor over IPC, but it doesn't seem to work.
Clearly I'm doing something wrong, but I can't seem to understand what.
I've configured Wayfire.ini with the specified plugins (ipc, ipc-rules and stipc), the appropriate socket gets created at /run/user/$(id -u)/wayland-1, and the python module loads without error, but when I run any of the example scripts, they just time-out and return nothing or they hang (depending on which version of the python library I load).
I've tried this on both RPiOS and Gentoo running on my Pi4B, both with the same result
Running Wayfire with the debug switch doesn't reveal much to me, but I'm clearly missing something.
I'd love it if someone could please point me in the right direction.
Beta Was this translation helpful? Give feedback.
All reactions