Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have just installed MPlayer, the Movie Player for Linux. rpm
but I want to add a link to my desktop ... where is it hidden in RH9
I can not find it ....Heeeeellllllllppppppp........
If you can use it correctly, and it's starting (meaning you can open up a console and play it) then you'll need to make sure gui mplayer (gmplayer) is also installed and working. Once that is, then you can make a desktop shortcut to it.
However, making one to mplayer itself won't help, it requires information such as the file to be played to work
Gmplayer on the other hand is probably what you are after, or are thinking about. Check out a search on this site about gmplayer, you'll be surprised at the amount of threads you find. Once you get that installed, just as you do any other desktop link, create one to gmplayer (not mplayer).
HTH
And in the future, to find where an application lives use the whereis command;
whereis gmplayer
Will reveal it's full location with PATH.
If your using gnome, right click on desktop, new launcher, Name: Mplayer,
command: mplayer, choose an icon, at least that's all it should be.
gmplayer is something to note as above post but as far as I remember though if it's originally compiled with gui and config file has gui-enabled it'll pop up anyway. I've gone all xine.
Last edited by Looking_Lost; 07-08-2003 at 08:16 AM.
I had a similar problem when I installed the rpms for lineakd, a utility to try and make use of the extra buttons on an "Internet Keyboard", and I found that it RH9 installed it in '/user/local/bin'. This may be where your program got installed.
To make a shortcut on the desktop (hopefully you're using GNOME as I don't know if this works in KDE), right click on the desktop, and select "New Launcher" This will show a dialog box where you can enter a name for your shortcut (Name), and then type the command that will launch the application (Command). I know for programs like mozilla and lineakd (the app I installed), the command is simply their name + any arguments that are required.
You can also select an icon for your shortcut by clicking on the "No Icon" box and selecting one.
Without gmplayer using an "icon" to start mplayer won't suffice.
mplayer requires arguments. gmplayer on the other hand doesn't, it starts up like an app and waits for input from you using the mouse to open files and play them.
You'll need to install mplayer-gui rpm's for your distro as well, you might find some at www.rpmfind.net
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.