FS#23655 - [xfce-utils] badly presets GTK variables preventing gtk3 apps to load their themes
Attached to Project:
Arch Linux
Opened by Andreas Radke (AndyRTR) - Friday, 08 April 2011, 14:40 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 18 June 2011, 10:08 GMT
Opened by Andreas Radke (AndyRTR) - Friday, 08 April 2011, 14:40 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 18 June 2011, 10:08 GMT
|
Details
Description:
running Xfce when trying to open any gtk3 app they fail to open the proper gtk3 theme. [andyrtr@workstation64 ~]$ env | grep -i gtk GTK_MODULES=canberra-gtk-module GTK_PATH=:/usr/lib/gtk-2.0 [andyrtr@workstation64 ~]$ cat /etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module #!/bin/sh if [ -z "$GTK_MODULES" ] ; then GTK_MODULES="canberra-gtk-module" else GTK_MODULES="$GTK_MODULES:canberra-gtk-module" fi export GTK_MODULES [andyrtr@workstation64 ~]$ epiphany (epiphany:23894): Gtk-WARNING **: GTK+ module /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded. GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported. Gtk-Message: Failed to load module "canberra-gtk-module" |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Saturday, 18 June 2011, 10:08 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in 4.8.2
Saturday, 18 June 2011, 10:08 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in 4.8.2
JGC, any reason that we have that exported?
/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module ist in libcanberra 0.26-5 enthalten
# Export GTK_PATH so that GTK+ can find the Xfce theme engine
GTK_PATH="$GTK_PATH:/usr/lib/gtk-2.0"
export GTK_PATH
Upstream report opened: https://bugzilla.xfce.org/show_bug.cgi?id=7483