Install configuration file for QT apps if no one is installed, and set

QT style=GTK+.
ubuntu/bionic
Julien Lavergne 15 years ago
parent 2b67ebe0ee
commit c9fbf93c40

2
debian/changelog vendored

@ -2,6 +2,8 @@ lubuntu-default-settings (0.4) UNRELEASED; urgency=low
* Remove spacer before the menu applet on the panel.
* Use openbox menu on the desktop indead of pcmanfm one.
* Install configuration file for QT apps if no one is installed, and set
QT style=GTK+.
-- Julien Lavergne <gilir@ubuntu.com> Sun, 13 Dec 2009 17:45:38 +0100

@ -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

Loading…
Cancel
Save