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
No menu prefix found, MenuLibre will not function properly.
No menu prefix found, MenuLibre will not function properly.
(menulibre:6385): Gtk-WARNING **: 20:41:07.659: gtk_menu_attach_to_widget(): menu already attached to GtkMenuButton
(menulibre:6385): Gtk-WARNING **: 20:41:07.766: gtk_menu_attach_to_widget(): menu already attached to GtkMenuButton
WARNING:menulibre: getDefaultMenuPrefix() 'No menu prefix found, MenuLibre will not function properly.'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 2283, in do_activate
self.win = MenulibreWindow(self, headerbar)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 261, in init
self.configure_application_treeview(builder)
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 635, in configure_application_treeview
self.menu_load_failure()
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 314, in menu_load_failure
box = box.get_children()[1]
~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
In both crostini and wsl2 menulibre does not work because it needs an active linux desktop-environment.
In wsl2 I can start Xephyr and then run xfce4 in its own window In that widnow I can then start menulibre and add *.sh, *.jar and extracted tarballs as programs which can then run/be started from windows.
No menu prefix found, MenuLibre will not function properly.
No menu prefix found, MenuLibre will not function properly.
(menulibre:6385): Gtk-WARNING **: 20:41:07.659: gtk_menu_attach_to_widget(): menu already attached to GtkMenuButton
(menulibre:6385): Gtk-WARNING **: 20:41:07.766: gtk_menu_attach_to_widget(): menu already attached to GtkMenuButton
WARNING:menulibre: getDefaultMenuPrefix() 'No menu prefix found, MenuLibre will not function properly.'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 2283, in do_activate
self.win = MenulibreWindow(self, headerbar)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 261, in init
self.configure_application_treeview(builder)
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 635, in configure_application_treeview
self.menu_load_failure()
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 314, in menu_load_failure
box = box.get_children()[1]
~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: