* usr/bin/startlubuntu* & usr/share/lubuntu/xscreensaver/xscreensaver:

- Add a custom configuration file for xscreensaver, with blank mode by
   default (LP: #578789).
This commit is contained in:
Julien Lavergne 2011-12-04 23:56:26 +01:00
parent 7f08ee21ce
commit b51fd1e216
4 changed files with 15 additions and 0 deletions

3
debian/changelog vendored
View File

@ -9,6 +9,9 @@ lubuntu-default-settings (0.23) UNRELEASED; urgency=low
- Use scrot -u -b (focused window with border) for the screenshot of the
current window.
- Add a shortcut for the power button.
* usr/bin/startlubuntu* & usr/share/lubuntu/xscreensaver/xscreensaver:
- Add a custom configuration file for xscreensaver, with blank mode by
default (LP: #578789).
-- Julien Lavergne <gilir@ubuntu.com> Tue, 15 Nov 2011 13:47:32 +0700

View File

@ -46,6 +46,11 @@ if [ ! -f "$LEAFPAD_CONF_DIR/leafpadrc" ]; then
cp /usr/share/lubuntu/leafpad/leafpadrc "$LEAFPAD_CONF_DIR/leafpadrc"
fi
# Install custom configuration for xscreensaver
if [ ! -f "$HOME/.xscreensaver" ]; then
cp /usr/share/lubuntu/xscreensaver/xscreensaver "$HOME/.xscreensaver"
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

@ -46,6 +46,11 @@ if [ ! -f "$LEAFPAD_CONF_DIR/leafpadrc" ]; then
cp /usr/share/lubuntu/leafpad/leafpadrc "$LEAFPAD_CONF_DIR/leafpadrc"
fi
# Install custom configuration for xscreensaver
if [ ! -f "$HOME/.xscreensaver" ]; then
cp /usr/share/lubuntu/xscreensaver/xscreensaver "$HOME/.xscreensaver"
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,2 @@
mode: blank