Skip to main content

Ubuntu desktop launchers

Recognized desktop entry keys

 

Mikrotik The Dude

The Dude runs well under Wine. Running the installer will generate all needed desktop launchers.

 

Mikrotik Winbox

~/.local/share/applications/winbox.desktop

[Desktop Entry]
Name=Winbox
Path=~/bin
Exec=wine-stable winbox.exe
Type=Application
StartupNotify=true
Keywords=winbox;

/usr/share/applications/winbox.desktop

# Make sure winbox.exe has been saved to /usr/local/bin/winbox.exe

[Desktop Entry]
Name=Winbox
#Path=/usr/local/bin
Exec=wine-stable winbox.exe
Type=Application
StartupNotify=true
Keywords=winbox;

#end