LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 12-21-2004, 04:55 PM   #1
setlec_seta
Member
 
Registered: Oct 2003
Location: somewhere around the world
Distribution: Mandriva 2010.1 pwp 64bit
Posts: 199

Rep: Reputation: 31
Help me please! mplayer launcher???


Hi please as a damned noob i would like to know where do i go to make a shortcut for mplayer (kaffeine?) (no launcher in the gnome menu) on mdk 10.1 i've looked in /etc/ directory and nothing. I know that my reaction may show that i'm a lazy guy but it's for me and for my costumers... Please could some one help me?

Thanks

PS it's borring to have to open the gnome term and type always the cmd "# kaffeine" and wait for open it... i want a launcher....
 
Old 12-21-2004, 05:09 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
don't you just right click on your desktop and choose "new shortcut" ? sure it was last time i went near gnome. won't have anything to do with /etc/ for one thing though.

also Kaffiene has nothing to do with MPlayer, it is a Xine front end. Mplayer is much better than Xine....
 
Old 12-22-2004, 08:33 AM   #3
setlec_seta
Member
 
Registered: Oct 2003
Location: somewhere around the world
Distribution: Mandriva 2010.1 pwp 64bit
Posts: 199

Original Poster
Rep: Reputation: 31
ok, i've installed mplayer but there is no launcher for mplayer nothing what could i do ???? maybe itīs not build to work on Gnome... any clue?
 
Old 12-22-2004, 12:33 PM   #4
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
just add it in your menu, or create a shortcut icon. the commands are located in /usr/bin
 
Old 12-24-2004, 06:06 AM   #5
setlec_seta
Member
 
Registered: Oct 2003
Location: somewhere around the world
Distribution: Mandriva 2010.1 pwp 64bit
Posts: 199

Original Poster
Rep: Reputation: 31
ok if tried to run mplayer in the gnome term and this is that it says to me
$ mplayer
MPlayer 1.0pre5-3.4.1 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices Athlon MP/XP Thoroughbred 2001 MHz (Family: 6, Stepping: 1)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
Reading config file /etc/mplayer/mplayer.conf
Reading config file /home/setlec/.mplayer/config
Reading /home/setlec/.mplayer/codecs.conf: Can't open '/home/setlec/.mplayer/codecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: 73 audio & 180 video codecs
Usage: mplayer [options] [url|path/]filename

Basic options: (complete list in the man page)
-vo <drv[:dev]> select video output driver & device ('-vo help' for a list)
-ao <drv[:dev]> select audio output driver & device ('-ao help' for a list)
vcd://<trackno> play (S)VCD (Super Video CD) track (raw device, no mount)
dvd://<titleno> play DVD title from device instead of plain file
-alang/-slang select DVD audio/subtitle language (by 2-char country code)
-ss <timepos> seek to given (seconds or hh:mm:ss) position
-nosound do not play sound
-fs fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y> set display resolution (for use with -vm or -zoom)
-sub <file> specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y select video (x) and audio (y) stream to play
-fps x -srate y change video (x fps) and audio (y Hz) rate
-pp <quality> enable postprocessing filter (details in the man page)
-framedrop enable frame dropping (for slow machines)

Basic keys: (complete list in the man page, also check input.conf)
<- or -> seek backward/forward 10 seconds
up or down seek backward/forward 1 minute
pgup or pgdown seek backward/forward 10 minutes
< or > step backward/forward in playlist
p or SPACE pause movie (press any key to continue)
q or ESC stop playing and quit program
+ or - adjust audio delay by +/- 0.1 second
o cycle OSD mode: none / seekbar / seekbar + timer
* or / increase or decrease PCM volume
z or x adjust subtitle delay by +/- 0.1 second
r or t adjust subtitle position up/down, also see -vf expand

* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *

$

So is mplayer got correctly installed or not? i don't understand. i got all the files of mplayer in /usr/bin but it doesn't work....
 
Old 12-24-2004, 06:36 AM   #6
otish1000c
Member
 
Registered: May 2004
Location: Pennsylvania, USA
Distribution: dual boot.... Mandrake 10.0OE/10.xcooker
Posts: 611

Rep: Reputation: 30
did you also install the package mplayer-gui? that's the gui front end for mplayer. without it, you can only use mplayer via command. try typing the following at a prompt......

Code:
gmplayer
or

Code:
/usr/bin/gmplayer
if you get an error or mplayer doesn't load, that means you prolly don't have the gui package installed, so install it.

once you get that set up, you can create a shortcut to it if you like. i use KDE, so i don't know the procedure to do that in Gnome. if you create a shortcut, use the following for the command to launch it........

Code:
/usr/bin/gpmplayer -quiet -nofs
that will launch MPlayer without the splash screen (-quiet) and not in fullscreen mode (-nofs).

otis
 
Old 12-24-2004, 07:09 AM   #7
setlec_seta
Member
 
Registered: Oct 2003
Location: somewhere around the world
Distribution: Mandriva 2010.1 pwp 64bit
Posts: 199

Original Poster
Rep: Reputation: 31
ok i'll install it later 'coz i'm downloading the updates of mdk 10.1 i promise i will be very greatfully thankfull to if ur right i promise!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot add launcher Ephracis Linux - Software 0 07-10-2005 04:43 PM
Creating a launcher (could be java launcher) The_Messiah Linux - Newbie 12 04-06-2005 01:36 AM
Creating a launcher for mplayer wnaLinux Slackware 6 11-02-2004 04:16 AM
Launcher to directory? vincebs Linux - General 1 11-27-2003 01:13 AM
Launcher not working shane25119 Linux - Software 1 09-03-2003 06:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 10:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration