~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to DOCS/xml/en/install.xml

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:23:28 UTC
  • mfrom: (0.4.7 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120112222328-8jqdyodym3p84ygu
Tags: 2:1.0~rc4.dfsg1+svn34540-1
* New upstream snapshot
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<!-- $Revision: 32742 $ -->
 
2
<!-- $Revision: 33717 $ -->
3
3
<chapter id="install">
4
4
<title>Installation</title>
5
5
 
194
194
 
195
195
<para>
196
196
As <application>MPlayer</application> doesn't have a skin included, you
197
 
have to download one if you want to use the GUI. See the <ulink
 
197
have to download at least one if you want to use the GUI. See Skins at the <ulink
198
198
url="http://www.mplayerhq.hu/dload.html">download page</ulink>.
199
 
It should be extracted to the usual system-wide directory (<filename
200
 
class="directory">$PREFIX/share/mplayer/skins</filename>), or to <filename
201
 
class="directory">$HOME/.mplayer/skins</filename>.
202
 
<application>MPlayer</application> by default looks in these directories
203
 
for a directory named <filename class="directory">default</filename>, but
204
 
you can use the <option>-skin <replaceable>newskin</replaceable></option>
205
 
option, or the <literal>skin=newskin</literal> config file directive to use
206
 
the skin in the <filename class="directory">*/skins/newskin</filename>
207
 
directory.
 
199
A skin should be extracted to the usual system-wide directory <filename
 
200
class="directory">$PREFIX/share/mplayer/skins</filename> or to the user
 
201
specific directory <filename class="directory">$HOME/.mplayer/skins</filename>
 
202
and resides as a subdirectory there.
 
203
<application>MPlayer</application> by default first looks in the user specific
 
204
directory, then the system-wide directory for a subdirectory named
 
205
<filename class="directory">default</filename> (which
 
206
simply can be a link to your favourite skin) to load the skin, but
 
207
you can use the <option>-skin <replaceable>myskin</replaceable></option>
 
208
option, or the <literal>skin=myskin</literal> config file directive to use
 
209
a different skin from the <filename class="directory">skins</filename>
 
210
directories.
208
211
</para>
209
212
</sect1>
210
213