New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 877158 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

chrome.system.display.getInfo() returns blank name on linux

Project Member Reported by dlaz@chromium.org, Aug 23

Issue description

Chrome Version: 68.0.3440.106
OS: gLinux

What steps will reproduce the problem?
(1) From an app with permissions for chrome.system.display, call chrome.system.display.getInfo() (e.g. chrome.system.display.getInfo(function(i) {console.log(i)}) )

What is the expected result?

Name field contains the name of the displays.

What happens instead?

the name field is empty string for all displays.


I also observed this by installing the SystemInfo Sample app (https://chrome.google.com/webstore/detail/systeminfo-sample/lfkebofdngpbnooppdhiibpdpepgjoch) and finding that the name field is blank in the table.
 
Cc: sajordan@google.com

Sign in to add a comment