Simply you may need youw own custom shortcut to make your linux more efficient, this happen when i wanna launch warcraft3.exe using wine, why i must using terminal to run it?
Open terminal > type wine application-name.exe -opengl > then press “return”
Why that’s get be easier?
So this is my experiment :
1. touch ~/.local/share/applications/warcraft.desktop
2. nano ~/.local/share/applications/warcraft.desktop
fill like this :
[Desktop Entry]
Type=Application
Version=1.0
Name=Warcraft 3
Icon=icon warcraft maybe
Exec=wine warcraft3.exe -opengl
Terminal=false
Categories=Game;
3. then Ctrl+o untuk save, ctrl+x to exit.
4. Just that easy, you will see this shorcut on you game menu category.