Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-11870

Unable to drive display on Ubuntu 16.04 (black window)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 6.3.1
    • None

    Description

      On a fresh install of both Ubuntu (16.04) and node/cordova, doing a standard "hello world" create/build/run:

      $ cordova create hello com.example.hello HelloWorld
      $ cd hello/
      $ cordova platforms add ubuntu
      $ cordova build ubuntu
      $ cordova run ubuntu

      yields a black screen. Checking debug console (using chromium) seems to show the program is running correctly.

      However, an strace of the process shows that the program starts up and then goes into a tight loop of polling on the /tmp/.X11-unix/X0 which gives a series of EAGAIN (resource unavailable) messages, e.g.

      recvmsg(6, 0x7ffe56802b20, 0) = -1 EAGAIN (Resource temporarily unavailable)
      recvmsg(6, 0x7ffe56802b20, 0) = -1 EAGAIN (Resource temporarily unavailable)

      Quick demo of entire process and result uploaded to
      https://youtu.be/dmsCJvHKyOs

      Attachments

        Activity

          People

            zaspire Maxim Ermilov
            psychogenic Pat Deegan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: