diff options
Diffstat (limited to 'tde-i18n-sk/docs/tdebase/faq/panel.docbook')
-rw-r--r-- | tde-i18n-sk/docs/tdebase/faq/panel.docbook | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/tde-i18n-sk/docs/tdebase/faq/panel.docbook b/tde-i18n-sk/docs/tdebase/faq/panel.docbook new file mode 100644 index 00000000000..0092835cb25 --- /dev/null +++ b/tde-i18n-sk/docs/tdebase/faq/panel.docbook @@ -0,0 +1,84 @@ +<!-- +<?xml version="1.0" ?> +<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" + "dtd/kdex.dtd"> +--> + +<chapter id="panel"> +<title +>Panel</title> + +<qandaset> +<qandaentry> +<question> +<para +>Ako pridám aplikácie do panelu (&kicker;)?</para> +</question> +<answer> +<para +>Existuje niekoľko spôsobov, ako pridať aplikáciu do panelu:</para> +<variablelist +> <varlistentry +><term +>Pomocou menu nastavenia panelu</term +> <listitem +> <para +>Asi najjednoduchšie je použiť položku <menuchoice +><guimenu +>Nastaviť Panel</guimenu +> <guimenuitem +>Pridať</guimenuitem +> <guimenuitem +>Tlačidlo</guimenuitem +></menuchoice +> v menu panelu (menu sa zobrazí po stlačení tlačidla <guibutton +>K</guibutton +>). Menu zobrazuje všetky nainštalované aplikácie &kde;. Pre pridanie tlačidla jednoducho vyberte požadovanú aplikáciu.</para +> </listitem +> </varlistentry +> <varlistentry +> <term +>Pomocou správcu súborov</term +> <listitem +> <para +>Jednoducho môžete ťahať súbor <filename +>.desktop</filename +> z okna správcu súborov na panel.</para +> </listitem +> </varlistentry +> </variablelist> +</answer> +</qandaentry> + +<!-- Since I don't know the anwser for this in KDE 2.2.1 I have to comment it out --> +<!-- +<qandaentry> +<question> +<para +>Is it possible to change the <guibutton +>K</guibutton +> button of +the panel to another picture?</para> +</question +>/ +<answer> +<para +>Look for +<filename +>$<envar +>HOME</envar +>/.trinity/share/apps/kicker/pics/go.png</filename +> and +<filename +>$<envar +>HOME</envar +>/.trinity/share/apps/kicker/pics/mini/go.png</filename> +and replace them. Do not forget to flatten the replacements to one +layer, or else you will not see anything. Create the directories if +they do not already exist. Then restart &kicker;.</para> +</answer> +</qandaentry> +--> +</qandaset> +</chapter> + |