Added schema to disable lock screen in GNOME

main
Michal 2 years ago
parent caab18d6cd
commit a091424bcc
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -19,6 +19,7 @@ chown -R crystal:crystal /home/crystal/
systemctl enable NetworkManager
systemctl enable reflector
systemctl enable gdm
systemctl enable crystal-gschema
# Hostname and Locale
echo "crystal-live" > /etc/hostname

@ -0,0 +1,14 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
[Unit]
Description=Builds Crystal ISO GSchemas
Before=gdm.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
[Install]
WantedBy=graphical.target

@ -0,0 +1,2 @@
[org.gnome.desktop.screensaver]
lock-enabled=true
Loading…
Cancel
Save