You are not logged in.

#1 2007-09-15 02:32:21

thursdayknights
Member
Registered: 2007-08-25
Posts: 28

Trouble with Compiz Fusion on XFCE

This is what I get when I type "fusion-icon" into the terminal:

Traceback (most recent call last):
  File "/usr/bin/fusion-icon", line 57, in <module>
    from FusionIcon.interface import choose_interface
  File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 22, in <module>
    from util import env
  File "/usr/lib/python2.5/site-packages/FusionIcon/util.py", line 23, in <module>
    import os, compizconfig, data, ConfigParser, time
ImportError: libX11-xcb.so.1: cannot open shared object file: No such file or directory

I'm running Arch64, XFCE.

Offline

#2 2007-09-15 04:31:09

kishd
Member
Registered: 2006-06-14
Posts: 401

Re: Trouble with Compiz Fusion on XFCE

libX11-xcb was in AUR but I can not find it now. Perhaps it was removed for some reason. However it is just libX11 with xcb enabled. Perhaps you coud just create a symlink /usr/lib/libX11-xcb.so.1 to /usr/libX11.so as a workaround.


---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare

Offline

#3 2007-09-19 04:42:25

TripleE
Member
From: Houston, TX
Registered: 2006-10-10
Posts: 64

Re: Trouble with Compiz Fusion on XFCE

I just installed Compiz-Fusion and had the same error.  After re-reading the wiki (http://wiki.archlinux.org/index.php/Com … testing.5D), I installed libx11 from the testing repo (pacman -Sf libx11).  Then...I was able to complete the wiki.


HP Chromebook 14

Offline

#4 2007-09-19 14:42:49

low
Member
Registered: 2007-07-04
Posts: 109

Re: Trouble with Compiz Fusion on XFCE

kishd wrote:

libX11-xcb was in AUR but I can not find it now. Perhaps it was removed for some reason. However it is just libX11 with xcb enabled. Perhaps you coud just create a symlink /usr/lib/libX11-xcb.so.1 to /usr/libX11.so as a workaround.

You cannot do this, the libx11-xcb has the extra "-xcb" on it for a reason. Compiz requires xbc support and the libx11 in the core(?) repo is not built with xbc. You either need to get it from the testing or some other custom repo or build it yourself with xcb support.

Offline

Board footer

Powered by FluxBB