Package Details: compiz 0.9.14.2-8

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
Keywords: ccsm
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: 165
Popularity: 0.027968
First Submitted: 2014-08-04 13:22 (UTC)
Last Updated: 2024-09-16 18:45 (UTC)

Dependencies (20)

Required by (28)

Sources (9)

Pinned Comments

xiota commented on 2024-09-26 21:33 (UTC)

compiz needs to be rebuilt for library updates. A few ways to do this:

  • Uninstall compiz (and other package that need rebuild). Upgrade system. Rebuild and reinstall packages.
  • Force library updates by passing -dd option to pacman. Then rebuild and install packages.
  • Rebuild packages in a clean chroot.

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 55 Next › Last »

<deleted-account> commented on 2017-05-26 09:11 (UTC)

@ector thanks, but wrt protobuf, please do NOT symlink new library names to old. This will create a mess. Instead, rebuild compiz. I'll bump the pkgrel in just a moment. @Techman35 thanks for the info. I wasn't aware there was an issue there as I don't use the widget layer. I'll look into this as soon as I can.

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