[Bug 525691] New: Unable to launch Compiz desktop effects
http://bugzilla.novell.com/show_bug.cgi?id=525691 Summary: Unable to launch Compiz desktop effects Classification: openSUSE Product: openSUSE 11.2 Version: Milestone 4 Platform: x86 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Compiz AssignedTo: bnc-team-compiz@forge.provo.novell.com ReportedBy: rastislav.krupansky@gmail.com QAContact: ories@novell.com Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12 When i click on Desktop Effects via Control Center, nothing happens. Here you are output simple-ccsm command: linux@linux:~> simple-ccsm Traceback (most recent call last): File "/usr/bin/simple-ccsm", line 30, in <module> import compizconfig as ccs ImportError: /usr/lib/libcompizconfig.so.0: undefined symbol: XStringToKeysym Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User robert@re-factory.de added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c1 Robert E. <robert@re-factory.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robert@re-factory.de --- Comment #1 from Robert E. <robert@re-factory.de> 2009-08-02 15:35:34 MDT --- I can confirm this problem on 11.2 M4 inside a KVM VM (11.1 + updates). The same happens when executing linux@linux:~/Desktop> compizconfig-settings-manager Info: No sexy-python package found, don't worry it's optional. Traceback (most recent call last): File "/usr/bin/compizconfig-settings-manager", line 99, in <module> import compizconfig ImportError: /usr/lib/libcompizconfig.so.0: undefined symbol: XStringToKeys with a slightly different line number because it is import at a different part of the python script. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User mfasheh@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c2 Mark Fasheh <mfasheh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfasheh@novell.com --- Comment #2 from Mark Fasheh <mfasheh@novell.com> 2009-08-13 15:37:36 MDT --- FYI, I can also reproduce this here on my lenovo laptop running a freshly updated 11.2 milestone 5 (i586). I would certainly like to change my compiz settings. I also have the issue where there are no window decorations (which makes it difficult to minimize, close, etc windows). That was though, fixed by setting /apps/gwd/use_metacity_theme to false in gconf editor. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User binner@kde.org added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c3 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sharms@luxotticaretail.com --- Comment #3 from Stephan Binner <binner@kde.org> 2009-08-13 20:04:37 MDT --- *** Bug 531003 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=531003 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User binner@kde.org added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c4 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkotze@novell.com --- Comment #4 from Stephan Binner <binner@kde.org> 2009-08-13 20:05:33 MDT --- *** Bug 530308 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=530308 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User binner@kde.org added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c5 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lawpetdownload@gmail.com --- Comment #5 from Stephan Binner <binner@kde.org> 2009-08-13 20:06:08 MDT --- *** Bug 526781 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=526781 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User binner@kde.org added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c6 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |taril_laszlo@yahoo.co.uk --- Comment #6 from Stephan Binner <binner@kde.org> 2009-08-15 12:17:32 MDT --- *** Bug 531539 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=531539 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c7 --- Comment #7 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-08-18 04:04:30 MDT --- This is a side-effect of as-needed. libcompizconfig is missing linking of libX11.so. A library can be built with missing symbols (relying on the main app loading them). i'm just preparing a patch in a branched project, will test it and submit it hopefully later today for inclusion. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c8 --- Comment #8 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-08-18 04:36:29 MDT --- Created submit request #18108 at your disposal. Tested on X86_64 with the resulting package (from local osc build) and ccsm starts now for me. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c9 --- Comment #9 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-08-19 15:43:56 MDT --- Package forwarded to openSUSE:Factory, SR18292 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c10 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-08-21 09:56:18 MDT --- the submission was accepted and will appear after build in the Factory tree. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User binner@kde.org added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c11 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |znmeb@cesmail.net --- Comment #11 from Stephan Binner <binner@kde.org> 2009-08-25 11:57:42 MDT --- *** Bug 534120 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=534120 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User binner@kde.org added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c12 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |badshah400@gmail.com --- Comment #12 from Stephan Binner <binner@kde.org> 2009-08-27 15:36:05 MDT --- *** Bug 534960 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=534960 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=525691#c13 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |obelich@gmail.com --- Comment #13 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-09-03 07:33:30 MDT --- *** Bug 536353 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=536353 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=525691 http://bugzilla.novell.com/show_bug.cgi?id=525691#c14 --- Comment #14 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (525691) was mentioned in https://build.opensuse.org/request/show/18292 Factory / libcompizconfig -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com