forked from srbala/fedora-kickstarts
little fix - backgroundimage was not working
This commit is contained in:
parent
9f842088de
commit
fda5000b76
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
#GUI Stuff
|
#GUI Stuff
|
||||||
@lxde
|
@lxde-desktop
|
||||||
lxlauncher
|
lxlauncher
|
||||||
obconf
|
obconf
|
||||||
lxdm
|
lxdm
|
||||||
@ -308,7 +308,7 @@ cat >> /etc/rc.d/init.d/livesys << EOF
|
|||||||
cat > /etc/xdg/lxsession/LXDE/autostart << FOE
|
cat > /etc/xdg/lxsession/LXDE/autostart << FOE
|
||||||
/usr/libexec/gam_server
|
/usr/libexec/gam_server
|
||||||
@lxpanel --profile LXDE
|
@lxpanel --profile LXDE
|
||||||
@pcmanfm2 --desktop --profile lxde
|
@pcmanfm --desktop --profile lxde
|
||||||
@pulseaudio -D
|
@pulseaudio -D
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user