I’m having a hard time integrating apps installed in my ubuntu disrobox…
For example I installed dpscreenocr following this link and created a shortcut the way @Casserole97 explained with:
distrobox-export --app dpscreenocr
Now when I click the shortcut I get this error:
Can't create backend: Wayland is not supported. Please switch to the X11/Xorg session.
…
I would know how to do it with a login screen but how does it work in an ubuntu distrobox? thanks
tried the following (but no /etc/gdm3/custom.conf):
- Edit the GDM Configuration File: Run the following command to edit the GDM configuration file:
sudo nano /etc/gdm3/custom.conf
Here, sudo
gives you superuser privileges, nano
is a text editor, and /etc/gdm3/custom.conf
is the path to the GDM configuration file.
- Modify the File: In the file, find the line that starts with
#WaylandEnable=false
. Remove the#
symbol at the beginning of the line to uncomment it. This will disable Wayland and enable Xorg. - Save and Exit: Save the changes to the file by pressing
Ctrl+O
, then exit the editor by pressingCtrl+X
. - Restart Your Computer: For the changes to take effect, you will need to restart your computer.