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

- Install specific settings for leafpad, with Ubuntu font by default.
ubuntu/bionic
Julien Lavergne 13 years ago
parent 054cd3cd54
commit 207f46c0d3

2
debian/changelog vendored

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

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

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

@ -0,0 +1,7 @@
0.8.17
600
400
Ubuntu 11
0
0
0
Loading…
Cancel
Save