Exaile does not start

Asked by davidgf

Exaile doesn't start.

I've tried version 0.10, 0.11b & 0.11 but it doesn't start

If I try version 0.11 using console this is the message i get:

Introspect error: The name org.gnome.SettingsDaemon was not provided by any .service files
/usr/lib/exaile/xl/xlmisc.py:183: RuntimeWarning: Python C API version mismatch for module mmkeys: This Python has API version 1012, module mmkeys has version 1013.
  import mmkeys
Traceback (most recent call last):
  File "/usr/lib/exaile/exaile.py", line 144, in ?
    main()
  File "/usr/lib/exaile/exaile.py", line 136, in main
    exaile = exailemain.ExaileWindow(options, xl.path.firstrun)
  File "/usr/lib/exaile/xl/gui/main.py", line 171, in __init__
    self.playlists_nb.connect('page-added', self.sync_playlists_tabbar)
TypeError: <gtk.Notebook object (GtkNotebook) at 0xb6a60964>: unknown signal name: page-added

Can you help me?

Thanks in advance

David

Question information

Language:
French Edit question
Status:
Solved
For:
Exaile Edit question
Assignee:
No assignee Edit question
Solved by:
davidgf
Solved:
Last query:
Last reply:
Revision history for this message
davidgf (david-davidgf) said :
#1

I forgot to say i'm using Debian Etch1 with Gnome

Revision history for this message
Adam Olsen (arolsen) said :
#2

What version of gtk+ and/or pygtk does Etch have?

Adam

Revision history for this message
davidgf (david-davidgf) said :
#3

I think that is GTK2 and phynton gtk 2

But i dont know well, im new in linux

Revision history for this message
Adam Olsen (arolsen) said :
#4

Paste the results of this command:

dpkg -l | grep gtk

Revision history for this message
davidgf (david-davidgf) said :
#5

ii compiz-gtk 0.2.2-1 OpenGL window and compositing manager - Gtk
ii gdk-imlib11 1.9.14-31 imagin g library for use with gtk
ii gtk2-engines 2.8.2-1 theme engines for GTK+ 2.x
ii gtk2-engines-pixbuf 2.8.20-7 Pixbuf -based theme for GTK+ 2.x
ii gtk2-engines-spherecrystal 0.7-14 A blue vector theme for GTK+ 2.x
ii gtkhtml3.8 3.12.1-2 HTML r endering/editing library - bonobo comp
ii libgdk-pixbuf2 0.22.0-11 The Gd kPixBuf image library, gtk+ 1.2 versio
ii libgnorbagtk0 1.4.2-34 GNOME CORBA services (Gtk bindings)
ii libgtk1.2 1.2.10-18 The GI MP Toolkit set of widgets for X
ii libgtk1.2-common 1.2.10-18 Common files for the GTK+ library
ii libgtk2-perl 1.140-1 Perl i nterface to the 2.x series of the Gimp
ii libgtk2.0-0 2.8.20-7 The GT K+ graphical user interface library
ii libgtk2.0-bin 2.8.20-7 The pr ograms for the GTK+ graphical user int
ii libgtk2.0-common 2.8.20-7 Common files for the GTK+ graphical user int
ii libgtk2.0-dev 2.8.20-7 Develo pment files for the GTK+ library
ii libgtkhtml2-0 2.11.0-3 HTML r endering/editing library - runtime fil
ii libgtkhtml3.8-15 3.12.1-2 HTML r endering/editing library - runtime fil
ii libgtkmm-2.4-1c2a 2.8.8-1 C++ wr appers for GTK+ 2.4 (shared libraries)
ii libgtksourceview-common 1.8.3-1 common files for the GTK+ syntax highlightin
ii libgtksourceview1.0-0 1.8.3-1 shared libraries for the GTK+ syntax highlig
ii libgtkspell0 2.0.10-3+b1 a spel l-checking addon for GTK's TextView wi
ii libswt-gtk-3.2-java 3.2.1-5 Standa rd Widget Toolkit for GTK Java library
ii libswt-gtk-3.2-jni 3.2.1-5 Standa rd Widget Toolkit for GTK JNI library
ii libwxgtk2.6-0 2.6.3.2.1.5 wxWidg ets Cross-platform C++ GUI toolkit (GT
ii openoffice.org-gtk 2.0.4.dfsg.2-7etch1 GTK In tegration for OpenOffice.org (Widgets,
ii python-gtk-1.2 0.6.12-8 GTK su pport module for Python
ii python-gtk2 2.8.6-8 Python bindings for the GTK+ widget set
ii python-gtk2-dev 2.8.6-8 GTK+ b indings: devel files
ii python-wxgtk2.6 2.6.3.2.1.5 wxWidg ets Cross-platform C++ GUI toolkit (wx

Revision history for this message
Johannes Sasongko (sjohannes) said :
#6

> ii libgtk2.0-0 2.8.20-7 The GT K+ graphical user interface library

Hm, Exaile needs GTK+ 2.10 because of the "hide tab bar when only 1 open" feature. I guess we could ignore that setting on earlier GTK+ versions. File a bug report so we don't forget.

Revision history for this message
davidgf (david-davidgf) said :
#7

I don't understand your anser (im not english). Is this a bug??? Where I have to post it to solve it??

Revision history for this message
Johannes Sasongko (sjohannes) said :
#8

Hm, don't worry about it. I've filed the bug report here: https://bugs.launchpad.net/exaile/+bug/159186

Revision history for this message
davidgf (david-davidgf) said :
#9

Oh thanks!