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 revision
Previous revision
wine [2020/11/20 00:38] – tags, title decap rjtwine [2022/04/21 20:24] (current) – [Errors and Fixes] clarity rjt
Line 1: Line 1:
 ====== Wine ====== ====== Wine ======
  
-===== Tweaks and Fixes =====+===== Tweaks =====
 ==== Copy / Paste ==== ==== Copy / Paste ====
  
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>
 +
 +===== Errors and Fixes =====
 +
 +> This application could not be started. You must enable the .NET Framework from Windows Features dialog box (from Control Panel, choose Programs, Turn Windows features on or off).
 +
 +  * Fix: ''winetricks dotnet20''
 +    * Source: https://askubuntu.com/questions/983544/how-to-enable-net-framework-after-install-the-net-framework
  
 ===== See Also ===== ===== See Also =====
wine.1605793093.txt.gz · Last modified: 2020/11/20 00:38 by rjt