From d22a8afb7524750687a41dc562de1f8526118424 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Mon, 3 Nov 2025 14:03:58 +0100 Subject: [PATCH] Unicode --- Home.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Home.md b/Home.md index 35cf863..c79bf6b 100644 --- a/Home.md +++ b/Home.md @@ -62,27 +62,7 @@ I recommend using *standard* Python rather than PyPy. I ran a small-scale test measuring how long it took to convert images using Python 3.13.2 and PyPy 7.3.15 (Python 3.9.18). Surprisingly, Python was 2-5% faster than PyPy. This is most likely because the program uses PySide6, which relies on CPython extensions that do not benefit from PyPy's JIT optimizations. Additionally, since the program uses PySide6's multithreading, we actually lose performance under PyPy. ---- -## Troubleshooting - -At this time, there is no direct contact method available. -However, since this repository is mirrored on [GitLab](https://gitlab.com/CodeByMrFinchum/OptimaLab35), you can report any issues or bugs by opening an **issue** there. I will receive a notification and respond as soon as possible. - -### Ubuntu and Derivatives – *qt.qpa.plugin* Error - -Users running **Ubuntu** or its derivative distributions (such as Zorin OS, Linux Mint, etc.) may encounter an error with **PySide6 (6.5.0)** related to the **Qt xcb platform plugin**. -This issue occurs when the required library *libxcb-cursor0* (or sometimes *xcb-cursor0*) is missing. - -To resolve this, install the package using the following command in your terminal: - -```bash -sudo apt install libxcb-cursor0 -``` - -> **Note:** Depending on your distribution, this package might not appear in the graphical software center, as many of these only display Snap or Flathub applications. - ---- ## GUI Preview