Ubuntu desktop launchers
Mikrotik The Dude
The Dude runs well under Wine. Running the installer will generate all needed desktop launchers.
[Desktop Entry]
Name=The Dude
#Exec=env WINEPREFIX="/home/msharp/.wine" wine C:\\\\Dude\\\\dude.exe
Exec=wine C:\\\\Dude\\\\dude.exe
Type=Application
StartupNotify=true
Icon=3048_dude.0
Mikrotik Winbox
[Desktop Entry]
Name=Winbox
Path=~/bin
Exec=wine-stable winbox.exe
Type=Application
StartupNotify=true
Keywords=winbox;
or
[Desktop Entry]
Name=Winbox
Comment=Mikrotik Winbox
Exec=wine "C:\\\\Scripts\\\\winbox.exe"
# Name=Winbox64
# Comment=Mikrotik Winbox64
# Exec=wine "C:\\\\Scripts\\\\winbox64.exe"
Icon=wine
Terminal=false
Type=Application
Categories=Wine;
StartupNotify=true
# 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