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 »

ShadowKyogre commented on 2021-09-25 00:32 (UTC) (edited on 2021-09-25 00:33 (UTC) by ShadowKyogre)

Just inspected the directory the include flags were pulling from. Looks like the equivalent file got renamed.

╰─{($))>-< ls /usr/include/librsvg-2.0/librsvg
total 88K
 20K rsvg-cairo.h  8.0K rsvg-features.h   56K rsvg.h  4.0K rsvg-version.h

will need to fix the package to do a quick sed/patch.

ShadowKyogre commented on 2021-09-18 23:32 (UTC)

@maxkaspar :: Just tested building this and the -git suffixed version today. It affects both. I'll need to inspect what's going on in the build system that's causing it to not detect librsvg .

maxkaspar commented on 2021-09-16 21:30 (UTC)

Doesn't build:

svg.c:35:10: fatal error: librsvg/librsvg-features.h: No such file or directory 35 | #include <librsvg/librsvg-features.h>

axtor commented on 2021-04-19 19:17 (UTC)

@Techman35 I've been using the Compiz since about 2006 with Intel, AMD and NVIDIA. And I disagree that 9 is better than 8 in terms of responsiveness and rendering. 9 version often doesn't immediately draw the contents of windows on cold start.

Techman35 commented on 2021-04-17 01:06 (UTC)

@axtor I've using compiz for years i still see compiz 9 more responsive and smoother without tearing by default then compiz 8, i love compiz 8 cuz all plugin just works like the blur that still don't work on compiz 9, one thing i want to see in compiz 8 is the possibility to see minimize windows preview when scale plugin is active, that feature work on compiz 9, i've been jumping between 8 and 9 and i always end up using version 9, cuz definitely is more smooth and responsive then 8

axtor commented on 2021-03-30 23:52 (UTC) (edited on 2021-04-01 17:35 (UTC) by axtor)

Compiz 0.8 rocks! Compiz 0.9 has lags and other twitching. Many thanks to ShadowKyogre for the maintenance.

If anyone has AMD videocard (I've Vega 10) and there is a wide strip on the screen with artifacts when moving windows, then create a file /etc/X11/xorg.conf.d/20-amdgpu.conf:

Section "Device"
    Identifier "AMD"
    Driver "amdgpu"
    Option "TearFree" "true"
EndSection

PedroHLC commented on 2021-01-06 20:56 (UTC)

Missing some deps for building in a clean chroot:

Package 'xi', required by 'virtual:world', not found
Package 'xcursor', required by 'virtual:world', not found

Please add libxi and libxcursor to dependencies.

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.