Skip to content

Commit dbb4d8b

Browse files
committed
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. Fixes QubesOS/qubes-issues#10743
1 parent d56bb9e commit dbb4d8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

qubes_config/global_config.glade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7147,7 +7147,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
71477147
<object class="GtkLabel">
71487148
<property name="visible">True</property>
71497149
<property name="can-focus">False</property>
7150-
<property name="label" translatable="yes">Control access for moving and copying files between qubes using &lt;tt&gt;qvm-copy&lt;/tt&gt;, &lt;tt&gt;qvm-move&lt;/tt&gt;, and file manager actions such as &lt;b&gt;Copy/Move to other qube&lt;/b&gt;.</property>
7150+
<property name="label" translatable="yes">Control access for moving and copying files between qubes using &lt;tt&gt;qvm-copy&lt;/tt&gt;, &lt;tt&gt;qvm-move&lt;/tt&gt;, and file manager actions such as &lt;b&gt;Copy/Move to other qube&lt;/b&gt;. &lt;a href="https://www.qubes-os.org/doc/how-to-copy-from-dom0/"&gt;Copying to and from dom0 is handled differently&lt;/a&gt;.</property>
71517151
<property name="use-markup">True</property>
71527152
<property name="wrap">True</property>
71537153
<property name="xalign">0</property>
@@ -7277,7 +7277,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
72777277
<property name="visible">True</property>
72787278
<property name="can-focus">False</property>
72797279
<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. &lt;a href="https://www.qubes-os.org/doc/how-to-copy-from-dom0/"&gt;Learn about copying to and from dom0.&lt;/a&gt;</property>
7280+
<property name="label" translatable="yes">You will always be asked for permission when copying and moving files between qubes.</property>
72817281
<property name="use-markup">True</property>
72827282
<property name="wrap">True</property>
72837283
<style>
@@ -7356,7 +7356,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
73567356
<packing>
73577357
<property name="expand">False</property>
73587358
<property name="fill">True</property>
7359-
<property name="position">6</property>
7359+
<property name="position">7</property>
73607360
</packing>
73617361
</child>
73627362
<child>

0 commit comments

Comments
 (0)