Add progress bar to Thunar actions
This commit is contained in:
parent
b1d8302b2b
commit
df928ba7cb
@ -13,12 +13,10 @@ shift
|
|||||||
# copy and move handle a list of files where other actions don't
|
# copy and move handle a list of files where other actions don't
|
||||||
case "$action" in
|
case "$action" in
|
||||||
copy)
|
copy)
|
||||||
#shellcheck disable=SC2016
|
/usr/lib/qubes/qvm-copy-to-vm.gnome "$@"
|
||||||
qvm-copy-to-vm '$default' "$@" | zenity --notification --text="Copying files..." --timeout 3
|
|
||||||
;;
|
;;
|
||||||
move)
|
move)
|
||||||
#shellcheck disable=SC2016
|
/usr/lib/qubes/qvm-move-to-vm.gnome "$@"
|
||||||
qvm-move-to-vm '$default' "$@" | zenity --notification --text="Moving files..." --timeout 3
|
|
||||||
;;
|
;;
|
||||||
img)
|
img)
|
||||||
for file in "$@"
|
for file in "$@"
|
||||||
|
@ -707,7 +707,9 @@ rm -f %{name}-%{version}
|
|||||||
/usr/lib/qubes/qopen-in-vm
|
/usr/lib/qubes/qopen-in-vm
|
||||||
/usr/lib/qubes/qrun-in-vm
|
/usr/lib/qubes/qrun-in-vm
|
||||||
/usr/lib/qubes/qubes-trigger-sync-appmenus.sh
|
/usr/lib/qubes/qubes-trigger-sync-appmenus.sh
|
||||||
|
/usr/lib/qubes/qvm-copy-to-vm.gnome
|
||||||
/usr/lib/qubes/qvm-copy-to-vm.kde
|
/usr/lib/qubes/qvm-copy-to-vm.kde
|
||||||
|
/usr/lib/qubes/qvm-move-to-vm.gnome
|
||||||
/usr/lib/qubes/qvm-move-to-vm.kde
|
/usr/lib/qubes/qvm-move-to-vm.kde
|
||||||
/usr/lib/qubes/tar2qfile
|
/usr/lib/qubes/tar2qfile
|
||||||
/usr/lib/qubes/vm-file-editor
|
/usr/lib/qubes/vm-file-editor
|
||||||
@ -774,8 +776,6 @@ rm -f %{name}-%{version}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files nautilus
|
%files nautilus
|
||||||
/usr/lib/qubes/qvm-copy-to-vm.gnome
|
|
||||||
/usr/lib/qubes/qvm-move-to-vm.gnome
|
|
||||||
/usr/share/nautilus-python/extensions/qvm_copy_nautilus.py*
|
/usr/share/nautilus-python/extensions/qvm_copy_nautilus.py*
|
||||||
/usr/share/nautilus-python/extensions/qvm_move_nautilus.py*
|
/usr/share/nautilus-python/extensions/qvm_move_nautilus.py*
|
||||||
/usr/share/nautilus-python/extensions/qvm_dvm_nautilus.py*
|
/usr/share/nautilus-python/extensions/qvm_dvm_nautilus.py*
|
||||||
|
Loading…
Reference in New Issue
Block a user