Announcement

Collapse
No announcement yet.

Make KDE window decorations work with Compiz and Kubuntu

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Make KDE window decorations work with Compiz and Kubuntu

    I found this thread in the Compiz forum.
    http://forum.go-compiz.org/viewtopic...+kde+decorator

    There you can see information on Compiz and KDE windows decoration.

    In short I do this:


    To make kde windows decorator work with Compiz 0.3.6:

    Try this code in the terminal:
    Code:
    kde-window-decorator --replace &
    If it works and you get the kde windows theme,
    - then make a script for it.
    - Or type:
    Code:
    gconf-editor
    Then go to "/apps/compiz/plugins/decoration/allscreens/options/command"
    and set "command" to:
    Code:
    kde-window-decorator --replace
    instead of the "gtk-window-decorator" command.

    Hope it works. It seems to work fine for me with NVIDIA AIXGL

    You can also see sticky's thread in the Ubuntu forum for more info on installing Compiz in Feisty:
    http://ubuntuforums.org/showthread.p...t=howto+compiz

Working...
X