1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>2.5. Chtěli byste GUI?</title><link rel="stylesheet" href="default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="MPlayer - Multimediln přehrvač"><link rel="up" href="install.html" title="Kapitola 2. Instalace"><link rel="prev" href="features.html" title="2.4. Vlastnosti"><link rel="next" href="fonts-osd.html" title="2.6. Fonty a OSD"><link rel="preface" href="howtoread.html" title="Jak čst tuto dokumentaci"><link rel="chapter" href="intro.html" title="Kapitola 1. Představen"><link rel="chapter" href="install.html" title="Kapitola 2. Instalace"><link rel="chapter" href="usage.html" title="Kapitola 3. Použit"><link rel="chapter" href="cd-dvd.html" title="Kapitola 4. Použit CD/DVD"><link rel="chapter" href="faq.html" title="Kapitola 5. Často Kladen Dotazy (FAQ)"><link rel="chapter" href="containers.html" title="Kapitola 6. Nosn formty (Containers)"><link rel="chapter" href="codecs.html" title="Kapitola 7. Kodeky"><link rel="chapter" href="video.html" title="Kapitola 8. Vstupn video zařzen/rozhran"><link rel="chapter" href="audio.html" title="Kapitola 9. Vstupn zvukov zařzen"><link rel="chapter" href="tv.html" title="Kapitola 10. TV"><link rel="chapter" href="radio.html" title="Kapitola 11. Rdio"><link rel="chapter" href="ports.html" title="Kapitola 12. Porty"><link rel="chapter" href="mencoder.html" title="Kapitola 13. Zkladn použit MEncoderu"><link rel="chapter" href="encoding-guide.html" title="Kapitola 14. Enkdovn s MEncoderem"><link rel="appendix" href="bugreports.html" title="Přloha A. Jak hlsit chyby"><link rel="appendix" href="bugs.html" title="Přloha B. Znm chyby"><link rel="appendix" href="skin.html" title="Přloha C. Formt skinů MPlayeru"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.5. Chtěli byste GUI?</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="features.html">Předchzejc</a></td><th width="60%" align="center">Kapitola 2. Instalace</th><td width="20%" align="right"><a accesskey="n" href="fonts-osd.html">Dalš</a></td></tr></table><hr></div><div class="sect1" lang="cs"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gui"></a>2.5. Chtěli byste GUI?</h2></div></div></div><p>
GUI potřebuje GTK 1.2.x nebo GTK 2.0 (nen plně GTK, ale panely jsou).
Skiny jsou uloženy v PNG formtu,
takže GTK, <code class="systemitem">libpng</code>
(a jejich přslušenstv, obvykle nazvan <code class="systemitem">gtk-dev</code>
a <code class="systemitem">libpng-dev</code>) mus bt nainstalovny.
Můžete jej zakompilovat přednm volby <tt class="option">--enable-gui</tt> skriptu
<tt class="filename">./configure</tt>. Aktivaci GUI režimu pak provedete spuštěnm
binrky <span><strong class="command">gmplayer</strong></span>.
</p><p>
V současnosti lze tak předat volbu <tt class="option">-gui</tt> na přkazovm řdku,
z technickch důvodů.
</p><p>
Protože <span class="application">MPlayer</span> nem přibalen ždn skin, budete si
muset nějak sthnout abyste mohli použvat GUI. Viz naši <a href="http://www.mplayerhq.hu/dload.html" target="_top">download strnku</a>.
Skiny by měly bt rozbaleny do obvyklho systmovho adresře
(<tt class="filename">$PREFIX/share/mplayer/skins</tt>),
nebo do <tt class="filename">$HOME/.mplayer/skins</tt>.
<span class="application">MPlayer</span> ve vchozm stavu hled v těchto adresřch
podadresř jmnem <tt class="filename">default</tt>, ale
můžete použt volbu <tt class="option">-skin <em class="replaceable"><code>nov_skin</code></em></tt>
nebo direktivu <code class="literal">skin=nov_skin</code> konfiguračnho souboru pro
použit skinu v adresři <tt class="filename">*/skins/nov_skin</tt>.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="features.html">Předchzejc</a></td><td width="20%" align="center"><a accesskey="u" href="install.html">Nahoru</a></td><td width="40%" align="right"><a accesskey="n" href="fonts-osd.html">Dalš</a></td></tr><tr><td width="40%" align="left" valign="top">2.4. Vlastnosti</td><td width="20%" align="center"><a accesskey="h" href="index.html">Domů</a></td><td width="40%" align="right" valign="top">2.6. Fonty a OSD</td></tr></table></div></body></html>
|