GP3 Icons and Frames (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
Zeile 30: Zeile 30:
 
First of all, add the plugins in the Blue Panel or the [[GP3 vdesktop|vDesktop]] via {{Blue|Blue Panel}} → {{Taste|Menu}} → {{Taste|Settings}} → {{Taste|Add Plugin}}. And save with the {{Green|green}} button.
 
First of all, add the plugins in the Blue Panel or the [[GP3 vdesktop|vDesktop]] via {{Blue|Blue Panel}} → {{Taste|Menu}} → {{Taste|Settings}} → {{Taste|Add Plugin}}. And save with the {{Green|green}} button.
  
Icons könnt ihr im Blue Panel mit {{Taste|Menü}} → Plugin auswählen → {{Blue|Einstellungen}} → {{Taste|Bearbeiten}} zuweisen. Die Icons befinden sich unter folgendem Pfad:
+
Icons can be assigned in the Blu Panel via {{Taste|Menu}} → select Plugin → {{Blue|Settings}} → {{Taste|Details}}. The icons can be found in the following directory:
  
 
  /usr/share/enigma2/iconpackages/paketname/plugin_icons
 
  /usr/share/enigma2/iconpackages/paketname/plugin_icons
  
Speichert die Eingaben mit der {{Green|grünen}} Taste.
+
Save the changes with the {{Green|green}} button.
  
 
<gallery>
 
<gallery>

Version vom 24. Dezember 2012, 19:20 Uhr

Deutsch.png - in Deutsch English.png - in English
Icon selection - nutrix


Since GP3.2 Version v0.60, it's possible to select different Icon packages and frames in Blue Panel. Standard are the gp-icons-nutrix icons active, other packages need to be installed and selected.

Install the Icon packages via AddonsIcons and Frames. These packages are available:

  • gp-icons-oldgemini
  • gp-icons-faenza
  • gp-icons-denmimleo
Ambox notice.png Restart the Blue Panel, after the selection of a new frame to see the new frame.

Extra IconPackages

The extra icon packages contain additional icons for the Blue Panel. You can assign those icons to Enigma2 Plugins (eg. eParted). These extra packages are available:

First of all, add the plugins in the Blue Panel or the vDesktop via Blue PanelMenuSettingsAdd Plugin. And save with the green button.

Icons can be assigned in the Blu Panel via Menu → select Plugin → SettingsDetails. The icons can be found in the following directory:

/usr/share/enigma2/iconpackages/paketname/plugin_icons

Save the changes with the green button.

Wechseln von Extra Icons

Beim Wechseln der Icon-Pakete ist es auch möglich, dass die entsprechenden Extra Icons angezeigt werden. Dazu müssen aber folgende Punkte beachtet werden.

  • Dateinamen der Icons müssen identisch sein in den verschiedenen Extra Paketen.
  • Der Pfad zu den Iconnamen muss relativ eingegeben werden - plugin_icons/bildname.png.

Kontrolliert den Pfad in den Konfigurationsdateien vom Blue Panel. Die Dateien gemini_desktop.xml oder gemini_desktop1-5.xml findet ihr im Verzeichnis /etc/enigma2. Editiert die Dateien mit eurem Wunscheditor (z.B. Vi) und passt die Pfade wie in folgendem Beispiel an.

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
        <Plugins>
                <content>
                        <name>Bildbetrachter</name>
                        <sel>1</sel>
                        <code><![CDATA[from Plugins.Extensions.PicturePlayer.plugin .....</code>
                        <icon>plugin_icons/pictureviewer.png</icon>                        <info><![CDATA[Dateiformate (BMP, PNG, JPG, GIF]]></info>
                        <key>blue</key>
                </content>
                <content>
                        <name>Genuine Dreambox</name>
                        <sel>1</sel>
                        <code><![CDATA[from Plugins.Extensions.GenuineDreambox.plugin .....</code>
                        <icon>plugin_icons/genuine.png</icon>                        <info><![CDATA[Genuine Dreambox]]></info>
                        <key>green</key>
                </content>
                <content>
                        <name>Webinterface</name>
                        <sel>1</sel>
                        <code><![CDATA[from Plugins.Extensions.WebInterface.plugin .....</code>
                        <icon>plugin_icons/webinterface.png</icon>                        <info><![CDATA[Konfiguration des Webinterfaces]]></info>
                        <key>red</key>
                </content>
                <content>
                        <name>eParted</name>
                        <sel>1</sel>
                        <code><![CDATA[from Plugins.Extensions.eParted.plugin .....</code>
                        <icon>plugin_icons/eparted.png</icon>                        <info><![CDATA[Erstellen und Verändern der Partitionstabelle]]></info>
                        <key>0</key>
                </content>
        </Plugins>
</xml>