mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 00:40:01 +00:00
chore: Remove auto-login from desktop images
This commit is contained in:
parent
a158f3e742
commit
0296ea2a35
@ -46,11 +46,6 @@ screens:
|
||||
show_terminal: true
|
||||
package_manager: yafti.plugin.run
|
||||
groups:
|
||||
Enable Auto Login:
|
||||
description: Skip the login screen and boot straight to the desktop
|
||||
default: false
|
||||
packages:
|
||||
- Enable Auto Login: just --unstable enable-auto-login
|
||||
Greenlight:
|
||||
description: A utility for xCloud and xHome streaming
|
||||
default: false
|
||||
|
@ -122,16 +122,6 @@ install-fleek-themes:
|
||||
echo "Install fleek with just install-fleek before running just install-fleek-themes."
|
||||
fi
|
||||
|
||||
# Enable passwordless automatic login to the desktop
|
||||
enable-auto-login:
|
||||
#!/usr/bin/env bash
|
||||
source /etc/default/bazzite
|
||||
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
|
||||
systemctl enable --now gnome-autologin
|
||||
elif [[ ${BASE_IMAGE_NAME} == 'kinoite' ]]; then
|
||||
systemctl enable --now plasma-autologin
|
||||
fi
|
||||
|
||||
# Install Greenlight xCloud and xHome streaming AppImage
|
||||
get-greenlight:
|
||||
#!/usr/bin/env bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user