Results 1 to 4 of 4

Thread: Rhythmbox - "in the mood" plugin installation problem

  1. #1
    Join Date
    Dec 2007
    Beans
    22

    Question Rhythmbox - "in the mood" plugin installation problem

    Okay, I'm trying to install the "in the mood" plugin in rhythmbox.

    I downloaded the tar.gz and extracted it and attempted to do a
    ./configure
    make install
    but I don't really know what I'm doing and it always responds that it doesn't know a ./configure command.

    So, I looked around and installed build-essentials, which I thought would make it work, but I keep getting the same response.

    I then read somewhere, that I just have to copy the "in the mood" folder to the rhythmbox plugins folder. I did, and the plugin appears in the list of plugins, but when I click on it, it says "Unable to Activate Plugin".

    My last attempt took me to code.google for the plugin, where it said I needed to install libmad and marsyas. Libmad was easy, since it's a dev package, but after I downloaded marsyas, and extracted it through
    tar xzvf marsyas-0.4.0.tar.gz
    but I ran into the same problem with ./configure and make install

    I really hate asking for help, since there's so much information out there already, but I just can't seem to figure out how to get the plugin to work.

  2. #2
    Join Date
    Oct 2008
    Location
    /dev/my_house
    Beans
    214
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Rhythmbox - "in the mood" plugin installation problem

    Use

    Code:
    make configure
    make install
    That will configure and install the package

  3. #3
    Join Date
    Dec 2007
    Beans
    22

    Re: Rhythmbox - "in the mood" plugin installation problem

    When I try
    make configure
    I get this response "make: *** No rule to make target `configure'. Stop."

  4. #4
    Join Date
    Dec 2007
    Beans
    22

    Re: Rhythmbox - "in the mood" plugin installation problem

    Bump :/

Tags for this Thread

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
  •