Package Details: compiz-easy-patch 0.9.14.2-7

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.000003
First Submitted: 2021-03-14 02:47 (UTC)
Last Updated: 2024-09-08 22:55 (UTC)

Required by (28)

Sources (17)

Latest Comments

1 2 3 Next › Last »

lectrode commented on 2024-06-30 21:38 (UTC) (edited on 2024-06-30 21:40 (UTC) by lectrode)

@PhotonX (3rd time's the charm...) I can confirm that patch fixes the crash triggered by wobbly windows in expo. I've added the patch to this package (and updated srcinfo) - let me know if there are any issues.

PhotonX commented on 2024-06-30 21:36 (UTC)

Thanks for adding the patch! I cannot get the most recent version though using an AUR helper, possibly you forgot to update the .SRCINFO?

PhotonX commented on 2024-06-30 09:02 (UTC)

Could you please include the following patch which is supposed to fix the crash I reported in my previous comment? https://bugs.launchpad.net/compiz/+bug/2060620 (I haven't had time to test it yet though)

lectrode commented on 2024-04-29 08:51 (UTC)

For anyone who was running into a build failure at about 16%, please try the latest PKGBUILD. This will now cap the max simultaneous build jobs to 4 (or fewer if the CPU has fewer cores) - in my testing, with the above change, I was unable to reproduce the issue even on a system that consistently had the issue.

Let me know if it still fails at that point for you.

lectrode commented on 2024-04-29 08:44 (UTC)

Thanks @MarsSeed for the tip about the new dependency! Added

PhotonX commented on 2024-04-06 20:20 (UTC)

Expo crashes when trying to move a window, if wobbly windows is active. I only get this

/usr/include/c++/13.2.1/bits/stl_vector.h:1125: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = float; _Alloc = std::allocator<float>; reference = float&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.

and then a segmentation fault. I tried to get a backtrace to report the crash upstream, but gdb tells me

Reading symbols from compiz...

This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.archlinux.org>
Enable debuginfod for this session? (y or [n]) y
Debuginfod has been enabled.
To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
(No debugging symbols found in compiz)

and then there is no useful backtrace. Any hints? Thanks!

PhotonX commented on 2023-10-29 09:25 (UTC)

Great, thanks!