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.
Can anyone tell me how to install a new skin for Mplayer with RH9?. I have mplayer working from a command line but in just comes up with the default KDE skin. I have installed the skin (I think!) in the usr/local/share/mplayer/Skin directory ( I have unpacked it into there and all the files appear) but how does mplayer 'pick it up' from there? is there another command that you need to run? it cannot be enough simply to unpack it into that directory.
It occurs to me that is there is more than one skin then there must be a way of selecting the one that you want.
Do you have this specified in your mplayer config file? Usually by default I think you have to place the Skins in your .mplayer location in your user's /home directory..
And I think some skins don't have to be unpacked but just placed, or I'm confusing xmms with mplayer's style..
If I'm wrong though, sue me as I use mplayer from the command line.. much better IMHO, as you don't have to mess with that GUI interface..
So you can launch it under X? If so, you can simply right click somewhere on the MPlayer - Video window, and choose Skin Browser. Or you can edit the file
/home/user/.mplayer/gui.conf
There is a line there:
gui_skin = "default"
default should be your skin directory...
Oh here, I found a way to get over this software license "error" they put on their site. Here is the official documentation:
As MPlayer doesn't have a skin included, you have to download them if you want to use the GUI. See the download page. They should be extracted to the usual system-wide directory ($PREFIX/share/mplayer/Skin), or to $HOME/.mplayer/Skin. MPlayer by default looks in these directories for a directory named default, but you can use the -skin newskin option, or the skin=newskin config file directive to use the skin in */Skin/newskin directory.
yeah the dot file are normally not shown when listing the directory content by ls.
u should add ls -a (for "list -all") to "reveal" them. You can also use the -A option to hide the single dot (.) (which refers to the current folder) and the double dot (..) (which refers to the parent folder).
If you think you gonna wanna show the dot files all the time you can create an alias, so that whenever you type ls (or l, or whatever you want), it lists them all:
alias ls='ls -A'
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.