[Solved] Filebot not starting in Ubuntu 11.10

Any questions? Need some help?
Post Reply
beanaroo
Posts: 2
Joined: 02 Apr 2012, 19:32

[Solved] Filebot not starting in Ubuntu 11.10

Post by beanaroo »

I installed the i386_v2.61 debian package. All dependancies are satisfied.

Clicking the launcher does nothing. Running command filebot in terminal only produces:

Code: Select all

mizel@mizel-laptop ~ $ filebot
FileBot 2.61 (r965) / OpenJDK Runtime Environment 1.6.0_23 (headless)

 --action [move, copy, keeplink,        : Rename action
 symlink, hardlink, test]               :  
 --conflict [override, skip, fail]      : Conflict resolution
 --db [TVRage, AniDB, TheTVDB] or       : Episode/Movie database
 [OpenSubtitles, IMDb, TheMovieDB]      :  
 --encoding [UTF-8, windows-1252,       : Output character encoding
 GB18030, etc]                          :  
 --filter expression                    : Episode filter
 --format expression                    : Episode/Movie naming scheme
 --lang 2-letter language code          : Language
 --log [all, config, info, warning]     : Log level
 --order [Airdate, Absolute, DVD]       : Episode order
 --output Output options                : Output path / format
 --q title                              : Search query
 -check fileset                         : Create/Check verification file
 -clear                                 : Clear cache and application settings
 -extract                               : Extract archives
 -get-missing-subtitles fileset         : Fetch missing subtitles
 -get-subtitles fileset                 : Fetch subtitles
 -help                                  : Print this help message
 -list                                  : Fetch episode list
 -mediainfo                             : Get media info
 -no-analytics                          : Disable analytics
 -non-strict                            : Use less strict matching
 -open file                             : Open file in GUI
 -rename fileset                        : Rename episode/movie files
 -script robot.groovy                   : Run Groovy script
 -trust-script                          : Lift scripting restrictions
 -version                               : Print version identifier
mizel@mizel-laptop ~ $ 
Am I doing something obviously wrong?
Last edited by beanaroo on 03 Apr 2012, 19:09, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot not starting in Ubuntu 11.10

Post by rednoah »

You only have a headless JRE. Install a full JRE (see recommended dependency) so you get GUI as well as cmdline.
:idea: Please read the FAQ and How to Request Help.
beanaroo
Posts: 2
Joined: 02 Apr 2012, 19:32

Re: Filebot not starting in Ubuntu 11.10

Post by beanaroo »

In Terminal:

Code: Select all

sudo apt-get install openjdk-6-jre
Working well, thanks, rednoah. :)
Post Reply