Search Criteria
Package Details: ccsm 0.8.18-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ccsm.git (read-only, click to copy) |
---|---|
Package Base: | ccsm |
Description: | Compizconfig Settings Manager in Python2 |
Upstream URL: | https://gitlab.com/compiz/ccsm/ |
Licenses: | GPL |
Conflicts: | ccsm-git |
Provides: | ccsm |
Submitter: | Barthalion |
Maintainer: | ShadowKyogre (isseigx) |
Last Packager: | ShadowKyogre |
Votes: | 77 |
Popularity: | 0.000000 |
First Submitted: | 2013-07-11 10:40 (UTC) |
Last Updated: | 2020-04-28 16:05 (UTC) |
Dependencies (7)
- compizconfig-python (compizconfig-python-git, compiz, compiz-easy-patch, compiz-git)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view, gtk2-maemo)
- python-cairo (python-cairo-git)
- python-gobject (python-gobject-git)
- intltool (make)
- compiz-core (compiz, compiz-core-git, compiz-easy-patch, compiz-git) (optional) – option 2
- compiz-gtk-standalone (optional) – option 1
Latest Comments
PhotonX commented on 2019-12-17 17:09 (UTC)
@vs220: Sorry, a very stupid mistake I made: While I clean built libcompizconfig I forgot to clean build compizconfig-python for some reason, which is why it hasn't been rebuilt against python 3.8.
Thanks for your support!
vs220 commented on 2019-12-17 13:22 (UTC) (edited on 2019-12-17 13:25 (UTC) by vs220)
@PhotonX python version and PYTHONPATH for root and user
echo $PYTHONPATH
env
you need to deal with python why 3.7 is used instead of 3.8 when building the package.
PhotonX commented on 2019-12-17 12:48 (UTC)
@vs220: I rebuilt both compizconfig-python and libcompizconfig multiple times without any effect. Which settings do you refer to?
vs220 commented on 2019-12-17 08:07 (UTC)
@PhotonX rebuilding compizconfig-python should install in a folder python3.8
if this does not happen, you need to look at the settings
PhotonX commented on 2019-12-17 06:58 (UTC) (edited on 2019-12-17 06:58 (UTC) by PhotonX)
@vs220:
The output is empty, so there are indeed no Compiz related libraries in the python3.8 site-packages folder. But in python3.7 there are:
$ ls /usr/lib/python3.7/site-packages/ |grep compiz
compizconfig.so
The Python version is 3.8.0, however.
vs220 commented on 2019-12-16 21:26 (UTC) (edited on 2019-12-16 21:28 (UTC) by vs220)
@PhotonX
what do you get
ls /usr/lib/python3.8/site-packages/ |grep compiz
and
python
glitsj16 commented on 2019-12-16 21:05 (UTC)
Confirming @vs220's findings. The pkgdesc is confusing though. Nothing indicates the use of Python2 anymore. "Compizconfig Settings Manager - GTK2" might be better suited.
vs220 commented on 2019-12-16 20:54 (UTC)
@PhotonX Ccsm-gtk3 and ccsm work for me. ccsm (gtk2) displays a warning to RuntimeVarning, but this does not affect the work. After update protobuf it is necessary to rebuild libcompizconfig. Perhaps instead of rebuilding, you have reinstalled the version from the cache
my yay -Qs compiz local/ccsm-gtk3 0.8.16-1 (compiz-fusion) Compizconfig Settings Manager in Python2 local/compiz-bcop 0.8.16-1 Compiz option code generator local/compiz-core 0.8.16.1-2 This is the latest stable release of Compiz without DE deps (Core w/o decorator) local/compiz-fusion-plugins-experimental 0.8.16-1 (compiz-fusion) Compiz Experimental plugins local/compiz-fusion-plugins-extra 0.8.16-1 (compiz-fusion) Compiz Extra plugins local/compiz-fusion-plugins-main 0.8.16-1 (compiz-fusion) Compiz Main plugins local/compizconfig-python 0.8.16-1 Compizconfig bindings for python local/emerald 0.8.16-1 (compiz-fusion compiz-fusion-kde compiz-fusion-gtk) Emerald window decorator local/libcompizconfig 0.8.16-1
yay -Qs protobuf local/protobuf 3.11.1-2
PhotonX commented on 2019-12-16 20:34 (UTC) (edited on 2019-12-16 20:45 (UTC) by PhotonX)
@vs220: Not really, I just had this package installed for many years. :)
But now I tried switching to ccsm-gtk3 and get the same error which leads me to the conclusion that the root of the problem is somewhere else!
vs220 commented on 2019-12-16 18:54 (UTC)
@PhotonX there are reasons not to use ccsm-gtk3 ?
PhotonX commented on 2019-12-16 16:18 (UTC)
After today's update Compiz failed (the usual protobuf update stuff). But after rebuilding libcompizconfig CCSM does not start any more though Compiz itself works:
$ ccsm /usr/lib/python3.8/site-packages/gi/overrides/Gtk.py:55: RuntimeWarning: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for use with introspection some of the interfaces and API will fail. As such this is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk 2.0 warnings.warn(warn_msg, RuntimeWarning) Traceback (most recent call last): File "/usr/bin/ccsm", line 31, in <module> import compizconfig ModuleNotFoundError: No module named 'compizconfig'
Rebuilding libcompizconfig and compizconfig-python didn't solve the issue, the error on CCSM start persists.
ShadowKyogre commented on 2019-08-22 18:43 (UTC)
Hey everyone.
Requesting for comaintainers on this package since there's been several circumstances that happened that make it hard to maintain all the packages I normally attend to.
See
https://lists.archlinux.org/pipermail/aur-general/2019-August/035332.html
for more information.
If you're interested in co-maintaining, don't forget to leave a comment (or email me, or toot me on Mastodon).
DarkSun commented on 2019-04-02 13:24 (UTC)
Out of date flag is wrong
vs220 commented on 2019-03-14 18:42 (UTC)
@ABOhiccups or install ccsm-gtk3
vs220 commented on 2019-03-14 18:24 (UTC)
ABOhiccups rebuild libcompizconfig package
ABOhiccups commented on 2019-03-14 05:30 (UTC)
ccsm is not working right now. Needs a update.
ShadowKyogre commented on 2018-06-03 00:20 (UTC)
Patch backported from master should work fine now. There was a regression in GObject bindings, which is how ccsm supports both versions of GTK.
ruegerjr commented on 2018-04-20 02:43 (UTC)
Warning occurs about using gtk2 when ccsm invoked, and lately ccsm "preferences" fails with error, probably after a recent gtk or python update? However, I notice if ccsm and ccsm-git are built without "--with-gtk=2.0" flag, everything seems to work. Perhaps this is no longer necessary?
wsgdlhy commented on 2016-11-22 23:45 (UTC)
wsgdlhy commented on 2016-11-22 23:38 (UTC)
esmil commented on 2016-11-22 23:19 (UTC)
wsgdlhy commented on 2016-11-22 23:10 (UTC)
esmil commented on 2016-05-25 22:25 (UTC)
ShadowKyogre commented on 2016-05-25 22:21 (UTC)
esmil commented on 2016-05-25 19:59 (UTC)
hazard commented on 2016-04-09 02:44 (UTC)
ShadowKyogre commented on 2016-04-06 14:52 (UTC)
robertoaall commented on 2016-03-31 14:00 (UTC)
applebloom commented on 2015-12-29 18:15 (UTC)
hazard commented on 2015-03-04 08:15 (UTC)
ido commented on 2015-03-04 06:13 (UTC)
martadinata666 commented on 2015-01-08 21:04 (UTC)
hazard commented on 2014-03-27 19:32 (UTC)
Chazza commented on 2014-03-26 07:49 (UTC)
hazard commented on 2013-07-31 15:44 (UTC)
applebloom commented on 2013-07-21 20:05 (UTC)