/usr/lib/ubuntustudio/irc_auto_starter.glade is in ubuntustudio-default-settings 0.54.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkMessageDialog" id="ircwarning_dialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">IRC autoconnect client</property>
<property name="window_position">center</property>
<property name="default_width">300</property>
<property name="default_height">150</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="text" translatable="yes">This will automatically connect you to the #ubuntustudio channel on irc.freenode.net, using the <b>Xchat</b> IRC client, and with your username as the IRC nick.
More information about IRC and freenode:
<b>http://freenode.net</b>
<b>https://help.ubuntu.com/community/UbuntuStudio/IRC</b></property>
<property name="use_markup">True</property>
<child internal-child="vbox">
<object class="GtkBox" id="ircwarning-box">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="messagedialog-action_area1">
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="cancel_btn">
<property name="label" translatable="yes">Cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_cancel_btn_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="accept_btn">
<property name="label" translatable="yes">Accept</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_accept_btn_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</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="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
</object>
</child>
<action-widgets>
<action-widget response="0">cancel_btn</action-widget>
<action-widget response="0">accept_btn</action-widget>
</action-widgets>
</object>
</interface>
|