* 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:
parent
7f08ee21ce
commit
b51fd1e216
3
debian/changelog
vendored
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
|
- Use scrot -u -b (focused window with border) for the screenshot of the
|
||||||
current window.
|
current window.
|
||||||
- Add a shortcut for the power button.
|
- 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
|
-- 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"
|
cp /usr/share/lubuntu/leafpad/leafpadrc "$LEAFPAD_CONF_DIR/leafpadrc"
|
||||||
fi
|
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)
|
# 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
|
||||||
|
|
||||||
|
@ -46,6 +46,11 @@ if [ ! -f "$LEAFPAD_CONF_DIR/leafpadrc" ]; then
|
|||||||
cp /usr/share/lubuntu/leafpad/leafpadrc "$LEAFPAD_CONF_DIR/leafpadrc"
|
cp /usr/share/lubuntu/leafpad/leafpadrc "$LEAFPAD_CONF_DIR/leafpadrc"
|
||||||
fi
|
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)
|
# 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/xscreensaver/xscreensaver
Normal file
2
usr/share/lubuntu/xscreensaver/xscreensaver
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
mode: blank
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user