Installing Songbird

Asked by bjorn

All,
I installed Songbird from the net download. Got the file and saved to /home. Unpacked and clicked on Somgbird that installed. The program came up on the screen and worked properly.
Now, after start-up, I can not find the file in Program folder.
Were will I find it? Is it suppose to be in Program list? How will I get it to this location?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
bjorn
Solved:
Last query:
Last reply:
Revision history for this message
Robert Di Gioia (digioiar) said :
#1

Hi

Often times, items picked up outside of the repositories don't automatically add the program to the menu.

To manually add it to your menu do the following

First, you need to find out where the program is. It is probably in /usr/bin/Songbird, but you never know. Open a terminal window (Applications->Accessories->Terminal) and type in the following command to find where it put songbird

which Songbird

The system should respond with the path to the program. If it doesn't, you can search for it with this command. I recommend using sudo so that you don't see error messages about not having permissions for certain directories, but you don't have to use it. If you do use sudo, it will ask for your password, type it in and press enter even though you won't see anything while typing, it is ok.

sudo find / -mount -name Songbird -print

If neither of these work, try with a lowercase s

Once you have the path to the program, then you can add it to the menu. Click System->Preferences->Main Menu. Then click the Add button, and put Songbird (or whatever you want it to display as) in the Name box, and the path to the program in the command box, then click ok.

Hope this helps!

Revision history for this message
bjorn (bjornlofgren) said :
#2

Thanks,
I found it at /songbird/Songbird and added to main program list.

It seems as the directory is /songbird tells me it is Windows based??
Why.. normally I have all new programs at /home/...as standard, why not this one?
I downloaded Songbird_0.7.0_linux-i686.tar.gz and unpacked.
Clicked on songbird icon (blue square) and all followed. Was this correct?
I could not open with standard install program.

Revision history for this message
bjorn (bjornlofgren) said :
#3

Resolved