User Tools

Site Tools


wine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
wine [2020/11/20 00:38] – tags, title decap rjtwine [2021/01/16 07:59] – .desktop info dump rjt
Line 41: Line 41:
  
 Put, say, ''export WINEPREFIX=~/.local/share/wine/prefix/default'' in your ''.bashrc'' file. Put, say, ''export WINEPREFIX=~/.local/share/wine/prefix/default'' in your ''.bashrc'' file.
 +
 +==== .desktop files ====
 +
 +Wine likes to dump a bunch of useless .desktop files ...
 +
 +  * https://wiki.winehq.org/FAQ#How_can_I_prevent_Wine_from_changing_the_filetype_associations_on_my_system_or_adding_unwanted_menu_entries.2Fdesktop_links.3F
 +
 +When making your own .desktop
 +
 +<code>
 +Path=[full path to directory with your program in it]
 +Exec=env WINEPREFIX=[full path to a wine prefix if you're not using the default one] wine [.EXE file you want to run]
 +</code>
  
 ===== See Also ===== ===== See Also =====
wine.txt · Last modified: 2022/04/21 20:24 by rjt