WineHQ

FAR Manager

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

Free Download Get the latest version here

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Without the procedure described in the HowTo the application crashes at startup. When the workaround from the HowTo is used the application is working. The 32bit and 64bit version is working with: wineconsole --backend=user "c:\program files\far manager\far.exe"

What does not

Nothing found yet.

Workarounds

What was not tested

n/a

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Downloaded version (stable): Far Manager v3.0 build 4545 x64 (2016-02-10) and Far Manager v3.0 build 4545 x86 (2016-02-10)

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 20.04 "Focal" (+ variants like Kubuntu)Jun 18 20226.0.4Yes Yes YesGoldSic Volo 
ShowmacOS 10.12 "Sierra"Mar 10 20172.3N/A Yes NoGoldJust Me 
CurrentDebian GNU/Linux Unstable "Sid" x86_64Mar 27 20161.9.6Yes Yes NoGoldJoerg Schiermeier 
ShowUbuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu)Sep 06 20141.7.25Yes Yes NoPlatinumSic Volo 
ShowUbuntu 12.10 "Quantal" amd64 (+ variants like Kubuntu)Jan 19 20141.6.1Yes Yes NoPlatinumSic Volo 

Known Bugs

Bug # Description Status Resolution Other apps affected
3200 wineconsole width/height settings not handled properly ASSIGNED View

Show all bugs

HowTo / Notes

How to start FAR Manager
Get 32-Bit FAR even if you are running 64-bit wine. After the install you'll have an entry in your KDE/Gnome/Unity menu. Change it to run wineconsole instead of wine, similar to this:

env WINEPREFIX="/home/username/.wine" wineconsole --backend=user C:\\windows\\command\\start.exe /Unix /home/username/.wine/dosdevices/c:/users/username/Start\ Menu/Programs/Far\ Manager\ 3/Far\ Manager\ 3.lnk

Alternatively you can start it from the command prompt with:
wineconsole --backend=user "c:\program files\far manager\far.exe"

Adjust window size (since it's probably too small) by right clicking and selecting properties
Tweaks to make FAR work smoother on Linux
To enable FAR to run linux commands add linux paths to wine environment.
Start regedit then add the following to HKEY_CURRENT_USER\Environment:
PATH=z:\bin;z:\usr\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.;.SH;.PL;.PY
Note the ;.; above, it's very important for running Linux commands that usually dont have an extension

Disable use of the system copy (in the past it did not report progress back to FAR):
In far type far:config and set System.UseSystemCopy = false
(you could also do it through one of the menus)

Modify sort groups to show hidden files and folders (starting with a dot) below visible ones:
F9 -> Options -> Files hightlighting and sort groups
Set upper sort groups to H- D+ with no mask, then H- D- with no mask
Open the sort modes dialog for the left panel, set "use sort groups" and uncheck sort directories first so that hidden directories don't show above non-hidden files. Repeat for the right panel

Make other drives visible to FAR:
start winecfg, click on drives, do the autodiscover, save and start FAR. Note that sometimes the links to the drives disappear. To fix it and make them permanent click on each of the drives in winecfg, edit something, like a label, and then click ok.

Set linux EOL (0x0A) to be default in the editor instead of Windows' 0x0D 0x0A
Get ESC plugin from here http://plugring.farmanager.com/plugin.php?pid=364
Edit Far Manager\Plugins\ESC\Cfg\esc_abstract.xml and under 'type name="Sources"... and 'type name="Text" set eol value= to amp #x0a;
A work around for bugs 46237 and 46236

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

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Far3 works great in Wine now
by Ivan Sorokin on Saturday August 3rd 2024, 13:38
Far3 build 6300 (www.farmanager.com/files/Far30b6300.x64.20240407.7z) works perfectly in Wine. Wine version:
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.
RE: Far3 works great in Wine now
by Ivan Sorokin on Saturday August 3rd 2024, 13:41
A little mistake. Error redirection is mandatory if running with wine, not wineconsole.
Crashes in the latest wine and Far versions
by Sic Volo on Saturday June 18th 2022, 2:39
if FAR crashes after running a linux command, pipe command stdout to null, i.e. `command > nul`
Back