# Use ck-launch-session in runlevel 3, # to start and attach a ConsoleKit session to the X session: mkdir -p $PKG/etc/X11/xinit cat $CWD/post-install/lxqt-common/xinit/xinitrc.lxqt > $PKG/etc/X11/xinit/xinitrc.lxqt chmod 0755 $PKG/etc/X11/xinit/xinitrc.lxqt # Use the Tango icon theme by default, instead of oxygen # (people who did not install KDE, won't have oxygen): #sed -i -e "s/^icon_theme=oxygen/icon_theme=Tango/" $PKG/etc/xdg/lxqt/lxqt.conf # Add a .new suffix so we don't mangle an existing file: mv $PKG/etc/xdg/lxqt/windowmanagers.conf $PKG/etc/xdg/lxqt/windowmanagers.conf.new mv $PKG/etc/xdg/lxqt/lxqt.conf $PKG/etc/xdg/lxqt/lxqt.conf.new mv $PKG/etc/xdg/lxqt/session.conf $PKG/etc/xdg/lxqt/session.conf.new mv $PKG/etc/xdg/pcmanfm-qt/lxqt/settings.conf $PKG/etc/xdg/pcmanfm-qt/lxqt/settings.conf.new