Updated the ChromeOS readme file. eric7

Fri, 03 Sep 2021 17:24:57 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 03 Sep 2021 17:24:57 +0200
branch
eric7
changeset 8570
65ec02bfa9d2
parent 8569
6dfc6a3ad31f
child 8571
eb2b840bbf8f

Updated the ChromeOS readme file.

docs/README-ChromeOS.rst file | annotate | diff | comparison | revisions
--- a/docs/README-ChromeOS.rst	Wed Sep 01 19:54:34 2021 +0200
+++ b/docs/README-ChromeOS.rst	Fri Sep 03 17:24:57 2021 +0200
@@ -15,10 +15,11 @@
 
     sudo apt update
     sudo apt upgrade
-    sudo apt install libopengl0 python3-pip python3-venv
+    sudo apt install libxkbfile1 libopengl0 python3-pip python3-venv
 
 Step 3: modify environment to make Qt not use Wayland
-As of ChromeOS 91 Qt6 is not yet compatible with the ChromeOS Wayland
+
+As of ChromeOS 92 Qt6 is not yet compatible with the ChromeOS Wayland
 implementation. In order to force Qt applications to use X11 modify
 the "cros-garcon-override.conf" file.
 
@@ -32,6 +33,10 @@
 
     Environment="QT_QPA_PLATFORM=xcb"
 
+After this change was performed close all Linux windows, log out and log back
+in. This step is needed to restart the Linux VM and to make the above changes
+effective.
+
 2. eric Installation
 --------------------
 Installing eric7 is a simple process. There are various methods available.

eric ide

mercurial