You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
global config: move dom0 link to first paragraph in filecopy section
The 'Copying to and from dom0 is handled differently' link was
inside a GtkRadioButton which intercepted click events.
Move the link to the end of the intro paragraph where it is clickable regardless of radio button state.
FixesQubesOS/qubes-issues#10743
Copy file name to clipboardExpand all lines: qubes_config/global_config.glade
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7147,7 +7147,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
7147
7147
<object class="GtkLabel">
7148
7148
<property name="visible">True</property>
7149
7149
<property name="can-focus">False</property>
7150
-
<property name="label" translatable="yes">Control access for moving and copying files between qubes using <tt>qvm-copy</tt>, <tt>qvm-move</tt>, and file manager actions such as <b>Copy/Move to other qube</b>.</property>
7150
+
<property name="label" translatable="yes">Control access for moving and copying files between qubes using <tt>qvm-copy</tt>, <tt>qvm-move</tt>, and file manager actions such as <b>Copy/Move to other qube</b>. <a href="https://www.qubes-os.org/doc/how-to-copy-from-dom0/">Copying to and from dom0 is handled differently</a>.</property>
7151
7151
<property name="use-markup">True</property>
7152
7152
<property name="wrap">True</property>
7153
7153
<property name="xalign">0</property>
@@ -7277,7 +7277,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
7277
7277
<property name="visible">True</property>
7278
7278
<property name="can-focus">False</property>
7279
7279
<property name="halign">start</property>
7280
-
<property name="label" translatable="yes">You will always be asked for permission when copying and moving files between qubes, except for dom0, which is handled differently. <a href="https://www.qubes-os.org/doc/how-to-copy-from-dom0/">Learn about copying to and from dom0.</a></property>
7280
+
<property name="label" translatable="yes">You will always be asked for permission when copying and moving files between qubes.</property>
7281
7281
<property name="use-markup">True</property>
7282
7282
<property name="wrap">True</property>
7283
7283
<style>
@@ -7356,7 +7356,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
0 commit comments