Hidden Gemini-Configuration

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
Deutsch.png - in Deutsch English.png - in English
The Gemini Project

Hidden Gemini-Configuration

Introduction

This description is only valid for Gemini2 images (Enigma2) version 4.5 and higher
It describes for example how to deactivate the Addon server (Blue-Panel (Gemini) - server)
Or how to even switch off the Camd-Support.


Back to top:

Editing the BPconf.py

Open /usr/lib/enigma2/python/Bp/BPconf.py with the editor of your choice,
the editor must be able to write Linux compliant though!


in /usr/lib/enigma2/python/Bp/BPconf.py you will find this:


#restart enigma2 after editing the file

HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store")
HIDE_CAM_ADDONS=0
SHOW_GEMINI_ADDON_SERVER=1
SHOW_CCCAM_INFO=1
SHOW_STOP_ENIGMA=0


1. HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store")
Determines which files will not be displayed in the file browser.

For example, if you don't want to see the CCcam.cfg, then you would have to change the line this way...
HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store", "CCcam.cfg")

2. a HIDE_CAM_ADDONS=1 hides all Cam Addons

3. a SHOW_GEMINI_ADDON_SERVER=0 hides the Gemini-Server

4. a SHOW_CCCAM_INFO=0 hides the CCCam-Info of Gemini

5. a SHOW_STOP_ENIGMA=1 shows the entry "Stop Enigma 2" in the Standby/Restart menu


Back to top:

Activation of the new configuration

Here it is enough from from the normal menu simply the Enigma to restart.
Carry out so an Enigma-restart kind....

Man must not restart the complete box!


Back to top:


back to Mainpage:Mainpage