|
|
|
@ -36,6 +36,11 @@ if [ ! -f "$OPENBOX_CONF_DIR/lubuntu-rc.xml" ]; then
|
|
|
|
|
cp /usr/share/lubuntu/openbox/rc.xml "$OPENBOX_CONF_DIR/lubuntu-rc.xml"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Install custom QT configuration if no one is already installed
|
|
|
|
|
if [ ! -f "$XDG_CONFIG_HOME/Trolltech.conf" ]; then
|
|
|
|
|
cp /usr/share/lubuntu/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Clean up after GDM (GDM sets the number of desktops to one)
|
|
|
|
|
xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
|
|
|
|
|
|
|
|
|
|