regolith-desktop
regolith-desktop copied to clipboard
Regolith still passes --builtin to gnome-session-binary which is not supported anymore.
- [x] I've run a search on the existing bug reports to make sure I'm not filing a duplicate (you can use the search box at the top left corner)
- [x] I've read the Regolith documentation and didn't find any relevant topic
- [ ] I tried asking on Slack (especially for configuration related issues)
Describe the bug
Regolith will fail to startup using recent builds of the GNOME session package.
It seems the upstream package has obsoleted the --builtin
argument and will just hard crash if it is passed (not great migration-proof behavior perhaps...).
This is discussed in the upstream mailing list here in relation to a different desktop environment: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/2060266
To Reproduce
Issue can be observed on Debian/Sid and Regolith-bookworm and Regolith-testing after a full-upgrade on 10th of April 2024.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
following snippet snipped to remove env vars being dumped.
File: .xsession-errors.old
Xsession: X session started for denny at Wed Apr 10 03:08:52 PM EEST 2024
dbus-update-activation-environment: setting USER=denny
** (gnome-session-binary:35043): WARNING **: 15:08:52.454: Unknown option --builtin
X connection to :0 broken (explicit kill or server shutdown).
Configuration file(s) Please attach or mention any customization you've done to configuration files which might have an impact on the bug you are describing. It'll help us determine the root cause of your issue.
Installation Details
- Regolith Install Type: [PPA]
- Regolith Version: [e.g. 3.1]
- PPA url: [default: ppa:regolith-linux/release]
- Host OS (for PPA): [Debian/Sid]
Additional context N/A
Thanks for reporting. Will investigate.
@kgilmer we might have to migrate the session files to systemd
.
Seeing this on 24.04 as well. I was able to work around it by removing --builtin
from /usr/share/wayland-sessions/regolith-sway.desktop
Does the session boot with sway. This change loads gnome for me.
It does.
Looks like we are both working on the problem..
https://github.com/regolith-linux/regolith-session/pulls
On Sat, Apr 20, 2024, 4:34 PM Chris Johnston @.***> wrote:
It does.
— Reply to this email directly, view it on GitHub https://github.com/regolith-linux/regolith-desktop/issues/1001#issuecomment-2067814310, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAMEE3MZKAFQWNS3G2YUE3Y6L3RZAVCNFSM6AAAAABGAKRL4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXHAYTIMZRGA . You are receiving this because you were mentioned.Message ID: @.***>
Ohh, I didn't know you were working on this either, haha.