Results 1 to 6 of 6

Thread: latest version of songbird?

  1. #1
    Join Date
    Apr 2008
    Location
    Portland, Oregon
    Beans
    Hidden!

    latest version of songbird?

    how to install latest version of songbird 0.6?

  2. #2
    Join Date
    Dec 2004
    Location
    Atlanta, GA USA
    Beans
    7,257
    Distro
    Ubuntu Development Release

    Re: latest version of songbird?

    Here's how. if you dont mind using .5, here is the link for it. just click to install.

  3. #3
    Join Date
    Apr 2008
    Location
    Portland, Oregon
    Beans
    Hidden!

    Re: latest version of songbird?

    yeah i am using .5 right now. but wanting to check out the new version

  4. #4
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: latest version of songbird?

    Try this.

  5. #5
    Join Date
    May 2007
    Location
    Essex, England
    Beans
    235
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: latest version of songbird?

    I just grabbed the tar.gz from http://getsongbird.com/ then did the following:
    Code:
    cd /opt
    sudo mkdir Songbird/
    sudo chown -R MYUSERNAME:MYUSERNAME Songbird/
    sudo chmod -R g+w Songbird/
    mv ~/Songbird_0.6_linux-i686.tar.gz .
    tar zxvf Songbird_0.6_linux-i686.tar.gz
    cd Songbird
    ./songbird
    I always favour shoving apps like this in /opt/. Ubuntu never use it for anything, so it's just personal preference on my part to use it. You can untar it anywhere you like.

    As it's an alpha, it's quite handy being able to see the errors in the terminal, though I've not had any show stopping issues yet. You can make a launcher in the usual way if you wish too. fyi the songbird icon for the launcher is in:
    Code:
    /opt/Songbird/chrome/icons/default.xpm
    It makes a folder in ~/.songbird2 which contains all your local settings, I've not started hacking around in there yet though.
    Last edited by mjwhitfield; June 14th, 2008 at 12:40 PM.
    Look up "epic fail" in the dictionary, you'll find this quote:
    Quote Originally Posted by blake7 View Post
    does anything work on ubuntu that does not require haveing to speack to u lot.

  6. #6
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: latest version of songbird?

    That's what the script I linked to does.

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
  •