User Tools

Site Tools


config:foobar2000

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
config:foobar2000 [2023/11/13 23:58] – [Installation under wine from previous Windows install] Wulf Rajekconfig:foobar2000 [2023/12/28 13:26] (current) Wulf Rajek
Line 15: Line 15:
 Use this folder as installation directory, replacing username with the actual linux username ''Z:/home/<username>/.foobar2000'' then select portable install. The hidden directory is not browseable, so enter it in the path box manually. Use this folder as installation directory, replacing username with the actual linux username ''Z:/home/<username>/.foobar2000'' then select portable install. The hidden directory is not browseable, so enter it in the path box manually.
  
-#start winetricks and install the following dlls (some may not be required) +Install winetricks manually:
-<code>winetricks --gui</code> +
 <code> <code>
-requiredgdiplus, probably not required wmp10, dotnet20+cd "${HOME}/Downloads" 
 +wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks 
 +chmod +x winetricks 
 +sudo cp winetricks /usr/local/bin
  
-dirac +cd "${HOME}/Downloads" 
-dotnet20 +wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks.bash-completion 
-ffdshow +sudo cp winetricks.bash-completion /usr/share/bash-completion/completions/winetricks 
-gdiplus +</code> 
-gdiplus_winxp + 
-icodecs +Use winetricks to set the wine prefix to 32bit, windows 10 and install gdiplus: 
-l3codex +Either through gui: 
-mfc42 +<code>winetricks --gui</code> 
-msvcirt +or 
-ogg +<code> 
-sdl +winetricks settings win10 
-vcrun2008 +winetricks gdiplus
-vcrun6 +
-vcrun6sp6 +
-windowscodecs +
-wmp10 +
-wsh56vb +
-wsh57 +
-xvid+
 </code> </code>
  
 #set pseudo drive mappings to be in line with windows drive mappings #set pseudo drive mappings to be in line with windows drive mappings
-<code>winecfg</code>+<code> 
 +WINEARCH=win32 winecfg 
 +</code>
 #set W: as /media/music\\ #set W: as /media/music\\
 #set S: as /media/downloads\\ #set S: as /media/downloads\\
Line 115: Line 111:
  
 Album List white background. Album List white background.
 +
 +===== Run Services component =====
 +
 +The "Run services" component can be used to add specific commands to the context menu like opening the folder in nemo:
 +<code>
 +Label: Open file directory in Nemo
 +Path: Z:\usr\bin\xdg-open "$replace(%path%,'\','/','Z:',,%filename_ext%,)"
 +      Z:\usr\bin\xdg-open "$replace(%path%,'\','/','W:','/media/music/',%filename_ext%,)"
 +</code>
config/foobar2000.1699919883.txt.gz · Last modified: 2023/11/13 23:58 by Wulf Rajek