[system/xwaylandvideobridge] /: CI: Flatpak: Sort finish arguments
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 910ddcb03b68485109c2eddf8a3a17c7b7ef3df2 by Justin Zobel.
Committed on 07/08/2026 at 02:14.
Pushed by davidedmundson into branch 'master'.
CI: Flatpak: Sort finish arguments
M +5 -5 .flatpak-manifest.json
https://invent.kde.org/system/xwaylandvideobridge/-/commit/910ddcb03b68485109c2eddf8a3a17c7b7ef3df2
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index ec7ebc9..c6e0cf2 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -10,14 +10,14 @@
],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
- "--share=ipc",
"--device=all",
- "--socket=x11",
- "--socket=wayland",
- "--talk-name=org.kde.StatusNotifierWatcher",
+ "--env=QT_LOGGING_DEBUG=*.debug=true qt.qpa.input*.debug=false",
"--own-name=org.kde.StatusNotifierItem-2-2",
+ "--share=ipc",
+ "--socket=wayland",
+ "--socket=x11",
"--talk-name=org.freedesktop.portal.Desktop",
- "--env=QT_LOGGING_DEBUG=*.debug=true qt.qpa.input*.debug=false"
+ "--talk-name=org.kde.StatusNotifierWatcher"
],
"modules": [
{