Adapted the ChromeOS Readme file to the current situation. eric7

Thu, 22 Jun 2023 19:07:39 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 22 Jun 2023 19:07:39 +0200
branch
eric7
changeset 10092
679df6285434
parent 10091
ac6edcfe7831
child 10093
245505200513

Adapted the ChromeOS Readme file to the current situation.

docs/README-ChromeOS.rst file | annotate | diff | comparison | revisions
--- a/docs/README-ChromeOS.rst	Tue Jun 20 11:11:35 2023 +0200
+++ b/docs/README-ChromeOS.rst	Thu Jun 22 19:07:39 2023 +0200
@@ -15,7 +15,7 @@
 
     sudo apt update
     sudo apt upgrade
-    sudo apt install libxkbfile1 libopengl0 python3-pip python3-venv
+    sudo apt install libxkbfile1 libxcb-cursor0 libopengl0 python3-pip python3-venv
 
 Step 3: modify environment to make Qt not use Wayland
 
@@ -43,6 +43,9 @@
 **Note 2:** If eric crashes showing completion lists, this change should be
 applied in order to switch to use X11.
 
+**Note 3:** As of Qt 6.5.1 it is not compatible with Debian Bullseye in Wayland
+mode. The above change needs to be implemented.
+
 2. eric Installation
 --------------------
 Installing eric7 is a simple process. There are various methods available.
@@ -94,5 +97,5 @@
 -----------------------------------------------------
 eric7 provides an extension mechanism via plug-ins.  The plug-ins are
 available via the Plugin Repository dialog from within eric7. Some plugins
-require the installation of additional python packages. This is done 
+require the installation of additional Python packages. This is done 
 automatically during the plugin installation.

eric ide

mercurial