Skip to content

Commit

Permalink
qvm-copy-to-vm.gnome: update qdbus syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rustybird committed Dec 2, 2023
1 parent 32426f7 commit 6c31daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qubes-rpc/qvm-copy-to-vm.gnome
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ progress_kdialog() {
# shellcheck disable=SC2207
ref=( $(kdialog --progressbar "$DESCRIPTION") )
trap 'qdbus "${ref[@]}" close' EXIT # for this subshell
qdbus "${ref[@]}" Set "" maximum "$SIZE"
qdbus "${ref[@]}" maximum "$SIZE"
fi

qdbus "${ref[@]}" Set "" value "$pos"
qdbus "${ref[@]}" value "$pos"
done) >/dev/null # hide qdbus's empty output lines
}

Expand Down

0 comments on commit 6c31daf

Please sign in to comment.