[meta] Add option to FORCE_X11 Graphics Backend #2522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "DraVee/eden:gui/alert_wayland"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@crueter i don't ever know how I wrote this, but it works
Signed-off-by: Caio Oliveira caiooliveirafarias0@gmail.com
Add option to FORCE_X11 Graphics Backendto [meta] Add option to FORCE_X11 Graphics Backend@ -4947,0 +4996,4 @@
const bool forceX11 = QSettings(QString::fromStdString(config_path), QSettings::IniFormat).value("Linux/force_x11", false).toBool();
if (forceX11)
qputenv("QT_QPA_PLATFORM", "xcb");
What the sigma
Actually nvm this might mess with migrator, I'll check later
I think the best option would create a unique separate config file just to this (i hate wayland with my soul)
It still messes with the migration tool. We could potentially just use a separate file and change the migrator to check for qt-config.ini?
Well I don't have the knowledge at moment to do it (wasted like 6h to write this mess)
I can check it tomorrow, but you can feel free to change the commit (i barely know how to code)
I'll do it after class (like noon est)
@crueter check the latest commit (this is just a wip, im very late to work rn)
[meta] Add option to FORCE_X11 Graphics Backendto WIP: [meta] Add option to FORCE_X11 Graphics BackendI'm gonna separate this in 2 PRs, one for a warning (like is done on RustDesk) and another for add option
48bc141bce
to466472e89f
bc6865bafe
to2bdcb0472e
2bdcb0472e
toa0e3f67488
a0e3f67488
to7717b20ff4
WIP: [meta] Add option to FORCE_X11 Graphics Backendto [meta] Add option to FORCE_X11 Graphics Backend7717b20ff4
to86909fb4ed
86909fb4ed
to28eb79190a
28eb79190a
to46ec35d20d
46ec35d20d
tocb9fd38569
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.