Skip to content

Commit

Permalink
Switch QT_PLUGIN_PATH to unset-env
Browse files Browse the repository at this point in the history
Qt's default path is good, we just need to ensure it's not overridable
  • Loading branch information
ilya-fedin committed Sep 8, 2023
1 parent 78a2ffe commit 3462c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.telegram.desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ finish-args:
- --talk-name=com.canonical.indicator.application
- --talk-name=org.ayatana.indicator.application
- --filesystem=xdg-run/pipewire-0
- --env=QT_PLUGIN_PATH=/app/lib/plugins
- --unset-env=QT_PLUGIN_PATH
- --env=PATH=/app/lib/webview/bin:/app/bin:/usr/bin
sdk-extensions:
- org.freedesktop.Sdk.Extension.llvm15
Expand Down

0 comments on commit 3462c90

Please sign in to comment.