Hi!
Just wanted to share that while testing hyprland I found that whenever I log out the session there's some :1 socket file that gets into my users home path.
After some research I found it's a bug on how hyprland launches Xwayland, comparing with Wayfire this one launches it with -terminate flag.
So I just had to patch the file work/hyprland-source/src/xwayland/Server.cpp
and compile hyprland
It worked, no more annoying :1 socket file on logout.
Cheers
Just wanted to share that while testing hyprland I found that whenever I log out the session there's some :1 socket file that gets into my users home path.
After some research I found it's a bug on how hyprland launches Xwayland, comparing with Wayfire this one launches it with -terminate flag.
So I just had to patch the file work/hyprland-source/src/xwayland/Server.cpp
and compile hyprland
It worked, no more annoying :1 socket file on logout.
Cheers