* usr/bin

- Add export XLIB_SKIP_ARGB_VISUALS=1 to disable rgba support, since
   lxpanel doesn't support it. (See #589763)
This commit is contained in:
Julien Lavergne 2010-06-12 14:32:27 +02:00
parent c697d30c5f
commit e64e6d50fb
3 changed files with 10 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,8 +1,10 @@
lubuntu-default-settings (0.9) UNRELEASED; urgency=low
*
* usr/bin
- Add export XLIB_SKIP_ARGB_VISUALS=1 to disable rgba support, since
lxpanel doesn't support it. (See #589763)
-- Julien Lavergne <gilir@ubuntu.com> Wed, 02 Jun 2010 01:47:20 +0200
-- Julien Lavergne <gilir@ubuntu.com> Sat, 12 Jun 2010 14:25:48 +0200
lubuntu-default-settings (0.8) maverick; urgency=low

View File

@ -1,5 +1,8 @@
#!/bin/sh
#Workaround to disable rgba, because lxpanel doesn't support it (see bug #589763)
export XLIB_SKIP_ARGB_VISUALS=1
if [ -z "$XDG_CONFIG_HOME" ]; then
export XDG_CONFIG_HOME="$HOME/.config"
fi

View File

@ -1,5 +1,8 @@
#!/bin/sh
#Workaround to disable rgba, because lxpanel doesn't support it (see bug #589763)
export XLIB_SKIP_ARGB_VISUALS=1
if [ -z "$XDG_CONFIG_HOME" ]; then
export XDG_CONFIG_HOME="$HOME/.config"
fi