** Description changed:

  Binary package hint: exaile
  
  Startup fails due to the following error:
  
  ---8<---
  INFO    : Loading Exaile 0.3.1.0...
  INFO    : Loading settings...
  INFO    : Setting up deferred idle manager function...
  INFO    : Loading plugins...
  Traceback (most recent call last):
-   File "/usr/lib/exaile/exaile.py", line 52, in <module>
-     main()
-   File "/usr/lib/exaile/exaile.py", line 49, in main
-     exaile = main.Exaile()
-   File "/usr/lib/exaile/xl/main.py", line 84, in __init__
-     self.__init()
-   File "/usr/lib/exaile/xl/main.py", line 135, in __init
-     self.plugins = plugins.PluginsManager(self)
-   File "/usr/lib/exaile/xl/plugins.py", line 66, in __init__
-     self.load_enabled()
-   File "/usr/lib/exaile/xl/plugins.py", line 200, in load_enabled
-     to_enable = settings.get_option("plugins/enabled", [])
-   File "/usr/lib/exaile/xl/settings.py", line 147, in get_option
-     value = self._str_to_val(value)
-   File "/usr/lib/exaile/xl/settings.py", line 193, in _str_to_val
-     return eval(value)
-   File "<string>", line 1
-     ['shoutcast', 'lastfmcovers', 'lyricsfly', 'cd', 'replaygain', 
'equalizer', 'lyricsviewer', 'lastfmdynamic', 'notifyosd]
-                                                                               
                                            ^
+   File "/usr/lib/exaile/exaile.py", line 52, in <module>
+     main()
+   File "/usr/lib/exaile/exaile.py", line 49, in main
+     exaile = main.Exaile()
+   File "/usr/lib/exaile/xl/main.py", line 84, in __init__
+     self.__init()
+   File "/usr/lib/exaile/xl/main.py", line 135, in __init
+     self.plugins = plugins.PluginsManager(self)
+   File "/usr/lib/exaile/xl/plugins.py", line 66, in __init__
+     self.load_enabled()
+   File "/usr/lib/exaile/xl/plugins.py", line 200, in load_enabled
+     to_enable = settings.get_option("plugins/enabled", [])
+   File "/usr/lib/exaile/xl/settings.py", line 147, in get_option
+     value = self._str_to_val(value)
+   File "/usr/lib/exaile/xl/settings.py", line 193, in _str_to_val
+     return eval(value)
+   File "<string>", line 1
+     ['shoutcast', 'lastfmcovers', 'lyricsfly', 'cd', 'replaygain', 
'equalizer', 'lyricsviewer', 'lastfmdynamic', 'notifyosd]
+                                                                               
                                            ^
  SyntaxError: EOL while scanning string literal
  --->8---
  
- The simple fix is to add the missing ' after notifyosd.
+ The simple fix is to add the missing ' after notifyosd in
+ /etc/xdg/exaile/settings.ini (data/config/settings.ini in the source)

-- 
Startup fails due to EOL while scanning string literal
https://bugs.launchpad.net/bugs/548732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to