Hello,
After upgrading from Kubuntu 10.04 to 10.10, windows no longer have title bars for me.
Looking at System Settings -> Workspace Appearance -> Window Decorations tells me:
Cannot load library /usr/lib/kde4/kcm_kwindecoration.so (*snip* undefined symbol *snip*)
Possible reasons:
* an error occurred during your last KDE upgrade leaving an orphaned control module
* you have old third party modules lying around
Both of these are possible (upgraded just before, and I have played with emerald/compiz) earlier
In addition, System Settings -> Workspace Appearance -> Desktop Effects (general) informs me that:
Desktop effects are not available on this system due to the following technical issues: Required X extensions (XComposite and XDamage) are not available.
Compositing State:
Desktop effects are active (suspend does not appear to do anything here).
Finally, doing:
kwin --replace
Gives:
kwin: symbol lookup error: /usr/lib/kde4/libkdeinit/libkdeinit4_kwin.so: undefined symbol: _ZTI19KDecorationUnstable
I have a feeling some packages are messed up somewhere, but googling around did not result in anything helpful.
In my /etc/X11/xorg.conf, I have:
Section "Extensions"
Option "Composite" "Enable"
Option "DAMAGE" "true"
Option "RENDER" "true"
EndSection
But from /var/log/Xorg.0.log I learn:
[ 23.499] (**) Extension "Composite" is disabled
I am not sure if and how all of these are related, but I would like to fix this of course. Any suggestions?
Thanks in advance.
After upgrading from Kubuntu 10.04 to 10.10, windows no longer have title bars for me.
Looking at System Settings -> Workspace Appearance -> Window Decorations tells me:
Cannot load library /usr/lib/kde4/kcm_kwindecoration.so (*snip* undefined symbol *snip*)
Possible reasons:
* an error occurred during your last KDE upgrade leaving an orphaned control module
* you have old third party modules lying around
Both of these are possible (upgraded just before, and I have played with emerald/compiz) earlier
In addition, System Settings -> Workspace Appearance -> Desktop Effects (general) informs me that:
Desktop effects are not available on this system due to the following technical issues: Required X extensions (XComposite and XDamage) are not available.
Compositing State:
Desktop effects are active (suspend does not appear to do anything here).
Finally, doing:
kwin --replace
Gives:
kwin: symbol lookup error: /usr/lib/kde4/libkdeinit/libkdeinit4_kwin.so: undefined symbol: _ZTI19KDecorationUnstable
I have a feeling some packages are messed up somewhere, but googling around did not result in anything helpful.
In my /etc/X11/xorg.conf, I have:
Section "Extensions"
Option "Composite" "Enable"
Option "DAMAGE" "true"
Option "RENDER" "true"
EndSection
But from /var/log/Xorg.0.log I learn:
[ 23.499] (**) Extension "Composite" is disabled
I am not sure if and how all of these are related, but I would like to fix this of course. Any suggestions?
Thanks in advance.
Comment