| Server IP : 39.108.156.168 / Your IP : 216.73.216.104 Web Server : nginx/1.24.0 System : Linux e2.ksyuki.com 6.11.0-25-generic #25~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 17:20:50 UTC 2 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/software-properties/gtkbuilder/ |
Upload File : |
<?xml version="1.0"?>
<interface>
<object class="GtkDialog" id="dialog_ua_detach">
<property name="border_width">18</property>
<property name="title" translatable="yes">Disable Ubuntu Pro</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<child internal-child="vbox">
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">18</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">18</property>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="label" translatable="yes">Disabling Ubuntu Pro will detach your subscription from this machine. Do you want to proceed?</property>
<property name="use_markup">True</property>
<property name="xalign">0</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label_detach_error">
<property name="visible">True</property>
<property name="xalign">0</property>
<attributes>
<attribute name="foreground" value="red"/>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
</child>
</object>
</child>
</object>
</child>
<child internal-child="action_area">
<object class="GtkHButtonBox">
<property name="visible">True</property>
<property name="layout_style">end</property>
<child>
<object class="GtkButton">
<property name="visible">True</property>
<property name="label" translatable="yes">No, go _back</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_cancel_clicked"/>
</object>
</child>
<child>
<object class="GtkButton" id="button_detach">
<property name="visible">True</property>
<property name="label" translatable="yes">_Disable Ubuntu Pro</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_detach_clicked"/>
</object>
</child>
</object>
</child>
</object>
</interface>