bug#43446: Qt Apps cant make use of qtwayland due to QT_PLUGIN_PATH '= wrapping

2020-10-04 Thread Brendan Tildesley
On 4/10/20 10:43 pm, Ricardo Wurmus wrote: Brendan Tildesley writes: qt-build-system wraps variables such as QT_PLUGIN_PATH with '= instead of prefix, so when qtwayland is installed in a profile or included in the environment, the application fails to see it. Programs run with export QT_QPA_

bug#43446: Qt Apps cant make use of qtwayland due to QT_PLUGIN_PATH '= wrapping

2020-10-04 Thread Ricardo Wurmus
Brendan Tildesley writes: > qt-build-system wraps variables such as QT_PLUGIN_PATH with '= > instead of prefix, so when qtwayland is installed in a profile or > included in the environment, the application fails to see it. Programs > run with export QT_QPA_PLATFORM=wayland-egl will fail to la

bug#43446: Qt Apps cant make use of qtwayland due to QT_PLUGIN_PATH '= wrapping

2020-09-16 Thread Brendan Tildesley
qt-build-system wraps variables such as QT_PLUGIN_PATH  with  '= instead of prefix, so when qtwayland is installed in a profile or included in the environment, the application fails to see it. Programs run with export QT_QPA_PLATFORM=wayland-egl will fail to launch. We could: 1. Use 'prefix s