cascadium / wsl-windows-toolbar-launcher

Adds linux GUI application menu to a windows toolbar
MIT License
1.21k stars 50 forks source link

Gnome error #14

Closed marauderlabs closed 4 years ago

marauderlabs commented 4 years ago

Is gnome a pre-requisite? Can this be bypassed?

$ wsl-windows-toolbar
Usage: wsl-windows-toolbar [OPTIONS]
Try "wsl-windows-toolbar --help" for help.

Error: Invalid value for "--menu-file" / "-f": Could not open file: /etc/xdg/menus/gnome-applications.menu: No such file or directory
marauderlabs commented 4 years ago

Sorry. I missed that one bit in the pre-requisites. I guess that should solve it. Thanks!

fquinner commented 4 years ago

Oops yeah you could pick a different desktop (xfce would be lighter) or even write your own .menu file but that's how the tool figures out the directory structure for the launcher. Good luck!