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 »

Techman35 commented on 2023-02-02 18:26 (UTC)

I still use it as standalone wm, is the best compositor full feature with a lot of option that some compositor nowadays lack

kelvinhbo commented on 2022-02-23 13:51 (UTC)

It's so sad to see one of the things that made Linux so great and unique, get abandoned. I hope someone sometime will continue to develop compiz and make it as great as it used to be.

ShadowKyogre commented on 2021-09-25 00:51 (UTC)

Fixed building against librsvg 2.51.0+

A commit introduced in librsvg 2.51.0+ renamed librsvg/librsvg-features.h to librsvg/rsvg-features.h .

As a result, this broke the SVG plugin compile process. The following patch includes a fix for this, which will be submitted upstream soon.


For the curious, here's the commit in librsvg that caused this.

https://github.com/GNOME/librsvg/commit/b8c8756a0e8148afb2752acb62f06c57c917e4b4

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.