← Back to team overview

zim-wiki team mailing list archive

Re: Zim 0.49 released !

 

here it is,
============
[GtkInterface]
tearoff_menus=False
toggle_on_ctrlspace=False
gtk_bell=False
web_browser=webbrowser
email_client=None
file_browser=None
text_editor=None

[PageView]
follow_on_enter=True
read_only_cursor=False
autolink_camelcase=True
autolink_files=True
autoselect=True
unindent_on_backspace=True
recursive_indentlist=True
recursive_checklist=False
auto_reformat=False

[General]
plugins=["calendar","equationeditor","insertsymbol","printtobrowser","tasklist"]

[CalendarPlugin]
embedded=False
namespace=Calendar

[TrayIconPlugin]
classic=False
standalone=False

[TaskListPlugin]
all_checkboxes=True
labels=FIXME, TODO

================
with this one I got the following error while trying to open preference:

TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

==== debug info =====
INFO: Index update done
DEBUG: Action: show_preferences
DEBUG: Loading
/Users/phil/logiciel/zim-0.49/data/applications/firefox.desktop
DEBUG: Loading /Users/phil/logiciel/zim-0.49/data/applications/open.desktop
DEBUG: Loading
/Users/phil/logiciel/zim-0.49/data/applications/thunderbird.desktop
DEBUG: Loading
/Users/phil/logiciel/zim-0.49/data/applications/xdg-email.desktop
DEBUG: Loading
/Users/phil/logiciel/zim-0.49/data/applications/xdg-open.desktop
DEBUG: Running ErrorDialog
ERROR: unsupported operand type(s) for +: 'NoneType' and 'str'
Traceback (most recent call last):
  File "/Users/phil/logiciel/zim-0.49/zim/gui/__init__.py", line 587, in
_action_handler
    method(*arg)
  File "/Users/phil/logiciel/zim-0.49/zim/gui/__init__.py", line 1140, in
show_preferences
    PreferencesDialog(self).run()
  File "/Users/phil/logiciel/zim-0.49/zim/gui/preferencesdialog.py", line
78, in __init__
    self._append_applications(type)
  File "/Users/phil/logiciel/zim-0.49/zim/gui/preferencesdialog.py", line
122, in _append_applications
    app = manager.get_application(current)
  File "/Users/phil/logiciel/zim-0.49/zim/gui/applications.py", line 119, in
get_application
    file = _application_file(name + '.desktop', _application_dirs())
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'


On Fri, Nov 5, 2010 at 9:36 AM, Alessandro Magni <magni@xxxxxxxx> wrote:

> Though, I got a problem on my mac OSX 10.6.4 while opening edit>preference
>> I get
>> """
>> Looks like you found a bug
>> KeyError : "text_editor"
>> """
>>
>
> hi Philippe,
> I am trying too to work with zim under OSX,
> and at the moment I find that what is not working is the setting of the
> applications to use for opening links, under Preferences->Applications:
> in my case just the web browser is set (Firefox), while the others are not
> set.
> As Jaap pointed out I guess we can edit ~/.config/zim/preferences.conf, but
> I dont know exactly what to put in there for the file browser.
> Can you post your preferences.conf so that I can compare it with mine?
>
> thanks!
>
>
> alessandro
>
>
>
> --
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /  Dr.Alessandro Magni
> \        Electromagnetics Division
> /        INRiM Strada delle Cacce 91, 10135 Torino (ITALIA)
> \        Email magni@xxxxxxxx
> /        Tel: 0039-011-3919821  Fax: 0039-011-3919834
> \        URL http://www.inrim.it/~magni <http://www.inrim.it/%7Emagni>
> / Our business in life is not to succeed but to continue to fail
> \ in high spirits.  -- Robert Louis Stevenson
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~zim-wiki<https://launchpad.net/%7Ezim-wiki>
> Post to     : zim-wiki@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~zim-wiki<https://launchpad.net/%7Ezim-wiki>
> More help   : https://help.launchpad.net/ListHelp
>

References