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
When testing rofimoji for a new package on Void Linux, I encountered the following issue:
Run rofimoji --action menu
Emoji selector pops up as usual, select some emoji character
Instead of an action menu, rofimoji errors out (traceback below)
Traceback:
Traceback (most recent call last):
File "/usr/bin/rofimoji", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.11/site-packages/picker/__main__.py", line 9, in main
StandaloneRofimoji().standalone()
File "/usr/lib/python3.11/site-packages/picker/standalone.py", line 38, in standalone
self.args.actions = self.selector.show_action_menu(self.args.selector_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/picker/selector/selector.py", line 249, in show_action_menu
return [Action(fuzzel.stdout.strip())]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/enum.py", line 711, in __call__
return cls.__new__(cls, value)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/enum.py", line 1128, in __new__
raise ve_exc
ValueError: '' is not a valid Action
The text was updated successfully, but these errors were encountered:
tranzystorekk
changed the title
rofimoji --action menu errors out before opening action menurofimoji --action menu errors out insteaad of opening action menu
Aug 22, 2023
When testing rofimoji for a new package on Void Linux, I encountered the following issue:
rofimoji --action menu
Traceback:
Additional info:
6.1.0
3.11.4
labwc
(wayland wlroots compositor),fuzzel
,wl-clipboard
,wtype
The text was updated successfully, but these errors were encountered: