meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wine:irfanview [2019/10/18 22:58] – niziak | wine:irfanview [2024/05/07 12:43] (current) – niziak | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| export WINEARCH=win32 | export WINEARCH=win32 | ||
| </ | </ | ||
| + | |||
| + | Download 32 bit version of [[https:// | ||
| <code bash> | <code bash> | ||
| Line 10: | Line 12: | ||
| Plugins [[http:// | Plugins [[http:// | ||
| + | |||
| + | ===== Issues ===== | ||
| + | |||
| + | ==== JPG file not associated ==== | ||
| + | Command: | ||
| + | <code bash> | ||
| + | doesn' | ||
| + | |||
| + | Create file ''/ | ||
| + | Also remove '' | ||
| + | |||
| + | <file wine-extension-jpg.desktop> | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Name=IrfanView 32-bit | ||
| + | MimeType=image/ | ||
| + | Exec=wine-stable start /ProgIDOpen IrfanView.jpg %f | ||
| + | NoDisplay=true | ||
| + | StartupNotify=true | ||
| + | Icon=7BE4_i_view32.0 | ||
| + | </ | ||
| + | |||
| + | Update the mime cache: update-desktop-database / | ||
| + | |||
| + | ==== WINEPREFIX: not an absolute path ==== | ||
| + | If default wineprefix is used, the env variable WINEPREFIX cannot be set to the same default prefix directory. | ||
| + | |||
| + | |||
| ====== Linux alternative ====== | ====== Linux alternative ====== | ||