165 lines
7.3 KiB
Plaintext
165 lines
7.3 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.38.2 -->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.16"/>
|
||
|
<object class="GtkTextBuffer" id="arc_command_buffer">
|
||
|
<property name="text" translatable="yes">$(which 7za || echo 7zr) a %o %N</property>
|
||
|
</object>
|
||
|
<object class="GtkFileChooserDialog" id="archiver_dialogue">
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="modal">True</property>
|
||
|
<property name="window-position">center</property>
|
||
|
<property name="type-hint">dialog</property>
|
||
|
<property name="gravity">center</property>
|
||
|
<property name="do-overwrite-confirmation">True</property>
|
||
|
<property name="select-multiple">True</property>
|
||
|
<child internal-child="vbox">
|
||
|
<object class="GtkBox">
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<property name="spacing">2</property>
|
||
|
<child internal-child="action_area">
|
||
|
<object class="GtkButtonBox">
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="layout-style">end</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="button21">
|
||
|
<property name="label">gtk-cancel</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="receives-default">True</property>
|
||
|
<property name="use-stock">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="button22">
|
||
|
<property name="label">gtk-ok</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="receives-default">True</property>
|
||
|
<property name="use-stock">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="homogeneous">True</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="label" translatable="yes">Compress Commands:</property>
|
||
|
<property name="xalign">0.20000000298023224</property>
|
||
|
<attributes>
|
||
|
<attribute name="gravity" value="west"/>
|
||
|
</attributes>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="label" translatable="yes">Archive Format:</property>
|
||
|
<property name="xalign">1</property>
|
||
|
<attributes>
|
||
|
<attribute name="gravity" value="east"/>
|
||
|
</attributes>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkComboBoxText">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="active">0</property>
|
||
|
<property name="active-id">0</property>
|
||
|
<items>
|
||
|
<item id="0" translatable="yes">7Zip (*.7z)</item>
|
||
|
<item id="1" translatable="yes">Zip (*.zip *.ZIP)</item>
|
||
|
<item id="2" translatable="yes">RAR (*.rar *.RAR)</item>
|
||
|
<item id="3" translatable="yes">Tar (*.tar)</item>
|
||
|
<item id="4" translatable="yes">Tar bzip2 (*.tar.bz2)</item>
|
||
|
<item id="5" translatable="yes">Tar Gzip (*.tar.gz *.tgz)</item>
|
||
|
<item id="6" translatable="yes">Tar xz (*.tar.xz *.txz)</item>
|
||
|
<item id="7" translatable="yes">Gzip (*.gz)</item>
|
||
|
<item id="8" translatable="yes">XZ (*.xz)</item>
|
||
|
</items>
|
||
|
<signal name="changed" handler="set_arc_buffer_text" swapped="no"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTextView" id="arc_command">
|
||
|
<property name="height-request">72</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="buffer">arc_command_buffer</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<action-widgets>
|
||
|
<action-widget response="-6">button21</action-widget>
|
||
|
<action-widget response="-5">button22</action-widget>
|
||
|
</action-widgets>
|
||
|
</object>
|
||
|
</interface>
|