Mailinglist Archive: opensuse-kde3 (25 mails)

< Previous Next >
Re: [opensuse-kde3] Compiz on 11.4 with kde3? Anybody? RPMs from where?
On 10/27/2011 08:47 PM, Ilya Chernykh wrote:
On Friday 28 October 2011 03:51:50 David C. Rankin wrote:

The 'Screen' error makes me think this is xorg related, but I've tried it
both without and with the extensions for the Radeon card. After getting the
screens error, I added the following to the xorg.conf.d setup:

18:50 alchemy:/etc/X11/xorg.conf.d] # cat 50-extensions.conf
# dcr additions for compiz
Section "Extensions"
Option "Composite" "true"
Option "DAMAGE" "true"
EndSection

Did you have to modify your xorg config to get compiz running?

No. Do other Python applications work well?

Well, honestly, I don't know. I presume they are all working OK, because I have never seen this error before and -- surely opensuse 11.4 has more python based apps than just fusion-icon and compizconfig-settings-manager.... ccsm opens fine, but as soon as I click on one of the widgets (i.e. "General Options"), then I get the python errors.

The primary problem has to do with: /usr/lib64/compiz/libkconfig.so

In order to get around the "libccs: dlopen: /usr/lib64/compizconfig/backends/libkconfig.so: cannot open shared object file: No such file or directory" error, I soft-linked:

/usr/lib64/compizconfig/backends/libkconfig.so ->
/usr/lib64/compiz/libkconfig.so

With the link in place, I get the following error:

13:05 alchemy:~> ccsm
libccs: dlopen: /usr/lib64/compizconfig/backends/libkconfig.so: undefined symbol: core
Loading icons...
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1304, in ShowPlugin
pluginPage = PluginPage(plugin)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 128, in __init__
groupPage = GroupPage(name, group)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1371, in __init__
sga = SubGroupArea('', group[''][1])
File "/usr/lib/python2.7/site-packages/ccm/Settings.py", line 1465, in
__init__
settings = sorted(GetSettings(subGroup), key=SettingKeyFunc)
File "/usr/lib/python2.7/site-packages/ccm/Utils.py", line 399, in GetSettings
screen = group.Screen.itervalues()
AttributeError: 'compizconfig.SSGroup' object has no attribute 'Screen'

If I remove the link, then ccsm complains that the file is not found, but for all practical purposes gives the exact same error:

13:07 alchemy:~> sudo unlink /usr/lib64/compizconfig/backends/libkconfig.so
13:07 alchemy:~> ccsm
libccs: dlopen: /usr/lib64/compizconfig/backends/libkconfig.so: cannot open shared object file: No such file or directory
Loading icons...
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1304, in ShowPlugin
pluginPage = PluginPage(plugin)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 128, in __init__
groupPage = GroupPage(name, group)
File "/usr/lib/python2.7/site-packages/ccm/Pages.py", line 1371, in __init__
sga = SubGroupArea('', group[''][1])
File "/usr/lib/python2.7/site-packages/ccm/Settings.py", line 1465, in
__init__
settings = sorted(GetSettings(subGroup), key=SettingKeyFunc)
File "/usr/lib/python2.7/site-packages/ccm/Utils.py", line 399, in GetSettings
screen = group.Screen.itervalues()
AttributeError: 'compizconfig.SSGroup' object has no attribute 'Screen'

I'll keep googling to see what I get. Thanks for your help Ilya!

--
David C. Rankin, J.D.,P.E.
--
To unsubscribe, e-mail: opensuse-kde3+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-kde3+owner@xxxxxxxxxxxx

< Previous Next >
List Navigation
Follow Ups