You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to open hidamari returns this error: Traceback (most recent call last): File "/home/jacopo/.hidamari/hidamari", line 31, in <module> import server File "/home/jacopo/.hidamari/server.py", line 8, in <module> from utils import ConfigUtil File "/home/jacopo/.hidamari/utils.py", line 9, in <module> gi.require_version("Wnck", "3.0") File "/usr/lib/python3.9/site-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Wnck not available
The text was updated successfully, but these errors were encountered:
Attempting to open hidamari returns this error:
Traceback (most recent call last): File "/home/jacopo/.hidamari/hidamari", line 31, in <module> import server File "/home/jacopo/.hidamari/server.py", line 8, in <module> from utils import ConfigUtil File "/home/jacopo/.hidamari/utils.py", line 9, in <module> gi.require_version("Wnck", "3.0") File "/usr/lib/python3.9/site-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Wnck not available
The text was updated successfully, but these errors were encountered: