Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Rhythmbox

  1. #1
    Join Date
    Mar 2013
    Beans
    28

    Question Rhythmbox

    Hi guys,

    I'm having some problems with Rhythmbox. It crashes immediately after launch.

    I have tried uninstalling and reinstalling by

    sudo apt-get remove rhythmbox

    sudo apt-get install rhythmbox

    this did not have any impact on my problem.
    Last edited by Habanero101; April 19th, 2013 at 02:12 AM.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Rhythmbox

    See what errors you get when you start it from the terminal with the command rhythmbox. That may help us to sort out the problem.

  3. #3
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Rhythmbox

    Try removing your Rhythmbox settings directory....
    Code:
    rm -rf ~/.local/share/rhythmbox
    Cheesemill

  4. #4
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Rhythmbox

    Also, you could start it in debug mode, i.e. in a terminal give the following command
    Code:
    rhythmbox -d

  5. #5
    Join Date
    Mar 2013
    Beans
    28

    Re: Rhythmbox

    Quote Originally Posted by ajgreeny View Post
    See what errors you get when you start it from the terminal with the command rhythmbox. That may help us to sort out the problem.
    I started it in terminal:

    rhythmbox

    and got:
    Floating point exception (core dumped)

  6. #6
    Join Date
    Mar 2013
    Beans
    28

    Re: Rhythmbox

    Quote Originally Posted by kostkon View Post
    Also, you could start it in debug mode, i.e. in a terminal give the following command
    Code:
    rhythmbox -d
    started in terminal

    rhythmbox -d

    got a lot of gibberish, which I think is launch/start up files, ending with:

    (20:52:42) [0x88e4fa0] [rhythmdb_process_one_event] rhythmdb.c:2503: processing RHYTHMDB_EVENT_STAT
    (20:52:42) [0x88e4fa0] [rhythmdb_process_stat_event] rhythmdb.c:2101: error accessing file:///media/***/V**S/Jennifer_Lopez-Dance_Again_The_Hits-Deluxe_Edition-CD-FLAC-2012-PERFECT/01-jennifer_lopez-dance_again_(feat._pitbull).flac: Couldn't access file:///media/****/V**S/Jennifer_Lopez-Dance_Again_The_Hits-Deluxe_Edition-CD-FLAC-2012-PERFECT/01-jennifer_lopez-dance_again_(feat._pitbull).flac: Error when getting information for file '/media/****/V**S/Jennifer_Lopez-Dance_Again_The_Hits-Deluxe_Edition-CD-FLAC-2012-PERFECT/01-jennifer_lopez-dance_again_(feat._pitbull).flac': No such file or directory
    (20:52:42) [0x88e4fa0] [song_update_availability] rhythmdb-song-entry-types.c:170: deleting entry file:///media/****/V**S/Jennifer_Lopez-Dance_Again_The_Hits-Deluxe_Edition-CD-FLAC-2012-PERFECT/01-jennifer_lopez-dance_again_(feat._pitbull).flac; not seen for too long
    (20:52:42) [0x88e4fa0] [rhythmdb_entry_delete] rhythmdb.c:3711: deleting entry 0xaef133b8
    Floating point exception (core dumped)
    :~$

  7. #7
    Join Date
    Mar 2013
    Beans
    28

    Re: Rhythmbox

    well I'll be a monkey's uncle...

    I entered


    rm -rf ~/.local/share/rhythmbox
    rhythmbox


    and it launched successfully!

    Thanks guys, I'll put this as solved!

  8. #8
    Join Date
    Mar 2013
    Beans
    28

    Re: Rhythmbox

    One more thing guys, not even sure you'll read this after I marked it as solved;


    ~/.local/share/rhythmbox

    what is the full path to this?

    I was looking for it manually, but I can't find it.

  9. #9
    Join Date
    Mar 2013
    Beans
    28

    Re: Rhythmbox

    Quote Originally Posted by Habanero101 View Post
    One more thing guys, not even sure you'll read this after I marked it as solved;


    ~/.local/share/rhythmbox

    what is the full path to this?

    I was looking for it manually, but I can't find it.
    Nevermind, found it using:

    cd ~/.local/share/

    ls -d $PWD/*

    it is:

    /home/user/.local/share/rhythmbox

  10. #10
    Join Date
    Apr 2013
    Beans
    7

    Re: Rhythmbox

    ~ is an abreviation for /home/user. It can be used in any context, at least as far as I know.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •