Qt: Difference between revisions

imported>Samueldr
imported>Samueldr
m Adds moment to deprecation notice
Line 39: Line 39:


==== qt5 ====
==== qt5 ====
{{warning|This recommendation is deprecated, see {{issue|65399}}. Failing packages should be updated to use <code>wrapQtAppsHook</code>.}}
{{warning|This recommendation is deprecated for 19.09 and up, see {{issue|65399}}. Failing packages should be updated to use <code>wrapQtAppsHook</code>.}}


Qt5 seems (?) to look for plugins in the <code>PATH</code>. This will fail from a systemd user unit for example, because their path is nearly empty by default. As an example, here is a workaround to have <code>usbguard-applet</code> launched from a systemd user unit:
Qt5 seems (?) to look for plugins in the <code>PATH</code>. This will fail from a systemd user unit for example, because their path is nearly empty by default. As an example, here is a workaround to have <code>usbguard-applet</code> launched from a systemd user unit: