trizen / obmenu-generator

A fast menu generator for the Openbox Window Manager.

Home Page:https://trizenx.blogspot.com/2012/02/obmenu-generator.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wine menu

dmaglio opened this issue · comments

I have installed Playonlinux but missing the wine submenu

You need to specify the directories that contain the wine desktop files inside the configuration file of obmenu-generator (located under: ~/.config/obmenu-generator/config.pl).

Here is an example that may work:

 desktop_files_paths     => [
                              "/usr/share/applications",
                              "/usr/local/share/applications",
                              "$ENV{HOME}/.local/share/applications",
                              "$ENV{HOME}/Desktop",
                              glob("$ENV{HOME}/.local/share/applications/wine/Programs/*"),
                            ],

Applications that do not specify a category, will appear under the Other category.

Closing this now...