* usr/bin/startlubuntu*

- Remove export XLIB_SKIP_ARGB_VISUALS=1, not needed since rgba support was
   removed from gtk (LP: #673704).
ubuntu/bionic
Julien Lavergne 14 years ago
parent 588e5ed40b
commit 495789484f

4
debian/changelog vendored

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

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

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

Loading…
Cancel
Save