/usr/share/mypaint/gui/autorecover.glade is in mypaint 1.2.0-1.
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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="recovery_liststore">
<columns>
<!-- column-name thumbnail -->
<column type="GdkPixbuf"/>
<!-- column-name description -->
<column type="gchararray"/>
<!-- column-name path -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkDialog" id="recovery_dialog">
<property name="can_focus">False</property>
<property name="border_width">12</property>
<property name="title" translatable="yes">Recover interrupted work?</property>
<property name="modal">True</property>
<property name="window_position">center</property>
<property name="default_width">500</property>
<property name="default_height">-1</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="recovery_dialog_vbox">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="recovery_dialog_action_area">
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="recover_autosave_button">
<property name="label" translatable="yes" context="Autosave Recovery dialog|" comments="Recover in the sense or retreival or salvage from a backup file; Save in the sense of saving it to disk immediately you click this button.">_Recover and Save...</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="Autosave Recovery dialog|Recover and Save|">Save this backup to disk, then continue working on it.</property>
<property name="use_underline">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="cancel_recovery_button">
<property name="label" translatable="yes" context="Autosave Recovery dialog|">_Ignore for Now</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="Autosave Recovery dialog|Cancel button|">Start work on a new canvas. These backups will be retained.</property>
<property name="use_underline">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">True</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="recovery_dialog_question_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes" context="Autosave Recovery dialog|">MyPaint crashed with unsaved work, but it made backups. You can recover a file now, or leave it till you start MyPaint again.</property>
<property name="wrap">True</property>
<property name="wrap_mode">word-char</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkScrolledWindow" id="recovery_scrolledwindow">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<property name="min_content_width">600</property>
<property name="min_content_height">200</property>
<child>
<object class="GtkTreeView" id="recovery_treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="is_focus">True</property>
<property name="model">recovery_liststore</property>
<property name="headers_visible">False</property>
<signal name="row-activated" handler="_recovery_treeview_row_activated_cb" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection" id="recovery_tree_selection">
<property name="mode">browse</property>
<signal name="changed" handler="_recovery_tree_selection_changed_cb" swapped="no"/>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="thumbnail_column">
<property name="title" translatable="yes">Thumbnail</property>
<child>
<object class="GtkCellRendererPixbuf" id="thumbnail_cellrendererpixbuf"/>
<attributes>
<attribute name="pixbuf">0</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="description_column">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="min_width">200</property>
<property name="title" translatable="yes">Description</property>
<child>
<object class="GtkCellRendererText" id="thumbnail_cellrenderertext"/>
<attributes>
<attribute name="text">1</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
<action-widgets>
<action-widget response="1">recover_autosave_button</action-widget>
<action-widget response="0">cancel_recovery_button</action-widget>
</action-widgets>
</object>
</interface>
|