WineHQ

FAR Manager

Console mode file manager

Application Details:

Version: 1.7
License:
URL: http://www.farmanager.com
Votes: 2
Latest Rating: Platinum
Latest Wine Version Tested: 1.5.19

Maintainers: About Maintainership

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

Far (and similar console32 executables) works ONLY if started in wineconsole, not wine itself! It is in the man.

So you can use it as described:

wineconsole --backend=user far.exe

And I share Miguel's opinion on Far: it's excellent. It's actually one of the things I wish very *very* much to have in Ubuntu.

What does not

Several small things, as described by Miguel here

http://appdb.winehq.org/appview.php?iVersionId=1250

 

What I wanted to add is that I suggest NOT TO REPAIR wineconsole to run with far 1.0, but instead try compiling the upcoming Far Unicode open source version, which is here:

http://www.farmanager.com/opensource.php

Good luck!

 


Workarounds

What was not tested

I haven't tested the Unicode Far yet.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowGentoo Linux x86_64Dec 21 20121.5.19Yes Yes Platinuman anonymous user 
ShowFedora 14Feb 09 20111.3.13Yes Yes PlatinumArtem S. Tashkinov 
ShowFreeBSD 7.0Oct 19 20081.1.5Yes Yes Platinuman anonymous user 
CurrentUbuntu 8.04 "Hardy" i386 (+ variants like Kubuntu)Sep 07 20081.1.4Yes Yes Silveran anonymous user 
ShowUbuntu 8.04 "Hardy" i386 (+ variants like Kubuntu)Aug 08 20081.1.2Yes Yes GoldMiguel 

Known Bugs

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

Show all bugs

Comments

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

stating FAR
by Joerg Schiermeier on Tuesday May 18th 2010, 19:34
Hallo!

I use in my configuration to start FAR this:

wineconsole --backend=curses cmd.exe /c c:/path/to/Far.exe /ag /x 'c:\\'

to start a Far window with the root in 'c:\'. The commandline switches are:
1.) /ag Disable display of pseudographics characters
2.) /x Disable exception handling

Works fine for me. With '--backend=user' T got a very very small window in graphic mode. This was to small for me. So I use the text-modus.
Back