* usr/bin/startlubuntu*

- Remove export XLIB_SKIP_ARGB_VISUALS=1, not needed since rgba support was
   removed from gtk (LP: #673704).
This commit is contained in:
Julien Lavergne 2010-11-10 21:05:03 +01:00
parent 588e5ed40b
commit 495789484f
3 changed files with 7 additions and 5 deletions

4
debian/changelog vendored
View File

@ -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 <gilir@ubuntu.com> Tue, 09 Nov 2010 23:11:10 +0100

View File

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

View File

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