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

- Add a custom configuration file for xscreensaver, with blank mode by
   default (LP: #578789).
ubuntu/bionic
Julien Lavergne 13 years ago
parent 7f08ee21ce
commit b51fd1e216

3
debian/changelog vendored

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

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

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

Loading…
Cancel
Save