I want to create a .desktop file to run "world of warcraft" over wine. I can run the following command wine /home/maciej/434_mini -opengl to run it.
How do I do this?
I want to create a .desktop file to run "world of warcraft" over wine. I can run the following command wine /home/maciej/434_mini -opengl to run it.
How do I do this?
Just create a new text file, paste this into the file, and save the file as WoW.desktop. Read this post for more info.
[Desktop Entry]
Version=1.0
Name=WoW
Comment=WorldofWarcraft
Exec=wine /home/maciej/434_mini -opengl
Terminal=true
Type=Application
Categories=Games,Applications