Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
11-25-2004, 06:21 PM
|
#1
|
Member
Registered: Nov 2004
Distribution: Ubuntu
Posts: 191
Rep:
|
How to make a shortcut for Mplayer on the desktop
I have installed Mplayer from SuSE and now when I type gmplayer in Application Launcher it starts without any problem. So I decided to make a shortcut on the desktop. I right-clicked Create New Link To Application and in Application Command typed 'gmplayer'. When I click the icon, it launches the player but the hour-glass keeps rotating for some time. I tried to use the path instead the command like '/usr/bin/gmplayer', but the same it takes much longer to launch mplayer than typing in command line. What do I do wrong?
|
|
|
11-26-2004, 10:20 AM
|
#2
|
Senior Member
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577
Rep:
|
make a $SCRIPT an put it in your ~/.home
Code:
#!/bin/bash
cd /usr/bin/gmplayer
./gmplayer
and just point the shortcut on desktop to it.............
Last edited by 320mb; 11-26-2004 at 10:25 AM.
|
|
|
11-26-2004, 10:22 AM
|
#3
|
Member
Registered: Nov 2004
Distribution: Ubuntu
Posts: 191
Original Poster
Rep:
|
Thanks, it's very helpful for a newbie  How can I do it?
|
|
|
11-26-2004, 10:25 AM
|
#4
|
Senior Member
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577
Rep:
|
had to edit........
|
|
|
11-26-2004, 10:26 AM
|
#5
|
Member
Registered: Nov 2004
Distribution: Ubuntu
Posts: 191
Original Poster
Rep:
|
Thanks a lot!
|
|
|
11-26-2004, 10:30 AM
|
#6
|
Senior Member
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577
Rep:
|
some executables can't be started directly.........so using a script like
above will work better than a "link to application" shortcut
|
|
|
11-26-2004, 11:15 AM
|
#7
|
Member
Registered: Jun 2004
Location: Wantage, NJ
Distribution: Fedora 7
Posts: 177
Rep:
|
You've GOT to be kidding me
really, just make a launcher on the desktop and for the command put 'gmplayer' without the quotes
that's all!
|
|
|
11-27-2004, 07:17 PM
|
#8
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by 320mb
make a $SCRIPT an put it in your ~/.home
Code:
#!/bin/bash
cd /usr/bin/gmplayer
./gmplayer
and just point the shortcut on desktop to it.............
|
Why 'cd' and then run ./gmplayer? Why not just put the full path to launch? Or better yet, just add the directory it resides in, in the users path? Or create a symlink or alias? There are better options than just creating scripts for such tedious simple tasks like this..
|
|
|
11-28-2004, 05:37 PM
|
#9
|
Member
Registered: Jun 2004
Location: Wantage, NJ
Distribution: Fedora 7
Posts: 177
Rep:
|
adding on to trickykid's post, in the launcher, put the command
'/usr/bin/gmplayer'
or wherever the 'executable' is located
and I apologize for the above post. I never read your problem fully, only the title of the thread.
Last edited by benrose111488; 11-28-2004 at 05:39 PM.
|
|
|
All times are GMT -5. The time now is 07:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|