View Full Version : Sonata


neutral
13-05-2008, 20:00
estou com um problema no sonata. quando tento iniciar aparece

Taglib and/or tagpy not found, tag editing support disabled.
ZSI not found, fetching lyrics support disabled.
Taglib and/or tagpy not found, tag editing support disabled.
ZSI not found, fetching lyrics support disabled.
Traceback (most recent call last):
File "/usr/bin/sonata", line 47, in <module>
app = sonata.Base()
File "/usr/lib/python2.5/site-packages/sonata.py", line 392, in __init__
self.settings_load()
File "/usr/lib/python2.5/site-packages/sonata.py", line 1953, in settings_load
self.current_tab_pos = conf.getint('notebook', 'current_tab_pos')
File "/usr/lib/python2.5/ConfigParser.py", line 321, in getint
return self._get(section, int, option)
File "/usr/lib/python2.5/ConfigParser.py", line 318, in _get
return conv(self.get(section, option))
ValueError: invalid literal for int() with base 10: 'None'


e se for em root

Taglib and/or tagpy not found, tag editing support disabled.
ZSI not found, fetching lyrics support disabled.
Sonata failed to connect to the D-BUS session bus: Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help)
Traceback (most recent call last):
File "/usr/bin/sonata", line 47, in <module>
app = sonata.Base()
File "/usr/lib/python2.5/site-packages/sonata.py", line 392, in __init__
self.settings_load()
File "/usr/lib/python2.5/site-packages/sonata.py", line 1953, in settings_load
self.current_tab_pos = conf.getint('notebook', 'current_tab_pos')
File "/usr/lib/python2.5/ConfigParser.py", line 321, in getint
return self._get(section, int, option)
File "/usr/lib/python2.5/ConfigParser.py", line 318, in _get
return conv(self.get(section, option))
ValueError: invalid literal for int() with base 10: 'None'

esquiso
13-05-2008, 20:03
Tenta remover o sonatarc que está na pasta ~/.config/sonata/

neutral
13-05-2008, 20:05
funciona. obrigado :)