* usr/bin/startlubuntu* & usr/share/lubuntu/leafpad/

- Install specific settings for leafpad, with Ubuntu font by default.
This commit is contained in:
Julien Lavergne 2011-08-20 15:00:40 +02:00
parent 054cd3cd54
commit 207f46c0d3
4 changed files with 23 additions and 0 deletions

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ lubuntu-default-settings (0.21) UNRELEASED; urgency=low
Remove them on uninstall. (thanks Didier and Lionel !)
* etc/xdg/lubuntu/lxdm/lxdm.conf:
- Fix location of the background.
* usr/bin/startlubuntu* & usr/share/lubuntu/leafpad/
- Install specific settings for leafpad, with Ubuntu font by default.
-- Julien Lavergne <gilir@ubuntu.com> Tue, 16 Aug 2011 01:11:02 +0200

View File

@ -39,6 +39,13 @@ if [ ! -f "$XDG_CONFIG_HOME/Trolltech.conf" ]; then
cp /usr/share/lubuntu/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf"
fi
# Install custom configuration for leafpad
LEAFPAD_CONF_DIR="$XDG_CONFIG_HOME/leafpad"
if [ ! -f "$LEAFPAD_CONF_DIR/leafpadrc" ]; then
mkdir -p "$LEAFPAD_CONF_DIR"
cp /usr/share/lubuntu/leafpad/leafpadrc "$LEAFPAD_CONF_DIR/leafpadrc"
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

View File

@ -39,6 +39,13 @@ if [ ! -f "$XDG_CONFIG_HOME/Trolltech.conf" ]; then
cp /usr/share/lubuntu/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf"
fi
# Install custom configuration for leafpad
LEAFPAD_CONF_DIR="$XDG_CONFIG_HOME/leafpad"
if [ ! -f "$LEAFPAD_CONF_DIR/leafpadrc" ]; then
mkdir -p "$LEAFPAD_CONF_DIR"
cp /usr/share/lubuntu/leafpad/leafpadrc "$LEAFPAD_CONF_DIR/leafpadrc"
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

View File

@ -0,0 +1,7 @@
0.8.17
600
400
Ubuntu 11
0
0
0