Merge ~eeickmeyer/casper:main into casper:main

Proposed by Erich Eickmeyer
Status: Merged
Merged at revision: ab805755739c32b13f8c5763fccb86fcd748a7de
Proposed branch: ~eeickmeyer/casper:main
Merge into: casper:main
Diff against target: 29 lines (+8/-2)
2 files modified
debian/changelog (+6/-0)
scripts/casper-bottom/15autologin (+2/-2)
Reviewer Review Type Date Requested Status
Dan Bungert (community) Approve
Utkarsh Gupta (community) Approve
Ubuntu Installer Team Pending
Review via email: mp+492516@code.launchpad.net

Commit message

Switch to wayland for ubuntu studio live session

Description of the change

As x11 has been dropped and is no longer on the installation, let's rip this bandaid off and use wayland. The only reason we were using x11 instead of wayland was because testing in virtual machines, at the time, wasn't working with wayland.

To post a comment you must log in.
Revision history for this message
Utkarsh Gupta (utkarsh) :
review: Approve
Revision history for this message
Dan Bungert (dbungert) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index fec9e77..7ac75b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1casper (25.10.1) questing; urgency=medium
2
3 * Live session no longer includes x11, so use wayland
4
5 -- Erich Eickmeyer <eeickmeyer@ubuntu.com> Sun, 14 Sep 2025 17:49:18 -0700
6
1casper (25.04.1) plucky; urgency=medium7casper (25.04.1) plucky; urgency=medium
28
3 * [ Aaron Rainbolt ]9 * [ Aaron Rainbolt ]
diff --git a/scripts/casper-bottom/15autologin b/scripts/casper-bottom/15autologin
index 5d82d20..2c78277 100755
--- a/scripts/casper-bottom/15autologin
+++ b/scripts/casper-bottom/15autologin
@@ -54,8 +54,8 @@ if [ -f /root/usr/bin/sddm ]; then
54 if [ -f /root/usr/share/wayland-sessions/kubuntu-live-environment.desktop ]; then54 if [ -f /root/usr/share/wayland-sessions/kubuntu-live-environment.desktop ]; then
55 sddm_session=kubuntu-live-environment.desktop55 sddm_session=kubuntu-live-environment.desktop
56 # Ubuntu Studio56 # Ubuntu Studio
57 elif [ -f /root/usr/share/xsessions/plasmax11.desktop ]; then57 elif [ -f /root/usr/share/wayland-sessions/plasma.desktop ]; then
58 sddm_session=plasmax11.desktop58 sddm_session=plasma.desktop
59 # Lubuntu59 # Lubuntu
60 elif [ -f /root/usr/share/xsessions/lubuntu-live-environment.desktop ]; then60 elif [ -f /root/usr/share/xsessions/lubuntu-live-environment.desktop ]; then
61 sddm_session=lubuntu-live-environment.desktop61 sddm_session=lubuntu-live-environment.desktop

Subscribers

People subscribed via source and target branches