11-20-2020, 11:52 AM
It's using Wayland not X, so forwarding X only works with applications that are using X by default. For the ones that can start with either display you may be able to coerce them into using X by setting an environment variable or two, but what you set depends on the toolkit the application is using, for example:
GDK_BACKEND=x11 firefox
I think for Qt it would be QT_QPA_PLATFORM=xcb but there may be something else too. I've not looked into it for other toolkits.
For desktop sharing you probably need something like gnome-remote-desktop - assuming it's compatible with phosh.
GDK_BACKEND=x11 firefox
I think for Qt it would be QT_QPA_PLATFORM=xcb but there may be something else too. I've not looked into it for other toolkits.
For desktop sharing you probably need something like gnome-remote-desktop - assuming it's compatible with phosh.