We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860f80f commit 732f81aCopy full SHA for 732f81a
2 files changed
βbiglinux-livecd/usr/bin/startbigliveβ
@@ -141,7 +141,7 @@ elif [[ "$display_manager" == "gdm" ]]; then
141
# GNOME: Clean up and start gnome-session
142
rm -f "$HOME/Empty Bash" "$HOME/Empty Desktop File.desktop" "$HOME/Empty File"
143
xdg-user-dirs-update
144
- /usr/bin/gnome-session
+ startgnome-community
145
146
elif [[ -e /usr/share/wayland-sessions/hyprland.desktop ]]; then
147
# Hyprland detected
βbiglinux-livecd/usr/share/biglinux/calamares/src/utils/constants.pyβ
@@ -9,7 +9,7 @@
9
# Application Information
10
APP_NAME = "BigLinux Calamares Config"
11
APP_ID = "com.biglinux.calamares-config"
12
-APP_VERSION = "1.0.5"
+APP_VERSION = "1.0.6"
13
14
# Paths and Directories
15
BASE_DIR = Path(__file__).parent.parent.parent
0 commit comments