Search Criteria
Package Details: compiz-easy-patch 0.9.14.2-11
Package Actions
| Git Clone URL: | https://aur.archlinux.org/compiz-easy-patch.git (read-only, click to copy) |
|---|---|
| Package Base: | compiz-easy-patch |
| Description: | OpenGL compositing window manager. Includes friendly defaults, GWD theme selector and autostart for Xfce & MATE. |
| Upstream URL: | https://launchpad.net/compiz |
| Licenses: | MIT, GPL-2.0-or-later, LGPL-2.1-or-later |
| Conflicts: | ccsm, compiz, compiz-bcop, compiz-core, compiz-fusion-plugins-experimental, compiz-fusion-plugins-extra, compiz-fusion-plugins-main, compiz-gtk, compiz-manjaro, compizconfig-python, libcompizconfig, simple-ccsm |
| Provides: | ccsm, compiz, compiz-bcop, compiz-core, compiz-plugins-extra, compiz-plugins-main, compizconfig-python, libcompizconfig |
| Replaces: | compiz-manjaro |
| Submitter: | MattMadness |
| Maintainer: | lectrode |
| Last Packager: | lectrode |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-03-14 02:47 (UTC) |
| Last Updated: | 2026-07-07 10:19 (UTC) |
Dependencies (22)
- glibmm
- glu (glu-gitAUR)
- libice
- libnotify (libnotify-gitAUR)
- libsm
- libwnck3
- libxslt (libxslt-gitAUR)
- metacity
- protobuf (protobuf-gitAUR)
- python
- python-cairo (python-cairo-gitAUR)
- python-dbus
- python-gobject
- zenity (zenity-gtk3AUR, zenity-gitAUR, zenity-rs-binAUR, qarma-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cython (cython-gitAUR) (make)
- intltool (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- python-setuptools (make)
- Show 2 more dependencies...
Required by (27)
- ccsm-git (requires compiz-core) (optional)
- ccsm-gtk3 (requires compizconfig-python)
- ccsm-gtk3 (requires compiz-core) (optional)
- ccsm-gtk3-git (requires compiz-core) (optional)
- compiz-bcop (requires compiz-core)
- compiz-cube-screensaver (requires compiz)
- compiz-fusion-plugins-experimental (requires compiz-core)
- compiz-fusion-plugins-experimental (requires compiz-bcop)
- compiz-fusion-plugins-extra (requires compiz-bcop)
- compiz-fusion-plugins-extra (requires compiz-core)
- compiz-fusion-plugins-main (requires compiz-core)
- compiz-fusion-plugins-main (requires compiz-bcop)
- compiz-gtk (requires compiz-core)
- compiz-gtk-git (requires compiz-core)
- compiz-manager (requires compiz-core)
- compizconfig-python (requires libcompizconfig)
- compizconfig-python (requires compiz-core)
- emerald (requires compiz-core)
- emerald-git (requires compiz-core)
- emerald-gtk3 (requires compiz-core)
- Show 7 more...
Sources (19)
- 0001-reverse-unity-config.patch
- 0002-focus-prevention-disable.patch
- 0003-gtk-extents.patch
- 0004-screenshot-launch-fix.patch
- 0005-no-compile-gschemas.patch
- 0006-Drop-toggle-shaded-since-it-s-no-longer-included-in-.patch
- 0007-64-bit-time-t-compat.patch
- 1001-fix-crash-in-vertexbuffer.patch
- 1002-fix-wrapmode.patch
- 8001-fix-negating-windows-by-default.patch
- 9001-compiz-easy-defaults.patch
- compiz-0.9.14.2.tar.xz
- compiz-easy.gschema.override
- compiz-gtk-decorator-theme-selector
- compiz-gtk-decorator-theme-selector.desktop
- compiz-xfce-autostart-setup
- compiz-xfce-autostart-setup.desktop
- compiz-xfce-uninstall-helper
- compiz-xfce-uninstall-helper.desktop
Latest Comments
1 2 3 4 Next › Last »
lectrode commented on 2026-07-01 10:02 (UTC) (edited on 2026-07-01 10:11 (UTC) by lectrode)
added fallback sources since main download source is offline since at least 2026/06/18.
if main download source remains offline, at some point will likely remove fallback url function, as well as change upstream url to github mirror: https://github.com/lectrode/compiz
no functional changes. does not require update unless you need to rebuild.
lectrode commented on 2026-06-14 20:18 (UTC)
@photonx i have not successfully confirmed that the workaround(s) linked fix the issue. disabling "Place Windows" plugin does fix the issue, but that seems like a very minor cosmetic issue to merit disabling useful functionality.
i'd also be concerned about the manual positioning workaround negatively affecting other panel modes (like Deskbar or Vertical).
PhotonX commented on 2026-06-07 10:25 (UTC) (edited on 2026-06-07 10:29 (UTC) by PhotonX)
Hi, I stumbled upon an issue when the Whisker Menu in Xfce has an offset when used in a bottom panel, when the Place Windows plugin in CCSM is active. There is a workaround described here, which also works for Whisker Menu (just use "title=Whisker Menu" instead of "name=mintMenu.py" though the entry for the mintmenu might be useful as well): https://github.com/linuxmint/mintmenu/issues/121#issuecomment-170406477 Maybe this could get applied automatically with a patch? Thanks!
lectrode commented on 2025-05-13 19:16 (UTC)
apologies for the delay - i did not have access to my personal computer for some time
pkgbuild has been updated with the build fix
beluga2 commented on 2025-05-07 04:08 (UTC)
Thank you for the fix, darkbaboon. I was able to compile using the code you posted.
darkbaboon commented on 2025-05-06 23:43 (UTC)
In order to resolve the build error, you need to add in the PKGBUILD:
at the end of the prepare() section:
# adjust declarations sed -E \ -e 's&^(destroy_(bare|normal|switcher)_frame)\s?.;$&\1 (decor_frame_t frame);&' \ -i "gtk/window-decorator/gtk-window-decorator.h"
and at the beginning of the build() section: export CXXFLAGS+=" -Wno-error=incompatible-pointer-types"
PhotonX commented on 2025-05-03 22:06 (UTC)
A build error has been reported at https://aur.archlinux.org/packages/compiz recently, there is also a fix in the latest rev. Maybe it is the same issue.
beluga2 commented on 2025-05-03 21:17 (UTC)
I am currently unable to compile. I have tried to assess the error log and have the following error around 38%: A header warning appears about being deprecated in C++17. (warning "<ciso646> is deprecated in C++17, use <version> to detect implementation-specific macros") Next, the build proceeds to link a shared library (libcompizconfig.so). After linking, there is a final error: make: *** [Makefile:166: all] Error 2 ==> ERROR: A failure occurred in build(). ... error making: compiz-easy-patch – exit status 4. There is no single “smoking gun” error message in the log. Is there anything I can do to solve this?
lectrode commented on 2025-04-15 05:55 (UTC)
imported patch from upstream to fix ccsm crash. please let me know if there are any further issues
wayward commented on 2025-04-12 13:28 (UTC) (edited on 2025-04-12 13:29 (UTC) by wayward)
I've recently started getting an error with ccsm and it fails to start even after recompiling. Anyone know why this is suddenly happening? I found this https://askubuntu.com/a/1526154 but the solution proposed doesn't help.
1 2 3 4 Next › Last »