Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#40935 - [freemind] Dictionaries missing

Attached to Project: Community Packages
Opened by Keith Patton (kaipee) - Sunday, 22 June 2014, 15:31 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Friday, 24 October 2014, 18:53 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Just downloaded freemind and upon launching I notice that there was no text available anywhere in the program. Launching from terminal shows that the dictionaries are not installed (file list does not indicate /usr/share/dictionaries either)


Additional info:
* package version(s) : freemind-1.0.1-1
* error output :
STDERR: JOrtho configuration file not found!
STDERR: java.io.FileNotFoundException: /usr/share/freemind/dictionaries.cnf (No such file or directory)
STDERR: at java.io.FileInputStream.open(Native Method)
STDERR: at java.io.FileInputStream.<init>(FileInputStream.java:146)
STDERR: at java.io.FileInputStream.<init>(FileInputStream.java:101)
STDERR: at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
STDERR: at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
STDERR: at java.net.URL.openStream(URL.java:1037)
STDERR: at com.inet.jortho.SpellChecker.registerDictionaries(Unknown Source)
STDERR: at freemind.main.FreeMind.setupSpellChecking(FreeMind.java:962)
STDERR: at freemind.main.FreeMind.init(FreeMind.java:359)
STDERR: at freemind.main.FreeMind.main(FreeMind.java:917)
STDERR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
STDERR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
STDERR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
STDERR: at java.lang.reflect.Method.invoke(Method.java:606)
STDERR: at freemind.main.FreeMindStarter.main(FreeMindStarter.java:90)
STDERR: java.io.FileNotFoundException: /usr/share/freemind/dictionaries.properties (No such file or directory)
STDERR: at java.io.FileInputStream.open(Native Method)
STDERR: at java.io.FileInputStream.<init>(FileInputStream.java:146)
STDERR: at java.io.FileInputStream.<init>(FileInputStream.java:101)
STDERR: at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
STDERR: at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
STDERR: at java.net.URL.openStream(URL.java:1037)
STDERR: at com.inet.jortho.SpellChecker.registerDictionaries(Unknown Source)
STDERR: at freemind.main.FreeMind.setupSpellChecking(FreeMind.java:962)
STDERR: at freemind.main.FreeMind.init(FreeMind.java:359)
STDERR: at freemind.main.FreeMind.main(FreeMind.java:917)
STDERR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
STDERR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
STDERR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
STDERR: at java.lang.reflect.Method.invoke(Method.java:606)
STDERR: at freemind.main.FreeMindStarter.main(FreeMindStarter.java:90)
STDERR: java.io.FileNotFoundException: /usr/share/freemind/dictionaries.txt (No such file or directory)
STDERR: at java.io.FileInputStream.open(Native Method)
STDERR: at java.io.FileInputStream.<init>(FileInputStream.java:146)
STDERR: at java.io.FileInputStream.<init>(FileInputStream.java:101)
STDERR: at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
STDERR: at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
STDERR: at java.net.URL.openStream(URL.java:1037)
STDERR: at com.inet.jortho.SpellChecker.registerDictionaries(Unknown Source)
STDERR: at freemind.main.FreeMind.setupSpellChecking(FreeMind.java:962)
STDERR: at freemind.main.FreeMind.init(FreeMind.java:359)
STDERR: at freemind.main.FreeMind.main(FreeMind.java:917)
STDERR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
STDERR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
STDERR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
STDERR: at java.lang.reflect.Method.invoke(Method.java:606)
STDERR: at freemind.main.FreeMindStarter.main(FreeMindStarter.java:90)

Steps to reproduce:
This task depends upon

Closed by  Jaroslav Lichtblau (Dragonlord)
Friday, 24 October 2014, 18:53 GMT
Reason for closing:  Works for me
Comment by Doug Newgard (Scimmia) - Sunday, 22 June 2014, 15:42 GMT
I'm guessing this is more related to  FS#40871  than the dictionaries.

Loading...