From 495789484f1100b896c1720790f57a135b01e4f9 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Wed, 10 Nov 2010 21:05:03 +0100 Subject: [PATCH] * usr/bin/startlubuntu* - Remove export XLIB_SKIP_ARGB_VISUALS=1, not needed since rgba support was removed from gtk (LP: #673704). --- debian/changelog | 4 +++- usr/bin/startlubuntu | 4 ++-- usr/bin/startlubuntu-netbook | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e74fa90..5981bcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ lubuntu-default-settings (0.15) UNRELEASED; urgency=low - * + * usr/bin/startlubuntu* + - Remove export XLIB_SKIP_ARGB_VISUALS=1, not needed since rgba support was + removed from gtk (LP: #673704). -- Julien Lavergne Tue, 09 Nov 2010 23:11:10 +0100 diff --git a/usr/bin/startlubuntu b/usr/bin/startlubuntu index c6ef69e..e1b9157 100644 --- a/usr/bin/startlubuntu +++ b/usr/bin/startlubuntu @@ -2,8 +2,8 @@ #Workaround to disable rgba, because lxpanel in Lubuntu doesn't support it #(see bug #589763) - -export XLIB_SKIP_ARGB_VISUALS=1 +# +#export XLIB_SKIP_ARGB_VISUALS=1 if [ -z "$XDG_CONFIG_HOME" ]; then export XDG_CONFIG_HOME="$HOME/.config" diff --git a/usr/bin/startlubuntu-netbook b/usr/bin/startlubuntu-netbook index fc99153..7c256b7 100644 --- a/usr/bin/startlubuntu-netbook +++ b/usr/bin/startlubuntu-netbook @@ -2,8 +2,8 @@ #Workaround to disable rgba, because lxpanel in Lubuntu doesn't support it #(see bug #589763) - -export XLIB_SKIP_ARGB_VISUALS=1 +# +#export XLIB_SKIP_ARGB_VISUALS=1 if [ -z "$XDG_CONFIG_HOME" ]; then export XDG_CONFIG_HOME="$HOME/.config"