How to pass environment variables (like QT_LOGGING_RULES)?
-
So if apps are run in container (using
clickable desktop
), how do I pass environment variables, such asQT_LOGGING_RULES=lomiri.deprecations.debug=true
per this suggestion:lomiri.deprecations: At least 1 Ubuntu.* QML type is in use. Ubuntu.* type is deprecated and is provided for compatibility. To print what types are being in use, set "QT_LOGGING_RULES=lomiri.deprecations.debug=true" environment variable.
-
@Talkless said in How to pass environment variables (like QT_LOGGING_RULES)?:
So if apps are run in container (using
clickable desktop
), how do I pass environment variables, such asQT_LOGGING_RULES=lomiri.deprecations.debug=true
per this suggestion:lomiri.deprecations: At least 1 Ubuntu.* QML type is in use. Ubuntu.* type is deprecated and is provided for compatibility. To print what types are being in use, set "QT_LOGGING_RULES=lomiri.deprecations.debug=true" environment variable.
Maybe by adding it to the Exec line of the .desktop file ?