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#39705 - [onboard] iso-codes should be included as a dependency

Attached to Project: Community Packages
Opened by Mark O'Neill (cupantae) - Tuesday, 01 April 2014, 06:56 GMT
Last edited by Balló György (City-busz) - Monday, 07 April 2014, 18:29 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Balló György (City-busz)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Crashes without iso-codes package. iso-codes should be included as a dependency.
Onboard crashes, reporting a FileNotFoundError for /usr/share/xml/iso-codes/iso_639.xml

==== Onboard 1.0.1-2 output ====
2014-04-01 07:46:05,471:WARNING:Config: mousetweaks GSettings schema not found, mousetweaks integration disabled.
Traceback (most recent call last):
File "/usr/bin/onboard", line 16, in <module>
ob = Onboard()
File "/usr/lib/python3.4/site-packages/Onboard/OnboardGtk.py", line 111, in __init__
self.init()
File "/usr/lib/python3.4/site-packages/Onboard/OnboardGtk.py", line 150, in init
self.keyboard = Keyboard(self)
File "/usr/lib/python3.4/site-packages/Onboard/Keyboard.py", line 428, in __init__
WordSuggestions.__init__(self)
File "/usr/lib/python3.4/site-packages/Onboard/WordSuggestions.py", line 61, in __init__
self._languagedb = LanguageDB(self)
File "/usr/lib/python3.4/site-packages/Onboard/LanguageSupport.py", line 76, in __init__
self._iso_codes = ISOCodes()
File "/usr/lib/python3.4/site-packages/Onboard/LanguageSupport.py", line 206, in __init__
self._read_all()
File "/usr/lib/python3.4/site-packages/Onboard/LanguageSupport.py", line 224, in _read_all
self._read_languages()
File "/usr/lib/python3.4/site-packages/Onboard/LanguageSupport.py", line 228, in _read_languages
with open_utf8("/usr/share/xml/iso-codes/iso_639.xml") as f:
File "/usr/lib/python3.4/site-packages/Onboard/utils.py", line 1437, in open_utf8
return open(filename, mode=mode, encoding="UTF-8")
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/xml/iso-codes/iso_639.xml'

Steps to reproduce:
Uninstall iso-codes
run onboard
This task depends upon

Closed by  Balló György (City-busz)
Monday, 07 April 2014, 18:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  onboard 1.0.1-3

Loading...