Quellcode |
|
1 2 3 4 5 |
[I] media-sound/exaile Available versions: 0.3.1.0!t 0.3.2.0!t {cddb libnotify nls} Installed versions: 0.3.2.0!t(11:10:36 16.01.2011)(libnotify nls -cddb) Homepage: http://www.exaile.org/ Description: a media player aiming to be similar to AmaroK, but for GTK+ |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 |
andre@antarctica ~ $ exaile INFO : Loading Exaile 0.3.2.0... INFO : Loading settings... INFO : Loading plugins... INFO : Loading collection... INFO : Loading devices... INFO : Loading interface... WARNING : Failed to connect to HAL, autodetection of devices will be disabled. /usr/lib64/exaile/xlgui/__init__.py:83: GtkWarning: Invalid input string self.builder.add_from_file(xdg.get_data_path("ui/main.ui")) |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »walkman« (23.01.2011, 20:27)
WARNING : Failed to connect to HAL, autodetection of devices will be disabled.
/usr/lib64/exaile/xlgui/__init__.py:83: GtkWarning: Invalid input string self.builder.add_from_file(xdg.get_data_path("ui/main.ui"))
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
antarctica andre # revdep-rebuild * Configuring search environment for revdep-rebuild * Checking reverse dependencies * Packages containing binaries and libraries broken by a package update * will be emerged. * Collecting system binaries and libraries * Generated new 1_files.rr * Collecting complete LD_LIBRARY_PATH * Generated new 2_ldpath.rr * Checking dynamic linking consistency [ 100% ] * Dynamic linking on your system is consistent... All done. |
Quellcode |
|
1 2 3 4 |
antarctica andre # eselect python list Available Python interpreters: [1] python2.6 * [2] python3.1 |
Quellcode |
|
1 |
python-updater |
Quellcode
1 /usr/lib64/exaile/xlgui/__init__.py:83: GtkWarning: Invalid input string self.builder.add_from_file(xdg.get_data_path("ui/main.ui"))
Ich hab mir exaile-0.3.2.0 hier aus Interesse auch mal installiert und es läuft bisher einwandfrei.
(gebaut mit python2.7 und gtk+-2.22.1-r1)
Jo,,
Ich denke im stable Zweig (mit gtk+ -2.20.1-r1) sollte man es mal mit der exaile-0.3.1.0 Version versuchen, evtl. ist die noch mit gtk+ -2.20 kompatibel?!
Viel Erfolg
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
antarctica andre # emerge -1 =x11-libs/gtk+-2.22.1-r1 Calculating dependencies... done! [ebuild U ] dev-libs/glib-2.26.1-r1 [2.24.1-r1] USE="static-libs%* (-introspection) -test%" [ebuild N] x11-libs/gdk-pixbuf-2.22.1 USE="X jpeg tiff -debug -doc (-introspection) -jpeg2k -test" [ebuild U ] x11-libs/gtk+-2.22.1-r1 [2.20.1-r1] USE="-examples%" [blocks b ] <x11-libs/gtk+-2.21.3:2 ("<x11-libs/gtk+-2.21.3:2" is blocking x11-libs/gdk-pixbuf-2.22.1) [blocks B ] <gnome-base/librsvg-2.31.0 ("<gnome-base/librsvg-2.31.0" is blocking x11-libs/gdk-pixbuf-2.22.1) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (gnome-base/librsvg-2.26.3, installed) pulled in by >=gnome-base/librsvg-2.14.0 required by (x11-plugins/compiz-plugins-unsupported-0.8.4-r1, installed) >=gnome-base/librsvg-2.26.3 required by (gnome-base/gnome-2.30.2, installed) >=gnome-base/librsvg-2.14.0 required by (media-libs/gegl-0.0.22, installed) (and 12 more) (x11-libs/gdk-pixbuf-2.22.1, ebuild scheduled for merge) pulled in by x11-libs/gdk-pixbuf:2[X,jpeg,tiff] required by (x11-libs/gtk+-2.22.1-r1, ebuild scheduled for merge) [...] |
Hier scheint das Problem behoben zu sein, so steht es zumindest im Fehlerbericht. Ich werde wohl warten müssen, bis diese Version in portage verfügbar ist....Zitat
We can assume that this is fixed in the upcoming 0.3.1.2 then.
Quellcode |
|
1 |
emerge -e world |
Quellcode |
|
1 |
$ env | grep -e XDG -e GTK |
Quellcode |
|
1 2 3 4 5 6 |
andre@antarctica ~ $ env | grep -e XDG -e GTK XDG_MENU_PREFIX=gnome- XDG_SESSION_COOKIE=e03e97d4858dbc42bb7989d000000007-1295457833.10860-1060142402 GTK_RC_FILES=/etc/gtk/gtkrc:/home/andre/.gtkrc-1.2-gnome2 XDG_CONFIG_DIRS=/etc/xdg XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/share/gdm |
Zitat
Quellcode |
|
1 |
alias exaile='LANG=""; exaile' |
Quellcode |
|
1 2 3 |
$ locale und zudem evtl auch noch hilfreich $ locale -a |
Quellcode |
|
1 2 3 |
$ LANG="" exaile als auch $ LANG=de_DE.UTF-8 exaile |