Announcement

Collapse
No announcement yet.

amarok does not start since last Qt (4.6.3) update

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    amarok does not start since last Qt (4.6.3) update

    Since the last Qt update to 4.6.3 version, amarok does not start. The error message, when starting from console is related to a dbus problem:

    QFileSystemWatcher: failed to add paths: /home/pgarcia/.config/ibus/bus
    Bus:pen: Can not get ibus-daemon's address.
    IBusInputContext::createInputContext: no connection to ibus-daemon

    Because a similar bug was reported during the beta versions of the 10.4 release, suggesting that reinstalling will solve the problem, I already completely remove and reinstalled amarok, but still nothing. Any idea?


    #2
    Re: amarok does not start since last Qt (4.6.3) update

    Beetle, I don't know the answer to your question, and googling your error message gets so many unrelated matches, it doesn't seem like it's related to Amarok.

    Best to ask on the Amarok Forum itself, or file a bug. Can you try running Amarok from the console within gdb? You might be able to get a backtrace that way.

    http://amarok.kde.org/wiki/Debugging_HowTo#GDB

    if you haven't used gdb before. What works for me is

    gdb amarok

    (gdb) run --debug --nofork

    Hope this helps,

    Valorie


    Amarok Forum: http://forum.kde.org/viewforum.php?f=127

    Amarok Bug Tracker: https://bugs.kde.org/enter_bug.cgi?product=amarok

    By the way, if you get a backtrace, or put the full output with your bug, paste it rather than attaching it. Attachments can't be searched. -v

    Comment

    Working...
    X