WAYLAND - read this first!

Questions about the experimental Wayland support on Linux Mint Cinnamon
Forum rules
Include your system information for help with troubleshooting. Report reproducible issues related to Wayland, whether for Cinnamon, an XApp, a Mint tool or any Linux Mint maintained software on the dedicated issue tracker. Topics in this forum are automatically closed after 6 months.
Post Reply
User avatar
SMG
Level 25
Level 25
Posts: 32007
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

WAYLAND - read this first!

Post by SMG »

Experimental support for Cinnamon running in Wayland was introduced in Cinnamon 6.0.

It is in alpha stage. That means you should expect lots of parts to not work. The current list of issues, whether they need fixing in Cinnamon, in an XApp project, a Mint tool or any software project Linux Mint maintains, can be found on https://github.com/linuxmint/wayland/issues.

If you were curious and went into Wayland to see what it looks like, make sure to reboot before you return to standard Cinnamon Xorg session so everything works properly. Otherwise you will have problems because the Wayland environment persists into the following Xorg session right now and you will have a mixture of both which will cause problems. For example, the lockscreen/screensaver will not work.

If you went into Wayland to see what it looks like and you have automatic login enabled you may have problems returning to Xorg.
To fix that:
  • Ctrl+Alt+F2 to drop to console. Log in in text mode.
  • sudo nano /etc/lightdm/lightdm.conf
  • Remove the lines about the autologin.
  • Ctrl+O Enter to save
  • Ctrl+X to exit
  • Restart.
Using Wayland for the Cinnamon desktop is a work in progress. Wayland is not a direct replacement for Xorg in the sense that X Server currently handles much more functionality for the desktop than the Wayland protocol handles. That means, when switching from using Xorg to Wayland, code must be either re-written to handle those parts which Wayland does not do that X Server used to do, or new code must be created. There is not one way to implement Wayland and each Desktop Environment has to decide what to do. The Linux Mint Cinnamon developers are currently making many decisions. A board was set up to keep track of Wayland development and is available here.

While in Wayland, GUI tools which normally prompt you for a password like updates, synaptic, mintsources, or pkexec can not yet be done.

Post your Wayland-related topics in this forum. Wayland topics created in other forums will be moved here.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
fredcw
Level 1
Level 1
Posts: 8
Joined: Thu Jun 23, 2022 6:05 am
Contact:

Re: WAYLAND - read this first!

Post by fredcw »

A slightly easier way to remove auto login is to open a terminal and type:

Code: Select all

sudo lightdm-settings
On the "Users" tab, remove your user name from the Automatic login field and reboot.
User avatar
xenopeek
Level 25
Level 25
Posts: 29615
Joined: Wed Jul 06, 2011 3:58 am

Re: WAYLAND - read this first!

Post by xenopeek »

fredcw wrote: Wed Apr 10, 2024 9:33 pm

Code: Select all

sudo lightdm-settings
The listed steps are for when you can no longer get to your desktop to open a terminal, when you need to repair it from a virtual console. Your command doesn't work on the virtual console because Login Window is a GUI program. If you can still get to the desktop you can simply open Login Window from the menu, no need for the command.

Also, don't use sudo with GUI programs! It can cause root to own files of the user and in turn make it impossible for the user to log in. If you must start it from a terminal use pkexec.
Image
Post Reply

Return to “Cinnamon on Wayland”