Package Base Details: compiz-core

Git Clone URL: https://aur.archlinux.org/compiz-core.git (read-only, click to copy)
Submitter: ShadowKyogre
Maintainer: ShadowKyogre (isseigx)
Last Packager: ShadowKyogre
Votes: 53
Popularity: 0.000027
First Submitted: 2015-08-13 17:48 (UTC)
Last Updated: 2021-09-25 00:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

glitsj16 commented on 2020-01-18 09:11 (UTC)

@spawn Have a look at the 2 messages below yours, they should be informative. Bottomline: download the PKGBUILD to a temporary dir, cd into that and run 'makepkg -rs'. After the build finishes, use 'pacman -U foo bar' to install both packages. I think your AUR helper is either broken or misconfigured.

spawn commented on 2020-01-18 08:21 (UTC)

Compiz-Core is no longer installable, now. Anyone got a fix for this? Getting this annoying error msg all the time: "Can not find package name : [==> Marco theme support enabled with GTK+3". I have tried completely removing mate, but then, same error :(

applebloom commented on 2019-11-24 11:39 (UTC)

@WCBROW01 I hade the same problem and solved it by building without an aur helper (which is yay for me).

WCBROW01 commented on 2019-11-10 17:21 (UTC)

I'm trying to build compiz-core on a system with the MATE desktop. I set _use_marco=1 and the build just fails with "Can not find package name : [==> Marco theme support enabled with GTK+3]" without any other output.

If I remove the line "msg "Using GTK+3 for gtk-window-decorator"" (on line 57), the build starts, but fails while building gtk-window-decorator.

glitsj16 commented on 2019-03-28 12:02 (UTC)

@JPB_9876 compiz-core isn't dependant on protobuf, but libcompizconfig is. You'll need to rebuild that against the updated protobuf to get compiz going again.

JPB_9876 commented on 2019-03-28 08:16 (UTC)

The update of protobuf to 3.7.0-1 seems to have broken compiz:

[user@brix ~]$ compiz --replace compiz (core) - Error: Couldn't load plugin '/usr/lib/compiz/libccp.so' : libprotobuf.so.17: cannot open shared object file: No such file or directory compiz (core) - Error: Couldn't load plugin 'ccp'

Reinstalling compiz-core (0.8.16.1-2) makes no difference. Rolling back to protobuf-3.6.1.3-1 fixes the problem.

Any ideas what needs to be done to fix this permanently?

Thank you!

glitsj16 commented on 2019-01-15 00:56 (UTC)

@ShadowKyogre: Thanks for the speedy fix. Your fix is definately the smarter one.

ShadowKyogre commented on 2019-01-15 00:12 (UTC)

@glitsj16:: After looking at the output of the packaging functions carefully, removing the line deleting "${pkgdir}/usr/share/applications/compiz.desktop" resulted it in only being made in the compiz-core package.

So I updated the PKGBUILD now to remove it from the REMOVE_THESE arrays altogether.

glitsj16 commented on 2019-01-13 21:02 (UTC)

The PKGBUILD for 0.8.16.1-1 errors out while building compiz-gtk. "${pkgdir}/usr/share/applications/compiz.desktop" should be added to the REMOVE_THESE array in package_compiz-core() and removed from that same array in package_compiz-gtk().