From 6f957ab82796d7685fdfab33cf8926d1ea649bd0 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Mon, 22 Oct 2012 22:27:48 +0200 Subject: [PATCH] * etc/xdg/lubuntu/lxterminal - Add a custom configuration file for lxterminal. - Use Ubuntu font in lxterminal. * usr/bin/startlubuntu* - Install the lxterminal configuration file. --- debian/changelog | 10 ++++++++++ usr/bin/startlubuntu | 5 +++++ usr/bin/startlubuntu-netbook | 5 +++++ 3 files changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3435e1b..818362a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 22 Oct 2012 22:26:04 +0200 + lubuntu-default-settings (0.29) quantal; urgency=low * etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf: diff --git a/usr/bin/startlubuntu b/usr/bin/startlubuntu index d6c3a37..ef1baaf 100644 --- a/usr/bin/startlubuntu +++ b/usr/bin/startlubuntu @@ -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 diff --git a/usr/bin/startlubuntu-netbook b/usr/bin/startlubuntu-netbook index 2025855..d65f09e 100644 --- a/usr/bin/startlubuntu-netbook +++ b/usr/bin/startlubuntu-netbook @@ -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