Package Details: compiz-gtk 0.8.18-5

Git Clone URL: https://aur.archlinux.org/compiz-core.git (read-only, click to copy)
Package Base: compiz-core
Description: Compositing manager without desktop-environment depends (GTK+ window decorator)
Upstream URL: https://gitlab.com/compiz/compiz-core
Licenses: MIT, GPL-2.0-or-later, LGPL-2.1-or-later
Submitter: ShadowKyogre
Maintainer: xiota
Last Packager: xiota
Votes: 53
Popularity: 0.000000
First Submitted: 2015-08-13 17:48 (UTC)
Last Updated: 2024-08-16 10:28 (UTC)

Latest Comments

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

ShadowKyogre commented on 2020-06-16 04:20 (UTC)

@slut, @Qubezo - Hey guys. Sorry for the delay. Checked out what was going on and did the following.

  • set _use_marco=2 in the PKGBUILD
  • Installed marco-gtk2 from the AUR since it got moved there
  • Test compiled the window decorator
  • Checked binary links, links to marco-gtk2 installed prior to build

_use_marco=2 uses marco-gtk2 (<- basically for people who have trouble theming w/GTK3 stuff) _use_marco=1 uses marco (<- for people chill with GTK3 theming)

Which package do you guys have? (marco or marco-gtk2)

Qubezo commented on 2020-06-02 16:41 (UTC)

I can't use gtk themes window decorator anymore. Is there a fix for this?

slut commented on 2020-05-26 01:23 (UTC)

_use_marco=2 does not seem to be building gtk-window-decorator anymore since the last update, thus breaking the ability to use gtk themes in compiz.

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.