mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-11 09:30:30 +08:00
Xfce: Deactivate xfconf-migration on the livecd (#683161)
This commit is contained in:
@@ -210,12 +210,16 @@ MailReader=sylpheed-claws
|
|||||||
FileManager=Thunar
|
FileManager=Thunar
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# disable screensaver locking
|
# disable screensaver locking (#674410)
|
||||||
cat >> /home/liveuser/.xscreensaver << FOE
|
cat >> /home/liveuser/.xscreensaver << FOE
|
||||||
mode: off
|
mode: off
|
||||||
lock: False
|
lock: False
|
||||||
dpmsEnabled: False
|
dpmsEnabled: False
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
|
# deactivate xfconf-migration (#683161)
|
||||||
|
rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || :
|
||||||
|
|
||||||
# set up timed auto-login for after 60 seconds
|
# set up timed auto-login for after 60 seconds
|
||||||
cat >> /etc/gdm/custom.conf << FOE
|
cat >> /etc/gdm/custom.conf << FOE
|
||||||
[daemon]
|
[daemon]
|
||||||
|
|||||||
Reference in New Issue
Block a user