-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding more Qt env vars? #503
Comments
I don't know about the other EVs, but a nonzero value for |
I didn't find @stefonarch, do you have Qt6 links for the other two? |
Looks like bearer is removed? Looks like I saw this in qt6: But as there will be qt5 apps adding them with comments? |
Then I guess there remains nothing to do. With LXQt 2.0, Qt5 apps will be supported well as long as the user installs or doesn't remove the latest Qt5-based lxqt-qtplugin, libqtxdg and libfm-qt. That was the plan we agreed on from the start, without supporting Qt5 in new codes themselves. |
Looking at plasma 6 I found those, added explanations I found. Maybe some of them could or should be added in
startlxqt
. The last one could be interesting for mobile maybe.QT_ACCESSIBILITY=1
The QT_ACCESSIBILITY environment variable, when set to 1, enables accessibility features in Qt-based applications. These features are designed to improve usability for individuals with disabilities by providing support for assistive technologies such as screen readers and magnifiers.
QT_EXCLUDE_GENERIC_BEARER=1
The QT_EXCLUDE_GENERIC_BEARER environment variable, when set to 1, excludes the generic network bearer plugin in Qt applications. This plugin is responsible for managing network connections in a platform-independent manner. By excluding it, Qt applications may rely solely on platform-specific network plugins, potentially optimizing performance or compatibility in certain environments.
QT_AUTO_SCREEN_SCALE_FACTOR=0
The QT_AUTO_SCREEN_SCALE_FACTOR environment variable, when set to 0, disables automatic scaling of the user interface based on the screen's pixel density or resolution in Qt applications. This means that the application won't automatically adjust its interface elements to match the screen's characteristics, allowing developers more control over how the UI is displayed on different screens.
The text was updated successfully, but these errors were encountered: