| Newsgroups |
gmane.os.freebsd.devel.x11 |
| Message-ID |
<[email protected]> |
September 22, 2019 8:21 PM, "Vasily Postnicov" <[email protected]> wrote:
> Thanks for help. But there is much bigger problem. Turns out, I cannot launch any application. I
> mean, an application is launched (I can see process with ps), but nothing is drawn on the screen.
> So all I can do in sway is exit sway with Alt+Shift+e. The same thing happens with x11-wm/cage.
> This time I cannot provide any information, as there is no error messages.
Are you launching from a configured hotkey or from ssh?
If not launching from inside the desktop, you need the XDG_RUNTIME_DIR to match.
In a CK2 session, it's /var/run/user/1001 (where 1001 is your uid).
Also, are you launching a native wayland app or an X11 one?
There's a bug with AMD gpus + xwayland < 1.19 that makes xwayland windows not show up, it was discussed at https://github.com/FreeBSDDesktop/kms-drm/issues/33
For GTK apps, run with GDK_BACKEND=wayland to make sure they don't try other backends, that would make the "not finding socket" issue more obvious.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "[email protected]"