# Ubuntu desktop launchers

[Recognized desktop entry keys](https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html)

#### Mikrotik The Dude

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

```
[Desktop Entry]
Type=Application
Name=WinBox
Exec=/usr/local/bin/WinBox
Icon=/usr/local/bin/assets/img/winbox.png
Terminal=false
Categories=Utility;
```

#### Mikrotik Winbox

/usr/share/applications/winbox.desktop

```
[Desktop Entry]
Type=Application
Name=WinBox
Exec=/usr/local/bin/WinBox
Icon=/usr/local/bin/assets/img/winbox.png
Terminal=false
Categories=Utility;
```

\#end