Can I propose a different means to GUI forwarding? :-). (actually 2).
The first one is by using the broadway backend (the following on the phone):
And then connect to http://pinephone:8080 with a webbrowser. Tada, gedit runs in your webbrowser on whatever computer your browser runs :-).
The second solution is by using waypipe which forwards a wayland connection and enables a kind of -X11 forwarding experience using wayland. I tried it and it worked for me. https://social.librem.one/interact/105666613468202272 (it runs through a ssh connections)
The first one is by using the broadway backend (the following on the phone):
Code:
sudo apt install libgtk-3-bin
broadwayd&
GDK_BACKEND=broadway gedit
The second solution is by using waypipe which forwards a wayland connection and enables a kind of -X11 forwarding experience using wayland. I tried it and it worked for me. https://social.librem.one/interact/105666613468202272 (it runs through a ssh connections)