mijorus / smile

An emoji picker for linux, with custom tags support and localization. I'll also put some random emojis here πŸ¦πŸΎπŸ¦”πŸ¦‡
https://mijorus.it/projects/smile
GNU General Public License v3.0
237 stars 13 forks source link

Arch - Gnome 42 - "ValueError: Namespace Wnck not available" #9

Closed sri-rang closed 2 years ago

sri-rang commented 2 years ago

Is it just me?

❯ flatpak run it.mijorus.smile
Traceback (most recent call last):
  File "/app/bin/smile", line 41, in <module>
    from smile import main
  File "/app/share/smile/smile/main.py", line 5, in <module>
    from .Picker import Picker
  File "/app/share/smile/smile/Picker.py", line 30, 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
mijorus commented 2 years ago

Omg, shame on me. I forgot to sync the flatpak json file with the flatpak repo. An update has been pushed now, should be available in the next few hours

mijorus commented 2 years ago

If you want to check out the app in the meanwhile, please run this command:

flatpak update --commit=e7353deab0fbb851accbc5ffb224c89e0b7714a9d0fe6502a1d195f7de19f3bb it.mijorus.smile

which will revert Smile to an older version. Sorry for the inconvenience

sri-rang commented 2 years ago

Thanks for this @mijorus It works!

mijorus commented 2 years ago

@srirangan I can confirm that the update was pushed to Flathub successfully. It should be available now.

Please let me know if the problem persists after the update.

sri-rang commented 2 years ago

Updated and works great, thanks @mijorus !