LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-05-2004, 12:20 PM   #1
linx win
Member
 
Registered: Jan 2004
Posts: 390

Rep: Reputation: 31
mplayer graphic interface


I have installed MPlayer-0.92 and it is running fine from the command line (wav, mp3, ram and mpg2) but I am not able to install the gui or any other graphical interface. It tells me that I need to install libpng and libpng-dev. I checked the list of rpms and found them listed with the rpms available in my system. I installed libpng-1.2.5 again but no success. Does any body knows a solution for this? I am using Fedora kernel 2.6.3.

I assotiated all sound files with mplayer, so it starts whenever I double click on the sound file but I can not control it or even stop it except by rebooting the x server. Is there a better way to control it till I find a solution for the gui?
 
Old 03-05-2004, 01:02 PM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
This is not the answer you seek, but, to stop mplayer you can simply press q(for quit) or ESC. To control, use the arrow keys to skip forward or backward when playing a media file. keys / and * at your numeric pad and 9 and 0 from the ordinary keyboard are the volume control.
If closing mplayer with either q or ESC does not work, open a new terminal and kill it:

killall -9 mplayer

Regards!
 
Old 03-05-2004, 01:20 PM   #3
Onemessedupjedi
Member
 
Registered: Sep 2003
Location: Oregon
Distribution: Slackware 9.1
Posts: 194

Rep: Reputation: 30
go to a terminal and start gmplayer. If it says there is no such program then you don't have a guified mplayer.
Compile the program from source and see if you can then. To install a gui you need to use ./configure --enable-gui to configure it. you will need GTK 1.2 and pnglib as you have said.
When you install the gui you start it with gmplayer. You need to download a skin for it and extract it into the ~/.mplayer/Skin directory and name it default(that's the easiest way I know how to do that).

If you don't know how to compile from source you need to stop using fedora....
 
Old 03-05-2004, 01:23 PM   #4
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Quote:
Originally posted by Onemessedupjedi

If you don't know how to compile from source you need to stop using fedora....
Easy tiger... Fedora and Redhat are nice to start with... besides, everybody can learn how to type 3 commands to install a program. And everybody here can also read if they dont...
 
Old 03-05-2004, 04:23 PM   #5
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Rep: Reputation: 30
Quote:
Easy tiger... Fedora and Redhat are nice to start with... besides, everybody can learn how to type 3 commands to install a program. And everybody here can also read if they dont...
yeah... but not everyone has the time to do it .
Otherwise nobody would be using windows .

Geert.
 
Old 03-05-2004, 04:32 PM   #6
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
That's true. But think as Linux as being a foreign language, as Esperanto (if you speak Esperanto, then substitute it for a language that you don't speak ). Point is, the learning curve is huge, you need to practice (linux = install different stuff) and a good dictionary is always handy (linux = read me and man pages) . Still everybody is capable of doing it with effort. I've been playing keyboard for a while... Now I'm trying to learn how to play guitar and even if the notes are the same, a string-based instrument is quite different, at least for me
 
Old 03-06-2004, 04:42 AM   #7
linx win
Member
 
Registered: Jan 2004
Posts: 390

Original Poster
Rep: Reputation: 31
Thanks alot. Problem solved by installing MPlayer-1.0pre3 and using gmplayer.
 
Old 03-09-2004, 12:04 PM   #8
Onemessedupjedi
Member
 
Registered: Sep 2003
Location: Oregon
Distribution: Slackware 9.1
Posts: 194

Rep: Reputation: 30
linx win: goody

Shadowhunter: I just think that if someone would rather wait for rpms rather then learn how to compile that you should just go to something that forces you to compile from source. Not saying this is the case with linx win though.

Megaman X: You can learn a second language in the states sitting in a classroom. You can learn a language in it's native country in a quarter of the time.
 
Old 03-10-2004, 12:06 AM   #9
linx win
Member
 
Registered: Jan 2004
Posts: 390

Original Poster
Rep: Reputation: 31
I do not know why people are afraid of compiling the source tarballs. I found it much easier than using an rpm file complaining of dependancies.
 
Old 03-10-2004, 06:44 AM   #10
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
Quote:
Originally posted by linx win
I do not know why people are afraid of compiling the source tarballs. I found it much easier than using an rpm file complaining of dependancies.
hell yeah, especially with somethign like mplayer, which can have so so many different librarires linked to it. do it from source and they'll get detected automatically. too easy for words imho.
 
  


Reply



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
lost my graphic interface ! vwal_13 Slackware 2 04-14-2004 07:35 AM
installing graphic interface vs59 Linux - Newbie 3 03-22-2004 07:40 AM
Didn't install Graphic Interface EFYKing Linux - Newbie 1 11-06-2003 07:51 PM
graphic interface diamo Linux - Newbie 2 10-28-2003 07:16 PM
No graphic interface barDo Linux - Software 1 02-08-2002 09:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:55 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