0

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?

MadMike
  • 4,244
  • 8
  • 28
  • 50

1 Answers1

2

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
marisusis
  • 360