Package Details: compiz 0.9.14.2-11

Git Clone URL: https://aur.archlinux.org/compiz.git (read-only, click to copy)
Package Base: compiz
Description: Composite manager for Aiglx and Xgl, with plugins and CCSM
Upstream URL: https://launchpad.net/compiz
Licenses: MIT, GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: ccsm, compiz-bcop, compiz-core, compiz-fusion-plugins-experimental, compiz-fusion-plugins-extra, compiz-fusion-plugins-main, compiz-gtk, compizconfig-python, libcompizconfig, simple-ccsm
Provides: ccsm, compiz-bcop, compiz-core, compiz-plugins-extra, compiz-plugins-main, compizconfig-python, libcompizconfig
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 168
Popularity: 0.64
First Submitted: 2014-08-04 13:22 (UTC)
Last Updated: 2025-05-01 08:15 (UTC)

Required by (27)

Sources (10)

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 57 Next › Last »

ector commented on 2017-05-26 08:05 (UTC) (edited on 2017-05-26 08:25 (UTC) by ector)

To those who no longer work with ccsm and fusion, they must reinstall, fusion with these modifiers at PKGBUILD: Build () { COMPIZ_INFO = $ (pacman -Q compiz) COMPIZ_NAME_VERSION = $ {COMPIZ_INFO: 0: 10} If ["$ COMPIZ_NAME_VERSION" == "compiz 0.9"]; then PYTHON = "python2" else PYTHON = "python" fi Cd "$ {srcdir} / $ {pkgname} - $ {pkgver}" $ PYTHON setup.py build } Package () { COMPIZ_INFO = $ (pacman -Q compiz) COMPIZ_NAME_VERSION = $ {COMPIZ_INFO: 0: 10} If ["$ COMPIZ_NAME_VERSION" == "compiz 0.9"]; then PYTHON = "python2" else PYTHON = "python" fi Cd "$ {srcdir} / $ {pkgname} - $ {pkgver}" $ PYTHON setup.py install --root = "$ pkgdir" --optimize = 1 }   Once fusion is reinstalled, if given by the ccsm terminal as an error, give the following command: sudo ln -s /usr/lib/libprotobuf.so.13 /usr/lib/libprotobuf.so.12 Reinstall compiz and everything goes back to work. edit I fix compiz instead of ccsm

Techman35 commented on 2017-05-26 00:14 (UTC)

@Chazza any plan to fix the widget layer plugin, the end_on_click is not woking

<deleted-account> commented on 2017-04-24 20:23 (UTC)

Yep, Compiz works fine against 3.24. No need even for a rebuild. :)

LeCrayonVert commented on 2017-04-24 18:15 (UTC)

Does compiz still run fine with the latest metacity from gnome (3.24) ?

<deleted-account> commented on 2017-01-30 10:09 (UTC)

Sorry for the slow responses folks. I've been a little busy off late. @oberon2007 That's not a bad idea actually. I've noticed that some other AUR maintainers are taking this approach. In future, I'll bump the pkgrel when something needs relinking. If I forget, just yell at me here ;)

Techman35 commented on 2017-01-26 08:47 (UTC)

Yes, rebuilding the package fix the problem too

oberon2007 commented on 2017-01-23 12:53 (UTC) (edited on 2017-01-23 12:55 (UTC) by oberon2007)

Maybe you can just bump pkgrel. Like that yaourt will just rebuild it for people automatically as an "update".

<deleted-account> commented on 2017-01-19 09:17 (UTC)

Yeah, Compiz needs a rebuild and then it'll be fine.

Techman35 commented on 2017-01-19 04:53 (UTC) (edited on 2017-01-19 04:53 (UTC) by Techman35)

Last arch update lost compiz configuration and ccsm dont start. downgrading protobuf fix the problem

<deleted-account> commented on 2017-01-08 09:12 (UTC)

WARNING: Latest harfbuzz (1.4.x) makes Compiz gtk-window-decorator to fail building. If you had Compiz previously installed, revert to harfbuzz 1.3.x branch instead to make it work again.