Mmmm...more double-pane, blue productivity goodness. The new installment of the age-old paradigm shows that it's alive and kicking.
Its polished with features like entry completion and divorced from reliance on windows registry. It runs great on Linux as is, but runs even better with some minor tweaking.Application Details:
Version: | 3.0 |
License: | Open Source |
URL: | http://www.farmanager.com |
Votes: | 2 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 6.0.4 |
Maintainers: About Maintainership
What works
All core functions, most plugins
What does not
stdout from linux commands is not in the cmd console
Workarounds
pipe it to a viewer like this:
view:< command
Also if FAR crashes after running a linux command, pipe stdout to null (command > nul)
What was not tested
3rd party plugins
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Jun 18 2022 | 6.0.4 | Yes | Yes | Yes | Gold | Sic Volo | |
Show | macOS 10.12 "Sierra" | Mar 10 2017 | 2.3 | N/A | Yes | No | Gold | Just Me | |
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Mar 27 2016 | 1.9.6 | Yes | Yes | No | Gold | Joerg Schiermeier | |
Show | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Sep 06 2014 | 1.7.25 | Yes | Yes | No | Platinum | Sic Volo | |
Show | Ubuntu 12.10 "Quantal" amd64 (+ variants like Kubuntu) | Jan 19 2014 | 1.6.1 | Yes | Yes | No | Platinum | Sic Volo |
The most recent versions of Far File Manager crash under Wine.
This can be fixed by running them with the flag: /w or using an older version, e.g.
Far30b5254.x86.20180805.msi
Far30b5254.x64.20180805.msi
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Ivan Sorokin on Saturday August 3rd 2024, 13:38
wine-9.0 (Ubuntu 9.0~repack-4build3)
is the standard one that comes with Ubuntu 24.04.
Run it like this:
wine Far.exe 2>/dev/null
Or like this:
wineconsole Far.exe
If you run it via wine, it will open in the current console. If you run it via wineconsole, it will open in a separate Wine console window. In this case, you must redirect error messages, otherwise they will mess up the interface.
by Ivan Sorokin on Saturday August 3rd 2024, 13:41
by Sic Volo on Saturday June 18th 2022, 2:39