Switch to lightdm. Clean up old stuff. Add more themes.
This commit is contained in:
parent
776252e75a
commit
d710eb4345
@ -81,9 +81,6 @@ gnome-bluetooth
|
|||||||
xscreensaver
|
xscreensaver
|
||||||
xdg-user-dirs-gtk
|
xdg-user-dirs-gtk
|
||||||
|
|
||||||
# FIXME: work around #746693
|
|
||||||
metacity
|
|
||||||
|
|
||||||
# default artwork
|
# default artwork
|
||||||
fedora-icon-theme
|
fedora-icon-theme
|
||||||
adwaita-cursor-theme
|
adwaita-cursor-theme
|
||||||
@ -93,6 +90,12 @@ greybird-gtk2-theme
|
|||||||
greybird-gtk3-theme
|
greybird-gtk3-theme
|
||||||
greybird-xfce4-notifyd-theme
|
greybird-xfce4-notifyd-theme
|
||||||
greybird-xfwm4-theme
|
greybird-xfwm4-theme
|
||||||
|
albatross-gtk2-theme
|
||||||
|
albatross-gtk3-theme
|
||||||
|
albatross-xfwm4-theme
|
||||||
|
bluebird-gtk2-theme
|
||||||
|
bluebird-gtk3-theme
|
||||||
|
bluebird-xfwm4-theme
|
||||||
|
|
||||||
# command line
|
# command line
|
||||||
irssi
|
irssi
|
||||||
@ -172,6 +175,7 @@ xfwm4-themes
|
|||||||
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
PREFERRED=/usr/bin/startxfce4
|
PREFERRED=/usr/bin/startxfce4
|
||||||
|
DISPLAYMANAGER=/usr/sbin/lightdm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
@ -197,12 +201,9 @@ rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || :
|
|||||||
mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml
|
mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml
|
||||||
cp /etc/xdg/xfce4/panel/default.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|
cp /etc/xdg/xfce4/panel/default.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|
||||||
|
|
||||||
# set up auto-login
|
# set up lightdm autologin
|
||||||
cat >> /etc/gdm/custom.conf << FOE
|
sed -ei '|^#autologin-user=|autologin-user=liveuser|' /etc/lightdm/lightdm.conf
|
||||||
[daemon]
|
sed -ei '|^#autologin-user-timeout=0|autologin-user-timeout=10|' /etc/lightdm/lightdm.conf
|
||||||
AutomaticLoginEnable=True
|
|
||||||
AutomaticLogin=liveuser
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# Show harddisk install on the desktop
|
# Show harddisk install on the desktop
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user