mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Xfce: Deactivate xfconf-migration on the livecd (#683161)
This commit is contained in:
parent
7e89f896a6
commit
02d9311192
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user