Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-133249

Application is clearing the screen when EGLFS plugin is initialized

XMLWordPrintable

    • Linux/Yocto

      Initializing platform plugin seems to be clearing the screen. This means if any splash screen was set during the boot process, starting up the application will clear the screen until the application has properly started and a window becomes visible. This does not look good.

      It could be reproduced with simply:

      int main(int argc, char** argv) {
       QGuiApplication app(argc, argv);
       app.exec();
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            lagocs Laszlo Agocs
            poikelin Joni Poikelin
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes