* etc/xdg/lubuntu/lxterminal

- Add a custom configuration file for lxterminal.
 - Use Ubuntu font in lxterminal.
* usr/bin/startlubuntu*
 - Install the lxterminal configuration file.
ubuntu/bionic
Julien Lavergne 12 years ago
parent 2a39b13c30
commit 6f957ab827

10
debian/changelog vendored

@ -1,3 +1,13 @@
lubuntu-default-settings (0.30) UNRELEASED; urgency=low
* etc/xdg/lubuntu/lxterminal
- Add a custom configuration file for lxterminal.
- Use Ubuntu font in lxterminal.
* usr/bin/startlubuntu*
- Install the lxterminal configuration file.
-- Julien Lavergne <gilir@freedom> Mon, 22 Oct 2012 22:26:04 +0200
lubuntu-default-settings (0.29) quantal; urgency=low
* etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf:

@ -51,6 +51,11 @@ if [ ! -f "$HOME/.xscreensaver" ]; then
cp /usr/share/lubuntu/xscreensaver/xscreensaver "$HOME/.xscreensaver"
fi
# Install custom lxterminal configuration if no one is already installed
if [ ! -f "$XDG_CONFIG_HOME/lxterminal/lxterminal.conf" ]; then
cp /etc/xdg/lubuntu/lxterminal/lxterminal.conf "$XDG_CONFIG_HOME/lxterminal/lxterminal.conf"
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

@ -51,6 +51,11 @@ if [ ! -f "$HOME/.xscreensaver" ]; then
cp /usr/share/lubuntu/xscreensaver/xscreensaver "$HOME/.xscreensaver"
fi
# Install custom lxterminal configuration if no one is already installed
if [ ! -f "$XDG_CONFIG_HOME/lxterminal/lxterminal.conf" ]; then
cp /etc/xdg/lubuntu/lxterminal/lxterminal.conf "$XDG_CONFIG_HOME/lxterminal/lxterminal.conf"
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