ok....let me try and suggest u some idea...
But I dont have SUSE....I use RedHat 9 and Mandrake...however, these actions r common to all distros...
first let me guide u in installing an application...
lets suppose you are installing yahoo messenger....(new version is now available on yahoo site for unix)
now since u r a newbie, download yahoo messenger for SUSE as a .rpm file. So, that file will be named something like
ymessenger1.0.4-1.0.i386.rpm
(this is assumed name....i dont remember the exact file name)
now log in as a normal user and switch to the directory where you downloaded this file (lets say /home/download). Now give the commands:
$ cd /home/download
$ rpm -ivh ymessenger1.0.4-1.0.i386.rpm
If you do not get any error message, then assume that it is installed.
Now Click the 'Menu button' (Start button in "MS Windows") and Click 'Run Program' and then type 'ymessenger'.
This command will launch the installation setup for yahoo messenger.
In case of programs which you wanna make shortcuts for..do the following:
Click Menu -> Find Files
Enter name of file to search ....lets say 'xmms' and click 'Find'
Now, select the file that is an executable...(You can right click the filename and check properties to see if it is an executable or not)
Drag the file to the desktop...Now it will ask you whether you wanna copy the file, move the file or put a link.....choose 'make link' ...and there you get a shortcut on desktop for 'xmms'....Follow the same procedure for all application programs..
By the way...most user applications are stored in
/bin, /usr/bin or /usr/local/bin
2. You can get xmms (mp3 player) from any site.....
http://www.sourceforge.net
http://www.freshrpms.net
search on this forum itself and you'll get many posts similar to yours.
3. You wil have to run from terminal only those applications that do not have a link anywhere....mostly such programs are third party programs like yahoo messenger....However, you can locate the executable and make a link in the way I told u....