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
/home/maciej/434_mini -opengl
? is it supposed to start WoW? Why? – Pilot6 May 31 '16 at 16:00wine
, but I just fixed it. – marisusis May 31 '16 at 16:02wine
does not fix anything. Thes.desktop
starts some program that is located in/home/maciej/
directory that is called434_mini
. This won't work. – Pilot6 May 31 '16 at 16:04wine /home/maciej/434_mini -opengl
mean in the question? – marisusis May 31 '16 at 16:10