LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help Installing Programs (https://www.linuxquestions.org/questions/linux-newbie-8/help-installing-programs-548210/)

BlackJackal 04-23-2007 01:50 AM

Help Installing Programs
 
After toying around with the idea of switching to Linux for the last 3 years I finally made the plunge. Everything is going ok so far but I do have a question. I just installed VMware server on my version of PClinux using this guide.

http://mag.mypclinuxos.com/html/Issu...702/page8.html

I have it installed and working but the thing I want to know how to do is to put a shortcut to this program in my menu or on my desktop so I don't have to browse to it using the console each time I wish to run it. How can I accomplish this?

The program is located in /usr/lib/vmware/bin if that helps

bricedebrignaisplage 04-23-2007 02:11 AM

Which desktop environment are you using? KDE, gnome, ..?

If you are using KDE, you can put a launcher in the taskbar: right-click on the task bar and select "add application to Panel". From there, search the application in the list or add a non-KDE application. Under Gnome it should be fairly similar.

Alternatively, in KDE, if your application can be found in the K menu, right-click the taskbar and select "add applet to panel" and select "quick launcher". If it is not found in the K menu you can add it using the KDE menu editor. To launch it, right click on any item in the K-menu and select edit item. Then do File > New Item

In KDE, any item in the K-Menu can be sent to Desktop (Right-clik on it and you'll see).

BlackJackal 04-23-2007 02:51 AM

First of all thanks for the help!! I am running KDE and what you told me worked like a charm but when I use the newly created shortcut all that happens is a VMWare tab shows on the taskbar with an hourglass and then goes away. It never launchs the app. What am I doing wrong?

nirmaltom 04-23-2007 03:11 AM

hi,
Quote:

/usr/lib/vmware/bin
right click the menu and select properties.Find the target or filename.By the above infn,
/usr/lib/vmware/bin/filename

goto a terminal and type,

ln -s desktop/linkname /usr/lib/vmware/bin/filename

regards,
Nirmal Tom.

BlackJackal 04-23-2007 10:52 AM

Quote:

Originally Posted by nirmaltom
hi,

right click the menu and select properties.Find the target or filename.By the above infn,
/usr/lib/vmware/bin/filename

goto a terminal and type,

ln -s desktop/linkname /usr/lib/vmware/bin/filename

regards,
Nirmal Tom.


Thanks for the help!!! This is getting me somewhere! I can no use the terminal to navigate to \home\rhm54\Desktop and type vmware and it will run the program. However when I perform an ls it does not show it and it does not show as a link on the desktop.

nirmaltom 04-23-2007 02:11 PM

hi,
ln -s command is used to create soft link and definitely it must work.

Can u post me the filename along with its path u wish to have as a desktop icon?

regards,
nirmal tom


All times are GMT -5. The time now is 09:34 PM.