Änderungen vom Gemini-Team an eWidgetDesktop?

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
  • Hi Gemini-Devs.


    Ich arbeite gerade an einem Plugin. Laut einer LOG-Datei, die ich erhielt gehe ich davon aus, dass ihr etwas an eWidgetDesktop geändert habt?


    Das ist der genaue Fehler:

    Zitat

    self.desktopSize = desktop.size
    AttributeError: 'eWidgetDesktop' object has no attribute 'size'


    Mein Code, der im LT- oder in jedem CVS-Image funktioniert sieht so aus:

    Python
    from enigma import getDesktop
    ...
    desktop = getDesktop(0)
    self.desktopSize = desktop.size


    Könnt ihr bitte danach gucken oder mir erklären, was ich tun muss, damit das auch im Gemini geht? Hier mal ein Auszug aus einem aktuellen CVS-Image (enigma2.py):

    <b>MfG Ali</b>
    <p />
    <select OnChange="window.open(this.options[this.selectedIndex].value, 'New')">
    <option value="/wbb2">Aus meinem Labor:</option>
    <option value="/wbb2/thread.php?threadid=127480">ARD Mediathek</option>
    <option value="/wbb2/thread.php?threadid=105590">CCcam Info</option>
    <option value="/wbb2/thread.php?threadid=99943">CS-Manager</option>
    <option value="/wbb2/thread.php?threadid=117478">DVD Backup</option>
    <option value="/wbb2/thread.php?threadid=90957">Extended Service Info</option>
    <option value="/wbb2/thread.php?threadid=92153">Mosaic</option>
    <option value="/wbb2/thread.php?threadid=114726">Movie Jukebox</option>
    <option value="/wbb2/thread.php?threadid=127314">Movielist Preview</option>
    <option value="/wbb2/thread.php?threadid=107501">ORF.at</option>
    <option value="/wbb2/thread.php?threadid=99478">Permanent Clock</option>
    <option value="/wbb2/thread.php?threadid=111496">Podcast</option>
    <option value="/wbb2/thread.php?threadid=125382">Porn Center</option>
    <option value="/wbb2/thread.php?threadid=89009">RS Downloader</option>
    <option value="/wbb2/thread.php?threadid=118188">Seekbar</option>
    <option value="/wbb2/thread.php?threadid=92584">Zap-History Browser</option>
    <option value="/wbb2/thread.php?threadid=127065">Zap Statistic</option>
    <option value="/wbb2/thread.php?threadid=125298">ZDF Mediathek</option>
    </select>