Questions tagged [google-chrome-os]

This tag is dedicated to questions about Chrome OS.

Chromium OS is an open-source project that aims to build an operating system that provides a fast, simple, and more secure computing experience for people who spend most of their time on the web.

One of the popular usage is on Chromebook - http://www.google.com/chromebook/

For more details: http://www.chromium.org/chromium-os

517 questions
1
vote
0 answers

Chrome OS doesn't render CSS scrollbar buttons

I was testing making a custom scrollbar in CSS. The test I did worked fine for me on Windows, but on Chrome OS, for some reason, it did not. Chrome OS displayed everything normally, except the scrollbar buttons, they don't display at all. How would…
ITAC85
  • 11
  • 3
1
vote
1 answer

Postman not installed on ubuntu with snap

I'm trying to install postman on ubuntu 20.04 running on chromeos using snap I first ran: ~$ sudo snap install postman which appeared to work: edit: ~/node/scrapedatatree$ glxinfo | grep -i vendor server glx vendor string: SGI client glx vendor…
user1592380
  • 34,265
  • 92
  • 284
  • 515
1
vote
0 answers

Python on Chrome OS through Linux: Cannot Export DataFrame

I'm running a Jupiter Notebook on Google Chrome, and my computer is a Chromebook on which I've installed Linux. The Notebook runs fine, no problem. However, when I try to export my pandas DataFrame to my Linux files using this…
EdwardL
  • 11
  • 2
1
vote
0 answers

How to silently install a certificate on Chrome OS

I am looking for a way to silently install a device or client certificate from an application in ChromeOS. Is there a way to bypass the standard dialog when installing a pfx format certificate on Chrome OS? Thanks,
Jun Hay
  • 11
  • 1
1
vote
1 answer

How to write argument for Chrome/Chromium's '--enable-features=' flag

I am trying to modify Chromium browser's behavior in Chromium OS. When I execute Chromium browser, I can handover arguments with '--enable-features=' flag. And I found a argument (#enable-virtual-keyboard) from Available list in chrome://flags. Then…
S-K
  • 87
  • 5
1
vote
0 answers

Crostini and the titlebar in Firefox

As many of you may already know. The title bar on/off options in Firefox on Crostini don't work, the a big blank title bar is always there, taking up space and generally being tiresome - something to do with how Chrome OS manages windows. After…
1
vote
1 answer

PyQt5 cannot run on ChromeOS?

I am trying to develop some pyqt applications on chromeOS. However, some errors kept occurring during installation. I tried two ways, first with conda, later install the packages directly. No error appears during installing with conda, but when I…
HAO LEE
  • 153
  • 3
  • 13
1
vote
0 answers

ChromeOS TCP Connectivity with Windows - peer resets

I'm working on a server implementation on a Chromebook, using tcp connectivity between the windows client and the ChromeOS server. When a connection is being made, the server (Chromebook) side is sending out 5 packets; first one is the header, the…
1
vote
1 answer

How to know my directory's path in chrome os linux python

I'm using chrome book. I installed linux ,miniconda, and jupyter in chrome OS I want to use selenium. selenium need chrome webdriver. But I can't find the directory path that contain chromedriver.exe What can I do? (sorry to my poor English)
mkccip
  • 11
  • 1
1
vote
1 answer

apt thinks python-3.7.3 is the newest version

I am on a "Linux development environment" on ChromeOS, and I need to install a version of Python later than 3.7.7 to use a package (Since my default python version was 3.7.3). I have tried sudo apt-get update sudo apt-get upgrade sudo apt-get…
k00ta
  • 13
  • 3
1
vote
0 answers

Is there any way of developing device(especially printer) drivers for Chrome OS?

Chromebooks can print documents to printers over Wifi or USB connectivities. However, some printers cannot output from Chrome OS since too old model of printers or no PPD files distributed by manufacturers. I know Android Apps can run on Chrome OS,…
1
vote
0 answers

"Open In Terminal" or "Show On Disk" not working

On AVD manager, when I click on "show on disk", it doesn't show on disk. Instead it opens a new chrome window like so. enter image description here enter image description here Similarly "Open In Terminal" in Nemo, doesn't work either. Maybe I've…
1
vote
1 answer

How to get an mp3 file's details like name or artist in Android using the file's path?

I'm developing a Chrome OS app and I want to play a song when a song dragged and dropped onto a view in my app. I created a listener and I'm able to get the dragged file with its path. But the problem is; I can't get the information about the…
tpbafk
  • 501
  • 5
  • 26
1
vote
1 answer

How to hide back button from window border on Android app on Chromebook

On chromebooks there is back button in the window border. But this button normally shown in actionbar in android apps. I just want to hide this system button for chromebooks to avoid duplications. I see that Google Play app is managed to do it…
Oleksandr Albul
  • 1,611
  • 1
  • 23
  • 31
1
vote
0 answers

How to install mysql workbench on linux debian 10 (Google Pixelbook)

I am trying to install MySQL Workbench on my Google Pixelbook. It runs Linux debian 10 buster. So I run these commands: sudo apt-get update and then sudo apt-get install mysql-workbench I get this error: Some packages could not be installed. This…