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#23964 - [zim] fails to start

Attached to Project: Community Packages
Opened by Daniel Milde (dundee) - Wednesday, 27 April 2011, 18:28 GMT
Last edited by Florian Pritz (bluewind) - Thursday, 28 April 2011, 15:09 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Florian Pritz (bluewind)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Zim fails to start with error:
Traceback (most recent call last):
File "/usr/bin/zim", line 56, in <module>
zim.main(argv)
File "/usr/lib/python2.7/site-packages/zim/__init__.py", line 311, in main
notebook = zim.gui.notebookdialog.prompt_notebook()
File "/usr/lib/python2.7/site-packages/zim/gui/notebookdialog.py", line 47, in prompt_notebook
list.write()
File "/usr/lib/python2.7/site-packages/zim/notebook.py", line 260, in write
lines.extend(info.uri + '\n' for info in self)
File "/usr/lib/python2.7/site-packages/zim/notebook.py", line 260, in <genexpr>
lines.extend(info.uri + '\n' for info in self)
AttributeError: 'str' object has no attribute 'uri'



Additional info:
* zim 0.51-1
* enabled testing and community-testing repos
* python 2.7.1-9
This task depends upon

Closed by  Florian Pritz (bluewind)
Thursday, 28 April 2011, 15:09 GMT
Reason for closing:  Fixed
Additional comments about closing:  zim-0.51-2
Comment by Florian Pritz (bluewind) - Wednesday, 27 April 2011, 19:04 GMT
Please try renaming "~/.config/zim" and "~/.notes" and also check if "~/.config/zim/notebooks.list" contains a uri entry under the [Notebook] heading.
Comment by Daniel Milde (dundee) - Wednesday, 27 April 2011, 22:10 GMT
It's first time I run Zim, so directories ~/.config/zim and ~/.notes does not exist yet and Zim breaks before they are created.
Comment by Florian Pritz (bluewind) - Thursday, 28 April 2011, 14:58 GMT

Loading...