Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions qubes_config/global_config.glade
Original file line number Diff line number Diff line change
Expand Up @@ -7147,7 +7147,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<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>
<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>
<property name="use-markup">True</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
Expand Down Expand Up @@ -7277,7 +7277,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<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>
<property name="label" translatable="yes">You will always be asked for permission when copying and moving files between qubes.</property>
<property name="use-markup">True</property>
<property name="wrap">True</property>
<style>
Expand Down Expand Up @@ -7356,7 +7356,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">6</property>
<property name="position">7</property>
</packing>
</child>
<child>
Expand Down
4 changes: 4 additions & 0 deletions qubes_config/qubes-global-config-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ separator {
color: @link-color;
}

.explanation link {
color: @link-color;
}

.action_text {
color: @text-color;
font-weight: 700;
Expand Down