FS#75327 - [gnome-tweaks] not starting
Attached to Project:
Arch Linux
Opened by Norbert Pfeiler (npfeiler) - Friday, 15 July 2022, 01:03 GMT
Last edited by Jan Alexander Steffens (heftig) - Friday, 15 July 2022, 06:17 GMT
Opened by Norbert Pfeiler (npfeiler) - Friday, 15 July 2022, 01:03 GMT
Last edited by Jan Alexander Steffens (heftig) - Friday, 15 July 2022, 06:17 GMT
|
Details
Description:
Traceback (most recent call last): File "/usr/bin/gnome-tweaks", line 76, in <module> from gtweak.app import GnomeTweaks File "/usr/lib/python3.10/site-packages/gtweak/app.py", line 14, in <module> from gtweak.tweakmodel import TweakModel File "/usr/lib/python3.10/site-packages/gtweak/tweakmodel.py", line 10, in <module> from gtweak.utils import SchemaList, LogoutNotification, Notification File "/usr/lib/python3.10/site-packages/gtweak/utils.py", line 15, 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 Additional info: * package version(s) 42beta+r9+gc66d8c3-1 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: run gnome-tweaks from terminal |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Friday, 15 July 2022, 06:17 GMT
Reason for closing: Fixed
Additional comments about closing: 42beta+r14
Friday, 15 July 2022, 06:17 GMT
Reason for closing: Fixed
Additional comments about closing: 42beta+r14
"gi.require_version("Notify", "0.7")"
You can edit /usr/lib/python3.10/site-packages/gtweak/utils.py" to "Notify", "0.8"
Runs fine after.