Install configuration file for QT apps if no one is installed, and set
QT style=GTK+.
This commit is contained in:
parent
2b67ebe0ee
commit
c9fbf93c40
2
debian/changelog
vendored
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.
|
* Remove spacer before the menu applet on the panel.
|
||||||
* Use openbox menu on the desktop indead of pcmanfm one.
|
* 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
|
-- 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"
|
cp /usr/share/lubuntu/openbox/rc.xml "$OPENBOX_CONF_DIR/lubuntu-rc.xml"
|
||||||
fi
|
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)
|
# 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
|
xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
|
||||||
|
|
||||||
|
2
usr/share/lubuntu/qt/Trolltech.conf
Normal file
2
usr/share/lubuntu/qt/Trolltech.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Qt]
|
||||||
|
style=GTK+
|
Loading…
x
Reference in New Issue
Block a user