Skip to content

Commit 1d40bb2

Browse files
committed
Merge remote-tracking branch 'origin/pr/446'
* origin/pr/446: appmenu_select: remove --i-understand-format-is-unstable flag Pull request description: The `--i-understand-format-is-unstable` flag is no longer needed after QubesOS/qubes-desktop-linux-common#72 removed the unstable-format gate for `--get-available`. Remove the now-redundant flag from the command invocation.
2 parents b9df4e5 + d53e3bb commit 1d40bb2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

qubesmanager/appmenu_select.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def fill_apps_list(self, template=None):
9696
command = [
9797
"qvm-appmenus",
9898
"--get-available",
99-
"--i-understand-format-is-unstable",
10099
"--file-field",
101100
"Comment",
102101
"--file-field",

0 commit comments

Comments
 (0)