Package Details: compiz 0.9.14.2-9

Git Clone URL: https://aur.archlinux.org/compiz.git (read-only, click to copy)
Package Base: compiz
Description: Composite manager for Aiglx and Xgl, with plugins and CCSM
Upstream URL: https://launchpad.net/compiz
Licenses: MIT, GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: ccsm, compiz-bcop, compiz-core, compiz-fusion-plugins-experimental, compiz-fusion-plugins-extra, compiz-fusion-plugins-main, compiz-gtk, compizconfig-python, libcompizconfig, simple-ccsm
Provides: ccsm, compiz-bcop, compiz-core, compiz-plugins-extra, compiz-plugins-main, compizconfig-python, libcompizconfig
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 165
Popularity: 0.009114
First Submitted: 2014-08-04 13:22 (UTC)
Last Updated: 2024-10-31 17:58 (UTC)

Required by (28)

Sources (9)

Latest Comments

« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 55 Next › Last »

muktupavels commented on 2016-06-28 20:10 (UTC)

Support for Metacity 3.20 is already added to compiz. New compiz release/tarball (0.9.13.0) most likely will be available tomorrow. Metacity 3.20 stores / reads theme settings from different schema. If you are using GNOME Flashback session then you must use these settings: - org.gnome.metacity.theme name - theme name - org.gnome.metacity.theme type - gtk or metacity If using gtk-window-decorator with MATE session: - org.mate.Marco.general theme - theme name, only metacity type supported If using gtk-window-decorator in other sessions: - org.gnome.desktop.wm.preferences theme - theme name, only metacity type supported --- About theme types - gtk and metacity: metacity type - this is same/old metacity themes that are read from metacity-1 directory. gtk type - this is same theme that is used for client side decorated windows and/or used by mutter. Unfortunately gtk-window-decorator currently does not fully support GTK+ theme. For example with Adwaita theme border is not visible. So any theme that uses box-shadow as border will not work fully. P.S. If you see new bugs/regressions (in gtk-window-decorator) please create bugs in launchpad.net and subscribe me to that bug report.

LeCrayonVert commented on 2016-06-28 19:34 (UTC)

Chazza => thx again for maintaining this package. After upgrading metacity from 3.18.4-1 to 3.20.1-1 today, I've had some issues with gtk-window-decorator. I use the following command : gtk-window-decorator --replace --metacity-theme Arc-Darker But the decoration is no longer applied (there is a high contrast decoration theme instead). Any idea ?

<deleted-account> commented on 2016-05-13 09:32 (UTC)

I can't reproduce this - compiz builds fine for me. I don’t think the deprecated option is a problem – I get that as well but it’s ignored by the compiler. But I don't understand why you're getting this: "cc1: all warnings being treated as errors" in your error log when we pass -DCOMPIZ_WERROR=Off to cmake in the PKGBUILD. That should disable warnings being treated as errors. "CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'" ... "/usr/bin/ld: cannot find -lpthreads" I think those lines are telling you about a linker error. Do you have /usr/lib/libpthread.so.0 ? If so, what output does this give: $ nm /usr/lib/libpthread.so.0 | grep "pthread_create"

korrode commented on 2016-05-13 01:15 (UTC)

@MotorWiz: From your logs: "cc1: error: unrecognized command line option ‘-Wno-unused-private-field’ [-Werror]" It'll be related to the recent gcc major version update, deprecated parameters are being passed to the compiler. I'll investigate it after work (unless Chazza beats me to it).

MotorWiz commented on 2016-05-12 20:51 (UTC)

Hey Fellas. MotorWiz here haveing issues building compiz in Antergos (Arch spin, as most of you might already know). Any how I have required dependencies but when I get to the "cmake .." section it tries to build but comes back incomplete. What am I missing? I've tried going to a previous build (0.9.12.1) and still have same issues. I've attached a link to the output and error logs below. Any help is much appreciated. Thanks. https://www.dropbox.com/sh/8nsi1g4lk3ac6oj/AACXEsxILtixQGL9gyIHDvG8a?dl=0

<deleted-account> commented on 2016-05-09 14:04 (UTC)

Oh yes, thanks for reminding me. In fact, I think the gconf block can go as well. According to the comments, I disabled the gconf backend for this package in June 2014. There shouldn't be anybody who still has the gconf schemas installed.

korrode commented on 2016-05-09 13:32 (UTC)

Thanks for the build fix Chazza. Also FYI you can delete everything from the install script except the removing old gconf schemas, the rest gets handled by pacman hooks now.

1ri commented on 2016-05-09 09:52 (UTC)

It works! Thanks :)

<deleted-account> commented on 2016-05-08 13:18 (UTC)

Thanks 1ri. I've just added a small patch for this. It should build now.

1ri commented on 2016-05-08 09:38 (UTC)

I can't build the package. This is a part of the error output. Let me know if you need the complete error. Scanning dependencies of target trailfocus [ 47%] Building CXX object plugins/trailfocus/CMakeFiles/trailfocus.dir/src/trailfocus.cpp.o /tmp/yaourt-tmp-omula/aur-compiz/src/compiz-0.9.12.2/plugins/trailfocus/src/trailfocus.cpp: In member function ‘void TrailfocusScreen::popWindow(TrailfocusWindow*)’: /tmp/yaourt-tmp-omula/aur-compiz/src/compiz-0.9.12.2/plugins/trailfocus/src/trailfocus.cpp:198:60: error: call of overloaded ‘abs(unsigned int)’ is ambiguous distance = abs (cur->activeNum () - best->activeNum ()); ^ In file included from /usr/include/c++/6.1.1/cstdlib:75:0, from /usr/include/c++/6.1.1/ext/string_conversions.h:41, from /usr/include/c++/6.1.1/bits/basic_string.h:5402, from /usr/include/c++/6.1.1/string:52, from /tmp/yaourt-tmp-omula/aur-compiz/src/compiz-0.9.12.2/include/core/core.h:35, from /tmp/yaourt-tmp-omula/aur-compiz/src/compiz-0.9.12.2/plugins/trailfocus/src/trailfocus.h:28, from /tmp/yaourt-tmp-omula/aur-compiz/src/compiz-0.9.12.2/plugins/trailfocus/src/trailfocus.cpp:28: