Skip to content

Commit

Permalink
Do not use deprecated '$default' keyword
Browse files Browse the repository at this point in the history
It's '@default' for a long time already.

(cherry picked from commit effd242)
  • Loading branch information
marmarek committed May 7, 2023
1 parent 2311427 commit 7df7966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qubes-rpc/thunar/qvm-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ case "$action" in
for file in "$@"
do
#shellcheck disable=SC2016
qvm-open-in-vm '$default' "$file" | zenity --notification --text "Opening $file in VM..." --timeout 3 &
qvm-open-in-vm '@default' "$file" | zenity --notification --text "Opening $file in VM..." --timeout 3 &
done
;;
opendvm)
Expand Down
2 changes: 1 addition & 1 deletion vm-init.d/qubes-updates-proxy-forwarder
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ start() {
--background \
--start \
-- \
-k -l -e 'qrexec-client-vm $default qubes.UpdatesProxy'
-k -l -e 'qrexec-client-vm @default qubes.UpdatesProxy'
retval=$?
echo
[ $retval -eq 0 ] && touch $lockfile
Expand Down

0 comments on commit 7df7966

Please sign in to comment.