Skip to content

Linux Mint 22 and Regolith 3.2 beta not playing well together #1036

Answered by GeoSpark
GeoSpark asked this question in Q&A
Discussion options

You must be logged in to vote

So the issue is an unrecognised command line switch in /usr/bin/regolith-session, on the lines that call gnome-session the switch is --builtin. This seems to be because it's an old version of gnome-session that doesn't support that switch.

However, the root cause is that the test on line 28 of regolith-session tests for "$VERSION_CODENAME" == "noble", but on Mint at least, $VERSION_CODENAME is set to wilma and $UBUNTU_CODENAME is set to noble. So it was falling through to the else block which uses the --builtin flag.

I have fixed it locally by changing the test to use $UBUNTU_CODENAME, and it now works fine.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kgilmer
Comment options

@GeoSpark
Comment options

@kgilmer
Comment options

Answer selected by GeoSpark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants