Skip to content

Commit

Permalink
fix: add bookworm to legacy path
Browse files Browse the repository at this point in the history
  • Loading branch information
Regolith Linux committed Aug 2, 2024
1 parent cc0020e commit 1f59e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/regolith-session
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
if [ -f /etc/os-release ]; then
source /etc/os-release

if [[ "$VERSION_CODENAME" == "jammy" ]]; then
if [[ "$VERSION_CODENAME" == "jammy" || "$VERSION_CODENAME" == "bookworm" ]]; then
echo "Using gnome-session built-in session"
exec gnome-session --builtin --session=$SESSION_TYPE --disable-acceleration-check "$@"
else
Expand Down

0 comments on commit 1f59e3e

Please sign in to comment.