}

Pinned Pur-E2 Image Version 7.4

    • Es funktioniert aber grundsätzlich so, Du musst jetzt noch suchen, welche Schrift in deinem gewünschten Screen verwendet wird und diese dann wie oben beschrieben ersetzen. Aber wie Du in meinem Screenshot sehen kannst, lohnt sich der Aufwand nicht, da die Schrift nicht die gleiche Grösse hat nono --> schau Dir die Uhrzeit oben rechts oder auch das Wort "Dienstag" an



      It basically works like this, but you still need to find out which font is used in your desired screen and then replace it as described above. However, as you can see in my screenshot, the effort isn't worth it because the font size isn't the same nono --> look at the time in the top right corner or the word "Tuesday".


      ... Pumuckel

      Receiver: Gigablue Trio 4K, Gigablue Trio 4K Pro, Gigablue UE 4K, Vu+ solo se

      The post was edited 1 time, last by Pumuckel ().

    • @milan58
      Ich habe deinen Wunsch jetzt mal zum Test umgesetzt und auch die Schrift "FNCRegular" als "LucidaUnicodeCalligraphyBold.ttf" definiert. Wie zu erwarten, gibt es einige Stellen, wo die andere Schriftgrösse zu kleineren Problemen führt. Einige Beispiele siehst Du auf den Screenshots.


      @milan58
      I've now implemented your request for testing purposes and also defined the font "FNCRegular" as "LucidaUnicodeCalligraphyBold.ttf". As expected, there are a few places where the different font size causes minor problems. You can see some examples in the screenshots.


      ... Pumuckel

      Receiver: Gigablue Trio 4K, Gigablue Trio 4K Pro, Gigablue UE 4K, Vu+ solo se
    • - Schrifttyp "LucidaUnicodeCalligraphyBold.ttf" aus dem Internet downloaden
      - Die neue Schrift nach /usr/share/fonts/ kopieren
      - /usr/share/enigma2/Estuary/skin.xml editieren
      orginal:

      Source Code

      1. <font filename="Roboto-Light.ttf" name="FNCRegular" scale="100"/>
      2. <font filename="Roboto-Light.ttf" name="Regular" scale="100"/>

      neu:

      Source Code

      1. <font filename="LucidaUnicodeCalligraphyBold.ttf" name="FNCRegular" scale="100"/>
      2. <font filename="LucidaUnicodeCalligraphyBold.ttf" name="Regular" scale="100"/>

      - Die neue Schrift nach /usr/lib/enigma2/python/Plugins/SystemPlugins/FileManagerFNC/fonts kopieren
      - /usr/lib/enigma2/python/Plugins/SystemPlugins/FileManagerFNC/plugin.py editieren

      orginal:

      Source Code

      1. addFont(_FONT_FOLDER + 'Roboto-Light.ttf', 'FNCRegular', 100, 0)

      neu:

      Source Code

      1. addFont(_FONT_FOLDER + 'LucidaUnicodeCalligraphyBold.ttf', 'FNCRegular', 100, 0)

      - reboot



      - Download the font "LucidaUnicodeCalligraphyBold.ttf" from the internet
      - Copy the new font to /usr/share/fonts/
      - Edit /usr/share/enigma2/Estuary/skin.xml
      original:

      Source Code

      1. <font filename="Roboto-Light.ttf" name="FNCRegular" scale="100"/>
      2. <font filename="Roboto-Light.ttf" name="Regular" scale="100"/>

      new:

      Source Code

      1. <font filename="LucidaUnicodeCalligraphyBold.ttf" name="FNCRegular" scale="100"/>
      2. <font filename="LucidaUnicodeCalligraphyBold.ttf" name="Regular" scale="100"/>

      - Copy the new font to /usr/lib/enigma2/python/Plugins/SystemPlugins/FileManagerFNC/fonts
      - Edit /usr/lib/enigma2/python/Plugins/SystemPlugins/FileManagerFNC/plugin.py
      orginal:

      Source Code

      1. addFont(_FONT_FOLDER + 'Roboto-Light.ttf', 'FNCRegular', 100, 0)

      new:

      Source Code

      1. addFont(_FONT_FOLDER + 'LucidaUnicodeCalligraphyBold.ttf', 'FNCRegular', 100, 0)


      ... Pumuckel

      Receiver: Gigablue Trio 4K, Gigablue Trio 4K Pro, Gigablue UE 4K, Vu+ solo se
    • @milan58


      Nachdem Du nun selber erleben konntest, dass hier im Forum auch ganz spezielle und persönliche Wünsche supportet werden , darfst Du Dir gerne einmal die Frage stellen, wie wichtig Dir solch toller Support ist.
      Wenn Du gerne auch in Zukunft solche Untersützung haben möchtest, darfst Du auch gerne uns unterstützen , aber dies ist natürlich völlig freiwillig. Natürlich unterstützen wir auch im gleichen Maße die, die nicht gespendet haben, aber wenn einfach keiner mehr spendet, kann das Forum nicht am Leben erhalten werden und der Support ist am Ende. Ich hoffe, dass ich den Grund meines Posting gut erklärt habe und man zu nichts gezungen wird, aber jede kleine Spende die Lebenszeit des Forums verlängert. Wie sammeln aktuell für das Bestehen des Forums in 2026.








      @milan58

      Now that you've experienced firsthand how even very specific and personal requests are supported here in the forum , you might want to consider how important such excellent support is to you.If you'd like to continue receiving this kind of support in the future, you're welcome to support us , but of course, this is entirely voluntary. Naturally, we support those who haven't donated equally, but if no one donates anymore, the forum simply can't be sustained, and support will cease. I hope I've explained the reason for my post clearly, and that no one is forced to do anything, but every small donation extends the forum's lifespan. We are currently raising funds to ensure the forum's continued existence in 2026.






      ... Pumuckel

      Receiver: Gigablue Trio 4K, Gigablue Trio 4K Pro, Gigablue UE 4K, Vu+ solo se
    • @Pumuckel
      HR
      Oko donacija za forum sve mi je jasno. Da bi shvatili u kakvoj sam situaciji kao invalid živim od ovih primanja: Invalidska mirovina 394,56 eura, Invalidski dodatak 66,25 eura, Hrvatska država plaća mi zdravstveno osiguranje. Sve prevode koje sam i ovdje postavljao i neke druge stvari nikada nisam ni tražio niti sam dobijao za to novac.
      P.S. Ako nisam donator lako ja to mogu izbrisati, nemoram ja koristiti Estuary skin. Bez ljutnje milan58

      @Pumuckel
      EN
      I understand everything about the donations for the forum. To understand what my situation is as a disabled person, I live off these incomes: Disability pension €394.56, Disability allowance €66.25, The Croatian government pays for my health insurance. All the translations I posted here and some other things I never asked for nor received any money for.
      P.S. If I'm not a donor, I can easily remove that, I don't have to use the Estuary skin. No hard feelings, milan58
    • Hi,

      When try to update from Pmanager box stuck on updating oe-alliance-branding

      1_0_19_2081_432_1_C00000_0_0_0_20251202102451.jpg

      By command line here's the output :

      Source Code

      1. /usr/lib/enigma2/python/Plugins/Extensions/LCD4linux$ opkg update
      2. Downloading http://pur-e2.club/OU/7.4/3rdparty/Packages.gz.
      3. Updated source 'pure2-3rdparty'.
      4. Downloading http://pur-e2.club/OU/7.4/zgemmah9s/all/Packages.gz.
      5. Updated source 'pure2-all'.
      6. Downloading http://pur-e2.club/cam/7.4/arm/Packages.gz.
      7. Updated source 'cam'.
      8. Downloading http://pur-e2.club/OU/7.4/zgemmah9s/cortexa15hf-neon-vfpv4/Packages.gz.
      9. Updated source 'pure2-cortexa15hf-neon-vfpv4'.
      10. Downloading https://raw.githubusercontent.com/oe-alliance/enigma2-settings-feed/gh-pages/Packages.gz.
      11. Updated source 'enigma2-settings-feed'.
      12. Downloading http://pur-e2.club/OU/7.4/zgemmah9s/h9/Packages.gz.
      13. Updated source 'pure2-h9'.
      14. Downloading http://pur-e2.club/OU/7.4/extra-arm/Packages.gz.
      15. Updated source 'PurE2-Extra'.
      16. Downloading http://pur-e2.club/OU/7.4/zgemmah9s/zgemmah9s/Packages.gz.
      17. Updated source 'pure2-zgemmah9s'.
      18. /usr/lib/enigma2/python/Plugins/Extensions/LCD4linux$ opkg upgrade
      19. * calculate_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-extensions-subssupport:
      20. * libc6 (>= 2.39.1+git0+273a835fe7) *
      21. * calculate_dependencies_for: Cannot satisfy the following dependencies for oe-alliance-branding:
      22. * libc6 (>= 2.39.1+git0+273a835fe7) *
      23. Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      24. Assuming locally installed package libc6 (2.39.1+git0+273a835fe7-r0) is up to date.
      25. Not selecting libcrypto1.0.2 1.0.2q as installing it would break existing dependencies.
      26. Upgrading enigma2-plugin-extensions-subssupport from 3.0-r2-pure2 to 3.0-r3-pure2 on root.
      27. Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      28. Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      29. Upgrading oe-alliance-branding from 7.4+git1165+a6a00cf0+a6a00cf39c-r20251123-zgemmah9s to 7.4+git1165+a6a00cf0+a6a00cf39c-r20251128-zgemmah9s on root.
      30. Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      31. Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      Display All
      What can i do ?

      Regards
    • Ich habe das aktuelle Update mit meinen drei GigaBlue-Boxen getestet und immer wurde das System einwandfrei auf den neusesten Stand gebracht, inclusive dem Update der Abhängigkeiten von "enigma2-plugin-extensions-subssupport" 544cfe . Bei deiner ZGemma H9S wird das Update der Abhängigkeiten von "enigma2-plugin-extensions-subssupport" nicht durchgeführt, weil es angeblich bereits existierende Abhängigkeiten zerstören würde :hmm . Entweder ist es ein spezifisches Problem der ZGemma-Box oder Du hast ein Problem mit einem anderen Plugin. Hast Du ein oder mehrere Plugins installiert, die nicht vom Feed stammen? Da ich keine H9S habe, kann ich da jetzt leider nicht weiter testen.

      Source Code

      1. [*] * calculate_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-extensions-subssupport:
      2. [*] * libc6 (>= 2.39.1+git0+273a835fe7) *
      3. [*] * calculate_dependencies_for: Cannot satisfy the following dependencies for oe-alliance-branding:
      4. [*] * libc6 (>= 2.39.1+git0+273a835fe7) *
      5. [*]Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      6. [*]


      I tested the latest update with my three GigaBlue boxes, and the system was always updated flawlessly, including the dependency update for "enigma2-plugin-extensions-subssupport" 544cfe . However, on your ZGemma H9S, the dependency update for "enigma2-plugin-extensions-subssupport" isn't being performed because it would supposedly break existing dependencies :hmm . This is either a specific problem with the ZGemma box or you have an issue with another plugin. Do you have one or more plugins installed that aren't from the feed? Since I don't have an H9S, I can't test it further right now.

      @terrajoe, @delfi, @gorski
      Kann einer von Euch da helfen?

      @terrajoe, @delfi, @gorski
      Can any of you help with this?


      ... Pumuckel

      Receiver: Gigablue Trio 4K, Gigablue Trio 4K Pro, Gigablue UE 4K, Vu+ solo se
    • Thanks Pumuckel

      Removing subsupport plugin didn't solve the issue :

      Source Code

      1. /etc/init.d$ opkg update
      2. Downloading http://pur-e2.club/OU/7.4/3rdparty/Packages.gz.
      3. Updated source 'pure2-3rdparty'.
      4. Downloading http://pur-e2.club/OU/7.4/zgemmah9s/all/Packages.gz.
      5. Updated source 'pure2-all'.
      6. Downloading http://pur-e2.club/cam/7.4/arm/Packages.gz.
      7. Updated source 'cam'.
      8. Downloading http://pur-e2.club/OU/7.4/zgemmah9s/cortexa15hf-neon-vfpv4/Packages.gz.
      9. Updated source 'pure2-cortexa15hf-neon-vfpv4'.
      10. Downloading https://raw.githubusercontent.com/oe-alliance/enigma2-settings-feed/gh-pages/Packages.gz.
      11. Updated source 'enigma2-settings-feed'.
      12. Downloading http://pur-e2.club/OU/7.4/zgemmah9s/h9/Packages.gz.
      13. Updated source 'pure2-h9'.
      14. Downloading http://pur-e2.club/OU/7.4/extra-arm/Packages.gz.
      15. Updated source 'PurE2-Extra'.
      16. Downloading http://pur-e2.club/OU/7.4/zgemmah9s/zgemmah9s/Packages.gz.
      17. Updated source 'pure2-zgemmah9s'.
      18. /etc/init.d$ opkg upgrade
      19. * calculate_dependencies_for: Cannot satisfy the following dependencies for oe-alliance-branding:
      20. * libc6 (>= 2.39.1+git0+273a835fe7) *
      21. Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      22. Assuming locally installed package libc6 (2.39.1+git0+273a835fe7-r0) is up to date.
      23. Not selecting libcrypto1.0.2 1.0.2q as installing it would break existing dependencies.
      24. Upgrading oe-alliance-branding from 7.4+git1165+a6a00cf0+a6a00cf39c-r20251123-zgemmah9s to 7.4+git1165+a6a00cf0+a6a00cf39c-r20251128-zgemmah9s on root.
      25. Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      26. Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      Display All
    • Ja, das war klar, dass das deinstallieren vom Plugin keinen Erfolg bringt, da noch weitere Fehlermeldungen folgen.
      Ich habe lediglich die erste Fehlermeldung erklärt. Schau mal ... gleiche Meldung aber andere Quelle:

      Source Code

      1. [*]* calculate_dependencies_for: Cannot satisfy the following dependencies for oe-alliance-branding:
      2. [*] * libc6 (>= 2.39.1+git0+273a835fe7) *
      3. [*]Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      4. [*]


      Yes, it was clear that uninstalling the plugin wouldn't work, since more error messages would follow.
      I was only explaining the first error message. Look... same message, but a different source.

      Source Code

      1. [*]* calculate_dependencies_for: Cannot satisfy the following dependencies for oe-alliance-branding:
      2. [*] * libc6 (>= 2.39.1+git0+273a835fe7) *
      3. [*]Not selecting libc6 2.39.1+git0+273a835fe7 as installing it would break existing dependencies.
      4. [*]




      ... Pumuckel

      Receiver: Gigablue Trio 4K, Gigablue Trio 4K Pro, Gigablue UE 4K, Vu+ solo se
    • Achhhh.... not the libc6 again...

      Sometimes Telnet update and upgrade worked and sometimes not even that - only the full reinstallation...

      Sorry, no time to do that right now, so I think I'll wait for PurE2 v. 7.6 now.... Hopefully not fr too long...
      https://www.nypl.org/sites/default/files/kant_whatisenlightenment.pdf - I. Kant, "Political writings" (1784), the jolly text on Enlightenment, at the basis of Modernity...