Switch KDE plasme to wayland (#4092)
* enable 5.19.y edge kernel for the radxa zero 2 builds * Update packages * Update packages * Update packages * Set wayland as default on KDE plasma Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
parent
2e6a29ab0d
commit
c0a911204c
@ -110,6 +110,7 @@ policykit-desktop-privileges
|
||||
printer-driver-all
|
||||
profile-sync-daemon
|
||||
pulseaudio-module-bluetooth
|
||||
plasma-workspace-wayland
|
||||
redshift
|
||||
samba
|
||||
slick-greeter
|
||||
|
||||
@ -112,6 +112,7 @@ policykit-desktop-privileges
|
||||
printer-driver-all
|
||||
profile-sync-daemon
|
||||
pulseaudio-module-bluetooth
|
||||
plasma-workspace-wayland
|
||||
redshift
|
||||
samba
|
||||
slick-greeter
|
||||
|
||||
@ -88,6 +88,7 @@ policykit-1
|
||||
printer-driver-all
|
||||
profile-sync-daemon
|
||||
pulseaudio-module-bluetooth
|
||||
plasma-workspace-wayland
|
||||
redshift
|
||||
samba
|
||||
slick-greeter
|
||||
|
||||
@ -425,6 +425,10 @@ if [[ -f /root/.not_logged_in_yet && -n $(tty) ]]; then
|
||||
[[ -x $(command -v mate-wm) ]] && sed -i "s/user-session.*/user-session=mate/" /etc/lightdm/lightdm.conf.d/11-armbian.conf
|
||||
[[ -x $(command -v mate-wm) ]] && sed -i "s/user-session.*/user-session=mate/" /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf
|
||||
|
||||
# select plasma wayland session
|
||||
[[ -x $(command -v plasmashell) ]] && sed -i "s/user-session.*/user-session=plasmawayland/" /etc/lightdm/lightdm.conf.d/11-armbian.conf
|
||||
[[ -x $(command -v plasmashell) ]] && sed -i "s/user-session.*/user-session=plasmawayland/" /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf
|
||||
|
||||
ln -sf /lib/systemd/system/lightdm.service /etc/systemd/system/display-manager.service
|
||||
|
||||
if [[ -f /var/run/resize2fs-reboot ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user