diff --git a/qubes-rpc/caja/qvm_copy_caja.py b/qubes-rpc/caja/qvm_copy_caja.py
index a3e493d0d..34a607713 100755
--- a/qubes-rpc/caja/qvm_copy_caja.py
+++ b/qubes-rpc/caja/qvm_copy_caja.py
@@ -16,7 +16,7 @@ def get_file_items(self, window, files):
return
menu_item = Caja.MenuItem(name='QubesMenuProvider::CopyToAppvm',
- label='Copy To Other AppVM...',
+ label='Copy to other qube...',
tip='',
icon='')
diff --git a/qubes-rpc/caja/qvm_dvm_caja.py b/qubes-rpc/caja/qvm_dvm_caja.py
index f11e6c83e..940f18eac 100755
--- a/qubes-rpc/caja/qvm_dvm_caja.py
+++ b/qubes-rpc/caja/qvm_dvm_caja.py
@@ -18,14 +18,14 @@ def get_file_items(self, window, files):
return
menu_item1 = Caja.MenuItem(name='QubesMenuProvider::OpenInDvm',
- label='Edit In DisposableVM',
+ label='Edit in disposable qube',
tip='',
icon='')
menu_item1.connect('activate', self.on_menu_item_clicked, files)
menu_item2 = Caja.MenuItem(name='QubesMenuProvider::ViewInDvm',
- label='View In DisposableVM',
+ label='View in disposable qube',
tip='',
icon='')
diff --git a/qubes-rpc/caja/qvm_move_caja.py b/qubes-rpc/caja/qvm_move_caja.py
index 8b31f5a37..202cfc8fe 100755
--- a/qubes-rpc/caja/qvm_move_caja.py
+++ b/qubes-rpc/caja/qvm_move_caja.py
@@ -16,7 +16,7 @@ def get_file_items(self, window, files):
return
menu_item = Caja.MenuItem(name='QubesMenuProvider::MoveToAppvm',
- label='Move To Other AppVM...',
+ label='Move to other qube...',
tip='',
icon='')
diff --git a/qubes-rpc/kde/qvm-copy.desktop b/qubes-rpc/kde/qvm-copy.desktop
index 4541de8a2..9c0a447e8 100644
--- a/qubes-rpc/kde/qvm-copy.desktop
+++ b/qubes-rpc/kde/qvm-copy.desktop
@@ -6,5 +6,5 @@ X-KDE-ServiceTypes=KonqPopupMenu/Plugin,inode/directory,all/allfiles
[Desktop Action QvmCopy]
Exec=/usr/lib/qubes/qvm-copy-to-vm.kde %U
Icon=kget
-Name=Copy To VM
+Name=Copy to other qube
diff --git a/qubes-rpc/kde/qvm-dvm.desktop b/qubes-rpc/kde/qvm-dvm.desktop
index e293b013f..566585c19 100644
--- a/qubes-rpc/kde/qvm-dvm.desktop
+++ b/qubes-rpc/kde/qvm-dvm.desktop
@@ -6,10 +6,10 @@ X-KDE-ServiceTypes=KonqPopupMenu/Plugin,all/allfiles
[Desktop Action QvmDvm]
Exec=/usr/bin/qvm-open-in-dvm %U
Icon=kget
-Name=Edit In DisposableVM
+Name=Edit in disposable qube
[Desktop Action QvmViewDvm]
Exec=/usr/bin/qvm-open-in-dvm --view-only %U
Icon=kget
-Name=View In DisposableVM
+Name=View in disposable qube
diff --git a/qubes-rpc/kde/qvm-move.desktop b/qubes-rpc/kde/qvm-move.desktop
index d7ca929c3..2a2fef10d 100644
--- a/qubes-rpc/kde/qvm-move.desktop
+++ b/qubes-rpc/kde/qvm-move.desktop
@@ -6,5 +6,5 @@ X-KDE-ServiceTypes=KonqPopupMenu/Plugin,inode/directory,all/allfiles
[Desktop Action QvmMove]
Exec=/usr/lib/qubes/qvm-move-to-vm.kde %U
Icon=kget
-Name=Move To VM
+Name=Move to other qube
diff --git a/qubes-rpc/nautilus/qvm_copy_nautilus.py b/qubes-rpc/nautilus/qvm_copy_nautilus.py
index 7912304a9..d0a890238 100755
--- a/qubes-rpc/nautilus/qvm_copy_nautilus.py
+++ b/qubes-rpc/nautilus/qvm_copy_nautilus.py
@@ -18,7 +18,7 @@ def get_file_items(self, *args):
return
menu_item = Nautilus.MenuItem(name='QubesMenuProvider::CopyToAppvm',
- label='Copy To Other AppVM...',
+ label='Copy to other qube...',
tip='',
icon='')
diff --git a/qubes-rpc/nautilus/qvm_dvm_nautilus.py b/qubes-rpc/nautilus/qvm_dvm_nautilus.py
index b8ef57633..452c01c92 100755
--- a/qubes-rpc/nautilus/qvm_dvm_nautilus.py
+++ b/qubes-rpc/nautilus/qvm_dvm_nautilus.py
@@ -19,14 +19,14 @@ def get_file_items(self, *args):
return
menu_item1 = Nautilus.MenuItem(name='QubesMenuProvider::OpenInDvm',
- label='Edit In DisposableVM',
+ label='Edit in disposable qube',
tip='',
icon='')
menu_item1.connect('activate', self.on_menu_item_clicked, files)
menu_item2 = Nautilus.MenuItem(name='QubesMenuProvider::ViewInDvm',
- label='View In DisposableVM',
+ label='View in disposable qube',
tip='',
icon='')
diff --git a/qubes-rpc/nautilus/qvm_move_nautilus.py b/qubes-rpc/nautilus/qvm_move_nautilus.py
index 52483e95d..5defb689d 100755
--- a/qubes-rpc/nautilus/qvm_move_nautilus.py
+++ b/qubes-rpc/nautilus/qvm_move_nautilus.py
@@ -18,7 +18,7 @@ def get_file_items(self, *args):
return
menu_item = Nautilus.MenuItem(name='QubesMenuProvider::MoveToAppvm',
- label='Move To Other AppVM...',
+ label='Move to other qube...',
tip='',
icon='')
diff --git a/qubes-rpc/qopen-in-vm.c b/qubes-rpc/qopen-in-vm.c
index 62985ff7f..f0f05820f 100644
--- a/qubes-rpc/qopen-in-vm.c
+++ b/qubes-rpc/qopen-in-vm.c
@@ -73,8 +73,8 @@ void recv_file_nowrite(const char *fname)
return;
}
if (asprintf(&errmsg,
- "The file %s has been edited in Disposable VM and the modified content has been received, "
- "but this file is in nonwritable directory and thus cannot be modified safely. The edited file has been "
+ "The file %s has been edited in a disposable qube and the modified content has been received, "
+ "but this file is in read-only directory and thus cannot be modified safely. The edited file has been "
"saved to %s", fname, tempfile) != -1)
gui_nonfatal(errmsg);
}
diff --git a/qubes-rpc/thunar/qvm-actions.sh b/qubes-rpc/thunar/qvm-actions.sh
index 1c518f5d1..a51d1202a 100755
--- a/qubes-rpc/thunar/qvm-actions.sh
+++ b/qubes-rpc/thunar/qvm-actions.sh
@@ -34,19 +34,19 @@ 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 qube..." --timeout 3 &
done
;;
opendvm)
for file in "$@"
do
- qvm-open-in-dvm "$file" | zenity --notification --text "Opening $file in DisposableVM..." --timeout 3 &
+ qvm-open-in-dvm "$file" | zenity --notification --text "Opening $file in disposable qube..." --timeout 3 &
done
;;
viewdvm)
for file in "$@"
do
- qvm-open-in-dvm --view-only "$file" | zenity --notification --text "Opening $file in DisposableVM..." --timeout 3 &
+ qvm-open-in-dvm --view-only "$file" | zenity --notification --text "Opening $file in disposable qube..." --timeout 3 &
done
;;
*)
diff --git a/qubes-rpc/thunar/uca_qubes.xml b/qubes-rpc/thunar/uca_qubes.xml
index 9b026c376..dad0572ec 100644
--- a/qubes-rpc/thunar/uca_qubes.xml
+++ b/qubes-rpc/thunar/uca_qubes.xml
@@ -1,6 +1,6 @@
stock_folder-copy
- Copy to VM
+ Copy to other qube
1507455450991127-4
/usr/lib/qubes/qvm-actions.sh copy %F
@@ -14,7 +14,7 @@
stock_folder-move
- Move to VM
+ Move to other qube
1507455437157027-3
/usr/lib/qubes/qvm-actions.sh move %F
@@ -28,7 +28,7 @@
document-open
- Open in VM
+ Open in other qube
1507455471075266-5
/usr/lib/qubes/qvm-actions.sh openvm %F
@@ -41,7 +41,7 @@
gtk-convert
- Convert in DisposableVM
+ Convert in disposable qube
1507455488971315-6
/usr/lib/qubes/qvm-actions.sh pdf %F
@@ -50,7 +50,7 @@
gtk-convert
- Convert in DisposableVM
+ Convert in disposable qube
1507455503129941-7
/usr/lib/qubes/qvm-actions.sh img %F
@@ -59,7 +59,7 @@
document-open
- Edit in DisposableVM
+ Edit in disposable qube
1507455559234996-8
/usr/lib/qubes/qvm-actions.sh opendvm %F
@@ -72,7 +72,7 @@
document-open
- View in DisposableVM
+ View in disposable qube
1507455559234997-9
/usr/lib/qubes/qvm-actions.sh viewdvm %F