Package Details: gwe 0.15.9-1

Git Clone URL: https://aur.archlinux.org/gwe.git (read-only, click to copy)
Package Base: gwe
Description: A system utility for controlling NVIDIA GPUs
Upstream URL: https://gitlab.com/leinardi/gwe
Licenses: GPL3
Submitter: The999eagle
Maintainer: crimist
Last Packager: crimist
Votes: 71
Popularity: 0.164033
First Submitted: 2019-01-30 21:50 (UTC)
Last Updated: 2024-06-14 21:58 (UTC)

Pinned Comments

crimist commented on 2023-08-26 22:56 (UTC)

GWE's current maintainer will likely be stepping down and is looking for new contributors and maintainers.

More information can be found here if you are intersted: https://gitlab.com/leinardi/gwe/-/issues/195.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

vith commented on 2022-07-17 09:44 (UTC)

@Rhinoceros I'm not in a partial upgrade state, and gwe cannot start

When gwe broke a few days ago, I manually edited /usr/bin/gwe to change the require of Notify (I believe from 0.7 to 0.8), which fixed it. But since then some further upgrades broke it again, because now I have ValueError: Namespace Notify not available for version 0.8

I have libnotify 0.8.0-2 installed, but this doesn't provide anything in /usr/lib/python. Maybe there's an unspecified dependency that gwe needs, that you have installed and I don't?

Rhinoceros commented on 2022-07-17 08:08 (UTC)

If you are running the old libnotify 0.7, then it won't work. Having said that, partial upgrades are not supported in Arch, so if you update your system fully, including libnotify 0.8, then this package should work again.

RaizenEx commented on 2022-07-17 07:52 (UTC)

Won't start after the recent update, tried rebooting too.

dogmat73 commented on 2022-07-15 21:51 (UTC)

gwe  ✔ Traceback (most recent call last): File "/usr/bin/gwe", line 47, in <module> gi.require_version('Notify', '0.8') File "/usr/lib/python3.10/site-packages/gi/init.py", line 129, in require_version raise ValueError('Namespace %s not available for version %s' % ValueError: Namespace Notify not available for version 0.8

Rhinoceros commented on 2022-07-15 14:19 (UTC) (edited on 2022-07-17 08:07 (UTC) by Rhinoceros)

caffeine-ng had the same error with libnotify 0.8. The equivalent of this commit to bin/gwe.in fixed this package for me.

Exdebianmainuser commented on 2022-07-15 03:49 (UTC)

EDIT: Wrong package. Should be libnotify.

Exdebianmainuser commented on 2022-07-15 03:40 (UTC)

GWE is not starting after Python-Injector update earlier today.

[dean@asus-z690 Desktop]$ gwe Traceback (most recent call last): File "/usr/bin/gwe", line 47, in <module> gi.require_version('Notify', '0.7') File "/usr/lib/python3.10/site-packages/gi/init.py", line 129, in require_version raise ValueError('Namespace %s not available for version %s' % ValueError: Namespace Notify not available for version 0.7

PutridPete commented on 2021-12-20 23:17 (UTC)

Thankfully the pull was merged and now GWE is working again for me.

abend commented on 2021-12-20 14:28 (UTC)

Yesterday a PR was open in order to fix this issue with injector:

https://github.com/alecthomas/injector/pull/193

Hopefully it will be fixed in short.

thrik commented on 2021-12-15 03:41 (UTC)

Flatpak is working for me too, thanks @PutridPete.