Search Criteria
Package Details: compiz-gtk 0.8.18-2
Git Clone URL: | https://aur.archlinux.org/compiz-core.git (read-only, click to copy) |
---|---|
Package Base: | compiz-core |
Description: | This is the latest stable release of Compiz without DE deps (GTK+ window decorator) |
Upstream URL: | https://gitlab.com/compiz/compiz-core/ |
Licenses: | |
Submitter: | ShadowKyogre |
Maintainer: | ShadowKyogre (isseigx) |
Last Packager: | ShadowKyogre |
Votes: | 51 |
Popularity: | 0.032994 |
First Submitted: | 2015-08-13 17:48 |
Last Updated: | 2021-01-19 04:56 |
Dependencies (14)
- compiz-core (compiz-git, compiz, compiz-core-git)
- dbus (dbus-elogind, dbus-git, dbus-nosystemd, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux)
- glu (glu-git)
- librsvg (librsvg-git, librsvg-minimal-git)
- libsm
- libxcomposite
- libxcursor (libxcursor-git)
- libxi (libxi-git)
- libxinerama (libxinerama-randr-git)
- libxrandr (libxrandr-git)
- libxslt (libxslt-git)
- startup-notification (startup-notification-git)
- intltool (make)
- libice (make)
Latest Comments
1 2 3 Next › Last »
PedroHLC commented on 2021-01-06 20:56
Missing some deps for building in a clean chroot:
Please add
libxi
andlibxcursor
to dependencies.ShadowKyogre commented on 2020-06-16 04:20
@slut, @Qubezo - Hey guys. Sorry for the delay. Checked out what was going on and did the following.
_use_marco=2
in the PKGBUILD_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
I can't use gtk themes window decorator anymore. Is there a fix for this?
slut commented on 2020-05-26 01:23
_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
@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
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
@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
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
@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
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!