Distribution
Manjaro Cinnamon
Package version
Cinnamon 6.6.8
Graphics hardware in use
No response
Frequency
Always
Bug description
when launching cinnamon-calendar-server , this happens:
Traceback (most recent call last):
File "/usr/lib/cinnamon/cinnamon-calendar-server.py", line 16, in
gi.require_version('ICal', '3.0')
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/gi/init.py", line 153, in require_version
raise ValueError(f"Namespace {namespace} not available for version {version}")
ValueError: Namespace ICal not available for version 3.0
Steps to reproduce
launch cinnamon-calendar-server
Expected behavior
command launchs and calendar applet shows events
Additional information
libical version is 4.0.0
manually commenting the gi.require_version('ICal', '3.0') line in the py script fixes the issue
Distribution
Manjaro Cinnamon
Package version
Cinnamon 6.6.8
Graphics hardware in use
No response
Frequency
Always
Bug description
when launching cinnamon-calendar-server , this happens:
Traceback (most recent call last):
File "/usr/lib/cinnamon/cinnamon-calendar-server.py", line 16, in
gi.require_version('ICal', '3.0')
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/gi/init.py", line 153, in require_version
raise ValueError(f"Namespace {namespace} not available for version {version}")
ValueError: Namespace ICal not available for version 3.0
Steps to reproduce
launch cinnamon-calendar-server
Expected behavior
command launchs and calendar applet shows events
Additional information
libical version is 4.0.0
manually commenting the gi.require_version('ICal', '3.0') line in the py script fixes the issue