john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Linux wine running windows apps

linux-wine-running-windows-apps

apt-get install wine

winecfg //configure your wine

If you don't want a Windows installer to change filetype associations, add menu items, or create desktop links

winecfg -> Libraries tab and type winemenubuilder.exe (and click add)

//the first time you run "wine app.exe" it will auto create the /home/username/.wine directory wine application.exe wine start installer.msi

//to pick a special path to a parameter file wine quake.exe -map C:\Quake\e1m1.bsp

//note: Do not try to configure Wine to point to your actual Windows C:\ drive

//if your wine win app uninstaller doesn't work you may have to... rm -rf $HOME/.wine

rm -f $HOME/.config/menus/applications-merged/wine rm -rf $HOME/.local/share/applications/wine rm -f $HOME/.local/share/desktop-directories/wine rm -f $HOME/.local/share/icons/????_*.xpm

when all else fails, RTFM http://wiki.winehq.org http://appdb.winehq.org/


  • « What python version
  • Linux vsftpd sharing files mount bind local umask »

Published

Feb 6, 2010

Category

linux

~117 words

Tags

  • apps 6
  • linux 249
  • running 1
  • windows 72
  • wine 1