docs/README-ChromeOS.rst

branch
eric7
changeset 8570
65ec02bfa9d2
parent 8477
81e25fe19818
child 8738
6fd8f3f775b3
--- 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