Compiz on Lubuntu

14,897

Solution 1

I found an answer in this video tutorial:

The answer is in the following file:

~/.config/lxsession/Lubuntu/desktop.conf

change the value of windows_manager/command from openbox to compiz ccp.

Solution 2

The short answer is that you have to configure Compiz so that it works with Lubuntu.

You need CompizConfig Settings Manager (CCSM) to change the settings for Compiz. It is available from the Ubuntu repos. You can use Ubuntu Software Center to install it.

I tried to find a guide to get Compiz working correctly for Lubuntu, but I can't seem to find one right now. Found a guide: https://help.ubuntu.com/community/CompositeManager

To get window borders, search in CCSM for "decoration". Then check-mark "Window Decoration" that shows up.

Solution 3

I'm putting this here for those like me, who got this far and ended up with no minimize and maximize on windows borders. I found the solution on the Arch Linux forums:

Installing the stable version of compiz got gtk-window-decorator working > again, but now I have no minimize or maximize buttons on any gtk theme > (only a close button), and gtk-window-decorator throws me*

(gtk-window-decorator:23942): GLib-GObject-WARNING **: invalid uninstantiatable type '(null)' in cast to 'WnckWindow'
gtk-window-decorator: Ignoring unknown or already-used button name "appmenu"

EDIT: This problem was solved by running

gsettings set org.gnome.desktop.wm.preferences button-layout "'menu:minimize,maximize,close'" 

for future reference to anyone who stumbles across this post. Thanks again for the help!

Original post here, by Ekkoria.

Share:
14,897

Related videos on Youtube

Rahmani
Author by

Rahmani

Updated on September 18, 2022

Comments

  • Rahmani
    Rahmani over 1 year

    I installed compiz on my lubuntu and some other packages like compiz-plugins and....

    When I run compiz --replace all window borders (title bar etc.) go away.

    What's the problem? What should I do? How can I run it correctly?

    I also run xcompmgr -n, so I can have transparency on some apps like synapse and terminal.

  • Rahmani
    Rahmani about 10 years
    I already installed CCSM, but I still have the problem.
  • Tim
    Tim about 9 years
    +1, nice answer, and good formatting! Nice to see someone referencing appropriately as well.