~ubuntu-branches/ubuntu/precise/virt-manager/precise-proposed

« back to all changes in this revision

Viewing changes to .pc/fix_apparmor_details.patch/src/vmm-details.glade

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-05-18 14:11:16 UTC
  • mfrom: (2.1.24 sid)
  • Revision ID: james.westby@ubuntu.com-20110518141116-3457j7twra3zlpve
Tags: 0.8.7-1ubuntu1
* Merge from debian unstable. Remaining changes: (LP: #747078)
  - debian/control: Depend on python-appindicator for appindicator
    support.
  - Add a /usr/share/pixmaps/virt-manager-icon.svg symlink to link icon to
    where the Application Indicator can find it.
  - debian/patches/more_helpful_error_message.patch: explain to the user
    why he can't connect to qemu:///system and what he can do fix it.
  - debian/control: lower libvirt-bin from Recommends to Suggests; seems
    some users (like netbooks) want to manage VMs, but not host them; see
    meta packages (ubuntu-virt, ubuntu-virt-server, ubuntu-virt-mgmt) for
    group installation of virt package sets.
  - debian/patches/use_ubuntu_package_names.patch: Suggest installing the
    packages that are actually available in Ubuntu.
  - debian/rules: Set qemu user to libvirt-qemu so appropriate
    permissions get set.
  - debian/rules: Set Ubuntu as the preferred distro so we appear first
    in the list.
  - debian/rules: disable TUI for now, since the required dependencies
    are not available (Newt Syrup).
  - debian/rules: Drop patchsys-quilt include since dpkg-source does the
    quilt dance for us.
  - debian/patches/fork_before_using_gconf.patch: fork earlier to resolve
    cpu usage issue and appindicator issue.
  - Removed python-ipy dependency as it is in universe:
    - debian/control: remove python-ipy from Depends
    - debian/series: disable 0002-Use-IPy-from-python-ipy.patch patch so
      we use the one that's included in the virt-manager source.
    - debian/rules: don't delete the IPy file.
* Removed patches:
  - debian/patches/dont-always-launch-consoles.patch: Upstream
  - debian/patches/fix_apparmor_details.patch: Upstream
  - debian/patches/fix-cpu-wrong-types.patch: Upstream
  - debian/patches/no_hal_traceback.patch: Upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<glade-interface>
3
 
  <!-- interface-requires gtk+ 2.6 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <widget class="GtkWindow" id="vmm-details">
6
 
    <property name="title" translatable="yes">Virtual Machine</property>
7
 
    <property name="default_width">800</property>
8
 
    <property name="default_height">600</property>
9
 
    <signal name="configure_event" handler="on_vmm_details_configure_event"/>
10
 
    <signal name="delete_event" handler="on_vmm_details_delete_event"/>
11
 
    <child>
12
 
      <widget class="GtkVBox" id="vbox2">
13
 
        <property name="visible">True</property>
14
 
        <child>
15
 
          <widget class="GtkMenuBar" id="details-menubar">
16
 
            <property name="visible">True</property>
17
 
            <child>
18
 
              <widget class="GtkMenuItem" id="file1">
19
 
                <property name="visible">True</property>
20
 
                <property name="label" translatable="yes">_File</property>
21
 
                <property name="use_underline">True</property>
22
 
                <signal name="activate" handler="on_file1_activate"/>
23
 
                <child>
24
 
                  <widget class="GtkMenu" id="file1_menu">
25
 
                    <child>
26
 
                      <widget class="GtkMenuItem" id="view_manager">
27
 
                        <property name="visible">True</property>
28
 
                        <property name="label" translatable="yes">_View Manager</property>
29
 
                        <property name="use_underline">True</property>
30
 
                        <signal name="activate" handler="on_details_menu_view_manager_activate"/>
31
 
                      </widget>
32
 
                    </child>
33
 
                    <child>
34
 
                      <widget class="GtkSeparatorMenuItem" id="separator15">
35
 
                        <property name="visible">True</property>
36
 
                      </widget>
37
 
                    </child>
38
 
                    <child>
39
 
                      <widget class="GtkImageMenuItem" id="close4">
40
 
                        <property name="label">gtk-close</property>
41
 
                        <property name="visible">True</property>
42
 
                        <property name="use_underline">True</property>
43
 
                        <property name="use_stock">True</property>
44
 
                        <signal name="activate" handler="on_details_menu_close_activate"/>
45
 
                      </widget>
46
 
                    </child>
47
 
                    <child>
48
 
                      <widget class="GtkImageMenuItem" id="quit3">
49
 
                        <property name="label">gtk-quit</property>
50
 
                        <property name="visible">True</property>
51
 
                        <property name="use_underline">True</property>
52
 
                        <property name="use_stock">True</property>
53
 
                        <signal name="activate" handler="on_details_menu_quit_activate"/>
54
 
                      </widget>
55
 
                    </child>
56
 
                  </widget>
57
 
                </child>
58
 
              </widget>
59
 
            </child>
60
 
            <child>
61
 
              <widget class="GtkMenuItem" id="virtual_machine1">
62
 
                <property name="visible">True</property>
63
 
                <property name="label" translatable="yes">Virtual _Machine</property>
64
 
                <property name="use_underline">True</property>
65
 
                <signal name="activate" handler="on_virtual_machine1_activate"/>
66
 
                <child>
67
 
                  <widget class="GtkMenu" id="virtual_machine1_menu">
68
 
                    <child>
69
 
                      <widget class="GtkImageMenuItem" id="details-menu-run">
70
 
                        <property name="label" translatable="yes">_Run</property>
71
 
                        <property name="visible">True</property>
72
 
                        <property name="use_underline">True</property>
73
 
                        <property name="use_stock">False</property>
74
 
                        <signal name="activate" handler="on_details_menu_run_activate"/>
75
 
                        <child internal-child="image">
76
 
                          <widget class="GtkImage" id="image2">
77
 
                            <property name="visible">True</property>
78
 
                            <property name="stock">gtk-media-play</property>
79
 
                          </widget>
80
 
                        </child>
81
 
                      </widget>
82
 
                    </child>
83
 
                    <child>
84
 
                      <widget class="GtkCheckMenuItem" id="details-menu-pause">
85
 
                        <property name="visible">True</property>
86
 
                        <property name="label" translatable="yes">_Pause</property>
87
 
                        <property name="use_underline">True</property>
88
 
                        <signal name="activate" handler="on_details_menu_pause_activate"/>
89
 
                      </widget>
90
 
                    </child>
91
 
                    <child>
92
 
                      <widget class="GtkImageMenuItem" id="details-menu-shutdown">
93
 
                        <property name="label" translatable="yes">S_hut Down</property>
94
 
                        <property name="visible">True</property>
95
 
                        <property name="use_underline">True</property>
96
 
                        <property name="use_stock">False</property>
97
 
                        <child>
98
 
                          <widget class="GtkMenu" id="details-menu-shutdown_menu">
99
 
                            <child>
100
 
                              <widget class="GtkImageMenuItem" id="details-menu-reboot">
101
 
                                <property name="label" translatable="yes">_Reboot</property>
102
 
                                <property name="visible">True</property>
103
 
                                <property name="use_underline">True</property>
104
 
                                <property name="use_stock">False</property>
105
 
                                <signal name="activate" handler="on_details_menu_reboot_activate"/>
106
 
                                <child internal-child="image">
107
 
                                  <widget class="GtkImage" id="image4">
108
 
                                    <property name="visible">True</property>
109
 
                                    <property name="stock">gtk-missing-image</property>
110
 
                                  </widget>
111
 
                                </child>
112
 
                              </widget>
113
 
                            </child>
114
 
                            <child>
115
 
                              <widget class="GtkImageMenuItem" id="details-menu-poweroff">
116
 
                                <property name="label" translatable="yes">S_hut Down</property>
117
 
                                <property name="visible">True</property>
118
 
                                <property name="use_underline">True</property>
119
 
                                <property name="use_stock">False</property>
120
 
                                <signal name="activate" handler="on_details_menu_poweroff_activate"/>
121
 
                                <child internal-child="image">
122
 
                                  <widget class="GtkImage" id="image5">
123
 
                                    <property name="visible">True</property>
124
 
                                    <property name="stock">gtk-missing-image</property>
125
 
                                  </widget>
126
 
                                </child>
127
 
                              </widget>
128
 
                            </child>
129
 
                            <child>
130
 
                              <widget class="GtkImageMenuItem" id="details-menu-destroy">
131
 
                                <property name="label" translatable="yes">_Force Off</property>
132
 
                                <property name="visible">True</property>
133
 
                                <property name="use_underline">True</property>
134
 
                                <property name="use_stock">False</property>
135
 
                                <signal name="activate" handler="on_details_menu_destroy_activate"/>
136
 
                                <child internal-child="image">
137
 
                                  <widget class="GtkImage" id="image6">
138
 
                                    <property name="visible">True</property>
139
 
                                    <property name="stock">gtk-missing-image</property>
140
 
                                  </widget>
141
 
                                </child>
142
 
                              </widget>
143
 
                            </child>
144
 
                            <child>
145
 
                              <widget class="GtkSeparatorMenuItem" id="menuitem3">
146
 
                                <property name="visible">True</property>
147
 
                              </widget>
148
 
                            </child>
149
 
                            <child>
150
 
                              <widget class="GtkImageMenuItem" id="details-menu-save">
151
 
                                <property name="label">_Save</property>
152
 
                                <property name="visible">True</property>
153
 
                                <property name="use_underline">True</property>
154
 
                                <property name="use_stock">False</property>
155
 
                                <signal name="activate" handler="on_details_menu_save_activate"/>
156
 
                                <child internal-child="image">
157
 
                                  <widget class="GtkImage" id="image123">
158
 
                                    <property name="visible">True</property>
159
 
                                    <property name="stock">gtk-save</property>
160
 
                                  </widget>
161
 
                                </child>
162
 
                              </widget>
163
 
                            </child>
164
 
                          </widget>
165
 
                        </child>
166
 
                        <child internal-child="image">
167
 
                          <widget class="GtkImage" id="image3">
168
 
                            <property name="visible">True</property>
169
 
                            <property name="stock">gtk-missing-image</property>
170
 
                          </widget>
171
 
                        </child>
172
 
                      </widget>
173
 
                    </child>
174
 
                    <child>
175
 
                      <widget class="GtkSeparatorMenuItem" id="separator11">
176
 
                        <property name="visible">True</property>
177
 
                      </widget>
178
 
                    </child>
179
 
                    <child>
180
 
                      <widget class="GtkMenuItem" id="details-menu-clone">
181
 
                        <property name="visible">True</property>
182
 
                        <property name="label" translatable="yes">_Clone</property>
183
 
                        <property name="use_underline">True</property>
184
 
                        <signal name="activate" handler="on_details_menu_clone_activate"/>
185
 
                      </widget>
186
 
                    </child>
187
 
                    <child>
188
 
                      <widget class="GtkMenuItem" id="details-menu-migrate">
189
 
                        <property name="visible">True</property>
190
 
                        <property name="label" translatable="yes">_Migrate...</property>
191
 
                        <property name="use_underline">True</property>
192
 
                        <signal name="activate" handler="on_details_menu_migrate_activate"/>
193
 
                      </widget>
194
 
                    </child>
195
 
                    <child>
196
 
                      <widget class="GtkSeparatorMenuItem" id="separator12">
197
 
                        <property name="visible">True</property>
198
 
                      </widget>
199
 
                    </child>
200
 
                    <child>
201
 
                      <widget class="GtkMenuItem" id="details-menu-vm-screenshot">
202
 
                        <property name="visible">True</property>
203
 
                        <property name="label" translatable="yes">_Take Screenshot</property>
204
 
                        <property name="use_underline">True</property>
205
 
                        <signal name="activate" handler="on_details_menu_screenshot_activate"/>
206
 
                      </widget>
207
 
                    </child>
208
 
                  </widget>
209
 
                </child>
210
 
              </widget>
211
 
            </child>
212
 
            <child>
213
 
              <widget class="GtkMenuItem" id="view2">
214
 
                <property name="visible">True</property>
215
 
                <property name="label" translatable="yes">_View</property>
216
 
                <property name="use_underline">True</property>
217
 
                <signal name="activate" handler="on_view2_activate"/>
218
 
                <child>
219
 
                  <widget class="GtkMenu" id="view2_menu">
220
 
                    <child>
221
 
                      <widget class="GtkRadioMenuItem" id="details-menu-view-console">
222
 
                        <property name="visible">True</property>
223
 
                        <property name="label" translatable="yes">_Console</property>
224
 
                        <property name="use_underline">True</property>
225
 
                        <property name="active">True</property>
226
 
                        <property name="draw_as_radio">True</property>
227
 
                        <signal name="toggled" handler="on_details_menu_view_console_toggled"/>
228
 
                      </widget>
229
 
                    </child>
230
 
                    <child>
231
 
                      <widget class="GtkRadioMenuItem" id="details-menu-view-details">
232
 
                        <property name="visible">True</property>
233
 
                        <property name="label" translatable="yes">_Details</property>
234
 
                        <property name="use_underline">True</property>
235
 
                        <property name="draw_as_radio">True</property>
236
 
                        <property name="group">details-menu-view-console</property>
237
 
                        <signal name="toggled" handler="on_details_menu_view_details_toggled"/>
238
 
                      </widget>
239
 
                    </child>
240
 
                    <child>
241
 
                      <widget class="GtkSeparatorMenuItem" id="menuitem2">
242
 
                        <property name="visible">True</property>
243
 
                      </widget>
244
 
                    </child>
245
 
                    <child>
246
 
                      <widget class="GtkCheckMenuItem" id="details-menu-view-fullscreen">
247
 
                        <property name="visible">True</property>
248
 
                        <property name="label" translatable="yes">_Fullscreen</property>
249
 
                        <property name="use_underline">True</property>
250
 
                        <signal name="activate" handler="on_details_menu_view_fullscreen_activate"/>
251
 
                      </widget>
252
 
                    </child>
253
 
                    <child>
254
 
                      <widget class="GtkMenuItem" id="detains-menu-view-size-to-vm">
255
 
                        <property name="visible">True</property>
256
 
                        <property name="label" translatable="yes">_Resize to VM</property>
257
 
                        <property name="use_underline">True</property>
258
 
                        <signal name="activate" handler="on_details_menu_view_size_to_vm_activate"/>
259
 
                      </widget>
260
 
                    </child>
261
 
                    <child>
262
 
                      <widget class="GtkMenuItem" id="menuitem1">
263
 
                        <property name="visible">True</property>
264
 
                        <property name="label" translatable="yes">_Scale Display</property>
265
 
                        <property name="use_underline">True</property>
266
 
                        <child>
267
 
                          <widget class="GtkMenu" id="menu1">
268
 
                            <property name="visible">True</property>
269
 
                            <child>
270
 
                              <widget class="GtkRadioMenuItem" id="details-menu-view-scale-always">
271
 
                                <property name="visible">True</property>
272
 
                                <property name="label" translatable="yes">_Always</property>
273
 
                                <property name="use_underline">True</property>
274
 
                                <property name="active">True</property>
275
 
                                <signal name="toggled" handler="on_details_menu_view_scale_always_toggled"/>
276
 
                              </widget>
277
 
                            </child>
278
 
                            <child>
279
 
                              <widget class="GtkRadioMenuItem" id="details-menu-view-scale-fullscreen">
280
 
                                <property name="visible">True</property>
281
 
                                <property name="label" translatable="yes">_Only when Fullscreen</property>
282
 
                                <property name="use_underline">True</property>
283
 
                                <property name="draw_as_radio">True</property>
284
 
                                <property name="group">details-menu-view-scale-always</property>
285
 
                                <signal name="toggled" handler="on_details_menu_view_scale_fullscreen_toggled"/>
286
 
                              </widget>
287
 
                            </child>
288
 
                            <child>
289
 
                              <widget class="GtkRadioMenuItem" id="details-menu-view-scale-never">
290
 
                                <property name="visible">True</property>
291
 
                                <property name="label" translatable="yes">_Never</property>
292
 
                                <property name="use_underline">True</property>
293
 
                                <property name="draw_as_radio">True</property>
294
 
                                <property name="group">details-menu-view-scale-always</property>
295
 
                                <signal name="toggled" handler="on_details_menu_view_scale_never_toggled"/>
296
 
                              </widget>
297
 
                            </child>
298
 
                          </widget>
299
 
                        </child>
300
 
                      </widget>
301
 
                    </child>
302
 
                    <child>
303
 
                      <widget class="GtkMenuItem" id="details-menu-view-serial-list">
304
 
                        <property name="visible">True</property>
305
 
                        <property name="label" translatable="yes">_Text Consoles</property>
306
 
                        <property name="use_underline">True</property>
307
 
                        <signal name="activate" handler="on_details_menu_view_serial_list_activate"/>
308
 
                      </widget>
309
 
                    </child>
310
 
                    <child>
311
 
                      <widget class="GtkSeparatorMenuItem" id="separator7">
312
 
                        <property name="visible">True</property>
313
 
                      </widget>
314
 
                    </child>
315
 
                    <child>
316
 
                      <widget class="GtkCheckMenuItem" id="details-menu-view-toolbar">
317
 
                        <property name="visible">True</property>
318
 
                        <property name="label" translatable="yes">T_oolbar</property>
319
 
                        <property name="use_underline">True</property>
320
 
                        <property name="active">True</property>
321
 
                        <signal name="activate" handler="on_details_menu_view_toolbar_activate"/>
322
 
                      </widget>
323
 
                    </child>
324
 
                  </widget>
325
 
                </child>
326
 
              </widget>
327
 
            </child>
328
 
            <child>
329
 
              <widget class="GtkMenuItem" id="details-menu-send-key">
330
 
                <property name="visible">True</property>
331
 
                <property name="label" translatable="yes">Send _Key</property>
332
 
                <property name="use_underline">True</property>
333
 
                <signal name="activate" handler="on_details-menu-send-key_activate"/>
334
 
                <child>
335
 
                  <widget class="GtkMenu" id="details-menu-send-key_menu">
336
 
                    <child>
337
 
                      <widget class="GtkMenuItem" id="details-menu-send-cab">
338
 
                        <property name="visible">True</property>
339
 
                        <property name="label">Ctrl+Alt+_Backspace</property>
340
 
                        <property name="use_underline">True</property>
341
 
                        <signal name="activate" handler="on_details_menu_send_cab_activate"/>
342
 
                      </widget>
343
 
                    </child>
344
 
                    <child>
345
 
                      <widget class="GtkMenuItem" id="details-menu-send-cad">
346
 
                        <property name="visible">True</property>
347
 
                        <property name="label">Ctrl+Alt+_Delete</property>
348
 
                        <property name="use_underline">True</property>
349
 
                        <signal name="activate" handler="on_details_menu_send_cad_activate"/>
350
 
                      </widget>
351
 
                    </child>
352
 
                    <child>
353
 
                      <widget class="GtkSeparatorMenuItem" id="separator9">
354
 
                        <property name="visible">True</property>
355
 
                      </widget>
356
 
                    </child>
357
 
                    <child>
358
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf1">
359
 
                        <property name="visible">True</property>
360
 
                        <property name="label">Ctrl+Alt+F_1</property>
361
 
                        <property name="use_underline">True</property>
362
 
                        <signal name="activate" handler="on_details_menu_send_caf1_activate"/>
363
 
                      </widget>
364
 
                    </child>
365
 
                    <child>
366
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf2">
367
 
                        <property name="visible">True</property>
368
 
                        <property name="label">Ctrl+Alt+F_2</property>
369
 
                        <property name="use_underline">True</property>
370
 
                        <signal name="activate" handler="on_details_menu_send_caf2_activate"/>
371
 
                      </widget>
372
 
                    </child>
373
 
                    <child>
374
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf3">
375
 
                        <property name="visible">True</property>
376
 
                        <property name="label">Ctrl+Alt+F_3</property>
377
 
                        <property name="use_underline">True</property>
378
 
                        <signal name="activate" handler="on_details_menu_send_caf3_activate"/>
379
 
                      </widget>
380
 
                    </child>
381
 
                    <child>
382
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf4">
383
 
                        <property name="visible">True</property>
384
 
                        <property name="label">Ctrl+Alt+F_4</property>
385
 
                        <property name="use_underline">True</property>
386
 
                        <signal name="activate" handler="on_details_menu_send_caf4_activate"/>
387
 
                      </widget>
388
 
                    </child>
389
 
                    <child>
390
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf5">
391
 
                        <property name="visible">True</property>
392
 
                        <property name="label">Ctrl+Alt+F_5</property>
393
 
                        <property name="use_underline">True</property>
394
 
                        <signal name="activate" handler="on_details_menu_send_caf5_activate"/>
395
 
                      </widget>
396
 
                    </child>
397
 
                    <child>
398
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf6">
399
 
                        <property name="visible">True</property>
400
 
                        <property name="label">Ctrl+Alt+F_6</property>
401
 
                        <property name="use_underline">True</property>
402
 
                        <signal name="activate" handler="on_details_menu_send_caf6_activate"/>
403
 
                      </widget>
404
 
                    </child>
405
 
                    <child>
406
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf7">
407
 
                        <property name="visible">True</property>
408
 
                        <property name="label">Ctrl+Alt+F_7</property>
409
 
                        <property name="use_underline">True</property>
410
 
                        <signal name="activate" handler="on_details_menu_send_caf7_activate"/>
411
 
                      </widget>
412
 
                    </child>
413
 
                    <child>
414
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf8">
415
 
                        <property name="visible">True</property>
416
 
                        <property name="label">Ctrl+Alt+F_8</property>
417
 
                        <property name="use_underline">True</property>
418
 
                        <signal name="activate" handler="on_details_menu_send_caf8_activate"/>
419
 
                      </widget>
420
 
                    </child>
421
 
                    <child>
422
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf9">
423
 
                        <property name="visible">True</property>
424
 
                        <property name="label">Ctrl+Alt+F_9</property>
425
 
                        <property name="use_underline">True</property>
426
 
                        <signal name="activate" handler="on_details_menu_send_caf9_activate"/>
427
 
                      </widget>
428
 
                    </child>
429
 
                    <child>
430
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf10">
431
 
                        <property name="visible">True</property>
432
 
                        <property name="label">Ctrl+Alt+F1_0</property>
433
 
                        <property name="use_underline">True</property>
434
 
                        <signal name="activate" handler="on_details_menu_send_caf10_activate"/>
435
 
                      </widget>
436
 
                    </child>
437
 
                    <child>
438
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf11">
439
 
                        <property name="visible">True</property>
440
 
                        <property name="label">C_trl+Alt+F11</property>
441
 
                        <property name="use_underline">True</property>
442
 
                        <signal name="activate" handler="on_details_menu_send_caf11_activate"/>
443
 
                      </widget>
444
 
                    </child>
445
 
                    <child>
446
 
                      <widget class="GtkMenuItem" id="details-menu-send-caf12">
447
 
                        <property name="visible">True</property>
448
 
                        <property name="label">Ct_rl+Alt+F12</property>
449
 
                        <property name="use_underline">True</property>
450
 
                        <signal name="activate" handler="on_details_menu_send_caf12_activate"/>
451
 
                      </widget>
452
 
                    </child>
453
 
                    <child>
454
 
                      <widget class="GtkSeparatorMenuItem" id="separator10">
455
 
                        <property name="visible">True</property>
456
 
                      </widget>
457
 
                    </child>
458
 
                    <child>
459
 
                      <widget class="GtkMenuItem" id="details-menu-send-printscreen">
460
 
                        <property name="visible">True</property>
461
 
                        <property name="label">_PrintScreen</property>
462
 
                        <property name="use_underline">True</property>
463
 
                        <signal name="activate" handler="on_details_menu_send_printscreen_activate"/>
464
 
                      </widget>
465
 
                    </child>
466
 
                  </widget>
467
 
                </child>
468
 
              </widget>
469
 
            </child>
470
 
            <child>
471
 
              <widget class="GtkMenuItem" id="help_menuitem">
472
 
                <property name="visible">True</property>
473
 
                <property name="label" translatable="yes">_Help</property>
474
 
                <property name="use_underline">True</property>
475
 
                <signal name="activate" handler="on_help1_activate"/>
476
 
                <child>
477
 
                  <widget class="GtkMenu" id="help_menu">
478
 
                    <child>
479
 
                      <widget class="GtkImageMenuItem" id="details_help">
480
 
                        <property name="label">_Contents</property>
481
 
                        <property name="visible">True</property>
482
 
                        <property name="use_underline">True</property>
483
 
                        <property name="use_stock">False</property>
484
 
                        <signal name="activate" handler="on_details_help_activate"/>
485
 
                        <accelerator key="F1" signal="activate"/>
486
 
                        <child internal-child="image">
487
 
                          <widget class="GtkImage" id="image1">
488
 
                            <property name="visible">True</property>
489
 
                            <property name="stock">gtk-help</property>
490
 
                          </widget>
491
 
                        </child>
492
 
                      </widget>
493
 
                    </child>
494
 
                  </widget>
495
 
                </child>
496
 
              </widget>
497
 
            </child>
498
 
          </widget>
499
 
          <packing>
500
 
            <property name="expand">False</property>
501
 
            <property name="fill">False</property>
502
 
            <property name="position">0</property>
503
 
          </packing>
504
 
        </child>
505
 
        <child>
506
 
          <widget class="GtkHBox" id="toolbar-box">
507
 
            <property name="visible">True</property>
508
 
            <child>
509
 
              <widget class="GtkToolbar" id="details-toolbar">
510
 
                <property name="visible">True</property>
511
 
                <property name="show_arrow">False</property>
512
 
                <child>
513
 
                  <widget class="GtkRadioToolButton" id="control-vm-console">
514
 
                    <property name="visible">True</property>
515
 
                    <property name="tooltip" translatable="yes">Show the graphical console</property>
516
 
                    <property name="label" translatable="yes">Console</property>
517
 
                    <property name="icon_name">icon_console</property>
518
 
                    <property name="active">True</property>
519
 
                    <signal name="toggled" handler="on_control_vm_console_toggled"/>
520
 
                  </widget>
521
 
                  <packing>
522
 
                    <property name="expand">False</property>
523
 
                    <property name="homogeneous">True</property>
524
 
                  </packing>
525
 
                </child>
526
 
                <child>
527
 
                  <widget class="GtkRadioToolButton" id="control-vm-details">
528
 
                    <property name="visible">True</property>
529
 
                    <property name="tooltip" translatable="yes">Show virtual hardware details</property>
530
 
                    <property name="label" translatable="yes">Details</property>
531
 
                    <property name="stock_id">gtk-info</property>
532
 
                    <property name="group">control-vm-console</property>
533
 
                    <signal name="toggled" handler="on_control_vm_details_toggled"/>
534
 
                  </widget>
535
 
                  <packing>
536
 
                    <property name="expand">False</property>
537
 
                    <property name="homogeneous">True</property>
538
 
                  </packing>
539
 
                </child>
540
 
                <child>
541
 
                  <widget class="GtkSeparatorToolItem" id="toolbutton3">
542
 
                    <property name="visible">True</property>
543
 
                  </widget>
544
 
                  <packing>
545
 
                    <property name="expand">False</property>
546
 
                    <property name="homogeneous">True</property>
547
 
                  </packing>
548
 
                </child>
549
 
                <child>
550
 
                  <widget class="GtkToolButton" id="control-run">
551
 
                    <property name="visible">True</property>
552
 
                    <property name="tooltip" translatable="yes">Power on the virtual machine</property>
553
 
                    <property name="label" translatable="yes">Run</property>
554
 
                    <property name="use_underline">True</property>
555
 
                    <property name="stock_id">gtk-media-play</property>
556
 
                    <signal name="clicked" handler="on_control_run_clicked"/>
557
 
                  </widget>
558
 
                  <packing>
559
 
                    <property name="expand">False</property>
560
 
                    <property name="homogeneous">True</property>
561
 
                  </packing>
562
 
                </child>
563
 
                <child>
564
 
                  <widget class="GtkToggleToolButton" id="control-pause">
565
 
                    <property name="visible">True</property>
566
 
                    <property name="tooltip" translatable="yes">Pause the virtual machine</property>
567
 
                    <property name="label" translatable="yes">Pause</property>
568
 
                    <property name="use_underline">True</property>
569
 
                    <property name="stock_id">gtk-media-pause</property>
570
 
                    <signal name="toggled" handler="on_control_pause_toggled"/>
571
 
                  </widget>
572
 
                  <packing>
573
 
                    <property name="expand">False</property>
574
 
                    <property name="homogeneous">True</property>
575
 
                  </packing>
576
 
                </child>
577
 
                <child>
578
 
                  <widget class="GtkMenuToolButton" id="control-shutdown">
579
 
                    <property name="visible">True</property>
580
 
                    <property name="tooltip" translatable="yes">Shutdown the virtual machine</property>
581
 
                    <property name="label" translatable="yes">Shut Down</property>
582
 
                    <property name="use_underline">True</property>
583
 
                    <signal name="clicked" handler="on_control_shutdown_clicked"/>
584
 
                  </widget>
585
 
                  <packing>
586
 
                    <property name="expand">False</property>
587
 
                  </packing>
588
 
                </child>
589
 
                <child>
590
 
                  <widget class="GtkSeparatorToolItem" id="toolbutton7">
591
 
                    <property name="visible">True</property>
592
 
                  </widget>
593
 
                  <packing>
594
 
                    <property name="expand">False</property>
595
 
                    <property name="homogeneous">True</property>
596
 
                  </packing>
597
 
                </child>
598
 
                <child>
599
 
                  <widget class="GtkToggleToolButton" id="control-fullscreen">
600
 
                    <property name="visible">True</property>
601
 
                    <property name="tooltip" translatable="yes">Switch to fullscreen view</property>
602
 
                    <property name="stock_id">gtk-fullscreen</property>
603
 
                    <signal name="toggled" handler="on_control_fullscreen_toggled"/>
604
 
                  </widget>
605
 
                  <packing>
606
 
                    <property name="expand">False</property>
607
 
                    <property name="homogeneous">True</property>
608
 
                  </packing>
609
 
                </child>
610
 
              </widget>
611
 
              <packing>
612
 
                <property name="position">0</property>
613
 
              </packing>
614
 
            </child>
615
 
            <child>
616
 
              <widget class="GtkToolbar" id="customize-toolbar">
617
 
                <property name="toolbar_style">both-horiz</property>
618
 
                <child>
619
 
                  <widget class="GtkToolButton" id="details-finish-customize">
620
 
                    <property name="visible">True</property>
621
 
                    <property name="tooltip" translatable="yes">Begin Installation</property>
622
 
                    <property name="is_important">True</property>
623
 
                    <property name="label" translatable="yes">_Begin Installation</property>
624
 
                    <property name="use_underline">True</property>
625
 
                    <property name="stock_id">gtk-apply</property>
626
 
                    <signal name="clicked" handler="on_details_customize_finish_clicked"/>
627
 
                  </widget>
628
 
                  <packing>
629
 
                    <property name="expand">False</property>
630
 
                    <property name="homogeneous">True</property>
631
 
                  </packing>
632
 
                </child>
633
 
              </widget>
634
 
              <packing>
635
 
                <property name="position">1</property>
636
 
              </packing>
637
 
            </child>
638
 
          </widget>
639
 
          <packing>
640
 
            <property name="expand">False</property>
641
 
            <property name="position">1</property>
642
 
          </packing>
643
 
        </child>
644
 
        <child>
645
 
          <widget class="GtkNotebook" id="details-pages">
646
 
            <property name="visible">True</property>
647
 
            <property name="can_focus">True</property>
648
 
            <property name="show_border">False</property>
649
 
            <property name="tab_border">0</property>
650
 
            <property name="tab_hborder">0</property>
651
 
            <property name="tab_vborder">0</property>
652
 
            <signal name="switch_page" handler="on_details_pages_switch_page"/>
653
 
            <child>
654
 
              <widget class="GtkNotebook" id="console-pages">
655
 
                <property name="visible">True</property>
656
 
                <property name="can_focus">True</property>
657
 
                <property name="show_border">False</property>
658
 
                <property name="tab_border">0</property>
659
 
                <property name="tab_hborder">0</property>
660
 
                <property name="tab_vborder">0</property>
661
 
                <child>
662
 
                  <widget class="GtkLabel" id="console-unavailable">
663
 
                    <property name="visible">True</property>
664
 
                    <property name="label" translatable="yes">&lt;b&gt;The console is currently unavailable&lt;/b&gt;</property>
665
 
                    <property name="use_markup">True</property>
666
 
                    <property name="justify">center</property>
667
 
                    <property name="wrap">True</property>
668
 
                  </widget>
669
 
                  <packing>
670
 
                    <property name="tab_expand">True</property>
671
 
                  </packing>
672
 
                </child>
673
 
                <child>
674
 
                  <widget class="GtkLabel" id="label434">
675
 
                    <property name="visible">True</property>
676
 
                    <property name="label" translatable="yes">Unavailable</property>
677
 
                  </widget>
678
 
                  <packing>
679
 
                    <property name="tab_fill">False</property>
680
 
                    <property name="type">tab</property>
681
 
                  </packing>
682
 
                </child>
683
 
                <child>
684
 
                  <widget class="GtkTable" id="console-auth">
685
 
                    <property name="visible">True</property>
686
 
                    <property name="border_width">3</property>
687
 
                    <property name="n_rows">3</property>
688
 
                    <property name="n_columns">3</property>
689
 
                    <property name="column_spacing">3</property>
690
 
                    <property name="row_spacing">3</property>
691
 
                    <child>
692
 
                      <widget class="GtkLabel" id="label-auth-password">
693
 
                        <property name="visible">True</property>
694
 
                        <property name="xalign">0</property>
695
 
                        <property name="label" translatable="yes">_Password:</property>
696
 
                        <property name="use_underline">True</property>
697
 
                        <property name="mnemonic_widget">console-auth-password</property>
698
 
                      </widget>
699
 
                      <packing>
700
 
                        <property name="top_attach">1</property>
701
 
                        <property name="bottom_attach">2</property>
702
 
                        <property name="x_options">GTK_FILL</property>
703
 
                        <property name="y_options"></property>
704
 
                      </packing>
705
 
                    </child>
706
 
                    <child>
707
 
                      <widget class="GtkEntry" id="console-auth-password">
708
 
                        <property name="visible">True</property>
709
 
                        <property name="can_focus">True</property>
710
 
                        <property name="visibility">False</property>
711
 
                        <signal name="activate" handler="on_console_auth_password_activate"/>
712
 
                      </widget>
713
 
                      <packing>
714
 
                        <property name="left_attach">1</property>
715
 
                        <property name="right_attach">2</property>
716
 
                        <property name="top_attach">1</property>
717
 
                        <property name="bottom_attach">2</property>
718
 
                        <property name="y_options"></property>
719
 
                      </packing>
720
 
                    </child>
721
 
                    <child>
722
 
                      <widget class="GtkCheckButton" id="console-auth-remember">
723
 
                        <property name="label" translatable="yes">_Save this password in your keyring</property>
724
 
                        <property name="visible">True</property>
725
 
                        <property name="can_focus">True</property>
726
 
                        <property name="receives_default">False</property>
727
 
                        <property name="use_underline">True</property>
728
 
                        <property name="yalign">0</property>
729
 
                        <property name="draw_indicator">True</property>
730
 
                      </widget>
731
 
                      <packing>
732
 
                        <property name="left_attach">1</property>
733
 
                        <property name="right_attach">2</property>
734
 
                        <property name="top_attach">2</property>
735
 
                        <property name="bottom_attach">3</property>
736
 
                        <property name="x_options">GTK_FILL</property>
737
 
                        <property name="y_options"></property>
738
 
                      </packing>
739
 
                    </child>
740
 
                    <child>
741
 
                      <widget class="GtkLabel" id="label-auth-username">
742
 
                        <property name="visible">True</property>
743
 
                        <property name="xalign">0</property>
744
 
                        <property name="label" translatable="yes">_Username:</property>
745
 
                        <property name="use_underline">True</property>
746
 
                        <property name="mnemonic_widget">console-auth-username</property>
747
 
                      </widget>
748
 
                      <packing>
749
 
                        <property name="x_options">GTK_FILL</property>
750
 
                        <property name="y_options"></property>
751
 
                      </packing>
752
 
                    </child>
753
 
                    <child>
754
 
                      <widget class="GtkEntry" id="console-auth-username">
755
 
                        <property name="visible">True</property>
756
 
                        <property name="can_focus">True</property>
757
 
                        <signal name="activate" handler="on_console_auth_password_activate"/>
758
 
                      </widget>
759
 
                      <packing>
760
 
                        <property name="left_attach">1</property>
761
 
                        <property name="right_attach">2</property>
762
 
                        <property name="y_options"></property>
763
 
                      </packing>
764
 
                    </child>
765
 
                    <child>
766
 
                      <widget class="GtkButton" id="console-auth-login">
767
 
                        <property name="label" translatable="yes">_Login</property>
768
 
                        <property name="visible">True</property>
769
 
                        <property name="can_focus">True</property>
770
 
                        <property name="receives_default">False</property>
771
 
                        <property name="use_underline">True</property>
772
 
                        <signal name="clicked" handler="on_console_auth_login_clicked"/>
773
 
                      </widget>
774
 
                      <packing>
775
 
                        <property name="left_attach">2</property>
776
 
                        <property name="right_attach">3</property>
777
 
                        <property name="top_attach">1</property>
778
 
                        <property name="bottom_attach">2</property>
779
 
                        <property name="x_options">GTK_FILL</property>
780
 
                        <property name="y_options"></property>
781
 
                      </packing>
782
 
                    </child>
783
 
                    <child>
784
 
                      <widget class="GtkAlignment" id="alignment17">
785
 
                        <property name="visible">True</property>
786
 
                        <child>
787
 
                          <placeholder/>
788
 
                        </child>
789
 
                      </widget>
790
 
                      <packing>
791
 
                        <property name="top_attach">2</property>
792
 
                        <property name="bottom_attach">3</property>
793
 
                        <property name="x_options">GTK_FILL</property>
794
 
                        <property name="y_options">GTK_FILL</property>
795
 
                      </packing>
796
 
                    </child>
797
 
                    <child>
798
 
                      <widget class="GtkAlignment" id="alignment18">
799
 
                        <property name="visible">True</property>
800
 
                        <child>
801
 
                          <placeholder/>
802
 
                        </child>
803
 
                      </widget>
804
 
                      <packing>
805
 
                        <property name="left_attach">2</property>
806
 
                        <property name="right_attach">3</property>
807
 
                        <property name="x_options">GTK_FILL</property>
808
 
                        <property name="y_options">GTK_FILL</property>
809
 
                      </packing>
810
 
                    </child>
811
 
                    <child>
812
 
                      <widget class="GtkAlignment" id="alignment19">
813
 
                        <property name="visible">True</property>
814
 
                        <child>
815
 
                          <placeholder/>
816
 
                        </child>
817
 
                      </widget>
818
 
                      <packing>
819
 
                        <property name="left_attach">2</property>
820
 
                        <property name="right_attach">3</property>
821
 
                        <property name="top_attach">2</property>
822
 
                        <property name="bottom_attach">3</property>
823
 
                        <property name="x_options">GTK_FILL</property>
824
 
                        <property name="y_options">GTK_FILL</property>
825
 
                      </packing>
826
 
                    </child>
827
 
                  </widget>
828
 
                  <packing>
829
 
                    <property name="position">1</property>
830
 
                  </packing>
831
 
                </child>
832
 
                <child>
833
 
                  <widget class="GtkLabel" id="label438">
834
 
                    <property name="visible">True</property>
835
 
                    <property name="label" translatable="yes">Auth</property>
836
 
                  </widget>
837
 
                  <packing>
838
 
                    <property name="position">1</property>
839
 
                    <property name="tab_fill">False</property>
840
 
                    <property name="type">tab</property>
841
 
                  </packing>
842
 
                </child>
843
 
                <child>
844
 
                  <widget class="GtkScrolledWindow" id="console-vnc-scroll">
845
 
                    <property name="visible">True</property>
846
 
                    <property name="can_focus">True</property>
847
 
                    <property name="hscrollbar_policy">automatic</property>
848
 
                    <property name="vscrollbar_policy">automatic</property>
849
 
                    <child>
850
 
                      <widget class="GtkViewport" id="console-vnc-viewport">
851
 
                        <property name="visible">True</property>
852
 
                        <property name="resize_mode">queue</property>
853
 
                        <property name="shadow_type">none</property>
854
 
                        <child>
855
 
                          <placeholder/>
856
 
                        </child>
857
 
                      </widget>
858
 
                    </child>
859
 
                  </widget>
860
 
                  <packing>
861
 
                    <property name="position">2</property>
862
 
                  </packing>
863
 
                </child>
864
 
                <child>
865
 
                  <widget class="GtkLabel" id="label439">
866
 
                    <property name="visible">True</property>
867
 
                    <property name="label" translatable="yes">VNC</property>
868
 
                  </widget>
869
 
                  <packing>
870
 
                    <property name="position">2</property>
871
 
                    <property name="tab_fill">False</property>
872
 
                    <property name="type">tab</property>
873
 
                  </packing>
874
 
                </child>
875
 
              </widget>
876
 
            </child>
877
 
            <child>
878
 
              <widget class="GtkLabel" id="label420">
879
 
                <property name="visible">True</property>
880
 
                <property name="label" translatable="yes">Console</property>
881
 
              </widget>
882
 
              <packing>
883
 
                <property name="tab_fill">False</property>
884
 
                <property name="type">tab</property>
885
 
              </packing>
886
 
            </child>
887
 
            <child>
888
 
              <widget class="GtkHBox" id="hbox1">
889
 
                <property name="visible">True</property>
890
 
                <property name="border_width">12</property>
891
 
                <property name="spacing">12</property>
892
 
                <child>
893
 
                  <widget class="GtkVBox" id="vbox53">
894
 
                    <property name="visible">True</property>
895
 
                    <property name="spacing">6</property>
896
 
                    <child>
897
 
                      <widget class="GtkScrolledWindow" id="scrolledwindow5">
898
 
                        <property name="visible">True</property>
899
 
                        <property name="can_focus">True</property>
900
 
                        <property name="hscrollbar_policy">never</property>
901
 
                        <property name="vscrollbar_policy">automatic</property>
902
 
                        <property name="shadow_type">in</property>
903
 
                        <child>
904
 
                          <widget class="GtkTreeView" id="hw-list">
905
 
                            <property name="visible">True</property>
906
 
                            <property name="can_focus">True</property>
907
 
                            <property name="headers_visible">False</property>
908
 
                            <signal name="button_press_event" handler="on_hw_list_button_press_event"/>
909
 
                          </widget>
910
 
                        </child>
911
 
                      </widget>
912
 
                      <packing>
913
 
                        <property name="position">0</property>
914
 
                      </packing>
915
 
                    </child>
916
 
                    <child>
917
 
                      <widget class="GtkButton" id="add-hardware-button">
918
 
                        <property name="label" translatable="yes">A_dd Hardware</property>
919
 
                        <property name="visible">True</property>
920
 
                        <property name="can_focus">True</property>
921
 
                        <property name="receives_default">False</property>
922
 
                        <property name="use_underline">True</property>
923
 
                        <signal name="clicked" handler="on_add_hardware_button_clicked"/>
924
 
                      </widget>
925
 
                      <packing>
926
 
                        <property name="expand">False</property>
927
 
                        <property name="fill">False</property>
928
 
                        <property name="position">1</property>
929
 
                      </packing>
930
 
                    </child>
931
 
                  </widget>
932
 
                  <packing>
933
 
                    <property name="expand">False</property>
934
 
                    <property name="position">0</property>
935
 
                  </packing>
936
 
                </child>
937
 
                <child>
938
 
                  <widget class="GtkVBox" id="vbox1">
939
 
                    <property name="visible">True</property>
940
 
                    <property name="spacing">6</property>
941
 
                    <child>
942
 
                      <widget class="GtkAlignment" id="myalign">
943
 
                        <property name="visible">True</property>
944
 
                        <property name="top_padding">12</property>
945
 
                        <property name="bottom_padding">12</property>
946
 
                        <child>
947
 
                          <widget class="GtkNotebook" id="hw-panel">
948
 
                            <property name="visible">True</property>
949
 
                            <property name="can_focus">True</property>
950
 
                            <property name="show_border">False</property>
951
 
                            <property name="tab_border">0</property>
952
 
                            <property name="tab_hborder">0</property>
953
 
                            <property name="tab_vborder">0</property>
954
 
                            <child>
955
 
                              <widget class="GtkVBox" id="vbox6">
956
 
                                <property name="visible">True</property>
957
 
                                <property name="border_width">3</property>
958
 
                                <property name="spacing">12</property>
959
 
                                <child>
960
 
                                  <widget class="GtkAlignment" id="alignment3">
961
 
                                    <property name="visible">True</property>
962
 
                                    <child>
963
 
                                      <widget class="GtkFrame" id="frame2">
964
 
                                        <property name="visible">True</property>
965
 
                                        <property name="border_width">3</property>
966
 
                                        <property name="label_xalign">0</property>
967
 
                                        <property name="shadow_type">none</property>
968
 
                                        <child>
969
 
                                          <widget class="GtkAlignment" id="alignment9">
970
 
                                            <property name="visible">True</property>
971
 
                                            <property name="top_padding">3</property>
972
 
                                            <property name="left_padding">12</property>
973
 
                                            <child>
974
 
                                              <widget class="GtkTable" id="table5">
975
 
                                                <property name="visible">True</property>
976
 
                                                <property name="border_width">3</property>
977
 
                                                <property name="n_rows">5</property>
978
 
                                                <property name="n_columns">2</property>
979
 
                                                <property name="column_spacing">6</property>
980
 
                                                <property name="row_spacing">6</property>
981
 
                                                <child>
982
 
                                                  <widget class="GtkLabel" id="label44">
983
 
                                                    <property name="visible">True</property>
984
 
                                                    <property name="xalign">0</property>
985
 
                                                    <property name="label" translatable="yes">Status:</property>
986
 
                                                  </widget>
987
 
                                                  <packing>
988
 
                                                    <property name="top_attach">2</property>
989
 
                                                    <property name="bottom_attach">3</property>
990
 
                                                    <property name="x_options">GTK_FILL</property>
991
 
                                                    <property name="y_options"></property>
992
 
                                                  </packing>
993
 
                                                </child>
994
 
                                                <child>
995
 
                                                  <widget class="GtkLabel" id="label68">
996
 
                                                    <property name="visible">True</property>
997
 
                                                    <property name="xalign">0</property>
998
 
                                                    <property name="label" translatable="yes">UUID:</property>
999
 
                                                  </widget>
1000
 
                                                  <packing>
1001
 
                                                    <property name="top_attach">1</property>
1002
 
                                                    <property name="bottom_attach">2</property>
1003
 
                                                    <property name="x_options">GTK_FILL</property>
1004
 
                                                    <property name="y_options"></property>
1005
 
                                                  </packing>
1006
 
                                                </child>
1007
 
                                                <child>
1008
 
                                                  <widget class="GtkLabel" id="label43">
1009
 
                                                    <property name="visible">True</property>
1010
 
                                                    <property name="xalign">0</property>
1011
 
                                                    <property name="label" translatable="yes">Name:</property>
1012
 
                                                  </widget>
1013
 
                                                  <packing>
1014
 
                                                    <property name="x_options">GTK_FILL</property>
1015
 
                                                    <property name="y_options"></property>
1016
 
                                                  </packing>
1017
 
                                                </child>
1018
 
                                                <child>
1019
 
                                                  <widget class="GtkHBox" id="hbox8">
1020
 
                                                    <property name="visible">True</property>
1021
 
                                                    <property name="spacing">3</property>
1022
 
                                                    <child>
1023
 
                                                      <widget class="GtkImage" id="overview-status-icon">
1024
 
                                                        <property name="visible">True</property>
1025
 
                                                        <property name="stock">gtk-stop</property>
1026
 
                                                      </widget>
1027
 
                                                      <packing>
1028
 
                                                        <property name="expand">False</property>
1029
 
                                                        <property name="position">0</property>
1030
 
                                                      </packing>
1031
 
                                                    </child>
1032
 
                                                    <child>
1033
 
                                                      <widget class="GtkLabel" id="overview-status-text">
1034
 
                                                        <property name="visible">True</property>
1035
 
                                                        <property name="xalign">0</property>
1036
 
                                                        <property name="label" translatable="yes">Shut down</property>
1037
 
                                                      </widget>
1038
 
                                                      <packing>
1039
 
                                                        <property name="expand">False</property>
1040
 
                                                        <property name="position">1</property>
1041
 
                                                      </packing>
1042
 
                                                    </child>
1043
 
                                                  </widget>
1044
 
                                                  <packing>
1045
 
                                                    <property name="left_attach">1</property>
1046
 
                                                    <property name="right_attach">2</property>
1047
 
                                                    <property name="top_attach">2</property>
1048
 
                                                    <property name="bottom_attach">3</property>
1049
 
                                                    <property name="x_options">GTK_FILL</property>
1050
 
                                                    <property name="y_options">GTK_FILL</property>
1051
 
                                                  </packing>
1052
 
                                                </child>
1053
 
                                                <child>
1054
 
                                                  <widget class="GtkLabel" id="overview-uuid">
1055
 
                                                    <property name="visible">True</property>
1056
 
                                                    <property name="xalign">0</property>
1057
 
                                                    <property name="label">8ffc926e-b4da-b3b6-552f-e37b92f918d5</property>
1058
 
                                                    <property name="selectable">True</property>
1059
 
                                                  </widget>
1060
 
                                                  <packing>
1061
 
                                                    <property name="left_attach">1</property>
1062
 
                                                    <property name="right_attach">2</property>
1063
 
                                                    <property name="top_attach">1</property>
1064
 
                                                    <property name="bottom_attach">2</property>
1065
 
                                                    <property name="y_options"></property>
1066
 
                                                  </packing>
1067
 
                                                </child>
1068
 
                                                <child>
1069
 
                                                  <widget class="GtkLabel" id="overview-name">
1070
 
                                                    <property name="visible">True</property>
1071
 
                                                    <property name="xalign">0</property>
1072
 
                                                    <property name="label">test-vm</property>
1073
 
                                                    <property name="selectable">True</property>
1074
 
                                                  </widget>
1075
 
                                                  <packing>
1076
 
                                                    <property name="left_attach">1</property>
1077
 
                                                    <property name="right_attach">2</property>
1078
 
                                                    <property name="x_options">GTK_FILL</property>
1079
 
                                                    <property name="y_options">GTK_FILL</property>
1080
 
                                                  </packing>
1081
 
                                                </child>
1082
 
                                                <child>
1083
 
                                                  <widget class="GtkLabel" id="label24">
1084
 
                                                    <property name="visible">True</property>
1085
 
                                                    <property name="xalign">0</property>
1086
 
                                                    <property name="label" translatable="yes">Description:</property>
1087
 
                                                  </widget>
1088
 
                                                  <packing>
1089
 
                                                    <property name="top_attach">3</property>
1090
 
                                                    <property name="bottom_attach">4</property>
1091
 
                                                    <property name="x_options">GTK_FILL</property>
1092
 
                                                    <property name="y_options">GTK_FILL</property>
1093
 
                                                  </packing>
1094
 
                                                </child>
1095
 
                                                <child>
1096
 
                                                  <widget class="GtkScrolledWindow" id="scrolledwindow2">
1097
 
                                                    <property name="visible">True</property>
1098
 
                                                    <property name="can_focus">True</property>
1099
 
                                                    <property name="hscrollbar_policy">automatic</property>
1100
 
                                                    <property name="vscrollbar_policy">automatic</property>
1101
 
                                                    <property name="shadow_type">in</property>
1102
 
                                                    <child>
1103
 
                                                      <widget class="GtkTextView" id="overview-description">
1104
 
                                                        <property name="visible">True</property>
1105
 
                                                        <property name="can_focus">True</property>
1106
 
                                                        <property name="wrap_mode">word</property>
1107
 
                                                      </widget>
1108
 
                                                    </child>
1109
 
                                                  </widget>
1110
 
                                                  <packing>
1111
 
                                                    <property name="left_attach">1</property>
1112
 
                                                    <property name="right_attach">2</property>
1113
 
                                                    <property name="top_attach">3</property>
1114
 
                                                    <property name="bottom_attach">5</property>
1115
 
                                                  </packing>
1116
 
                                                </child>
1117
 
                                                <child>
1118
 
                                                  <widget class="GtkAlignment" id="alignment14">
1119
 
                                                    <property name="visible">True</property>
1120
 
                                                    <child>
1121
 
                                                      <placeholder/>
1122
 
                                                    </child>
1123
 
                                                  </widget>
1124
 
                                                  <packing>
1125
 
                                                    <property name="top_attach">4</property>
1126
 
                                                    <property name="bottom_attach">5</property>
1127
 
                                                    <property name="x_options">GTK_FILL</property>
1128
 
                                                  </packing>
1129
 
                                                </child>
1130
 
                                              </widget>
1131
 
                                            </child>
1132
 
                                          </widget>
1133
 
                                        </child>
1134
 
                                        <child>
1135
 
                                          <widget class="GtkLabel" id="label50">
1136
 
                                            <property name="visible">True</property>
1137
 
                                            <property name="label" translatable="yes">&lt;b&gt;Basic Details&lt;/b&gt;</property>
1138
 
                                            <property name="use_markup">True</property>
1139
 
                                          </widget>
1140
 
                                          <packing>
1141
 
                                            <property name="type">label_item</property>
1142
 
                                          </packing>
1143
 
                                        </child>
1144
 
                                      </widget>
1145
 
                                    </child>
1146
 
                                  </widget>
1147
 
                                  <packing>
1148
 
                                    <property name="expand">False</property>
1149
 
                                    <property name="position">0</property>
1150
 
                                  </packing>
1151
 
                                </child>
1152
 
                                <child>
1153
 
                                  <widget class="GtkFrame" id="frame7">
1154
 
                                    <property name="visible">True</property>
1155
 
                                    <property name="border_width">3</property>
1156
 
                                    <property name="label_xalign">0</property>
1157
 
                                    <property name="shadow_type">none</property>
1158
 
                                    <child>
1159
 
                                      <widget class="GtkAlignment" id="alignment6">
1160
 
                                        <property name="visible">True</property>
1161
 
                                        <property name="top_padding">3</property>
1162
 
                                        <property name="left_padding">12</property>
1163
 
                                        <child>
1164
 
                                          <widget class="GtkTable" id="table1">
1165
 
                                            <property name="visible">True</property>
1166
 
                                            <property name="border_width">3</property>
1167
 
                                            <property name="n_rows">3</property>
1168
 
                                            <property name="n_columns">2</property>
1169
 
                                            <property name="column_spacing">6</property>
1170
 
                                            <property name="row_spacing">6</property>
1171
 
                                            <child>
1172
 
                                              <widget class="GtkLabel" id="label11">
1173
 
                                                <property name="visible">True</property>
1174
 
                                                <property name="xalign">1</property>
1175
 
                                                <property name="label" translatable="yes">Hypervisor:</property>
1176
 
                                              </widget>
1177
 
                                              <packing>
1178
 
                                                <property name="x_options">GTK_FILL</property>
1179
 
                                                <property name="y_options">GTK_FILL</property>
1180
 
                                              </packing>
1181
 
                                            </child>
1182
 
                                            <child>
1183
 
                                              <widget class="GtkLabel" id="label12">
1184
 
                                                <property name="visible">True</property>
1185
 
                                                <property name="xalign">1</property>
1186
 
                                                <property name="label" translatable="yes">Architecture:</property>
1187
 
                                              </widget>
1188
 
                                              <packing>
1189
 
                                                <property name="top_attach">1</property>
1190
 
                                                <property name="bottom_attach">2</property>
1191
 
                                                <property name="x_options">GTK_FILL</property>
1192
 
                                                <property name="y_options">GTK_FILL</property>
1193
 
                                              </packing>
1194
 
                                            </child>
1195
 
                                            <child>
1196
 
                                              <widget class="GtkLabel" id="overview-hv">
1197
 
                                                <property name="visible">True</property>
1198
 
                                                <property name="xalign">0</property>
1199
 
                                                <property name="label">foo</property>
1200
 
                                                <property name="selectable">True</property>
1201
 
                                              </widget>
1202
 
                                              <packing>
1203
 
                                                <property name="left_attach">1</property>
1204
 
                                                <property name="right_attach">2</property>
1205
 
                                                <property name="x_options">GTK_FILL</property>
1206
 
                                                <property name="y_options">GTK_FILL</property>
1207
 
                                              </packing>
1208
 
                                            </child>
1209
 
                                            <child>
1210
 
                                              <widget class="GtkLabel" id="overview-arch">
1211
 
                                                <property name="visible">True</property>
1212
 
                                                <property name="xalign">0</property>
1213
 
                                                <property name="label">foo</property>
1214
 
                                                <property name="selectable">True</property>
1215
 
                                              </widget>
1216
 
                                              <packing>
1217
 
                                                <property name="left_attach">1</property>
1218
 
                                                <property name="right_attach">2</property>
1219
 
                                                <property name="top_attach">1</property>
1220
 
                                                <property name="bottom_attach">2</property>
1221
 
                                                <property name="x_options">GTK_FILL</property>
1222
 
                                                <property name="y_options">GTK_FILL</property>
1223
 
                                              </packing>
1224
 
                                            </child>
1225
 
                                            <child>
1226
 
                                              <widget class="GtkLabel" id="overview-emulator">
1227
 
                                                <property name="visible">True</property>
1228
 
                                                <property name="xalign">0</property>
1229
 
                                                <property name="label">foo</property>
1230
 
                                                <property name="selectable">True</property>
1231
 
                                              </widget>
1232
 
                                              <packing>
1233
 
                                                <property name="left_attach">1</property>
1234
 
                                                <property name="right_attach">2</property>
1235
 
                                                <property name="top_attach">2</property>
1236
 
                                                <property name="bottom_attach">3</property>
1237
 
                                                <property name="x_options">GTK_FILL</property>
1238
 
                                                <property name="y_options">GTK_FILL</property>
1239
 
                                              </packing>
1240
 
                                            </child>
1241
 
                                            <child>
1242
 
                                              <widget class="GtkLabel" id="label13">
1243
 
                                                <property name="visible">True</property>
1244
 
                                                <property name="xalign">1</property>
1245
 
                                                <property name="label" translatable="yes">Emulator:</property>
1246
 
                                              </widget>
1247
 
                                              <packing>
1248
 
                                                <property name="top_attach">2</property>
1249
 
                                                <property name="bottom_attach">3</property>
1250
 
                                                <property name="x_options">GTK_FILL</property>
1251
 
                                                <property name="y_options">GTK_FILL</property>
1252
 
                                              </packing>
1253
 
                                            </child>
1254
 
                                          </widget>
1255
 
                                        </child>
1256
 
                                      </widget>
1257
 
                                    </child>
1258
 
                                    <child>
1259
 
                                      <widget class="GtkLabel" id="frame">
1260
 
                                        <property name="visible">True</property>
1261
 
                                        <property name="label" translatable="yes">&lt;b&gt;Hypervisor Details&lt;/b&gt;</property>
1262
 
                                        <property name="use_markup">True</property>
1263
 
                                      </widget>
1264
 
                                      <packing>
1265
 
                                        <property name="type">label_item</property>
1266
 
                                      </packing>
1267
 
                                    </child>
1268
 
                                  </widget>
1269
 
                                  <packing>
1270
 
                                    <property name="expand">False</property>
1271
 
                                    <property name="position">1</property>
1272
 
                                  </packing>
1273
 
                                </child>
1274
 
                                <child>
1275
 
                                  <widget class="GtkExpander" id="expander2">
1276
 
                                    <property name="visible">True</property>
1277
 
                                    <property name="can_focus">True</property>
1278
 
                                    <child>
1279
 
                                      <widget class="GtkAlignment" id="alignment13">
1280
 
                                        <property name="visible">True</property>
1281
 
                                        <property name="top_padding">3</property>
1282
 
                                        <property name="left_padding">21</property>
1283
 
                                        <child>
1284
 
                                          <widget class="GtkTable" id="table7">
1285
 
                                            <property name="visible">True</property>
1286
 
                                            <property name="n_rows">3</property>
1287
 
                                            <property name="n_columns">2</property>
1288
 
                                            <property name="column_spacing">6</property>
1289
 
                                            <property name="row_spacing">6</property>
1290
 
                                            <child>
1291
 
                                              <widget class="GtkLabel" id="label20">
1292
 
                                                <property name="visible">True</property>
1293
 
                                                <property name="xalign">1</property>
1294
 
                                                <property name="label" translatable="yes">Enable A_CPI:</property>
1295
 
                                                <property name="use_underline">True</property>
1296
 
                                                <property name="mnemonic_widget">overview-acpi</property>
1297
 
                                              </widget>
1298
 
                                              <packing>
1299
 
                                                <property name="x_options">GTK_FILL</property>
1300
 
                                              </packing>
1301
 
                                            </child>
1302
 
                                            <child>
1303
 
                                              <widget class="GtkLabel" id="label21">
1304
 
                                                <property name="visible">True</property>
1305
 
                                                <property name="xalign">1</property>
1306
 
                                                <property name="label" translatable="yes">Enable A_PIC:</property>
1307
 
                                                <property name="use_underline">True</property>
1308
 
                                                <property name="mnemonic_widget">overview-apic</property>
1309
 
                                              </widget>
1310
 
                                              <packing>
1311
 
                                                <property name="top_attach">1</property>
1312
 
                                                <property name="bottom_attach">2</property>
1313
 
                                                <property name="x_options">GTK_FILL</property>
1314
 
                                              </packing>
1315
 
                                            </child>
1316
 
                                            <child>
1317
 
                                              <widget class="GtkLabel" id="label22">
1318
 
                                                <property name="visible">True</property>
1319
 
                                                <property name="xalign">1</property>
1320
 
                                                <property name="label" translatable="yes">C_lock Offset:</property>
1321
 
                                                <property name="use_underline">True</property>
1322
 
                                                <property name="mnemonic_widget">overview-clock-combo</property>
1323
 
                                              </widget>
1324
 
                                              <packing>
1325
 
                                                <property name="top_attach">2</property>
1326
 
                                                <property name="bottom_attach">3</property>
1327
 
                                                <property name="x_options">GTK_FILL</property>
1328
 
                                              </packing>
1329
 
                                            </child>
1330
 
                                            <child>
1331
 
                                              <widget class="GtkCheckButton" id="overview-acpi">
1332
 
                                                <property name="visible">True</property>
1333
 
                                                <property name="can_focus">True</property>
1334
 
                                                <property name="receives_default">False</property>
1335
 
                                                <property name="draw_indicator">True</property>
1336
 
                                                <signal name="toggled" handler="on_overview_acpi_changed"/>
1337
 
                                              </widget>
1338
 
                                              <packing>
1339
 
                                                <property name="left_attach">1</property>
1340
 
                                                <property name="right_attach">2</property>
1341
 
                                                <property name="x_options">GTK_FILL</property>
1342
 
                                              </packing>
1343
 
                                            </child>
1344
 
                                            <child>
1345
 
                                              <widget class="GtkCheckButton" id="overview-apic">
1346
 
                                                <property name="visible">True</property>
1347
 
                                                <property name="can_focus">True</property>
1348
 
                                                <property name="receives_default">False</property>
1349
 
                                                <property name="draw_indicator">True</property>
1350
 
                                                <signal name="toggled" handler="on_overview_apic_changed"/>
1351
 
                                              </widget>
1352
 
                                              <packing>
1353
 
                                                <property name="left_attach">1</property>
1354
 
                                                <property name="right_attach">2</property>
1355
 
                                                <property name="top_attach">1</property>
1356
 
                                                <property name="bottom_attach">2</property>
1357
 
                                                <property name="x_options">GTK_FILL</property>
1358
 
                                              </packing>
1359
 
                                            </child>
1360
 
                                            <child>
1361
 
                                              <widget class="GtkHBox" id="hbox6">
1362
 
                                                <property name="visible">True</property>
1363
 
                                                <property name="spacing">6</property>
1364
 
                                                <child>
1365
 
                                                  <widget class="GtkComboBox" id="overview-clock-combo">
1366
 
                                                    <property name="visible">True</property>
1367
 
                                                    <signal name="changed" handler="on_overview_clock_changed"/>
1368
 
                                                  </widget>
1369
 
                                                  <packing>
1370
 
                                                    <property name="expand">False</property>
1371
 
                                                    <property name="position">0</property>
1372
 
                                                  </packing>
1373
 
                                                </child>
1374
 
                                                <child>
1375
 
                                                  <widget class="GtkLabel" id="overview-clock-label">
1376
 
                                                    <property name="xalign">0</property>
1377
 
                                                    <property name="label">label</property>
1378
 
                                                  </widget>
1379
 
                                                  <packing>
1380
 
                                                    <property name="expand">False</property>
1381
 
                                                    <property name="position">1</property>
1382
 
                                                  </packing>
1383
 
                                                </child>
1384
 
                                              </widget>
1385
 
                                              <packing>
1386
 
                                                <property name="left_attach">1</property>
1387
 
                                                <property name="right_attach">2</property>
1388
 
                                                <property name="top_attach">2</property>
1389
 
                                                <property name="bottom_attach">3</property>
1390
 
                                              </packing>
1391
 
                                            </child>
1392
 
                                          </widget>
1393
 
                                        </child>
1394
 
                                      </widget>
1395
 
                                    </child>
1396
 
                                    <child>
1397
 
                                      <widget class="GtkLabel" id="label19">
1398
 
                                        <property name="visible">True</property>
1399
 
                                        <property name="label" translatable="yes">&lt;b&gt;Machine Settings&lt;/b&gt;</property>
1400
 
                                        <property name="use_markup">True</property>
1401
 
                                      </widget>
1402
 
                                      <packing>
1403
 
                                        <property name="type">label_item</property>
1404
 
                                      </packing>
1405
 
                                    </child>
1406
 
                                  </widget>
1407
 
                                  <packing>
1408
 
                                    <property name="expand">False</property>
1409
 
                                    <property name="position">2</property>
1410
 
                                  </packing>
1411
 
                                </child>
1412
 
                                <child>
1413
 
                                  <widget class="GtkExpander" id="expander1">
1414
 
                                    <property name="visible">True</property>
1415
 
                                    <property name="can_focus">True</property>
1416
 
                                    <property name="spacing">3</property>
1417
 
                                    <child>
1418
 
                                      <widget class="GtkAlignment" id="alignment7">
1419
 
                                        <property name="visible">True</property>
1420
 
                                        <property name="top_padding">3</property>
1421
 
                                        <property name="left_padding">21</property>
1422
 
                                        <child>
1423
 
                                          <widget class="GtkTable" id="table3">
1424
 
                                            <property name="visible">True</property>
1425
 
                                            <property name="n_rows">2</property>
1426
 
                                            <property name="n_columns">2</property>
1427
 
                                            <property name="column_spacing">6</property>
1428
 
                                            <property name="row_spacing">6</property>
1429
 
                                            <child>
1430
 
                                              <widget class="GtkTable" id="security-type-box">
1431
 
                                                <property name="visible">True</property>
1432
 
                                                <property name="n_rows">3</property>
1433
 
                                                <property name="n_columns">2</property>
1434
 
                                                <property name="column_spacing">6</property>
1435
 
                                                <property name="row_spacing">6</property>
1436
 
                                                <child>
1437
 
                                                  <widget class="GtkHBox" id="hbox2">
1438
 
                                                    <property name="visible">True</property>
1439
 
                                                    <property name="spacing">6</property>
1440
 
                                                    <child>
1441
 
                                                      <widget class="GtkAlignment" id="alignment8">
1442
 
                                                        <property name="visible">True</property>
1443
 
                                                        <property name="left_padding">20</property>
1444
 
                                                        <child>
1445
 
                                                          <widget class="GtkLabel" id="security_id">
1446
 
                                                            <property name="visible">True</property>
1447
 
                                                            <property name="xalign">0</property>
1448
 
                                                            <property name="label" translatable="yes">_Label:</property>
1449
 
                                                            <property name="use_underline">True</property>
1450
 
                                                            <property name="mnemonic_widget">security-label</property>
1451
 
                                                          </widget>
1452
 
                                                        </child>
1453
 
                                                      </widget>
1454
 
                                                      <packing>
1455
 
                                                        <property name="expand">False</property>
1456
 
                                                        <property name="position">0</property>
1457
 
                                                      </packing>
1458
 
                                                    </child>
1459
 
                                                    <child>
1460
 
                                                      <widget class="GtkEntry" id="security-label">
1461
 
                                                        <property name="visible">True</property>
1462
 
                                                        <property name="sensitive">False</property>
1463
 
                                                        <property name="can_focus">True</property>
1464
 
                                                        <property name="invisible_char">●</property>
1465
 
                                                        <signal name="changed" handler="on_security_label_changed"/>
1466
 
                                                      </widget>
1467
 
                                                      <packing>
1468
 
                                                        <property name="position">1</property>
1469
 
                                                      </packing>
1470
 
                                                    </child>
1471
 
                                                  </widget>
1472
 
                                                  <packing>
1473
 
                                                    <property name="right_attach">2</property>
1474
 
                                                    <property name="top_attach">2</property>
1475
 
                                                    <property name="bottom_attach">3</property>
1476
 
                                                    <property name="x_options">GTK_FILL</property>
1477
 
                                                    <property name="y_options">GTK_EXPAND</property>
1478
 
                                                  </packing>
1479
 
                                                </child>
1480
 
                                                <child>
1481
 
                                                  <widget class="GtkRadioButton" id="security-dynamic">
1482
 
                                                    <property name="label" translatable="yes">D_ynamic</property>
1483
 
                                                    <property name="visible">True</property>
1484
 
                                                    <property name="can_focus">True</property>
1485
 
                                                    <property name="receives_default">False</property>
1486
 
                                                    <property name="use_underline">True</property>
1487
 
                                                    <property name="draw_indicator">True</property>
1488
 
                                                    <signal name="toggled" handler="on_security_type_changed"/>
1489
 
                                                    <signal name="activate" handler="on_security_type_changed"/>
1490
 
                                                  </widget>
1491
 
                                                  <packing>
1492
 
                                                    <property name="x_options"></property>
1493
 
                                                  </packing>
1494
 
                                                </child>
1495
 
                                                <child>
1496
 
                                                  <widget class="GtkRadioButton" id="security-static">
1497
 
                                                    <property name="label" translatable="yes">_Static</property>
1498
 
                                                    <property name="visible">True</property>
1499
 
                                                    <property name="can_focus">True</property>
1500
 
                                                    <property name="receives_default">False</property>
1501
 
                                                    <property name="use_underline">True</property>
1502
 
                                                    <property name="draw_indicator">True</property>
1503
 
                                                    <property name="group">security-dynamic</property>
1504
 
                                                  </widget>
1505
 
                                                  <packing>
1506
 
                                                    <property name="top_attach">1</property>
1507
 
                                                    <property name="bottom_attach">2</property>
1508
 
                                                    <property name="x_options">GTK_FILL</property>
1509
 
                                                  </packing>
1510
 
                                                </child>
1511
 
                                                <child>
1512
 
                                                  <widget class="GtkImage" id="security-static-info">
1513
 
                                                    <property name="visible">True</property>
1514
 
                                                    <property name="has_tooltip">True</property>
1515
 
                                                    <property name="xalign">0</property>
1516
 
                                                    <property name="stock">gtk-info</property>
1517
 
                                                  </widget>
1518
 
                                                  <packing>
1519
 
                                                    <property name="left_attach">1</property>
1520
 
                                                    <property name="right_attach">2</property>
1521
 
                                                    <property name="top_attach">1</property>
1522
 
                                                    <property name="bottom_attach">2</property>
1523
 
                                                    <property name="y_options"></property>
1524
 
                                                  </packing>
1525
 
                                                </child>
1526
 
                                                <child>
1527
 
                                                  <widget class="GtkImage" id="security-dynamic-info">
1528
 
                                                    <property name="visible">True</property>
1529
 
                                                    <property name="has_tooltip">True</property>
1530
 
                                                    <property name="xalign">0</property>
1531
 
                                                    <property name="stock">gtk-info</property>
1532
 
                                                  </widget>
1533
 
                                                  <packing>
1534
 
                                                    <property name="left_attach">1</property>
1535
 
                                                    <property name="right_attach">2</property>
1536
 
                                                    <property name="y_options"></property>
1537
 
                                                  </packing>
1538
 
                                                </child>
1539
 
                                              </widget>
1540
 
                                              <packing>
1541
 
                                                <property name="left_attach">1</property>
1542
 
                                                <property name="right_attach">2</property>
1543
 
                                                <property name="top_attach">1</property>
1544
 
                                                <property name="bottom_attach">2</property>
1545
 
                                                <property name="y_options">GTK_FILL</property>
1546
 
                                              </packing>
1547
 
                                            </child>
1548
 
                                            <child>
1549
 
                                              <widget class="GtkLabel" id="label514">
1550
 
                                                <property name="visible">True</property>
1551
 
                                                <property name="xalign">1</property>
1552
 
                                                <property name="label" translatable="yes">M_odel:</property>
1553
 
                                                <property name="use_underline">True</property>
1554
 
                                                <property name="mnemonic_widget">security-model</property>
1555
 
                                              </widget>
1556
 
                                              <packing>
1557
 
                                                <property name="x_options">GTK_FILL</property>
1558
 
                                                <property name="y_options">GTK_FILL</property>
1559
 
                                              </packing>
1560
 
                                            </child>
1561
 
                                            <child>
1562
 
                                              <widget class="GtkLabel" id="label515">
1563
 
                                                <property name="visible">True</property>
1564
 
                                                <property name="xalign">1</property>
1565
 
                                                <property name="yalign">0</property>
1566
 
                                                <property name="label" translatable="yes">Type:</property>
1567
 
                                              </widget>
1568
 
                                              <packing>
1569
 
                                                <property name="top_attach">1</property>
1570
 
                                                <property name="bottom_attach">2</property>
1571
 
                                                <property name="x_options">GTK_FILL</property>
1572
 
                                                <property name="y_options">GTK_FILL</property>
1573
 
                                              </packing>
1574
 
                                            </child>
1575
 
                                            <child>
1576
 
                                              <widget class="GtkLabel" id="security-model">
1577
 
                                                <property name="visible">True</property>
1578
 
                                                <property name="xalign">0</property>
1579
 
                                                <property name="label">label</property>
1580
 
                                              </widget>
1581
 
                                              <packing>
1582
 
                                                <property name="left_attach">1</property>
1583
 
                                                <property name="right_attach">2</property>
1584
 
                                                <property name="y_options">GTK_FILL</property>
1585
 
                                              </packing>
1586
 
                                            </child>
1587
 
                                          </widget>
1588
 
                                        </child>
1589
 
                                      </widget>
1590
 
                                    </child>
1591
 
                                    <child>
1592
 
                                      <widget class="GtkLabel" id="label14">
1593
 
                                        <property name="visible">True</property>
1594
 
                                        <property name="label" translatable="yes">&lt;b&gt;Security&lt;/b&gt;</property>
1595
 
                                        <property name="use_markup">True</property>
1596
 
                                      </widget>
1597
 
                                      <packing>
1598
 
                                        <property name="type">label_item</property>
1599
 
                                      </packing>
1600
 
                                    </child>
1601
 
                                  </widget>
1602
 
                                  <packing>
1603
 
                                    <property name="position">3</property>
1604
 
                                  </packing>
1605
 
                                </child>
1606
 
                              </widget>
1607
 
                            </child>
1608
 
                            <child>
1609
 
                              <widget class="GtkLabel" id="label10">
1610
 
                                <property name="visible">True</property>
1611
 
                                <property name="label" translatable="yes">over</property>
1612
 
                              </widget>
1613
 
                              <packing>
1614
 
                                <property name="tab_fill">False</property>
1615
 
                                <property name="type">tab</property>
1616
 
                              </packing>
1617
 
                            </child>
1618
 
                            <child>
1619
 
                              <widget class="GtkVBox" id="vbox5">
1620
 
                                <property name="visible">True</property>
1621
 
                                <child>
1622
 
                                  <widget class="GtkFrame" id="frame3">
1623
 
                                    <property name="visible">True</property>
1624
 
                                    <property name="border_width">3</property>
1625
 
                                    <property name="label_xalign">0</property>
1626
 
                                    <property name="shadow_type">none</property>
1627
 
                                    <child>
1628
 
                                      <widget class="GtkAlignment" id="alignment4">
1629
 
                                        <property name="visible">True</property>
1630
 
                                        <property name="top_padding">3</property>
1631
 
                                        <property name="left_padding">12</property>
1632
 
                                        <child>
1633
 
                                          <widget class="GtkTable" id="graph-table">
1634
 
                                            <property name="visible">True</property>
1635
 
                                            <property name="border_width">3</property>
1636
 
                                            <property name="n_rows">4</property>
1637
 
                                            <property name="n_columns">3</property>
1638
 
                                            <property name="column_spacing">6</property>
1639
 
                                            <property name="row_spacing">12</property>
1640
 
                                            <child>
1641
 
                                              <widget class="GtkLabel" id="label45">
1642
 
                                                <property name="visible">True</property>
1643
 
                                                <property name="xalign">1</property>
1644
 
                                                <property name="label" translatable="yes">CPU
1645
 
usage:</property>
1646
 
                                                <property name="justify">right</property>
1647
 
                                              </widget>
1648
 
                                              <packing>
1649
 
                                                <property name="x_options">GTK_FILL</property>
1650
 
                                                <property name="y_options"></property>
1651
 
                                              </packing>
1652
 
                                            </child>
1653
 
                                            <child>
1654
 
                                              <widget class="GtkLabel" id="label46">
1655
 
                                                <property name="visible">True</property>
1656
 
                                                <property name="xalign">1</property>
1657
 
                                                <property name="label" translatable="yes">Memory
1658
 
usage:</property>
1659
 
                                                <property name="justify">right</property>
1660
 
                                              </widget>
1661
 
                                              <packing>
1662
 
                                                <property name="top_attach">1</property>
1663
 
                                                <property name="bottom_attach">2</property>
1664
 
                                                <property name="x_options">GTK_FILL</property>
1665
 
                                                <property name="y_options"></property>
1666
 
                                              </packing>
1667
 
                                            </child>
1668
 
                                            <child>
1669
 
                                              <widget class="GtkLabel" id="overview-disk-usage-label">
1670
 
                                                <property name="visible">True</property>
1671
 
                                                <property name="xalign">1</property>
1672
 
                                                <property name="label" translatable="yes">Disk
1673
 
I/O:</property>
1674
 
                                                <property name="justify">right</property>
1675
 
                                              </widget>
1676
 
                                              <packing>
1677
 
                                                <property name="top_attach">2</property>
1678
 
                                                <property name="bottom_attach">3</property>
1679
 
                                                <property name="x_options">GTK_FILL</property>
1680
 
                                                <property name="y_options"></property>
1681
 
                                              </packing>
1682
 
                                            </child>
1683
 
                                            <child>
1684
 
                                              <widget class="GtkLabel" id="overview-network-traffic-label">
1685
 
                                                <property name="visible">True</property>
1686
 
                                                <property name="xalign">1</property>
1687
 
                                                <property name="label" translatable="yes">Network
1688
 
I/O:</property>
1689
 
                                                <property name="justify">right</property>
1690
 
                                              </widget>
1691
 
                                              <packing>
1692
 
                                                <property name="top_attach">3</property>
1693
 
                                                <property name="bottom_attach">4</property>
1694
 
                                                <property name="x_options">GTK_FILL</property>
1695
 
                                                <property name="y_options"></property>
1696
 
                                              </packing>
1697
 
                                            </child>
1698
 
                                            <child>
1699
 
                                              <widget class="GtkLabel" id="overview-cpu-usage-text">
1700
 
                                                <property name="visible">True</property>
1701
 
                                                <property name="xalign">0</property>
1702
 
                                                <property name="label">18%</property>
1703
 
                                              </widget>
1704
 
                                              <packing>
1705
 
                                                <property name="left_attach">2</property>
1706
 
                                                <property name="right_attach">3</property>
1707
 
                                                <property name="x_options">GTK_FILL</property>
1708
 
                                                <property name="y_options"></property>
1709
 
                                              </packing>
1710
 
                                            </child>
1711
 
                                            <child>
1712
 
                                              <widget class="GtkLabel" id="overview-memory-usage-text">
1713
 
                                                <property name="visible">True</property>
1714
 
                                                <property name="xalign">0</property>
1715
 
                                                <property name="label">30 MB of 
1716
 
128 MB</property>
1717
 
                                              </widget>
1718
 
                                              <packing>
1719
 
                                                <property name="left_attach">2</property>
1720
 
                                                <property name="right_attach">3</property>
1721
 
                                                <property name="top_attach">1</property>
1722
 
                                                <property name="bottom_attach">2</property>
1723
 
                                                <property name="x_options">GTK_FILL</property>
1724
 
                                                <property name="y_options"></property>
1725
 
                                              </packing>
1726
 
                                            </child>
1727
 
                                            <child>
1728
 
                                              <widget class="GtkLabel" id="overview-disk-usage-text">
1729
 
                                                <property name="visible">True</property>
1730
 
                                                <property name="xalign">0</property>
1731
 
                                                <property name="label" translatable="yes">0 KBytes/s
1732
 
0KBytes/s</property>
1733
 
                                                <property name="use_markup">True</property>
1734
 
                                              </widget>
1735
 
                                              <packing>
1736
 
                                                <property name="left_attach">2</property>
1737
 
                                                <property name="right_attach">3</property>
1738
 
                                                <property name="top_attach">2</property>
1739
 
                                                <property name="bottom_attach">3</property>
1740
 
                                                <property name="x_options">GTK_FILL</property>
1741
 
                                                <property name="y_options"></property>
1742
 
                                              </packing>
1743
 
                                            </child>
1744
 
                                            <child>
1745
 
                                              <widget class="GtkLabel" id="overview-network-traffic-text">
1746
 
                                                <property name="visible">True</property>
1747
 
                                                <property name="xalign">0</property>
1748
 
                                                <property name="label">0 KBytes/s
1749
 
0KBytes/s</property>
1750
 
                                                <property name="use_markup">True</property>
1751
 
                                              </widget>
1752
 
                                              <packing>
1753
 
                                                <property name="left_attach">2</property>
1754
 
                                                <property name="right_attach">3</property>
1755
 
                                                <property name="top_attach">3</property>
1756
 
                                                <property name="bottom_attach">4</property>
1757
 
                                                <property name="x_options">GTK_FILL</property>
1758
 
                                                <property name="y_options"></property>
1759
 
                                              </packing>
1760
 
                                            </child>
1761
 
                                            <child>
1762
 
                                              <placeholder/>
1763
 
                                            </child>
1764
 
                                            <child>
1765
 
                                              <placeholder/>
1766
 
                                            </child>
1767
 
                                            <child>
1768
 
                                              <placeholder/>
1769
 
                                            </child>
1770
 
                                            <child>
1771
 
                                              <placeholder/>
1772
 
                                            </child>
1773
 
                                          </widget>
1774
 
                                        </child>
1775
 
                                      </widget>
1776
 
                                    </child>
1777
 
                                    <child>
1778
 
                                      <widget class="GtkLabel" id="label51">
1779
 
                                        <property name="visible">True</property>
1780
 
                                        <property name="label" translatable="yes">&lt;b&gt;Performance&lt;/b&gt;</property>
1781
 
                                        <property name="use_markup">True</property>
1782
 
                                      </widget>
1783
 
                                      <packing>
1784
 
                                        <property name="type">label_item</property>
1785
 
                                      </packing>
1786
 
                                    </child>
1787
 
                                  </widget>
1788
 
                                  <packing>
1789
 
                                    <property name="position">0</property>
1790
 
                                  </packing>
1791
 
                                </child>
1792
 
                              </widget>
1793
 
                              <packing>
1794
 
                                <property name="position">1</property>
1795
 
                              </packing>
1796
 
                            </child>
1797
 
                            <child>
1798
 
                              <widget class="GtkLabel" id="label7">
1799
 
                                <property name="visible">True</property>
1800
 
                                <property name="label" translatable="yes">stat</property>
1801
 
                              </widget>
1802
 
                              <packing>
1803
 
                                <property name="position">1</property>
1804
 
                                <property name="tab_fill">False</property>
1805
 
                                <property name="type">tab</property>
1806
 
                              </packing>
1807
 
                            </child>
1808
 
                            <child>
1809
 
                              <widget class="GtkVBox" id="vbox14">
1810
 
                                <property name="visible">True</property>
1811
 
                                <property name="spacing">12</property>
1812
 
                                <child>
1813
 
                                  <widget class="GtkFrame" id="CPUs">
1814
 
                                    <property name="visible">True</property>
1815
 
                                    <property name="label_xalign">0</property>
1816
 
                                    <property name="shadow_type">none</property>
1817
 
                                    <child>
1818
 
                                      <widget class="GtkAlignment" id="alignment11">
1819
 
                                        <property name="visible">True</property>
1820
 
                                        <property name="top_padding">3</property>
1821
 
                                        <property name="left_padding">12</property>
1822
 
                                        <child>
1823
 
                                          <widget class="GtkHBox" id="hbox5">
1824
 
                                            <property name="visible">True</property>
1825
 
                                            <property name="spacing">6</property>
1826
 
                                            <child>
1827
 
                                              <widget class="GtkTable" id="table30">
1828
 
                                                <property name="visible">True</property>
1829
 
                                                <property name="border_width">3</property>
1830
 
                                                <property name="n_rows">3</property>
1831
 
                                                <property name="n_columns">2</property>
1832
 
                                                <property name="column_spacing">12</property>
1833
 
                                                <property name="row_spacing">6</property>
1834
 
                                                <child>
1835
 
                                                  <widget class="GtkLabel" id="state-host-cpus">
1836
 
                                                    <property name="visible">True</property>
1837
 
                                                    <property name="xalign">0</property>
1838
 
                                                    <property name="label">8</property>
1839
 
                                                    <property name="selectable">True</property>
1840
 
                                                  </widget>
1841
 
                                                  <packing>
1842
 
                                                    <property name="left_attach">1</property>
1843
 
                                                    <property name="right_attach">2</property>
1844
 
                                                    <property name="x_options">GTK_FILL</property>
1845
 
                                                    <property name="y_options"></property>
1846
 
                                                  </packing>
1847
 
                                                </child>
1848
 
                                                <child>
1849
 
                                                  <widget class="GtkLabel" id="label334">
1850
 
                                                    <property name="visible">True</property>
1851
 
                                                    <property name="xalign">1</property>
1852
 
                                                    <property name="label" translatable="yes">Logical host CPUs:</property>
1853
 
                                                  </widget>
1854
 
                                                  <packing>
1855
 
                                                    <property name="x_options">GTK_FILL</property>
1856
 
                                                    <property name="y_options"></property>
1857
 
                                                  </packing>
1858
 
                                                </child>
1859
 
                                                <child>
1860
 
                                                  <widget class="GtkLabel" id="label335">
1861
 
                                                    <property name="visible">True</property>
1862
 
                                                    <property name="xalign">1</property>
1863
 
                                                    <property name="label" translatable="yes">Maximum allocation:</property>
1864
 
                                                  </widget>
1865
 
                                                  <packing>
1866
 
                                                    <property name="top_attach">2</property>
1867
 
                                                    <property name="bottom_attach">3</property>
1868
 
                                                    <property name="x_options">GTK_FILL</property>
1869
 
                                                    <property name="y_options"></property>
1870
 
                                                  </packing>
1871
 
                                                </child>
1872
 
                                                <child>
1873
 
                                                  <widget class="GtkLabel" id="label333">
1874
 
                                                    <property name="visible">True</property>
1875
 
                                                    <property name="xalign">1</property>
1876
 
                                                    <property name="label" translatable="yes">Current a_llocation:</property>
1877
 
                                                    <property name="use_underline">True</property>
1878
 
                                                    <property name="mnemonic_widget">config-vcpus</property>
1879
 
                                                  </widget>
1880
 
                                                  <packing>
1881
 
                                                    <property name="top_attach">1</property>
1882
 
                                                    <property name="bottom_attach">2</property>
1883
 
                                                    <property name="x_options">GTK_FILL</property>
1884
 
                                                    <property name="y_options"></property>
1885
 
                                                  </packing>
1886
 
                                                </child>
1887
 
                                                <child>
1888
 
                                                  <widget class="GtkHBox" id="hbox14">
1889
 
                                                    <property name="visible">True</property>
1890
 
                                                    <child>
1891
 
                                                      <widget class="GtkSpinButton" id="config-vcpus">
1892
 
                                                        <property name="visible">True</property>
1893
 
                                                        <property name="can_focus">True</property>
1894
 
                                                        <property name="invisible_char">●</property>
1895
 
                                                        <property name="adjustment">2 1 1024 1 2 0</property>
1896
 
                                                        <property name="climb_rate">1</property>
1897
 
                                                        <property name="numeric">True</property>
1898
 
                                                        <property name="update_policy">if-valid</property>
1899
 
                                                        <accessibility>
1900
 
                                                          <atkproperty name="AtkObject::accessible-name" translatable="yes">Virtual CPU Select</atkproperty>
1901
 
                                                        </accessibility>
1902
 
                                                        <signal name="changed" handler="on_config_vcpus_changed"/>
1903
 
                                                      </widget>
1904
 
                                                      <packing>
1905
 
                                                        <property name="expand">False</property>
1906
 
                                                        <property name="position">0</property>
1907
 
                                                      </packing>
1908
 
                                                    </child>
1909
 
                                                    <child>
1910
 
                                                      <widget class="GtkAlignment" id="alignment12">
1911
 
                                                        <property name="visible">True</property>
1912
 
                                                        <child>
1913
 
                                                          <placeholder/>
1914
 
                                                        </child>
1915
 
                                                      </widget>
1916
 
                                                      <packing>
1917
 
                                                        <property name="position">1</property>
1918
 
                                                      </packing>
1919
 
                                                    </child>
1920
 
                                                  </widget>
1921
 
                                                  <packing>
1922
 
                                                    <property name="left_attach">1</property>
1923
 
                                                    <property name="right_attach">2</property>
1924
 
                                                    <property name="top_attach">1</property>
1925
 
                                                    <property name="bottom_attach">2</property>
1926
 
                                                    <property name="x_options">GTK_FILL</property>
1927
 
                                                    <property name="y_options">GTK_FILL</property>
1928
 
                                                  </packing>
1929
 
                                                </child>
1930
 
                                                <child>
1931
 
                                                  <widget class="GtkHBox" id="hbox3">
1932
 
                                                    <property name="visible">True</property>
1933
 
                                                    <child>
1934
 
                                                      <widget class="GtkSpinButton" id="config-maxvcpus">
1935
 
                                                        <property name="visible">True</property>
1936
 
                                                        <property name="can_focus">True</property>
1937
 
                                                        <property name="invisible_char">●</property>
1938
 
                                                        <property name="adjustment">1 1 1024 1 2 0</property>
1939
 
                                                        <signal name="changed" handler="on_config_maxvcpus_changed"/>
1940
 
                                                      </widget>
1941
 
                                                      <packing>
1942
 
                                                        <property name="position">0</property>
1943
 
                                                      </packing>
1944
 
                                                    </child>
1945
 
                                                    <child>
1946
 
                                                      <widget class="GtkAlignment" id="alignment28">
1947
 
                                                        <property name="visible">True</property>
1948
 
                                                        <child>
1949
 
                                                          <placeholder/>
1950
 
                                                        </child>
1951
 
                                                      </widget>
1952
 
                                                      <packing>
1953
 
                                                        <property name="position">1</property>
1954
 
                                                      </packing>
1955
 
                                                    </child>
1956
 
                                                  </widget>
1957
 
                                                  <packing>
1958
 
                                                    <property name="left_attach">1</property>
1959
 
                                                    <property name="right_attach">2</property>
1960
 
                                                    <property name="top_attach">2</property>
1961
 
                                                    <property name="bottom_attach">3</property>
1962
 
                                                    <property name="y_options">GTK_FILL</property>
1963
 
                                                  </packing>
1964
 
                                                </child>
1965
 
                                              </widget>
1966
 
                                              <packing>
1967
 
                                                <property name="expand">False</property>
1968
 
                                                <property name="position">0</property>
1969
 
                                              </packing>
1970
 
                                            </child>
1971
 
                                            <child>
1972
 
                                              <widget class="GtkHBox" id="config-vcpus-warn-box">
1973
 
                                                <property name="visible">True</property>
1974
 
                                                <property name="spacing">6</property>
1975
 
                                                <child>
1976
 
                                                  <widget class="GtkImage" id="image9">
1977
 
                                                    <property name="visible">True</property>
1978
 
                                                    <property name="stock">gtk-dialog-warning</property>
1979
 
                                                  </widget>
1980
 
                                                  <packing>
1981
 
                                                    <property name="expand">False</property>
1982
 
                                                    <property name="position">0</property>
1983
 
                                                  </packing>
1984
 
                                                </child>
1985
 
                                                <child>
1986
 
                                                  <widget class="GtkLabel" id="label28">
1987
 
                                                    <property name="width_request">300</property>
1988
 
                                                    <property name="visible">True</property>
1989
 
                                                    <property name="label" translatable="yes">&lt;small&gt;Overcommitting vCPUs can hurt performance&lt;/small&gt;</property>
1990
 
                                                    <property name="use_markup">True</property>
1991
 
                                                    <property name="wrap">True</property>
1992
 
                                                    <property name="max_width_chars">32</property>
1993
 
                                                  </widget>
1994
 
                                                  <packing>
1995
 
                                                    <property name="position">1</property>
1996
 
                                                  </packing>
1997
 
                                                </child>
1998
 
                                              </widget>
1999
 
                                              <packing>
2000
 
                                                <property name="expand">False</property>
2001
 
                                                <property name="position">1</property>
2002
 
                                              </packing>
2003
 
                                            </child>
2004
 
                                          </widget>
2005
 
                                        </child>
2006
 
                                      </widget>
2007
 
                                    </child>
2008
 
                                    <child>
2009
 
                                      <widget class="GtkLabel" id="label100">
2010
 
                                        <property name="visible">True</property>
2011
 
                                        <property name="label" translatable="yes">&lt;b&gt;CPUs&lt;/b&gt;</property>
2012
 
                                        <property name="use_markup">True</property>
2013
 
                                      </widget>
2014
 
                                      <packing>
2015
 
                                        <property name="type">label_item</property>
2016
 
                                      </packing>
2017
 
                                    </child>
2018
 
                                  </widget>
2019
 
                                  <packing>
2020
 
                                    <property name="expand">False</property>
2021
 
                                    <property name="fill">False</property>
2022
 
                                    <property name="position">0</property>
2023
 
                                  </packing>
2024
 
                                </child>
2025
 
                                <child>
2026
 
                                  <widget class="GtkExpander" id="expander5">
2027
 
                                    <property name="visible">True</property>
2028
 
                                    <property name="can_focus">True</property>
2029
 
                                    <child>
2030
 
                                      <widget class="GtkAlignment" id="alignment31">
2031
 
                                        <property name="visible">True</property>
2032
 
                                        <property name="left_padding">21</property>
2033
 
                                        <property name="right_padding">12</property>
2034
 
                                        <child>
2035
 
                                          <widget class="GtkHBox" id="hbox20">
2036
 
                                            <property name="visible">True</property>
2037
 
                                            <child>
2038
 
                                              <widget class="GtkTable" id="table15">
2039
 
                                                <property name="visible">True</property>
2040
 
                                                <property name="n_rows">2</property>
2041
 
                                                <property name="n_columns">2</property>
2042
 
                                                <property name="column_spacing">12</property>
2043
 
                                                <property name="row_spacing">3</property>
2044
 
                                                <child>
2045
 
                                                  <widget class="GtkLabel" id="label52">
2046
 
                                                    <property name="visible">True</property>
2047
 
                                                    <property name="xalign">0</property>
2048
 
                                                    <property name="label" translatable="yes">Model:</property>
2049
 
                                                  </widget>
2050
 
                                                  <packing>
2051
 
                                                    <property name="x_options">GTK_FILL</property>
2052
 
                                                  </packing>
2053
 
                                                </child>
2054
 
                                                <child>
2055
 
                                                  <widget class="GtkHBox" id="hbox21">
2056
 
                                                    <property name="visible">True</property>
2057
 
                                                    <child>
2058
 
                                                      <widget class="GtkComboBoxEntry" id="cpu-model">
2059
 
                                                        <property name="visible">True</property>
2060
 
                                                        <signal name="changed" handler="on_cpu_model_changed"/>
2061
 
                                                      </widget>
2062
 
                                                      <packing>
2063
 
                                                        <property name="expand">False</property>
2064
 
                                                        <property name="position">0</property>
2065
 
                                                      </packing>
2066
 
                                                    </child>
2067
 
                                                    <child>
2068
 
                                                      <widget class="GtkAlignment" id="alignment33">
2069
 
                                                        <property name="visible">True</property>
2070
 
                                                        <child>
2071
 
                                                          <placeholder/>
2072
 
                                                        </child>
2073
 
                                                      </widget>
2074
 
                                                      <packing>
2075
 
                                                        <property name="position">1</property>
2076
 
                                                      </packing>
2077
 
                                                    </child>
2078
 
                                                  </widget>
2079
 
                                                  <packing>
2080
 
                                                    <property name="left_attach">1</property>
2081
 
                                                    <property name="right_attach">2</property>
2082
 
                                                  </packing>
2083
 
                                                </child>
2084
 
                                                <child>
2085
 
                                                  <widget class="GtkAlignment" id="alignment37">
2086
 
                                                    <property name="visible">True</property>
2087
 
                                                    <child>
2088
 
                                                      <placeholder/>
2089
 
                                                    </child>
2090
 
                                                  </widget>
2091
 
                                                  <packing>
2092
 
                                                    <property name="top_attach">1</property>
2093
 
                                                    <property name="bottom_attach">2</property>
2094
 
                                                    <property name="x_options">GTK_FILL</property>
2095
 
                                                  </packing>
2096
 
                                                </child>
2097
 
                                                <child>
2098
 
                                                  <widget class="GtkHBox" id="hbox25">
2099
 
                                                    <property name="visible">True</property>
2100
 
                                                    <child>
2101
 
                                                      <widget class="GtkButton" id="cpu-copy-host">
2102
 
                                                        <property name="label" translatable="yes">Copy host CPU configuration</property>
2103
 
                                                        <property name="visible">True</property>
2104
 
                                                        <property name="can_focus">True</property>
2105
 
                                                        <property name="receives_default">True</property>
2106
 
                                                        <signal name="clicked" handler="on_cpu_copy_host_clicked"/>
2107
 
                                                      </widget>
2108
 
                                                      <packing>
2109
 
                                                        <property name="expand">False</property>
2110
 
                                                        <property name="position">0</property>
2111
 
                                                      </packing>
2112
 
                                                    </child>
2113
 
                                                    <child>
2114
 
                                                      <widget class="GtkAlignment" id="alignment38">
2115
 
                                                        <property name="visible">True</property>
2116
 
                                                        <child>
2117
 
                                                          <placeholder/>
2118
 
                                                        </child>
2119
 
                                                      </widget>
2120
 
                                                      <packing>
2121
 
                                                        <property name="position">1</property>
2122
 
                                                      </packing>
2123
 
                                                    </child>
2124
 
                                                  </widget>
2125
 
                                                  <packing>
2126
 
                                                    <property name="left_attach">1</property>
2127
 
                                                    <property name="right_attach">2</property>
2128
 
                                                    <property name="top_attach">1</property>
2129
 
                                                    <property name="bottom_attach">2</property>
2130
 
                                                  </packing>
2131
 
                                                </child>
2132
 
                                              </widget>
2133
 
                                              <packing>
2134
 
                                                <property name="position">0</property>
2135
 
                                              </packing>
2136
 
                                            </child>
2137
 
                                            <child>
2138
 
                                              <widget class="GtkAlignment" id="alignment32">
2139
 
                                                <property name="visible">True</property>
2140
 
                                                <child>
2141
 
                                                  <placeholder/>
2142
 
                                                </child>
2143
 
                                              </widget>
2144
 
                                              <packing>
2145
 
                                                <property name="position">1</property>
2146
 
                                              </packing>
2147
 
                                            </child>
2148
 
                                          </widget>
2149
 
                                        </child>
2150
 
                                      </widget>
2151
 
                                    </child>
2152
 
                                    <child>
2153
 
                                      <widget class="GtkLabel" id="label49">
2154
 
                                        <property name="visible">True</property>
2155
 
                                        <property name="label" translatable="yes">&lt;b&gt;Configuration&lt;/b&gt;</property>
2156
 
                                        <property name="use_markup">True</property>
2157
 
                                      </widget>
2158
 
                                      <packing>
2159
 
                                        <property name="type">label_item</property>
2160
 
                                      </packing>
2161
 
                                    </child>
2162
 
                                  </widget>
2163
 
                                  <packing>
2164
 
                                    <property name="expand">False</property>
2165
 
                                    <property name="position">1</property>
2166
 
                                  </packing>
2167
 
                                </child>
2168
 
                                <child>
2169
 
                                  <widget class="GtkExpander" id="expander6">
2170
 
                                    <property name="visible">True</property>
2171
 
                                    <property name="can_focus">True</property>
2172
 
                                    <child>
2173
 
                                      <widget class="GtkAlignment" id="alignment39">
2174
 
                                        <property name="visible">True</property>
2175
 
                                        <property name="left_padding">23</property>
2176
 
                                        <property name="right_padding">12</property>
2177
 
                                        <child>
2178
 
                                          <widget class="GtkVBox" id="vbox15">
2179
 
                                            <property name="visible">True</property>
2180
 
                                            <property name="spacing">4</property>
2181
 
                                            <child>
2182
 
                                              <widget class="GtkCheckButton" id="cpu-topology-enable">
2183
 
                                                <property name="label" translatable="yes">Manually set CPU topology</property>
2184
 
                                                <property name="visible">True</property>
2185
 
                                                <property name="can_focus">True</property>
2186
 
                                                <property name="receives_default">False</property>
2187
 
                                                <property name="active">True</property>
2188
 
                                                <property name="draw_indicator">True</property>
2189
 
                                                <signal name="toggled" handler="on_cpu_topology_enable_toggled"/>
2190
 
                                              </widget>
2191
 
                                              <packing>
2192
 
                                                <property name="position">0</property>
2193
 
                                              </packing>
2194
 
                                            </child>
2195
 
                                            <child>
2196
 
                                              <widget class="GtkHBox" id="hbox26">
2197
 
                                                <property name="visible">True</property>
2198
 
                                                <child>
2199
 
                                                  <widget class="GtkTable" id="cpu-topology-table">
2200
 
                                                    <property name="visible">True</property>
2201
 
                                                    <property name="n_rows">3</property>
2202
 
                                                    <property name="n_columns">2</property>
2203
 
                                                    <property name="column_spacing">12</property>
2204
 
                                                    <property name="row_spacing">4</property>
2205
 
                                                    <child>
2206
 
                                                      <widget class="GtkLabel" id="label59">
2207
 
                                                        <property name="visible">True</property>
2208
 
                                                        <property name="xalign">0</property>
2209
 
                                                        <property name="label" translatable="yes">Threads:</property>
2210
 
                                                      </widget>
2211
 
                                                      <packing>
2212
 
                                                        <property name="top_attach">2</property>
2213
 
                                                        <property name="bottom_attach">3</property>
2214
 
                                                        <property name="x_options">GTK_FILL</property>
2215
 
                                                      </packing>
2216
 
                                                    </child>
2217
 
                                                    <child>
2218
 
                                                      <widget class="GtkLabel" id="label58">
2219
 
                                                        <property name="visible">True</property>
2220
 
                                                        <property name="xalign">0</property>
2221
 
                                                        <property name="label" translatable="yes">Cores:</property>
2222
 
                                                      </widget>
2223
 
                                                      <packing>
2224
 
                                                        <property name="top_attach">1</property>
2225
 
                                                        <property name="bottom_attach">2</property>
2226
 
                                                        <property name="x_options">GTK_FILL</property>
2227
 
                                                      </packing>
2228
 
                                                    </child>
2229
 
                                                    <child>
2230
 
                                                      <widget class="GtkLabel" id="label57">
2231
 
                                                        <property name="visible">True</property>
2232
 
                                                        <property name="xalign">0</property>
2233
 
                                                        <property name="label" translatable="yes">Sockets:</property>
2234
 
                                                      </widget>
2235
 
                                                      <packing>
2236
 
                                                        <property name="x_options">GTK_FILL</property>
2237
 
                                                      </packing>
2238
 
                                                    </child>
2239
 
                                                    <child>
2240
 
                                                      <widget class="GtkHBox" id="hbox27">
2241
 
                                                        <property name="visible">True</property>
2242
 
                                                        <child>
2243
 
                                                          <widget class="GtkSpinButton" id="cpu-threads">
2244
 
                                                            <property name="visible">True</property>
2245
 
                                                            <property name="can_focus">True</property>
2246
 
                                                            <property name="invisible_char">●</property>
2247
 
                                                            <property name="adjustment">1 1 256 1 10 0</property>
2248
 
                                                            <signal name="change_value" handler="on_cpu_threads_change_value"/>
2249
 
                                                          </widget>
2250
 
                                                          <packing>
2251
 
                                                            <property name="expand">False</property>
2252
 
                                                            <property name="position">0</property>
2253
 
                                                          </packing>
2254
 
                                                        </child>
2255
 
                                                        <child>
2256
 
                                                          <widget class="GtkAlignment" id="alignment40">
2257
 
                                                            <property name="visible">True</property>
2258
 
                                                            <child>
2259
 
                                                            <placeholder/>
2260
 
                                                            </child>
2261
 
                                                          </widget>
2262
 
                                                          <packing>
2263
 
                                                            <property name="position">1</property>
2264
 
                                                          </packing>
2265
 
                                                        </child>
2266
 
                                                      </widget>
2267
 
                                                      <packing>
2268
 
                                                        <property name="left_attach">1</property>
2269
 
                                                        <property name="right_attach">2</property>
2270
 
                                                        <property name="top_attach">2</property>
2271
 
                                                        <property name="bottom_attach">3</property>
2272
 
                                                      </packing>
2273
 
                                                    </child>
2274
 
                                                    <child>
2275
 
                                                      <widget class="GtkHBox" id="hbox28">
2276
 
                                                        <property name="visible">True</property>
2277
 
                                                        <child>
2278
 
                                                          <widget class="GtkSpinButton" id="cpu-cores">
2279
 
                                                            <property name="visible">True</property>
2280
 
                                                            <property name="can_focus">True</property>
2281
 
                                                            <property name="invisible_char">●</property>
2282
 
                                                            <property name="adjustment">1 1 256 1 10 0</property>
2283
 
                                                            <signal name="changed" handler="on_cpu_cores_changed"/>
2284
 
                                                          </widget>
2285
 
                                                          <packing>
2286
 
                                                            <property name="expand">False</property>
2287
 
                                                            <property name="position">0</property>
2288
 
                                                          </packing>
2289
 
                                                        </child>
2290
 
                                                        <child>
2291
 
                                                          <widget class="GtkAlignment" id="alignment41">
2292
 
                                                            <property name="visible">True</property>
2293
 
                                                            <child>
2294
 
                                                            <placeholder/>
2295
 
                                                            </child>
2296
 
                                                          </widget>
2297
 
                                                          <packing>
2298
 
                                                            <property name="position">1</property>
2299
 
                                                          </packing>
2300
 
                                                        </child>
2301
 
                                                      </widget>
2302
 
                                                      <packing>
2303
 
                                                        <property name="left_attach">1</property>
2304
 
                                                        <property name="right_attach">2</property>
2305
 
                                                        <property name="top_attach">1</property>
2306
 
                                                        <property name="bottom_attach">2</property>
2307
 
                                                      </packing>
2308
 
                                                    </child>
2309
 
                                                    <child>
2310
 
                                                      <widget class="GtkHBox" id="hbox29">
2311
 
                                                        <property name="visible">True</property>
2312
 
                                                        <child>
2313
 
                                                          <widget class="GtkSpinButton" id="cpu-sockets">
2314
 
                                                            <property name="visible">True</property>
2315
 
                                                            <property name="can_focus">True</property>
2316
 
                                                            <property name="invisible_char">●</property>
2317
 
                                                            <property name="adjustment">1 1 256 1 10 0</property>
2318
 
                                                            <signal name="changed" handler="on_cpu_sockets_changed"/>
2319
 
                                                          </widget>
2320
 
                                                          <packing>
2321
 
                                                            <property name="expand">False</property>
2322
 
                                                            <property name="position">0</property>
2323
 
                                                          </packing>
2324
 
                                                        </child>
2325
 
                                                        <child>
2326
 
                                                          <widget class="GtkAlignment" id="alignment42">
2327
 
                                                            <property name="visible">True</property>
2328
 
                                                            <child>
2329
 
                                                            <placeholder/>
2330
 
                                                            </child>
2331
 
                                                          </widget>
2332
 
                                                          <packing>
2333
 
                                                            <property name="position">1</property>
2334
 
                                                          </packing>
2335
 
                                                        </child>
2336
 
                                                      </widget>
2337
 
                                                      <packing>
2338
 
                                                        <property name="left_attach">1</property>
2339
 
                                                        <property name="right_attach">2</property>
2340
 
                                                      </packing>
2341
 
                                                    </child>
2342
 
                                                  </widget>
2343
 
                                                  <packing>
2344
 
                                                    <property name="position">0</property>
2345
 
                                                  </packing>
2346
 
                                                </child>
2347
 
                                              </widget>
2348
 
                                              <packing>
2349
 
                                                <property name="position">1</property>
2350
 
                                              </packing>
2351
 
                                            </child>
2352
 
                                          </widget>
2353
 
                                        </child>
2354
 
                                      </widget>
2355
 
                                    </child>
2356
 
                                    <child>
2357
 
                                      <widget class="GtkLabel" id="label62">
2358
 
                                        <property name="visible">True</property>
2359
 
                                        <property name="label" translatable="yes">&lt;b&gt;Topology&lt;/b&gt;</property>
2360
 
                                        <property name="use_markup">True</property>
2361
 
                                      </widget>
2362
 
                                      <packing>
2363
 
                                        <property name="type">label_item</property>
2364
 
                                      </packing>
2365
 
                                    </child>
2366
 
                                  </widget>
2367
 
                                  <packing>
2368
 
                                    <property name="expand">False</property>
2369
 
                                    <property name="position">2</property>
2370
 
                                  </packing>
2371
 
                                </child>
2372
 
                                <child>
2373
 
                                  <widget class="GtkExpander" id="expander3">
2374
 
                                    <property name="visible">True</property>
2375
 
                                    <property name="can_focus">True</property>
2376
 
                                    <child>
2377
 
                                      <widget class="GtkAlignment" id="alignment16">
2378
 
                                        <property name="visible">True</property>
2379
 
                                        <property name="bottom_padding">12</property>
2380
 
                                        <property name="left_padding">21</property>
2381
 
                                        <property name="right_padding">12</property>
2382
 
                                        <child>
2383
 
                                          <widget class="GtkVBox" id="vbox10">
2384
 
                                            <property name="visible">True</property>
2385
 
                                            <property name="spacing">12</property>
2386
 
                                            <child>
2387
 
                                              <widget class="GtkTable" id="table9">
2388
 
                                                <property name="visible">True</property>
2389
 
                                                <property name="n_rows">2</property>
2390
 
                                                <property name="n_columns">2</property>
2391
 
                                                <property name="column_spacing">6</property>
2392
 
                                                <property name="row_spacing">6</property>
2393
 
                                                <child>
2394
 
                                                  <widget class="GtkLabel" id="label336">
2395
 
                                                    <property name="visible">True</property>
2396
 
                                                    <property name="xalign">1</property>
2397
 
                                                    <property name="label" translatable="yes">Default _pinning:</property>
2398
 
                                                    <property name="use_underline">True</property>
2399
 
                                                    <property name="mnemonic_widget">config-vcpupin</property>
2400
 
                                                  </widget>
2401
 
                                                  <packing>
2402
 
                                                    <property name="x_options">GTK_FILL</property>
2403
 
                                                  </packing>
2404
 
                                                </child>
2405
 
                                                <child>
2406
 
                                                  <widget class="GtkAlignment" id="alignment24">
2407
 
                                                    <property name="visible">True</property>
2408
 
                                                    <child>
2409
 
                                                      <placeholder/>
2410
 
                                                    </child>
2411
 
                                                  </widget>
2412
 
                                                  <packing>
2413
 
                                                    <property name="top_attach">1</property>
2414
 
                                                    <property name="bottom_attach">2</property>
2415
 
                                                    <property name="x_options">GTK_FILL</property>
2416
 
                                                  </packing>
2417
 
                                                </child>
2418
 
                                                <child>
2419
 
                                                  <widget class="GtkHBox" id="hbox16">
2420
 
                                                    <property name="visible">True</property>
2421
 
                                                    <property name="spacing">6</property>
2422
 
                                                    <child>
2423
 
                                                      <widget class="GtkEntry" id="config-vcpupin">
2424
 
                                                        <property name="visible">True</property>
2425
 
                                                        <property name="can_focus">True</property>
2426
 
                                                        <property name="invisible_char">●</property>
2427
 
                                                        <accessibility>
2428
 
                                                          <atkproperty name="AtkObject::accessible-name" translatable="yes">Virtual CPU Affinity Select</atkproperty>
2429
 
                                                        </accessibility>
2430
 
                                                        <signal name="changed" handler="on_config_vcpupin_changed"/>
2431
 
                                                      </widget>
2432
 
                                                      <packing>
2433
 
                                                        <property name="expand">False</property>
2434
 
                                                        <property name="position">0</property>
2435
 
                                                      </packing>
2436
 
                                                    </child>
2437
 
                                                    <child>
2438
 
                                                      <widget class="GtkLabel" id="label23">
2439
 
                                                        <property name="visible">True</property>
2440
 
                                                        <property name="label">&lt;span size='small'&gt;(ex: 0,1,3-5,7)&lt;/span&gt;</property>
2441
 
                                                        <property name="use_markup">True</property>
2442
 
                                                      </widget>
2443
 
                                                      <packing>
2444
 
                                                        <property name="expand">False</property>
2445
 
                                                        <property name="position">1</property>
2446
 
                                                      </packing>
2447
 
                                                    </child>
2448
 
                                                  </widget>
2449
 
                                                  <packing>
2450
 
                                                    <property name="left_attach">1</property>
2451
 
                                                    <property name="right_attach">2</property>
2452
 
                                                    <property name="x_options">GTK_FILL</property>
2453
 
                                                    <property name="y_options">GTK_FILL</property>
2454
 
                                                  </packing>
2455
 
                                                </child>
2456
 
                                                <child>
2457
 
                                                  <widget class="GtkHBox" id="hbox9">
2458
 
                                                    <property name="visible">True</property>
2459
 
                                                    <property name="spacing">3</property>
2460
 
                                                    <child>
2461
 
                                                      <widget class="GtkButton" id="config-vcpupin-generate">
2462
 
                                                        <property name="label" translatable="yes">Generate from host _NUMA configuration</property>
2463
 
                                                        <property name="visible">True</property>
2464
 
                                                        <property name="can_focus">True</property>
2465
 
                                                        <property name="receives_default">True</property>
2466
 
                                                        <property name="use_underline">True</property>
2467
 
                                                        <signal name="clicked" handler="on_config_vcpupin_generate_clicked"/>
2468
 
                                                      </widget>
2469
 
                                                      <packing>
2470
 
                                                        <property name="expand">False</property>
2471
 
                                                        <property name="position">0</property>
2472
 
                                                      </packing>
2473
 
                                                    </child>
2474
 
                                                    <child>
2475
 
                                                      <widget class="GtkAlignment" id="alignment25">
2476
 
                                                        <property name="visible">True</property>
2477
 
                                                        <child>
2478
 
                                                          <widget class="GtkImage" id="config-vcpupin-generate-err">
2479
 
                                                            <property name="stock">gtk-dialog-warning</property>
2480
 
                                                          </widget>
2481
 
                                                        </child>
2482
 
                                                      </widget>
2483
 
                                                      <packing>
2484
 
                                                        <property name="position">1</property>
2485
 
                                                      </packing>
2486
 
                                                    </child>
2487
 
                                                  </widget>
2488
 
                                                  <packing>
2489
 
                                                    <property name="left_attach">1</property>
2490
 
                                                    <property name="right_attach">2</property>
2491
 
                                                    <property name="top_attach">1</property>
2492
 
                                                    <property name="bottom_attach">2</property>
2493
 
                                                    <property name="x_options">GTK_FILL</property>
2494
 
                                                    <property name="y_options">GTK_FILL</property>
2495
 
                                                  </packing>
2496
 
                                                </child>
2497
 
                                              </widget>
2498
 
                                              <packing>
2499
 
                                                <property name="expand">False</property>
2500
 
                                                <property name="position">0</property>
2501
 
                                              </packing>
2502
 
                                            </child>
2503
 
                                            <child>
2504
 
                                              <widget class="GtkVBox" id="vbox11">
2505
 
                                                <property name="visible">True</property>
2506
 
                                                <property name="spacing">6</property>
2507
 
                                                <child>
2508
 
                                                  <widget class="GtkLabel" id="label29">
2509
 
                                                    <property name="visible">True</property>
2510
 
                                                    <property name="xalign">0</property>
2511
 
                                                    <property name="label" translatable="yes">R_untime pinning:</property>
2512
 
                                                    <property name="use_underline">True</property>
2513
 
                                                    <property name="mnemonic_widget">config-vcpu-list</property>
2514
 
                                                  </widget>
2515
 
                                                  <packing>
2516
 
                                                    <property name="expand">False</property>
2517
 
                                                    <property name="position">0</property>
2518
 
                                                  </packing>
2519
 
                                                </child>
2520
 
                                                <child>
2521
 
                                                  <widget class="GtkScrolledWindow" id="scrolledwindow1">
2522
 
                                                    <property name="height_request">100</property>
2523
 
                                                    <property name="visible">True</property>
2524
 
                                                    <property name="can_focus">True</property>
2525
 
                                                    <property name="hscrollbar_policy">automatic</property>
2526
 
                                                    <property name="vscrollbar_policy">automatic</property>
2527
 
                                                    <property name="shadow_type">in</property>
2528
 
                                                    <child>
2529
 
                                                      <widget class="GtkTreeView" id="config-vcpu-list">
2530
 
                                                        <property name="visible">True</property>
2531
 
                                                        <property name="can_focus">True</property>
2532
 
                                                      </widget>
2533
 
                                                    </child>
2534
 
                                                  </widget>
2535
 
                                                  <packing>
2536
 
                                                    <property name="position">1</property>
2537
 
                                                  </packing>
2538
 
                                                </child>
2539
 
                                              </widget>
2540
 
                                              <packing>
2541
 
                                                <property name="position">1</property>
2542
 
                                              </packing>
2543
 
                                            </child>
2544
 
                                          </widget>
2545
 
                                        </child>
2546
 
                                      </widget>
2547
 
                                    </child>
2548
 
                                    <child>
2549
 
                                      <widget class="GtkLabel" id="label9">
2550
 
                                        <property name="visible">True</property>
2551
 
                                        <property name="label" translatable="yes">&lt;b&gt;Pinning&lt;/b&gt;</property>
2552
 
                                        <property name="use_markup">True</property>
2553
 
                                      </widget>
2554
 
                                      <packing>
2555
 
                                        <property name="type">label_item</property>
2556
 
                                      </packing>
2557
 
                                    </child>
2558
 
                                  </widget>
2559
 
                                  <packing>
2560
 
                                    <property name="position">3</property>
2561
 
                                  </packing>
2562
 
                                </child>
2563
 
                              </widget>
2564
 
                              <packing>
2565
 
                                <property name="position">2</property>
2566
 
                              </packing>
2567
 
                            </child>
2568
 
                            <child>
2569
 
                              <widget class="GtkLabel" id="label53">
2570
 
                                <property name="visible">True</property>
2571
 
                                <property name="label" translatable="yes">cpu</property>
2572
 
                              </widget>
2573
 
                              <packing>
2574
 
                                <property name="position">2</property>
2575
 
                                <property name="tab_fill">False</property>
2576
 
                                <property name="type">tab</property>
2577
 
                              </packing>
2578
 
                            </child>
2579
 
                            <child>
2580
 
                              <widget class="GtkVBox" id="vbox7">
2581
 
                                <property name="visible">True</property>
2582
 
                                <child>
2583
 
                                  <widget class="GtkFrame" id="frame5">
2584
 
                                    <property name="visible">True</property>
2585
 
                                    <property name="label_xalign">0</property>
2586
 
                                    <property name="shadow_type">none</property>
2587
 
                                    <child>
2588
 
                                      <widget class="GtkAlignment" id="alignment23">
2589
 
                                        <property name="visible">True</property>
2590
 
                                        <property name="top_padding">3</property>
2591
 
                                        <property name="left_padding">12</property>
2592
 
                                        <child>
2593
 
                                          <widget class="GtkTable" id="table6">
2594
 
                                            <property name="visible">True</property>
2595
 
                                            <property name="border_width">3</property>
2596
 
                                            <property name="n_rows">3</property>
2597
 
                                            <property name="n_columns">2</property>
2598
 
                                            <property name="column_spacing">6</property>
2599
 
                                            <property name="row_spacing">6</property>
2600
 
                                            <child>
2601
 
                                              <widget class="GtkLabel" id="label60">
2602
 
                                                <property name="visible">True</property>
2603
 
                                                <property name="xalign">1</property>
2604
 
                                                <property name="label" translatable="yes">Current a_llocation:</property>
2605
 
                                                <property name="use_underline">True</property>
2606
 
                                                <property name="mnemonic_widget">config-memory</property>
2607
 
                                              </widget>
2608
 
                                              <packing>
2609
 
                                                <property name="top_attach">1</property>
2610
 
                                                <property name="bottom_attach">2</property>
2611
 
                                                <property name="x_options">GTK_FILL</property>
2612
 
                                                <property name="y_options"></property>
2613
 
                                              </packing>
2614
 
                                            </child>
2615
 
                                            <child>
2616
 
                                              <widget class="GtkLabel" id="label307">
2617
 
                                                <property name="visible">True</property>
2618
 
                                                <property name="xalign">1</property>
2619
 
                                                <property name="label" translatable="yes">Ma_ximum allocation:</property>
2620
 
                                                <property name="use_underline">True</property>
2621
 
                                                <property name="mnemonic_widget">config-maxmem</property>
2622
 
                                              </widget>
2623
 
                                              <packing>
2624
 
                                                <property name="top_attach">2</property>
2625
 
                                                <property name="bottom_attach">3</property>
2626
 
                                                <property name="x_options">GTK_FILL</property>
2627
 
                                                <property name="y_options"></property>
2628
 
                                              </packing>
2629
 
                                            </child>
2630
 
                                            <child>
2631
 
                                              <widget class="GtkLabel" id="label61">
2632
 
                                                <property name="visible">True</property>
2633
 
                                                <property name="xalign">1</property>
2634
 
                                                <property name="label" translatable="yes">Total host memory:</property>
2635
 
                                              </widget>
2636
 
                                              <packing>
2637
 
                                                <property name="x_options">GTK_FILL</property>
2638
 
                                                <property name="y_options"></property>
2639
 
                                              </packing>
2640
 
                                            </child>
2641
 
                                            <child>
2642
 
                                              <widget class="GtkLabel" id="state-host-memory">
2643
 
                                                <property name="visible">True</property>
2644
 
                                                <property name="xalign">0</property>
2645
 
                                                <property name="label">2 GB</property>
2646
 
                                                <property name="selectable">True</property>
2647
 
                                              </widget>
2648
 
                                              <packing>
2649
 
                                                <property name="left_attach">1</property>
2650
 
                                                <property name="right_attach">2</property>
2651
 
                                                <property name="x_options">GTK_FILL</property>
2652
 
                                                <property name="y_options"></property>
2653
 
                                              </packing>
2654
 
                                            </child>
2655
 
                                            <child>
2656
 
                                              <widget class="GtkHBox" id="hbox46">
2657
 
                                                <property name="visible">True</property>
2658
 
                                                <property name="spacing">3</property>
2659
 
                                                <child>
2660
 
                                                  <widget class="GtkSpinButton" id="config-memory">
2661
 
                                                    <property name="visible">True</property>
2662
 
                                                    <property name="can_focus">True</property>
2663
 
                                                    <property name="invisible_char">●</property>
2664
 
                                                    <property name="adjustment">50 1 10240000 1 25 0</property>
2665
 
                                                    <property name="climb_rate">2</property>
2666
 
                                                    <property name="numeric">True</property>
2667
 
                                                    <property name="update_policy">if-valid</property>
2668
 
                                                    <accessibility>
2669
 
                                                      <atkproperty name="AtkObject::accessible-name" translatable="yes">Memory Select</atkproperty>
2670
 
                                                    </accessibility>
2671
 
                                                    <signal name="changed" handler="on_config_memory_changed"/>
2672
 
                                                  </widget>
2673
 
                                                  <packing>
2674
 
                                                    <property name="position">0</property>
2675
 
                                                  </packing>
2676
 
                                                </child>
2677
 
                                                <child>
2678
 
                                                  <widget class="GtkLabel" id="label306">
2679
 
                                                    <property name="visible">True</property>
2680
 
                                                    <property name="label" translatable="yes">MB</property>
2681
 
                                                  </widget>
2682
 
                                                  <packing>
2683
 
                                                    <property name="expand">False</property>
2684
 
                                                    <property name="fill">False</property>
2685
 
                                                    <property name="position">1</property>
2686
 
                                                  </packing>
2687
 
                                                </child>
2688
 
                                              </widget>
2689
 
                                              <packing>
2690
 
                                                <property name="left_attach">1</property>
2691
 
                                                <property name="right_attach">2</property>
2692
 
                                                <property name="top_attach">1</property>
2693
 
                                                <property name="bottom_attach">2</property>
2694
 
                                                <property name="x_options">GTK_FILL</property>
2695
 
                                                <property name="y_options"></property>
2696
 
                                              </packing>
2697
 
                                            </child>
2698
 
                                            <child>
2699
 
                                              <widget class="GtkHBox" id="hbox47">
2700
 
                                                <property name="visible">True</property>
2701
 
                                                <property name="spacing">3</property>
2702
 
                                                <child>
2703
 
                                                  <widget class="GtkSpinButton" id="config-maxmem">
2704
 
                                                    <property name="visible">True</property>
2705
 
                                                    <property name="can_focus">True</property>
2706
 
                                                    <property name="invisible_char">●</property>
2707
 
                                                    <property name="adjustment">50 1 10240000 1 25 0</property>
2708
 
                                                    <property name="climb_rate">2</property>
2709
 
                                                    <property name="numeric">True</property>
2710
 
                                                    <property name="update_policy">if-valid</property>
2711
 
                                                    <accessibility>
2712
 
                                                      <atkproperty name="AtkObject::accessible-name" translatable="yes">Max Memory Select</atkproperty>
2713
 
                                                    </accessibility>
2714
 
                                                    <signal name="changed" handler="on_config_maxmem_changed"/>
2715
 
                                                  </widget>
2716
 
                                                  <packing>
2717
 
                                                    <property name="position">0</property>
2718
 
                                                  </packing>
2719
 
                                                </child>
2720
 
                                                <child>
2721
 
                                                  <widget class="GtkLabel" id="label346">
2722
 
                                                    <property name="visible">True</property>
2723
 
                                                    <property name="label" translatable="yes">MB</property>
2724
 
                                                  </widget>
2725
 
                                                  <packing>
2726
 
                                                    <property name="expand">False</property>
2727
 
                                                    <property name="fill">False</property>
2728
 
                                                    <property name="position">1</property>
2729
 
                                                  </packing>
2730
 
                                                </child>
2731
 
                                              </widget>
2732
 
                                              <packing>
2733
 
                                                <property name="left_attach">1</property>
2734
 
                                                <property name="right_attach">2</property>
2735
 
                                                <property name="top_attach">2</property>
2736
 
                                                <property name="bottom_attach">3</property>
2737
 
                                                <property name="x_options">GTK_FILL</property>
2738
 
                                                <property name="y_options"></property>
2739
 
                                              </packing>
2740
 
                                            </child>
2741
 
                                          </widget>
2742
 
                                        </child>
2743
 
                                      </widget>
2744
 
                                    </child>
2745
 
                                    <child>
2746
 
                                      <widget class="GtkLabel" id="label101">
2747
 
                                        <property name="visible">True</property>
2748
 
                                        <property name="label" translatable="yes">&lt;b&gt;Memory&lt;/b&gt;</property>
2749
 
                                        <property name="use_markup">True</property>
2750
 
                                      </widget>
2751
 
                                      <packing>
2752
 
                                        <property name="type">label_item</property>
2753
 
                                      </packing>
2754
 
                                    </child>
2755
 
                                  </widget>
2756
 
                                  <packing>
2757
 
                                    <property name="position">0</property>
2758
 
                                  </packing>
2759
 
                                </child>
2760
 
                              </widget>
2761
 
                              <packing>
2762
 
                                <property name="position">3</property>
2763
 
                              </packing>
2764
 
                            </child>
2765
 
                            <child>
2766
 
                              <widget class="GtkLabel" id="label54">
2767
 
                                <property name="visible">True</property>
2768
 
                                <property name="label" translatable="yes">mem</property>
2769
 
                              </widget>
2770
 
                              <packing>
2771
 
                                <property name="position">3</property>
2772
 
                                <property name="tab_fill">False</property>
2773
 
                                <property name="type">tab</property>
2774
 
                              </packing>
2775
 
                            </child>
2776
 
                            <child>
2777
 
                              <widget class="GtkVBox" id="vbox3">
2778
 
                                <property name="visible">True</property>
2779
 
                                <child>
2780
 
                                  <widget class="GtkVBox" id="vbox4">
2781
 
                                    <property name="visible">True</property>
2782
 
                                    <property name="spacing">24</property>
2783
 
                                    <child>
2784
 
                                      <widget class="GtkFrame" id="frame4">
2785
 
                                        <property name="visible">True</property>
2786
 
                                        <property name="label_xalign">0</property>
2787
 
                                        <property name="shadow_type">none</property>
2788
 
                                        <child>
2789
 
                                          <widget class="GtkAlignment" id="alignment2">
2790
 
                                            <property name="visible">True</property>
2791
 
                                            <property name="top_padding">3</property>
2792
 
                                            <property name="left_padding">12</property>
2793
 
                                            <child>
2794
 
                                              <widget class="GtkCheckButton" id="config-autostart">
2795
 
                                                <property name="label" translatable="yes">Start virt_ual machine on host boot up</property>
2796
 
                                                <property name="visible">True</property>
2797
 
                                                <property name="can_focus">True</property>
2798
 
                                                <property name="receives_default">False</property>
2799
 
                                                <property name="use_underline">True</property>
2800
 
                                                <property name="draw_indicator">True</property>
2801
 
                                                <signal name="toggled" handler="on_config_autostart_changed"/>
2802
 
                                              </widget>
2803
 
                                            </child>
2804
 
                                          </widget>
2805
 
                                        </child>
2806
 
                                        <child>
2807
 
                                          <widget class="GtkLabel" id="label2">
2808
 
                                            <property name="visible">True</property>
2809
 
                                            <property name="label" translatable="yes">&lt;b&gt;Autostart&lt;/b&gt;</property>
2810
 
                                            <property name="use_markup">True</property>
2811
 
                                          </widget>
2812
 
                                          <packing>
2813
 
                                            <property name="type">label_item</property>
2814
 
                                          </packing>
2815
 
                                        </child>
2816
 
                                      </widget>
2817
 
                                      <packing>
2818
 
                                        <property name="expand">False</property>
2819
 
                                        <property name="fill">False</property>
2820
 
                                        <property name="position">0</property>
2821
 
                                      </packing>
2822
 
                                    </child>
2823
 
                                    <child>
2824
 
                                      <widget class="GtkFrame" id="frame1">
2825
 
                                        <property name="visible">True</property>
2826
 
                                        <property name="label_xalign">0</property>
2827
 
                                        <property name="shadow_type">none</property>
2828
 
                                        <child>
2829
 
                                          <widget class="GtkAlignment" id="bootalign">
2830
 
                                            <property name="visible">True</property>
2831
 
                                            <property name="top_padding">3</property>
2832
 
                                            <property name="left_padding">12</property>
2833
 
                                            <child>
2834
 
                                              <widget class="GtkVBox" id="bootvbox">
2835
 
                                                <property name="visible">True</property>
2836
 
                                                <property name="spacing">6</property>
2837
 
                                                <child>
2838
 
                                                  <widget class="GtkCheckButton" id="boot-menu">
2839
 
                                                    <property name="label" translatable="yes">Enable boot me_nu</property>
2840
 
                                                    <property name="visible">True</property>
2841
 
                                                    <property name="can_focus">True</property>
2842
 
                                                    <property name="receives_default">False</property>
2843
 
                                                    <property name="use_underline">True</property>
2844
 
                                                    <property name="draw_indicator">True</property>
2845
 
                                                    <signal name="toggled" handler="on_boot_menu_changed"/>
2846
 
                                                  </widget>
2847
 
                                                  <packing>
2848
 
                                                    <property name="position">0</property>
2849
 
                                                  </packing>
2850
 
                                                </child>
2851
 
                                                <child>
2852
 
                                                  <widget class="GtkHBox" id="boothbox">
2853
 
                                                    <property name="visible">True</property>
2854
 
                                                    <property name="spacing">6</property>
2855
 
                                                    <child>
2856
 
                                                      <widget class="GtkTable" id="table2">
2857
 
                                                        <property name="visible">True</property>
2858
 
                                                        <property name="n_rows">3</property>
2859
 
                                                        <property name="n_columns">2</property>
2860
 
                                                        <property name="column_spacing">6</property>
2861
 
                                                        <property name="row_spacing">6</property>
2862
 
                                                        <child>
2863
 
                                                          <widget class="GtkScrolledWindow" id="scrolledwindow3">
2864
 
                                                            <property name="width_request">20</property>
2865
 
                                                            <property name="visible">True</property>
2866
 
                                                            <property name="can_focus">True</property>
2867
 
                                                            <property name="hscrollbar_policy">never</property>
2868
 
                                                            <property name="vscrollbar_policy">never</property>
2869
 
                                                            <property name="shadow_type">in</property>
2870
 
                                                            <child>
2871
 
                                                            <widget class="GtkTreeView" id="config-boot-list">
2872
 
                                                            <property name="visible">True</property>
2873
 
                                                            <property name="can_focus">True</property>
2874
 
                                                            <property name="headers_visible">False</property>
2875
 
                                                            </widget>
2876
 
                                                            </child>
2877
 
                                                          </widget>
2878
 
                                                          <packing>
2879
 
                                                            <property name="bottom_attach">3</property>
2880
 
                                                          </packing>
2881
 
                                                        </child>
2882
 
                                                        <child>
2883
 
                                                          <widget class="GtkButton" id="config-boot-moveup">
2884
 
                                                            <property name="visible">True</property>
2885
 
                                                            <property name="can_focus">True</property>
2886
 
                                                            <property name="receives_default">True</property>
2887
 
                                                            <signal name="clicked" handler="on_config_boot_moveup_clicked"/>
2888
 
                                                            <child>
2889
 
                                                            <widget class="GtkImage" id="image7">
2890
 
                                                            <property name="visible">True</property>
2891
 
                                                            <property name="stock">gtk-go-up</property>
2892
 
                                                            </widget>
2893
 
                                                            </child>
2894
 
                                                          </widget>
2895
 
                                                          <packing>
2896
 
                                                            <property name="left_attach">1</property>
2897
 
                                                            <property name="right_attach">2</property>
2898
 
                                                            <property name="x_options">GTK_FILL</property>
2899
 
                                                            <property name="y_options">GTK_FILL</property>
2900
 
                                                          </packing>
2901
 
                                                        </child>
2902
 
                                                        <child>
2903
 
                                                          <widget class="GtkButton" id="config-boot-movedown">
2904
 
                                                            <property name="visible">True</property>
2905
 
                                                            <property name="can_focus">True</property>
2906
 
                                                            <property name="receives_default">True</property>
2907
 
                                                            <signal name="clicked" handler="on_config_boot_movedown_clicked"/>
2908
 
                                                            <child>
2909
 
                                                            <widget class="GtkImage" id="image8">
2910
 
                                                            <property name="visible">True</property>
2911
 
                                                            <property name="stock">gtk-go-down</property>
2912
 
                                                            </widget>
2913
 
                                                            </child>
2914
 
                                                          </widget>
2915
 
                                                          <packing>
2916
 
                                                            <property name="left_attach">1</property>
2917
 
                                                            <property name="right_attach">2</property>
2918
 
                                                            <property name="top_attach">1</property>
2919
 
                                                            <property name="bottom_attach">2</property>
2920
 
                                                            <property name="x_options">GTK_FILL</property>
2921
 
                                                            <property name="y_options">GTK_FILL</property>
2922
 
                                                          </packing>
2923
 
                                                        </child>
2924
 
                                                        <child>
2925
 
                                                          <widget class="GtkAlignment" id="alignment21">
2926
 
                                                            <property name="visible">True</property>
2927
 
                                                            <child>
2928
 
                                                            <placeholder/>
2929
 
                                                            </child>
2930
 
                                                          </widget>
2931
 
                                                          <packing>
2932
 
                                                            <property name="left_attach">1</property>
2933
 
                                                            <property name="right_attach">2</property>
2934
 
                                                            <property name="top_attach">2</property>
2935
 
                                                            <property name="bottom_attach">3</property>
2936
 
                                                            <property name="x_options">GTK_FILL</property>
2937
 
                                                          </packing>
2938
 
                                                        </child>
2939
 
                                                      </widget>
2940
 
                                                      <packing>
2941
 
                                                        <property name="position">0</property>
2942
 
                                                      </packing>
2943
 
                                                    </child>
2944
 
                                                    <child>
2945
 
                                                      <widget class="GtkAlignment" id="alignment1">
2946
 
                                                        <property name="visible">True</property>
2947
 
                                                        <child>
2948
 
                                                          <placeholder/>
2949
 
                                                        </child>
2950
 
                                                      </widget>
2951
 
                                                      <packing>
2952
 
                                                        <property name="position">1</property>
2953
 
                                                      </packing>
2954
 
                                                    </child>
2955
 
                                                  </widget>
2956
 
                                                  <packing>
2957
 
                                                    <property name="position">1</property>
2958
 
                                                  </packing>
2959
 
                                                </child>
2960
 
                                              </widget>
2961
 
                                            </child>
2962
 
                                          </widget>
2963
 
                                        </child>
2964
 
                                        <child>
2965
 
                                          <widget class="GtkLabel" id="label1">
2966
 
                                            <property name="visible">True</property>
2967
 
                                            <property name="label" translatable="yes">&lt;b&gt;Boot device order&lt;/b&gt;</property>
2968
 
                                            <property name="use_markup">True</property>
2969
 
                                          </widget>
2970
 
                                          <packing>
2971
 
                                            <property name="type">label_item</property>
2972
 
                                          </packing>
2973
 
                                        </child>
2974
 
                                      </widget>
2975
 
                                      <packing>
2976
 
                                        <property name="expand">False</property>
2977
 
                                        <property name="position">1</property>
2978
 
                                      </packing>
2979
 
                                    </child>
2980
 
                                    <child>
2981
 
                                      <widget class="GtkExpander" id="boot-kernel-expander">
2982
 
                                        <property name="visible">True</property>
2983
 
                                        <property name="can_focus">True</property>
2984
 
                                        <child>
2985
 
                                          <widget class="GtkAlignment" id="alignment20">
2986
 
                                            <property name="visible">True</property>
2987
 
                                            <property name="top_padding">3</property>
2988
 
                                            <property name="left_padding">12</property>
2989
 
                                            <child>
2990
 
                                              <widget class="GtkTable" id="table13">
2991
 
                                                <property name="visible">True</property>
2992
 
                                                <property name="n_rows">3</property>
2993
 
                                                <property name="n_columns">3</property>
2994
 
                                                <property name="column_spacing">6</property>
2995
 
                                                <property name="row_spacing">3</property>
2996
 
                                                <child>
2997
 
                                                  <widget class="GtkLabel" id="label38">
2998
 
                                                    <property name="visible">True</property>
2999
 
                                                    <property name="xalign">0</property>
3000
 
                                                    <property name="label" translatable="yes">Kernel path:</property>
3001
 
                                                  </widget>
3002
 
                                                  <packing>
3003
 
                                                    <property name="x_options">GTK_FILL</property>
3004
 
                                                    <property name="y_options">GTK_FILL</property>
3005
 
                                                  </packing>
3006
 
                                                </child>
3007
 
                                                <child>
3008
 
                                                  <widget class="GtkLabel" id="label39">
3009
 
                                                    <property name="visible">True</property>
3010
 
                                                    <property name="xalign">0</property>
3011
 
                                                    <property name="label" translatable="yes">Initrd path:</property>
3012
 
                                                  </widget>
3013
 
                                                  <packing>
3014
 
                                                    <property name="top_attach">1</property>
3015
 
                                                    <property name="bottom_attach">2</property>
3016
 
                                                    <property name="x_options">GTK_FILL</property>
3017
 
                                                    <property name="y_options">GTK_FILL</property>
3018
 
                                                  </packing>
3019
 
                                                </child>
3020
 
                                                <child>
3021
 
                                                  <widget class="GtkEntry" id="boot-kernel-initrd">
3022
 
                                                    <property name="visible">True</property>
3023
 
                                                    <property name="can_focus">True</property>
3024
 
                                                    <property name="invisible_char">●</property>
3025
 
                                                    <signal name="changed" handler="on_boot_kernel_initrd_changed"/>
3026
 
                                                  </widget>
3027
 
                                                  <packing>
3028
 
                                                    <property name="left_attach">1</property>
3029
 
                                                    <property name="right_attach">2</property>
3030
 
                                                    <property name="top_attach">1</property>
3031
 
                                                    <property name="bottom_attach">2</property>
3032
 
                                                    <property name="y_options">GTK_FILL</property>
3033
 
                                                  </packing>
3034
 
                                                </child>
3035
 
                                                <child>
3036
 
                                                  <widget class="GtkEntry" id="boot-kernel">
3037
 
                                                    <property name="visible">True</property>
3038
 
                                                    <property name="can_focus">True</property>
3039
 
                                                    <property name="invisible_char">●</property>
3040
 
                                                    <signal name="changed" handler="on_boot_kernel_changed"/>
3041
 
                                                  </widget>
3042
 
                                                  <packing>
3043
 
                                                    <property name="left_attach">1</property>
3044
 
                                                    <property name="right_attach">2</property>
3045
 
                                                    <property name="y_options">GTK_FILL</property>
3046
 
                                                  </packing>
3047
 
                                                </child>
3048
 
                                                <child>
3049
 
                                                  <widget class="GtkButton" id="boot-kernel-browse">
3050
 
                                                    <property name="label" translatable="yes">Browse</property>
3051
 
                                                    <property name="visible">True</property>
3052
 
                                                    <property name="can_focus">True</property>
3053
 
                                                    <property name="receives_default">True</property>
3054
 
                                                    <signal name="clicked" handler="on_boot_kernel_browse_clicked"/>
3055
 
                                                  </widget>
3056
 
                                                  <packing>
3057
 
                                                    <property name="left_attach">2</property>
3058
 
                                                    <property name="right_attach">3</property>
3059
 
                                                    <property name="x_options">GTK_FILL</property>
3060
 
                                                    <property name="y_options">GTK_FILL</property>
3061
 
                                                  </packing>
3062
 
                                                </child>
3063
 
                                                <child>
3064
 
                                                  <widget class="GtkButton" id="boot-kernel-initrd-browse">
3065
 
                                                    <property name="label" translatable="yes">Browse</property>
3066
 
                                                    <property name="visible">True</property>
3067
 
                                                    <property name="can_focus">True</property>
3068
 
                                                    <property name="receives_default">True</property>
3069
 
                                                    <signal name="clicked" handler="on_boot_kernel_initrd_browse_clicked"/>
3070
 
                                                  </widget>
3071
 
                                                  <packing>
3072
 
                                                    <property name="left_attach">2</property>
3073
 
                                                    <property name="right_attach">3</property>
3074
 
                                                    <property name="top_attach">1</property>
3075
 
                                                    <property name="bottom_attach">2</property>
3076
 
                                                    <property name="x_options">GTK_FILL</property>
3077
 
                                                    <property name="y_options">GTK_FILL</property>
3078
 
                                                  </packing>
3079
 
                                                </child>
3080
 
                                                <child>
3081
 
                                                  <widget class="GtkHBox" id="hbox10">
3082
 
                                                    <property name="visible">True</property>
3083
 
                                                    <property name="spacing">6</property>
3084
 
                                                    <child>
3085
 
                                                      <widget class="GtkLabel" id="label40">
3086
 
                                                        <property name="visible">True</property>
3087
 
                                                        <property name="xalign">1</property>
3088
 
                                                        <property name="label" translatable="yes">Kernel arguments:</property>
3089
 
                                                      </widget>
3090
 
                                                      <packing>
3091
 
                                                        <property name="expand">False</property>
3092
 
                                                        <property name="position">0</property>
3093
 
                                                      </packing>
3094
 
                                                    </child>
3095
 
                                                    <child>
3096
 
                                                      <widget class="GtkEntry" id="boot-kernel-args">
3097
 
                                                        <property name="visible">True</property>
3098
 
                                                        <property name="can_focus">True</property>
3099
 
                                                        <property name="invisible_char">●</property>
3100
 
                                                        <signal name="changed" handler="on_boot_kernel_args_changed"/>
3101
 
                                                      </widget>
3102
 
                                                      <packing>
3103
 
                                                        <property name="position">1</property>
3104
 
                                                      </packing>
3105
 
                                                    </child>
3106
 
                                                  </widget>
3107
 
                                                  <packing>
3108
 
                                                    <property name="right_attach">3</property>
3109
 
                                                    <property name="top_attach">2</property>
3110
 
                                                    <property name="bottom_attach">3</property>
3111
 
                                                    <property name="y_options">GTK_FILL</property>
3112
 
                                                  </packing>
3113
 
                                                </child>
3114
 
                                              </widget>
3115
 
                                            </child>
3116
 
                                          </widget>
3117
 
                                        </child>
3118
 
                                        <child>
3119
 
                                          <widget class="GtkLabel" id="label37">
3120
 
                                            <property name="visible">True</property>
3121
 
                                            <property name="label" translatable="yes">&lt;b&gt;Direct kernel boot&lt;/b&gt;</property>
3122
 
                                            <property name="use_markup">True</property>
3123
 
                                          </widget>
3124
 
                                          <packing>
3125
 
                                            <property name="type">label_item</property>
3126
 
                                          </packing>
3127
 
                                        </child>
3128
 
                                      </widget>
3129
 
                                      <packing>
3130
 
                                        <property name="position">2</property>
3131
 
                                      </packing>
3132
 
                                    </child>
3133
 
                                  </widget>
3134
 
                                  <packing>
3135
 
                                    <property name="position">0</property>
3136
 
                                  </packing>
3137
 
                                </child>
3138
 
                              </widget>
3139
 
                              <packing>
3140
 
                                <property name="position">4</property>
3141
 
                              </packing>
3142
 
                            </child>
3143
 
                            <child>
3144
 
                              <widget class="GtkLabel" id="boot-options-lbl">
3145
 
                                <property name="visible">True</property>
3146
 
                                <property name="label" translatable="yes">boot</property>
3147
 
                              </widget>
3148
 
                              <packing>
3149
 
                                <property name="position">4</property>
3150
 
                                <property name="tab_fill">False</property>
3151
 
                                <property name="type">tab</property>
3152
 
                              </packing>
3153
 
                            </child>
3154
 
                            <child>
3155
 
                              <widget class="GtkVBox" id="vbox55">
3156
 
                                <property name="visible">True</property>
3157
 
                                <property name="spacing">12</property>
3158
 
                                <child>
3159
 
                                  <widget class="GtkFrame" id="frame10">
3160
 
                                    <property name="visible">True</property>
3161
 
                                    <property name="label_xalign">0</property>
3162
 
                                    <property name="shadow_type">none</property>
3163
 
                                    <child>
3164
 
                                      <widget class="GtkAlignment" id="alignment149">
3165
 
                                        <property name="visible">True</property>
3166
 
                                        <property name="top_padding">3</property>
3167
 
                                        <property name="left_padding">12</property>
3168
 
                                        <child>
3169
 
                                          <widget class="GtkVBox" id="vbox13">
3170
 
                                            <property name="visible">True</property>
3171
 
                                            <property name="spacing">12</property>
3172
 
                                            <child>
3173
 
                                              <widget class="GtkTable" id="table32">
3174
 
                                                <property name="visible">True</property>
3175
 
                                                <property name="border_width">3</property>
3176
 
                                                <property name="n_rows">5</property>
3177
 
                                                <property name="n_columns">3</property>
3178
 
                                                <property name="column_spacing">8</property>
3179
 
                                                <property name="row_spacing">4</property>
3180
 
                                                <child>
3181
 
                                                  <widget class="GtkLabel" id="permissions-label">
3182
 
                                                    <property name="visible">True</property>
3183
 
                                                    <property name="xalign">1</property>
3184
 
                                                    <property name="label" translatable="yes">R_eadonly:</property>
3185
 
                                                    <property name="use_underline">True</property>
3186
 
                                                    <property name="mnemonic_widget">disk-readonly</property>
3187
 
                                                  </widget>
3188
 
                                                  <packing>
3189
 
                                                    <property name="top_attach">3</property>
3190
 
                                                    <property name="bottom_attach">4</property>
3191
 
                                                    <property name="x_options">GTK_FILL</property>
3192
 
                                                    <property name="y_options"></property>
3193
 
                                                  </packing>
3194
 
                                                </child>
3195
 
                                                <child>
3196
 
                                                  <widget class="GtkLabel" id="label3">
3197
 
                                                    <property name="visible">True</property>
3198
 
                                                    <property name="xalign">1</property>
3199
 
                                                    <property name="label" translatable="yes">Sharea_ble:</property>
3200
 
                                                    <property name="use_underline">True</property>
3201
 
                                                    <property name="mnemonic_widget">disk-shareable</property>
3202
 
                                                  </widget>
3203
 
                                                  <packing>
3204
 
                                                    <property name="top_attach">4</property>
3205
 
                                                    <property name="bottom_attach">5</property>
3206
 
                                                    <property name="x_options">GTK_FILL</property>
3207
 
                                                  </packing>
3208
 
                                                </child>
3209
 
                                                <child>
3210
 
                                                  <widget class="GtkCheckButton" id="disk-readonly">
3211
 
                                                    <property name="visible">True</property>
3212
 
                                                    <property name="can_focus">True</property>
3213
 
                                                    <property name="receives_default">False</property>
3214
 
                                                    <property name="draw_indicator">True</property>
3215
 
                                                    <signal name="toggled" handler="on_disk_readonly_changed"/>
3216
 
                                                  </widget>
3217
 
                                                  <packing>
3218
 
                                                    <property name="left_attach">1</property>
3219
 
                                                    <property name="right_attach">2</property>
3220
 
                                                    <property name="top_attach">3</property>
3221
 
                                                    <property name="bottom_attach">4</property>
3222
 
                                                    <property name="x_options">GTK_FILL</property>
3223
 
                                                  </packing>
3224
 
                                                </child>
3225
 
                                                <child>
3226
 
                                                  <widget class="GtkCheckButton" id="disk-shareable">
3227
 
                                                    <property name="visible">True</property>
3228
 
                                                    <property name="can_focus">True</property>
3229
 
                                                    <property name="receives_default">False</property>
3230
 
                                                    <property name="draw_indicator">True</property>
3231
 
                                                    <signal name="toggled" handler="on_disk_shareable_changed"/>
3232
 
                                                  </widget>
3233
 
                                                  <packing>
3234
 
                                                    <property name="left_attach">1</property>
3235
 
                                                    <property name="right_attach">2</property>
3236
 
                                                    <property name="top_attach">4</property>
3237
 
                                                    <property name="bottom_attach">5</property>
3238
 
                                                    <property name="x_options">GTK_FILL</property>
3239
 
                                                  </packing>
3240
 
                                                </child>
3241
 
                                                <child>
3242
 
                                                  <widget class="GtkLabel" id="label375">
3243
 
                                                    <property name="visible">True</property>
3244
 
                                                    <property name="xalign">1</property>
3245
 
                                                    <property name="label" translatable="yes">Target device:</property>
3246
 
                                                    <property name="use_underline">True</property>
3247
 
                                                  </widget>
3248
 
                                                  <packing>
3249
 
                                                    <property name="x_options">GTK_FILL</property>
3250
 
                                                    <property name="y_options"></property>
3251
 
                                                  </packing>
3252
 
                                                </child>
3253
 
                                                <child>
3254
 
                                                  <widget class="GtkLabel" id="disk-source-path">
3255
 
                                                    <property name="visible">True</property>
3256
 
                                                    <property name="xalign">0</property>
3257
 
                                                    <property name="label">label402</property>
3258
 
                                                    <property name="selectable">True</property>
3259
 
                                                    <property name="ellipsize">start</property>
3260
 
                                                  </widget>
3261
 
                                                  <packing>
3262
 
                                                    <property name="left_attach">1</property>
3263
 
                                                    <property name="right_attach">2</property>
3264
 
                                                    <property name="top_attach">1</property>
3265
 
                                                    <property name="bottom_attach">2</property>
3266
 
                                                    <property name="y_options"></property>
3267
 
                                                  </packing>
3268
 
                                                </child>
3269
 
                                                <child>
3270
 
                                                  <widget class="GtkLabel" id="disk-target-type">
3271
 
                                                    <property name="visible">True</property>
3272
 
                                                    <property name="xalign">0</property>
3273
 
                                                    <property name="label">disk </property>
3274
 
                                                    <property name="selectable">True</property>
3275
 
                                                  </widget>
3276
 
                                                  <packing>
3277
 
                                                    <property name="left_attach">1</property>
3278
 
                                                    <property name="right_attach">2</property>
3279
 
                                                    <property name="x_options">GTK_FILL</property>
3280
 
                                                    <property name="y_options"></property>
3281
 
                                                  </packing>
3282
 
                                                </child>
3283
 
                                                <child>
3284
 
                                                  <widget class="GtkLabel" id="label392">
3285
 
                                                    <property name="visible">True</property>
3286
 
                                                    <property name="xalign">1</property>
3287
 
                                                    <property name="label" translatable="yes">Source path:</property>
3288
 
                                                    <property name="use_underline">True</property>
3289
 
                                                  </widget>
3290
 
                                                  <packing>
3291
 
                                                    <property name="top_attach">1</property>
3292
 
                                                    <property name="bottom_attach">2</property>
3293
 
                                                    <property name="x_options">GTK_FILL</property>
3294
 
                                                    <property name="y_options"></property>
3295
 
                                                  </packing>
3296
 
                                                </child>
3297
 
                                                <child>
3298
 
                                                  <widget class="GtkAlignment" id="alignment15">
3299
 
                                                    <property name="visible">True</property>
3300
 
                                                    <property name="bottom_padding">1</property>
3301
 
                                                    <child>
3302
 
                                                      <widget class="GtkButton" id="config-cdrom-connect">
3303
 
                                                        <property name="label">gtk-connect</property>
3304
 
                                                        <property name="visible">True</property>
3305
 
                                                        <property name="can_focus">True</property>
3306
 
                                                        <property name="can_default">True</property>
3307
 
                                                        <property name="receives_default">True</property>
3308
 
                                                        <property name="has_tooltip">True</property>
3309
 
                                                        <property name="tooltip" translatable="yes">Connect or disconnect media</property>
3310
 
                                                        <property name="use_stock">True</property>
3311
 
                                                        <signal name="clicked" handler="on_config_cdrom_connect_clicked"/>
3312
 
                                                      </widget>
3313
 
                                                    </child>
3314
 
                                                  </widget>
3315
 
                                                  <packing>
3316
 
                                                    <property name="left_attach">2</property>
3317
 
                                                    <property name="right_attach">3</property>
3318
 
                                                    <property name="bottom_attach">4</property>
3319
 
                                                    <property name="x_options"></property>
3320
 
                                                    <property name="y_options"></property>
3321
 
                                                  </packing>
3322
 
                                                </child>
3323
 
                                                <child>
3324
 
                                                  <widget class="GtkLabel" id="label4">
3325
 
                                                    <property name="visible">True</property>
3326
 
                                                    <property name="xalign">1</property>
3327
 
                                                    <property name="label" translatable="yes">Storage size:</property>
3328
 
                                                  </widget>
3329
 
                                                  <packing>
3330
 
                                                    <property name="top_attach">2</property>
3331
 
                                                    <property name="bottom_attach">3</property>
3332
 
                                                    <property name="x_options">GTK_FILL</property>
3333
 
                                                  </packing>
3334
 
                                                </child>
3335
 
                                                <child>
3336
 
                                                  <widget class="GtkLabel" id="disk-size">
3337
 
                                                    <property name="visible">True</property>
3338
 
                                                    <property name="xalign">0</property>
3339
 
                                                    <property name="label">size</property>
3340
 
                                                  </widget>
3341
 
                                                  <packing>
3342
 
                                                    <property name="left_attach">1</property>
3343
 
                                                    <property name="right_attach">2</property>
3344
 
                                                    <property name="top_attach">2</property>
3345
 
                                                    <property name="bottom_attach">3</property>
3346
 
                                                  </packing>
3347
 
                                                </child>
3348
 
                                                <child>
3349
 
                                                  <placeholder/>
3350
 
                                                </child>
3351
 
                                              </widget>
3352
 
                                              <packing>
3353
 
                                                <property name="position">0</property>
3354
 
                                              </packing>
3355
 
                                            </child>
3356
 
                                            <child>
3357
 
                                              <widget class="GtkExpander" id="expander4">
3358
 
                                                <property name="visible">True</property>
3359
 
                                                <property name="can_focus">True</property>
3360
 
                                                <child>
3361
 
                                                  <widget class="GtkTable" id="table11">
3362
 
                                                    <property name="visible">True</property>
3363
 
                                                    <property name="n_rows">3</property>
3364
 
                                                    <property name="n_columns">2</property>
3365
 
                                                    <property name="column_spacing">8</property>
3366
 
                                                    <property name="row_spacing">3</property>
3367
 
                                                    <child>
3368
 
                                                      <widget class="GtkLabel" id="label123">
3369
 
                                                        <property name="visible">True</property>
3370
 
                                                        <property name="xalign">1</property>
3371
 
                                                        <property name="label" translatable="yes">Cac_he mode:</property>
3372
 
                                                        <property name="use_underline">True</property>
3373
 
                                                      </widget>
3374
 
                                                      <packing>
3375
 
                                                        <property name="x_options">GTK_FILL</property>
3376
 
                                                      </packing>
3377
 
                                                    </child>
3378
 
                                                    <child>
3379
 
                                                      <widget class="GtkLabel" id="label30">
3380
 
                                                        <property name="visible">True</property>
3381
 
                                                        <property name="xalign">1</property>
3382
 
                                                        <property name="label" translatable="yes">Storage forma_t:</property>
3383
 
                                                        <property name="use_underline">True</property>
3384
 
                                                        <property name="mnemonic_widget">disk-format</property>
3385
 
                                                      </widget>
3386
 
                                                      <packing>
3387
 
                                                        <property name="top_attach">1</property>
3388
 
                                                        <property name="bottom_attach">2</property>
3389
 
                                                        <property name="x_options">GTK_FILL</property>
3390
 
                                                      </packing>
3391
 
                                                    </child>
3392
 
                                                    <child>
3393
 
                                                      <widget class="GtkHBox" id="hbox15">
3394
 
                                                        <property name="visible">True</property>
3395
 
                                                        <child>
3396
 
                                                          <widget class="GtkComboBox" id="disk-cache-combo">
3397
 
                                                            <property name="visible">True</property>
3398
 
                                                            <signal name="changed" handler="on_disk_cache_combo_changed"/>
3399
 
                                                          </widget>
3400
 
                                                          <packing>
3401
 
                                                            <property name="expand">False</property>
3402
 
                                                            <property name="position">0</property>
3403
 
                                                          </packing>
3404
 
                                                        </child>
3405
 
                                                        <child>
3406
 
                                                          <widget class="GtkLabel" id="disk-cache-label">
3407
 
                                                            <property name="visible">True</property>
3408
 
                                                            <property name="xalign">0</property>
3409
 
                                                            <property name="label">Unknown cache</property>
3410
 
                                                          </widget>
3411
 
                                                          <packing>
3412
 
                                                            <property name="expand">False</property>
3413
 
                                                            <property name="position">1</property>
3414
 
                                                          </packing>
3415
 
                                                        </child>
3416
 
                                                      </widget>
3417
 
                                                      <packing>
3418
 
                                                        <property name="left_attach">1</property>
3419
 
                                                        <property name="right_attach">2</property>
3420
 
                                                      </packing>
3421
 
                                                    </child>
3422
 
                                                    <child>
3423
 
                                                      <widget class="GtkHBox" id="hbox17">
3424
 
                                                        <property name="visible">True</property>
3425
 
                                                        <child>
3426
 
                                                          <widget class="GtkComboBoxEntry" id="disk-format">
3427
 
                                                            <property name="visible">True</property>
3428
 
                                                            <signal name="changed" handler="on_disk_format_changed"/>
3429
 
                                                          </widget>
3430
 
                                                          <packing>
3431
 
                                                            <property name="expand">False</property>
3432
 
                                                            <property name="position">0</property>
3433
 
                                                          </packing>
3434
 
                                                        </child>
3435
 
                                                        <child>
3436
 
                                                          <widget class="GtkAlignment" id="alignment26">
3437
 
                                                            <property name="visible">True</property>
3438
 
                                                            <child>
3439
 
                                                            <placeholder/>
3440
 
                                                            </child>
3441
 
                                                          </widget>
3442
 
                                                          <packing>
3443
 
                                                            <property name="position">1</property>
3444
 
                                                          </packing>
3445
 
                                                        </child>
3446
 
                                                      </widget>
3447
 
                                                      <packing>
3448
 
                                                        <property name="left_attach">1</property>
3449
 
                                                        <property name="right_attach">2</property>
3450
 
                                                        <property name="top_attach">1</property>
3451
 
                                                        <property name="bottom_attach">2</property>
3452
 
                                                        <property name="x_options">GTK_FILL</property>
3453
 
                                                      </packing>
3454
 
                                                    </child>
3455
 
                                                    <child>
3456
 
                                                      <widget class="GtkLabel" id="label32">
3457
 
                                                        <property name="visible">True</property>
3458
 
                                                        <property name="xalign">1</property>
3459
 
                                                        <property name="label" translatable="yes">Disk B_us:</property>
3460
 
                                                        <property name="use_underline">True</property>
3461
 
                                                        <property name="mnemonic_widget">disk-bus-combo</property>
3462
 
                                                      </widget>
3463
 
                                                      <packing>
3464
 
                                                        <property name="top_attach">2</property>
3465
 
                                                        <property name="bottom_attach">3</property>
3466
 
                                                        <property name="x_options">GTK_FILL</property>
3467
 
                                                      </packing>
3468
 
                                                    </child>
3469
 
                                                    <child>
3470
 
                                                      <widget class="GtkHBox" id="hbox18">
3471
 
                                                        <property name="visible">True</property>
3472
 
                                                        <child>
3473
 
                                                          <widget class="GtkComboBox" id="disk-bus-combo">
3474
 
                                                            <property name="visible">True</property>
3475
 
                                                            <signal name="changed" handler="on_disk_bus_combo_changed"/>
3476
 
                                                          </widget>
3477
 
                                                          <packing>
3478
 
                                                            <property name="expand">False</property>
3479
 
                                                            <property name="position">0</property>
3480
 
                                                          </packing>
3481
 
                                                        </child>
3482
 
                                                        <child>
3483
 
                                                          <widget class="GtkAlignment" id="alignment27">
3484
 
                                                            <property name="visible">True</property>
3485
 
                                                            <child>
3486
 
                                                            <widget class="GtkLabel" id="disk-bus-label">
3487
 
                                                            <property name="visible">True</property>
3488
 
                                                            <property name="xalign">0</property>
3489
 
                                                            <property name="label">Unknown bus</property>
3490
 
                                                            </widget>
3491
 
                                                            </child>
3492
 
                                                          </widget>
3493
 
                                                          <packing>
3494
 
                                                            <property name="position">1</property>
3495
 
                                                          </packing>
3496
 
                                                        </child>
3497
 
                                                      </widget>
3498
 
                                                      <packing>
3499
 
                                                        <property name="left_attach">1</property>
3500
 
                                                        <property name="right_attach">2</property>
3501
 
                                                        <property name="top_attach">2</property>
3502
 
                                                        <property name="bottom_attach">3</property>
3503
 
                                                      </packing>
3504
 
                                                    </child>
3505
 
                                                  </widget>
3506
 
                                                </child>
3507
 
                                                <child>
3508
 
                                                  <widget class="GtkLabel" id="label31">
3509
 
                                                    <property name="visible">True</property>
3510
 
                                                    <property name="label" translatable="yes">Advanced _options</property>
3511
 
                                                    <property name="use_underline">True</property>
3512
 
                                                    <property name="mnemonic_widget">expander4</property>
3513
 
                                                  </widget>
3514
 
                                                  <packing>
3515
 
                                                    <property name="type">label_item</property>
3516
 
                                                  </packing>
3517
 
                                                </child>
3518
 
                                              </widget>
3519
 
                                              <packing>
3520
 
                                                <property name="position">1</property>
3521
 
                                              </packing>
3522
 
                                            </child>
3523
 
                                          </widget>
3524
 
                                        </child>
3525
 
                                      </widget>
3526
 
                                    </child>
3527
 
                                    <child>
3528
 
                                      <widget class="GtkLabel" id="label376">
3529
 
                                        <property name="visible">True</property>
3530
 
                                        <property name="label" translatable="yes">&lt;b&gt;Virtual Disk&lt;/b&gt;</property>
3531
 
                                        <property name="use_markup">True</property>
3532
 
                                      </widget>
3533
 
                                      <packing>
3534
 
                                        <property name="type">label_item</property>
3535
 
                                      </packing>
3536
 
                                    </child>
3537
 
                                  </widget>
3538
 
                                  <packing>
3539
 
                                    <property name="expand">False</property>
3540
 
                                    <property name="fill">False</property>
3541
 
                                    <property name="position">0</property>
3542
 
                                  </packing>
3543
 
                                </child>
3544
 
                                <child>
3545
 
                                  <widget class="GtkHBox" id="hbox50">
3546
 
                                    <property name="visible">True</property>
3547
 
                                    <child>
3548
 
                                      <widget class="GtkAlignment" id="alignment141">
3549
 
                                        <property name="visible">True</property>
3550
 
                                        <property name="left_padding">13</property>
3551
 
                                        <child>
3552
 
                                          <widget class="GtkImage" id="image75">
3553
 
                                            <property name="visible">True</property>
3554
 
                                            <property name="yalign">0</property>
3555
 
                                            <property name="stock">gtk-info</property>
3556
 
                                          </widget>
3557
 
                                        </child>
3558
 
                                      </widget>
3559
 
                                      <packing>
3560
 
                                        <property name="expand">False</property>
3561
 
                                        <property name="fill">False</property>
3562
 
                                        <property name="position">0</property>
3563
 
                                      </packing>
3564
 
                                    </child>
3565
 
                                    <child>
3566
 
                                      <widget class="GtkAlignment" id="alignment142">
3567
 
                                        <property name="visible">True</property>
3568
 
                                        <property name="left_padding">3</property>
3569
 
                                        <child>
3570
 
                                          <widget class="GtkLabel" id="label377">
3571
 
                                            <property name="visible">True</property>
3572
 
                                            <property name="yalign">0</property>
3573
 
                                            <property name="label" translatable="yes">&lt;b&gt;Tip:&lt;/b&gt; 'source' refers to information seen from the host OS, while 'target' refers to information seen from the guest OS</property>
3574
 
                                            <property name="use_markup">True</property>
3575
 
                                            <property name="wrap">True</property>
3576
 
                                          </widget>
3577
 
                                        </child>
3578
 
                                      </widget>
3579
 
                                      <packing>
3580
 
                                        <property name="expand">False</property>
3581
 
                                        <property name="fill">False</property>
3582
 
                                        <property name="position">1</property>
3583
 
                                      </packing>
3584
 
                                    </child>
3585
 
                                  </widget>
3586
 
                                  <packing>
3587
 
                                    <property name="position">1</property>
3588
 
                                  </packing>
3589
 
                                </child>
3590
 
                                <child>
3591
 
                                  <widget class="GtkHButtonBox" id="hbuttonbox9">
3592
 
                                    <property name="visible">True</property>
3593
 
                                    <property name="spacing">5</property>
3594
 
                                    <property name="layout_style">end</property>
3595
 
                                  </widget>
3596
 
                                  <packing>
3597
 
                                    <property name="expand">False</property>
3598
 
                                    <property name="fill">False</property>
3599
 
                                    <property name="pack_type">end</property>
3600
 
                                    <property name="position">2</property>
3601
 
                                  </packing>
3602
 
                                </child>
3603
 
                              </widget>
3604
 
                              <packing>
3605
 
                                <property name="position">5</property>
3606
 
                              </packing>
3607
 
                            </child>
3608
 
                            <child>
3609
 
                              <widget class="GtkLabel" id="label55">
3610
 
                                <property name="visible">True</property>
3611
 
                                <property name="label" translatable="yes">dsk</property>
3612
 
                              </widget>
3613
 
                              <packing>
3614
 
                                <property name="position">5</property>
3615
 
                                <property name="tab_fill">False</property>
3616
 
                                <property name="type">tab</property>
3617
 
                              </packing>
3618
 
                            </child>
3619
 
                            <child>
3620
 
                              <widget class="GtkVBox" id="vbox54">
3621
 
                                <property name="visible">True</property>
3622
 
                                <child>
3623
 
                                  <widget class="GtkFrame" id="frame9">
3624
 
                                    <property name="visible">True</property>
3625
 
                                    <property name="label_xalign">0</property>
3626
 
                                    <property name="shadow_type">none</property>
3627
 
                                    <child>
3628
 
                                      <widget class="GtkAlignment" id="alignment137">
3629
 
                                        <property name="visible">True</property>
3630
 
                                        <property name="top_padding">3</property>
3631
 
                                        <property name="left_padding">12</property>
3632
 
                                        <child>
3633
 
                                          <widget class="GtkTable" id="table31">
3634
 
                                            <property name="visible">True</property>
3635
 
                                            <property name="border_width">3</property>
3636
 
                                            <property name="n_rows">3</property>
3637
 
                                            <property name="n_columns">2</property>
3638
 
                                            <property name="column_spacing">8</property>
3639
 
                                            <property name="row_spacing">4</property>
3640
 
                                            <child>
3641
 
                                              <widget class="GtkLabel" id="label397">
3642
 
                                                <property name="visible">True</property>
3643
 
                                                <property name="xalign">1</property>
3644
 
                                                <property name="label" translatable="yes">Source device:</property>
3645
 
                                              </widget>
3646
 
                                              <packing>
3647
 
                                                <property name="x_options">GTK_FILL</property>
3648
 
                                                <property name="y_options"></property>
3649
 
                                              </packing>
3650
 
                                            </child>
3651
 
                                            <child>
3652
 
                                              <widget class="GtkLabel" id="network-source-device">
3653
 
                                                <property name="visible">True</property>
3654
 
                                                <property name="xalign">0</property>
3655
 
                                                <property name="label">label401</property>
3656
 
                                                <property name="selectable">True</property>
3657
 
                                              </widget>
3658
 
                                              <packing>
3659
 
                                                <property name="left_attach">1</property>
3660
 
                                                <property name="right_attach">2</property>
3661
 
                                                <property name="x_options">GTK_FILL</property>
3662
 
                                                <property name="y_options"></property>
3663
 
                                              </packing>
3664
 
                                            </child>
3665
 
                                            <child>
3666
 
                                              <widget class="GtkLabel" id="mac-address-label">
3667
 
                                                <property name="visible">True</property>
3668
 
                                                <property name="xalign">1</property>
3669
 
                                                <property name="label" translatable="yes">MAC address:</property>
3670
 
                                                <property name="use_underline">True</property>
3671
 
                                              </widget>
3672
 
                                              <packing>
3673
 
                                                <property name="top_attach">2</property>
3674
 
                                                <property name="bottom_attach">3</property>
3675
 
                                                <property name="x_options">GTK_FILL</property>
3676
 
                                                <property name="y_options"></property>
3677
 
                                              </packing>
3678
 
                                            </child>
3679
 
                                            <child>
3680
 
                                              <widget class="GtkLabel" id="label509">
3681
 
                                                <property name="visible">True</property>
3682
 
                                                <property name="xalign">1</property>
3683
 
                                                <property name="yalign">0.47999998927116394</property>
3684
 
                                                <property name="label" translatable="yes">Device m_odel:</property>
3685
 
                                                <property name="use_underline">True</property>
3686
 
                                                <property name="mnemonic_widget">network-model-combo</property>
3687
 
                                              </widget>
3688
 
                                              <packing>
3689
 
                                                <property name="top_attach">1</property>
3690
 
                                                <property name="bottom_attach">2</property>
3691
 
                                                <property name="x_options">GTK_FILL</property>
3692
 
                                                <property name="y_options"></property>
3693
 
                                              </packing>
3694
 
                                            </child>
3695
 
                                            <child>
3696
 
                                              <widget class="GtkLabel" id="network-mac-address">
3697
 
                                                <property name="visible">True</property>
3698
 
                                                <property name="xalign">0</property>
3699
 
                                                <property name="selectable">True</property>
3700
 
                                              </widget>
3701
 
                                              <packing>
3702
 
                                                <property name="left_attach">1</property>
3703
 
                                                <property name="right_attach">2</property>
3704
 
                                                <property name="top_attach">2</property>
3705
 
                                                <property name="bottom_attach">3</property>
3706
 
                                              </packing>
3707
 
                                            </child>
3708
 
                                            <child>
3709
 
                                              <widget class="GtkHBox" id="hbox4">
3710
 
                                                <property name="visible">True</property>
3711
 
                                                <child>
3712
 
                                                  <widget class="GtkComboBox" id="network-model-combo">
3713
 
                                                    <property name="visible">True</property>
3714
 
                                                    <signal name="changed" handler="on_network_model_combo_changed"/>
3715
 
                                                  </widget>
3716
 
                                                  <packing>
3717
 
                                                    <property name="expand">False</property>
3718
 
                                                    <property name="position">0</property>
3719
 
                                                  </packing>
3720
 
                                                </child>
3721
 
                                                <child>
3722
 
                                                  <widget class="GtkLabel" id="network-model-label">
3723
 
                                                    <property name="visible">True</property>
3724
 
                                                    <property name="xalign">0</property>
3725
 
                                                    <property name="label">unknown model</property>
3726
 
                                                    <property name="selectable">True</property>
3727
 
                                                  </widget>
3728
 
                                                  <packing>
3729
 
                                                    <property name="expand">False</property>
3730
 
                                                    <property name="position">1</property>
3731
 
                                                  </packing>
3732
 
                                                </child>
3733
 
                                              </widget>
3734
 
                                              <packing>
3735
 
                                                <property name="left_attach">1</property>
3736
 
                                                <property name="right_attach">2</property>
3737
 
                                                <property name="top_attach">1</property>
3738
 
                                                <property name="bottom_attach">2</property>
3739
 
                                                <property name="x_options">GTK_FILL</property>
3740
 
                                                <property name="y_options"></property>
3741
 
                                              </packing>
3742
 
                                            </child>
3743
 
                                          </widget>
3744
 
                                        </child>
3745
 
                                      </widget>
3746
 
                                    </child>
3747
 
                                    <child>
3748
 
                                      <widget class="GtkLabel" id="label367">
3749
 
                                        <property name="visible">True</property>
3750
 
                                        <property name="label" translatable="yes">&lt;b&gt;Virtual Network Interface&lt;/b&gt;</property>
3751
 
                                        <property name="use_markup">True</property>
3752
 
                                      </widget>
3753
 
                                      <packing>
3754
 
                                        <property name="type">label_item</property>
3755
 
                                      </packing>
3756
 
                                    </child>
3757
 
                                  </widget>
3758
 
                                  <packing>
3759
 
                                    <property name="expand">False</property>
3760
 
                                    <property name="fill">False</property>
3761
 
                                    <property name="position">0</property>
3762
 
                                  </packing>
3763
 
                                </child>
3764
 
                              </widget>
3765
 
                              <packing>
3766
 
                                <property name="position">6</property>
3767
 
                              </packing>
3768
 
                            </child>
3769
 
                            <child>
3770
 
                              <widget class="GtkLabel" id="label56">
3771
 
                                <property name="visible">True</property>
3772
 
                                <property name="label" translatable="yes">net</property>
3773
 
                              </widget>
3774
 
                              <packing>
3775
 
                                <property name="position">6</property>
3776
 
                                <property name="tab_fill">False</property>
3777
 
                                <property name="type">tab</property>
3778
 
                              </packing>
3779
 
                            </child>
3780
 
                            <child>
3781
 
                              <widget class="GtkVBox" id="vbox56">
3782
 
                                <property name="visible">True</property>
3783
 
                                <property name="spacing">12</property>
3784
 
                                <child>
3785
 
                                  <widget class="GtkFrame" id="frame11">
3786
 
                                    <property name="visible">True</property>
3787
 
                                    <property name="label_xalign">0</property>
3788
 
                                    <property name="shadow_type">none</property>
3789
 
                                    <child>
3790
 
                                      <widget class="GtkAlignment" id="alignment150">
3791
 
                                        <property name="visible">True</property>
3792
 
                                        <property name="top_padding">3</property>
3793
 
                                        <property name="left_padding">12</property>
3794
 
                                        <child>
3795
 
                                          <widget class="GtkTable" id="table33">
3796
 
                                            <property name="visible">True</property>
3797
 
                                            <property name="border_width">3</property>
3798
 
                                            <property name="n_rows">2</property>
3799
 
                                            <property name="n_columns">2</property>
3800
 
                                            <property name="column_spacing">8</property>
3801
 
                                            <property name="row_spacing">4</property>
3802
 
                                            <child>
3803
 
                                              <widget class="GtkLabel" id="label402">
3804
 
                                                <property name="visible">True</property>
3805
 
                                                <property name="xalign">1</property>
3806
 
                                                <property name="label" translatable="yes">Type:</property>
3807
 
                                                <property name="use_underline">True</property>
3808
 
                                              </widget>
3809
 
                                              <packing>
3810
 
                                                <property name="x_options">GTK_FILL</property>
3811
 
                                                <property name="y_options"></property>
3812
 
                                              </packing>
3813
 
                                            </child>
3814
 
                                            <child>
3815
 
                                              <widget class="GtkLabel" id="label405">
3816
 
                                                <property name="visible">True</property>
3817
 
                                                <property name="xalign">1</property>
3818
 
                                                <property name="label" translatable="yes">Mode:</property>
3819
 
                                              </widget>
3820
 
                                              <packing>
3821
 
                                                <property name="top_attach">1</property>
3822
 
                                                <property name="bottom_attach">2</property>
3823
 
                                                <property name="x_options">GTK_FILL</property>
3824
 
                                                <property name="y_options"></property>
3825
 
                                              </packing>
3826
 
                                            </child>
3827
 
                                            <child>
3828
 
                                              <widget class="GtkLabel" id="input-dev-mode">
3829
 
                                                <property name="visible">True</property>
3830
 
                                                <property name="xalign">0</property>
3831
 
                                                <property name="label">label401</property>
3832
 
                                                <property name="selectable">True</property>
3833
 
                                              </widget>
3834
 
                                              <packing>
3835
 
                                                <property name="left_attach">1</property>
3836
 
                                                <property name="right_attach">2</property>
3837
 
                                                <property name="top_attach">1</property>
3838
 
                                                <property name="bottom_attach">2</property>
3839
 
                                                <property name="x_options">GTK_FILL</property>
3840
 
                                                <property name="y_options"></property>
3841
 
                                              </packing>
3842
 
                                            </child>
3843
 
                                            <child>
3844
 
                                              <widget class="GtkLabel" id="input-dev-type">
3845
 
                                                <property name="visible">True</property>
3846
 
                                                <property name="xalign">0</property>
3847
 
                                                <property name="label">label403</property>
3848
 
                                                <property name="selectable">True</property>
3849
 
                                              </widget>
3850
 
                                              <packing>
3851
 
                                                <property name="left_attach">1</property>
3852
 
                                                <property name="right_attach">2</property>
3853
 
                                                <property name="y_options"></property>
3854
 
                                              </packing>
3855
 
                                            </child>
3856
 
                                          </widget>
3857
 
                                        </child>
3858
 
                                      </widget>
3859
 
                                    </child>
3860
 
                                    <child>
3861
 
                                      <widget class="GtkLabel" id="label407">
3862
 
                                        <property name="visible">True</property>
3863
 
                                        <property name="label" translatable="yes">&lt;b&gt;Virtual Pointer&lt;/b&gt;</property>
3864
 
                                        <property name="use_markup">True</property>
3865
 
                                      </widget>
3866
 
                                      <packing>
3867
 
                                        <property name="type">label_item</property>
3868
 
                                      </packing>
3869
 
                                    </child>
3870
 
                                  </widget>
3871
 
                                  <packing>
3872
 
                                    <property name="expand">False</property>
3873
 
                                    <property name="fill">False</property>
3874
 
                                    <property name="position">0</property>
3875
 
                                  </packing>
3876
 
                                </child>
3877
 
                                <child>
3878
 
                                  <widget class="GtkHBox" id="hbox51">
3879
 
                                    <property name="visible">True</property>
3880
 
                                    <child>
3881
 
                                      <widget class="GtkAlignment" id="alignment151">
3882
 
                                        <property name="visible">True</property>
3883
 
                                        <property name="left_padding">13</property>
3884
 
                                        <child>
3885
 
                                          <widget class="GtkImage" id="image77">
3886
 
                                            <property name="visible">True</property>
3887
 
                                            <property name="yalign">0</property>
3888
 
                                            <property name="stock">gtk-info</property>
3889
 
                                          </widget>
3890
 
                                        </child>
3891
 
                                      </widget>
3892
 
                                      <packing>
3893
 
                                        <property name="expand">False</property>
3894
 
                                        <property name="fill">False</property>
3895
 
                                        <property name="position">0</property>
3896
 
                                      </packing>
3897
 
                                    </child>
3898
 
                                    <child>
3899
 
                                      <widget class="GtkAlignment" id="alignment152">
3900
 
                                        <property name="visible">True</property>
3901
 
                                        <property name="left_padding">3</property>
3902
 
                                        <child>
3903
 
                                          <widget class="GtkLabel" id="label408">
3904
 
                                            <property name="visible">True</property>
3905
 
                                            <property name="yalign">0</property>
3906
 
                                            <property name="label" translatable="yes">&lt;b&gt;Tip:&lt;/b&gt; A graphics tablet configured as the default pointer in the guest OS will ensure that the virtual cursor moves in sync with the local desktop cursor.</property>
3907
 
                                            <property name="use_markup">True</property>
3908
 
                                            <property name="wrap">True</property>
3909
 
                                          </widget>
3910
 
                                        </child>
3911
 
                                      </widget>
3912
 
                                      <packing>
3913
 
                                        <property name="expand">False</property>
3914
 
                                        <property name="fill">False</property>
3915
 
                                        <property name="position">1</property>
3916
 
                                      </packing>
3917
 
                                    </child>
3918
 
                                  </widget>
3919
 
                                  <packing>
3920
 
                                    <property name="position">1</property>
3921
 
                                  </packing>
3922
 
                                </child>
3923
 
                              </widget>
3924
 
                              <packing>
3925
 
                                <property name="position">7</property>
3926
 
                              </packing>
3927
 
                            </child>
3928
 
                            <child>
3929
 
                              <widget class="GtkLabel" id="label401">
3930
 
                                <property name="visible">True</property>
3931
 
                                <property name="label" translatable="yes">inp</property>
3932
 
                              </widget>
3933
 
                              <packing>
3934
 
                                <property name="position">7</property>
3935
 
                                <property name="tab_fill">False</property>
3936
 
                                <property name="type">tab</property>
3937
 
                              </packing>
3938
 
                            </child>
3939
 
                            <child>
3940
 
                              <widget class="GtkVBox" id="vbox57">
3941
 
                                <property name="visible">True</property>
3942
 
                                <child>
3943
 
                                  <widget class="GtkFrame" id="vnc-frame">
3944
 
                                    <property name="visible">True</property>
3945
 
                                    <property name="label_xalign">0</property>
3946
 
                                    <property name="shadow_type">none</property>
3947
 
                                    <child>
3948
 
                                      <widget class="GtkAlignment" id="alignment153">
3949
 
                                        <property name="visible">True</property>
3950
 
                                        <property name="top_padding">3</property>
3951
 
                                        <property name="left_padding">12</property>
3952
 
                                        <child>
3953
 
                                          <widget class="GtkTable" id="graphics-table">
3954
 
                                            <property name="visible">True</property>
3955
 
                                            <property name="border_width">3</property>
3956
 
                                            <property name="n_rows">8</property>
3957
 
                                            <property name="n_columns">2</property>
3958
 
                                            <property name="column_spacing">8</property>
3959
 
                                            <child>
3960
 
                                              <widget class="GtkLabel" id="gfx-port">
3961
 
                                                <property name="visible">True</property>
3962
 
                                                <property name="xalign">0</property>
3963
 
                                                <property name="label">label401</property>
3964
 
                                                <property name="selectable">True</property>
3965
 
                                              </widget>
3966
 
                                              <packing>
3967
 
                                                <property name="left_attach">1</property>
3968
 
                                                <property name="right_attach">2</property>
3969
 
                                                <property name="top_attach">4</property>
3970
 
                                                <property name="bottom_attach">5</property>
3971
 
                                                <property name="x_options">GTK_FILL</property>
3972
 
                                                <property name="y_options"></property>
3973
 
                                              </packing>
3974
 
                                            </child>
3975
 
                                            <child>
3976
 
                                              <widget class="GtkLabel" id="gfx-address">
3977
 
                                                <property name="visible">True</property>
3978
 
                                                <property name="xalign">0</property>
3979
 
                                                <property name="label">label401</property>
3980
 
                                                <property name="selectable">True</property>
3981
 
                                              </widget>
3982
 
                                              <packing>
3983
 
                                                <property name="left_attach">1</property>
3984
 
                                                <property name="right_attach">2</property>
3985
 
                                                <property name="top_attach">3</property>
3986
 
                                                <property name="bottom_attach">4</property>
3987
 
                                                <property name="x_options">GTK_FILL</property>
3988
 
                                                <property name="y_options"></property>
3989
 
                                              </packing>
3990
 
                                            </child>
3991
 
                                            <child>
3992
 
                                              <widget class="GtkLabel" id="gfx-port-title">
3993
 
                                                <property name="visible">True</property>
3994
 
                                                <property name="xalign">1</property>
3995
 
                                                <property name="ypad">2</property>
3996
 
                                                <property name="label" translatable="yes">Port:</property>
3997
 
                                              </widget>
3998
 
                                              <packing>
3999
 
                                                <property name="top_attach">4</property>
4000
 
                                                <property name="bottom_attach">5</property>
4001
 
                                                <property name="x_options">GTK_FILL</property>
4002
 
                                                <property name="y_options"></property>
4003
 
                                              </packing>
4004
 
                                            </child>
4005
 
                                            <child>
4006
 
                                              <widget class="GtkLabel" id="gfx-address-title">
4007
 
                                                <property name="visible">True</property>
4008
 
                                                <property name="xalign">1</property>
4009
 
                                                <property name="ypad">2</property>
4010
 
                                                <property name="label" translatable="yes">Address:</property>
4011
 
                                              </widget>
4012
 
                                              <packing>
4013
 
                                                <property name="top_attach">3</property>
4014
 
                                                <property name="bottom_attach">4</property>
4015
 
                                                <property name="x_options">GTK_FILL</property>
4016
 
                                                <property name="y_options"></property>
4017
 
                                              </packing>
4018
 
                                            </child>
4019
 
                                            <child>
4020
 
                                              <widget class="GtkLabel" id="gfx-password-title">
4021
 
                                                <property name="visible">True</property>
4022
 
                                                <property name="xalign">1</property>
4023
 
                                                <property name="yalign">0</property>
4024
 
                                                <property name="ypad">7</property>
4025
 
                                                <property name="label" translatable="yes">_Password:</property>
4026
 
                                                <property name="use_underline">True</property>
4027
 
                                              </widget>
4028
 
                                              <packing>
4029
 
                                                <property name="top_attach">6</property>
4030
 
                                                <property name="bottom_attach">7</property>
4031
 
                                                <property name="x_options">GTK_FILL</property>
4032
 
                                                <property name="y_options"></property>
4033
 
                                              </packing>
4034
 
                                            </child>
4035
 
                                            <child>
4036
 
                                              <widget class="GtkLabel" id="gfx-keymap-title">
4037
 
                                                <property name="visible">True</property>
4038
 
                                                <property name="xalign">1</property>
4039
 
                                                <property name="ypad">8</property>
4040
 
                                                <property name="label" translatable="yes">_Keymap:</property>
4041
 
                                                <property name="use_underline">True</property>
4042
 
                                                <property name="mnemonic_widget">gfx-keymap-combo</property>
4043
 
                                              </widget>
4044
 
                                              <packing>
4045
 
                                                <property name="top_attach">7</property>
4046
 
                                                <property name="bottom_attach">8</property>
4047
 
                                                <property name="x_options">GTK_FILL</property>
4048
 
                                                <property name="y_options"></property>
4049
 
                                              </packing>
4050
 
                                            </child>
4051
 
                                            <child>
4052
 
                                              <widget class="GtkHBox" id="gfx-keymap-box">
4053
 
                                                <property name="visible">True</property>
4054
 
                                                <child>
4055
 
                                                  <widget class="GtkComboBox" id="gfx-keymap-combo">
4056
 
                                                    <property name="visible">True</property>
4057
 
                                                    <signal name="changed" handler="on_vnc_keymap_combo_changed"/>
4058
 
                                                  </widget>
4059
 
                                                  <packing>
4060
 
                                                    <property name="position">0</property>
4061
 
                                                  </packing>
4062
 
                                                </child>
4063
 
                                                <child>
4064
 
                                                  <widget class="GtkLabel" id="gfx-keymap-label">
4065
 
                                                    <property name="visible">True</property>
4066
 
                                                    <property name="xalign">0</property>
4067
 
                                                    <property name="label">label</property>
4068
 
                                                  </widget>
4069
 
                                                  <packing>
4070
 
                                                    <property name="position">1</property>
4071
 
                                                  </packing>
4072
 
                                                </child>
4073
 
                                              </widget>
4074
 
                                              <packing>
4075
 
                                                <property name="left_attach">1</property>
4076
 
                                                <property name="right_attach">2</property>
4077
 
                                                <property name="top_attach">7</property>
4078
 
                                                <property name="bottom_attach">8</property>
4079
 
                                                <property name="x_options">GTK_FILL</property>
4080
 
                                                <property name="y_options"></property>
4081
 
                                              </packing>
4082
 
                                            </child>
4083
 
                                            <child>
4084
 
                                              <widget class="GtkLabel" id="gfx-display-title">
4085
 
                                                <property name="visible">True</property>
4086
 
                                                <property name="xalign">1</property>
4087
 
                                                <property name="ypad">2</property>
4088
 
                                                <property name="label">Display:</property>
4089
 
                                              </widget>
4090
 
                                              <packing>
4091
 
                                                <property name="top_attach">1</property>
4092
 
                                                <property name="bottom_attach">2</property>
4093
 
                                                <property name="x_options">GTK_FILL</property>
4094
 
                                                <property name="y_options">GTK_FILL</property>
4095
 
                                              </packing>
4096
 
                                            </child>
4097
 
                                            <child>
4098
 
                                              <widget class="GtkLabel" id="gfx-xauth-title">
4099
 
                                                <property name="visible">True</property>
4100
 
                                                <property name="xalign">1</property>
4101
 
                                                <property name="ypad">2</property>
4102
 
                                                <property name="label">XAuth:</property>
4103
 
                                              </widget>
4104
 
                                              <packing>
4105
 
                                                <property name="top_attach">2</property>
4106
 
                                                <property name="bottom_attach">3</property>
4107
 
                                                <property name="x_options">GTK_FILL</property>
4108
 
                                                <property name="y_options">GTK_FILL</property>
4109
 
                                              </packing>
4110
 
                                            </child>
4111
 
                                            <child>
4112
 
                                              <widget class="GtkLabel" id="gfx-type">
4113
 
                                                <property name="visible">True</property>
4114
 
                                                <property name="xalign">0</property>
4115
 
                                                <property name="label">label</property>
4116
 
                                              </widget>
4117
 
                                              <packing>
4118
 
                                                <property name="left_attach">1</property>
4119
 
                                                <property name="right_attach">2</property>
4120
 
                                                <property name="x_options">GTK_FILL</property>
4121
 
                                              </packing>
4122
 
                                            </child>
4123
 
                                            <child>
4124
 
                                              <widget class="GtkLabel" id="gfx-xauth">
4125
 
                                                <property name="visible">True</property>
4126
 
                                                <property name="xalign">0</property>
4127
 
                                                <property name="label" translatable="yes">label</property>
4128
 
                                              </widget>
4129
 
                                              <packing>
4130
 
                                                <property name="left_attach">1</property>
4131
 
                                                <property name="right_attach">2</property>
4132
 
                                                <property name="top_attach">2</property>
4133
 
                                                <property name="bottom_attach">3</property>
4134
 
                                                <property name="x_options">GTK_FILL</property>
4135
 
                                                <property name="y_options">GTK_FILL</property>
4136
 
                                              </packing>
4137
 
                                            </child>
4138
 
                                            <child>
4139
 
                                              <widget class="GtkLabel" id="gfx-display">
4140
 
                                                <property name="visible">True</property>
4141
 
                                                <property name="xalign">0</property>
4142
 
                                                <property name="label" translatable="yes">label</property>
4143
 
                                              </widget>
4144
 
                                              <packing>
4145
 
                                                <property name="left_attach">1</property>
4146
 
                                                <property name="right_attach">2</property>
4147
 
                                                <property name="top_attach">1</property>
4148
 
                                                <property name="bottom_attach">2</property>
4149
 
                                                <property name="x_options">GTK_FILL</property>
4150
 
                                                <property name="y_options">GTK_FILL</property>
4151
 
                                              </packing>
4152
 
                                            </child>
4153
 
                                            <child>
4154
 
                                              <widget class="GtkEntry" id="gfx-password">
4155
 
                                                <property name="visible">True</property>
4156
 
                                                <property name="can_focus">True</property>
4157
 
                                                <property name="visibility">False</property>
4158
 
                                                <property name="invisible_char">●</property>
4159
 
                                                <signal name="changed" handler="on_vnc_password_changed"/>
4160
 
                                              </widget>
4161
 
                                              <packing>
4162
 
                                                <property name="left_attach">1</property>
4163
 
                                                <property name="right_attach">2</property>
4164
 
                                                <property name="top_attach">6</property>
4165
 
                                                <property name="bottom_attach">7</property>
4166
 
                                                <property name="x_options">GTK_FILL</property>
4167
 
                                              </packing>
4168
 
                                            </child>
4169
 
                                            <child>
4170
 
                                              <widget class="GtkLabel" id="gfx-type-title">
4171
 
                                                <property name="visible">True</property>
4172
 
                                                <property name="xalign">1</property>
4173
 
                                                <property name="label" translatable="yes">Type:</property>
4174
 
                                              </widget>
4175
 
                                              <packing>
4176
 
                                                <property name="x_options">GTK_FILL</property>
4177
 
                                              </packing>
4178
 
                                            </child>
4179
 
                                            <child>
4180
 
                                              <widget class="GtkLabel" id="gfx-tlsport-title">
4181
 
                                                <property name="visible">True</property>
4182
 
                                                <property name="xalign">1</property>
4183
 
                                                <property name="ypad">2</property>
4184
 
                                                <property name="label" translatable="yes">TLS Port:</property>
4185
 
                                              </widget>
4186
 
                                              <packing>
4187
 
                                                <property name="top_attach">5</property>
4188
 
                                                <property name="bottom_attach">6</property>
4189
 
                                                <property name="x_options">GTK_FILL</property>
4190
 
                                              </packing>
4191
 
                                            </child>
4192
 
                                            <child>
4193
 
                                              <widget class="GtkLabel" id="gfx-tlsport">
4194
 
                                                <property name="visible">True</property>
4195
 
                                                <property name="xalign">0</property>
4196
 
                                                <property name="label">label</property>
4197
 
                                              </widget>
4198
 
                                              <packing>
4199
 
                                                <property name="left_attach">1</property>
4200
 
                                                <property name="right_attach">2</property>
4201
 
                                                <property name="top_attach">5</property>
4202
 
                                                <property name="bottom_attach">6</property>
4203
 
                                                <property name="x_options">GTK_FILL</property>
4204
 
                                              </packing>
4205
 
                                            </child>
4206
 
                                          </widget>
4207
 
                                        </child>
4208
 
                                      </widget>
4209
 
                                    </child>
4210
 
                                    <child>
4211
 
                                      <widget class="GtkLabel" id="graphics-title">
4212
 
                                        <property name="visible">True</property>
4213
 
                                        <property name="label">&lt;b&gt;Display title&lt;/b&gt;</property>
4214
 
                                        <property name="use_markup">True</property>
4215
 
                                      </widget>
4216
 
                                      <packing>
4217
 
                                        <property name="type">label_item</property>
4218
 
                                      </packing>
4219
 
                                    </child>
4220
 
                                  </widget>
4221
 
                                  <packing>
4222
 
                                    <property name="expand">False</property>
4223
 
                                    <property name="position">0</property>
4224
 
                                  </packing>
4225
 
                                </child>
4226
 
                              </widget>
4227
 
                              <packing>
4228
 
                                <property name="position">8</property>
4229
 
                              </packing>
4230
 
                            </child>
4231
 
                            <child>
4232
 
                              <widget class="GtkLabel" id="label500">
4233
 
                                <property name="visible">True</property>
4234
 
                                <property name="label">gfx</property>
4235
 
                              </widget>
4236
 
                              <packing>
4237
 
                                <property name="position">8</property>
4238
 
                                <property name="tab_fill">False</property>
4239
 
                                <property name="type">tab</property>
4240
 
                              </packing>
4241
 
                            </child>
4242
 
                            <child>
4243
 
                              <widget class="GtkVBox" id="vbox58">
4244
 
                                <property name="visible">True</property>
4245
 
                                <child>
4246
 
                                  <widget class="GtkFrame" id="frame13">
4247
 
                                    <property name="visible">True</property>
4248
 
                                    <property name="label_xalign">0</property>
4249
 
                                    <property name="shadow_type">none</property>
4250
 
                                    <child>
4251
 
                                      <widget class="GtkAlignment" id="alignment159">
4252
 
                                        <property name="visible">True</property>
4253
 
                                        <property name="top_padding">3</property>
4254
 
                                        <property name="left_padding">12</property>
4255
 
                                        <child>
4256
 
                                          <widget class="GtkTable" id="table36">
4257
 
                                            <property name="visible">True</property>
4258
 
                                            <property name="border_width">3</property>
4259
 
                                            <property name="n_columns">2</property>
4260
 
                                            <property name="column_spacing">8</property>
4261
 
                                            <property name="row_spacing">4</property>
4262
 
                                            <child>
4263
 
                                              <widget class="GtkLabel" id="label452">
4264
 
                                                <property name="visible">True</property>
4265
 
                                                <property name="xalign">0</property>
4266
 
                                                <property name="label" translatable="yes">Device m_odel:</property>
4267
 
                                                <property name="use_underline">True</property>
4268
 
                                                <property name="mnemonic_widget">sound-model-combo</property>
4269
 
                                              </widget>
4270
 
                                              <packing>
4271
 
                                                <property name="x_options">GTK_FILL</property>
4272
 
                                                <property name="y_options"></property>
4273
 
                                              </packing>
4274
 
                                            </child>
4275
 
                                            <child>
4276
 
                                              <widget class="GtkHBox" id="hbox11">
4277
 
                                                <property name="visible">True</property>
4278
 
                                                <child>
4279
 
                                                  <widget class="GtkComboBox" id="sound-model-combo">
4280
 
                                                    <property name="visible">True</property>
4281
 
                                                    <signal name="changed" handler="on_sound_model_combo_changed"/>
4282
 
                                                  </widget>
4283
 
                                                  <packing>
4284
 
                                                    <property name="position">0</property>
4285
 
                                                  </packing>
4286
 
                                                </child>
4287
 
                                                <child>
4288
 
                                                  <widget class="GtkLabel" id="sound-model-label">
4289
 
                                                    <property name="visible">True</property>
4290
 
                                                    <property name="xalign">0</property>
4291
 
                                                    <property name="label">insert sound model</property>
4292
 
                                                    <property name="selectable">True</property>
4293
 
                                                  </widget>
4294
 
                                                  <packing>
4295
 
                                                    <property name="position">1</property>
4296
 
                                                  </packing>
4297
 
                                                </child>
4298
 
                                              </widget>
4299
 
                                              <packing>
4300
 
                                                <property name="left_attach">1</property>
4301
 
                                                <property name="right_attach">2</property>
4302
 
                                                <property name="x_options">GTK_FILL</property>
4303
 
                                                <property name="y_options"></property>
4304
 
                                                <property name="y_padding">1</property>
4305
 
                                              </packing>
4306
 
                                            </child>
4307
 
                                          </widget>
4308
 
                                        </child>
4309
 
                                      </widget>
4310
 
                                    </child>
4311
 
                                    <child>
4312
 
                                      <widget class="GtkLabel" id="label451">
4313
 
                                        <property name="visible">True</property>
4314
 
                                        <property name="label" translatable="yes">&lt;b&gt;Sound Device&lt;/b&gt;</property>
4315
 
                                        <property name="use_markup">True</property>
4316
 
                                      </widget>
4317
 
                                      <packing>
4318
 
                                        <property name="type">label_item</property>
4319
 
                                      </packing>
4320
 
                                    </child>
4321
 
                                  </widget>
4322
 
                                  <packing>
4323
 
                                    <property name="position">0</property>
4324
 
                                  </packing>
4325
 
                                </child>
4326
 
                              </widget>
4327
 
                              <packing>
4328
 
                                <property name="position">9</property>
4329
 
                              </packing>
4330
 
                            </child>
4331
 
                            <child>
4332
 
                              <widget class="GtkLabel" id="label440">
4333
 
                                <property name="visible">True</property>
4334
 
                                <property name="label" translatable="yes">snd</property>
4335
 
                              </widget>
4336
 
                              <packing>
4337
 
                                <property name="position">9</property>
4338
 
                                <property name="tab_fill">False</property>
4339
 
                                <property name="type">tab</property>
4340
 
                              </packing>
4341
 
                            </child>
4342
 
                            <child>
4343
 
                              <widget class="GtkVBox" id="vbox59">
4344
 
                                <property name="visible">True</property>
4345
 
                                <child>
4346
 
                                  <widget class="GtkFrame" id="frame14">
4347
 
                                    <property name="visible">True</property>
4348
 
                                    <property name="label_xalign">0</property>
4349
 
                                    <property name="shadow_type">none</property>
4350
 
                                    <child>
4351
 
                                      <widget class="GtkAlignment" id="alignment160">
4352
 
                                        <property name="visible">True</property>
4353
 
                                        <property name="top_padding">3</property>
4354
 
                                        <property name="left_padding">12</property>
4355
 
                                        <child>
4356
 
                                          <widget class="GtkTable" id="table37">
4357
 
                                            <property name="visible">True</property>
4358
 
                                            <property name="border_width">3</property>
4359
 
                                            <property name="n_rows">2</property>
4360
 
                                            <property name="n_columns">2</property>
4361
 
                                            <property name="column_spacing">8</property>
4362
 
                                            <property name="row_spacing">4</property>
4363
 
                                            <child>
4364
 
                                              <widget class="GtkLabel" id="label503">
4365
 
                                                <property name="visible">True</property>
4366
 
                                                <property name="xalign">1</property>
4367
 
                                                <property name="label" translatable="yes">Device Type:</property>
4368
 
                                              </widget>
4369
 
                                              <packing>
4370
 
                                                <property name="x_options">GTK_FILL</property>
4371
 
                                                <property name="y_options"></property>
4372
 
                                              </packing>
4373
 
                                            </child>
4374
 
                                            <child>
4375
 
                                              <widget class="GtkLabel" id="label505">
4376
 
                                                <property name="visible">True</property>
4377
 
                                                <property name="xalign">1</property>
4378
 
                                                <property name="label" translatable="yes">Source Path:</property>
4379
 
                                              </widget>
4380
 
                                              <packing>
4381
 
                                                <property name="top_attach">1</property>
4382
 
                                                <property name="bottom_attach">2</property>
4383
 
                                                <property name="x_options">GTK_FILL</property>
4384
 
                                                <property name="y_options"></property>
4385
 
                                              </packing>
4386
 
                                            </child>
4387
 
                                            <child>
4388
 
                                              <widget class="GtkLabel" id="char-dev-type">
4389
 
                                                <property name="visible">True</property>
4390
 
                                                <property name="xalign">0</property>
4391
 
                                                <property name="label" translatable="yes">label506</property>
4392
 
                                                <property name="selectable">True</property>
4393
 
                                              </widget>
4394
 
                                              <packing>
4395
 
                                                <property name="left_attach">1</property>
4396
 
                                                <property name="right_attach">2</property>
4397
 
                                                <property name="x_options">GTK_FILL</property>
4398
 
                                                <property name="y_options"></property>
4399
 
                                              </packing>
4400
 
                                            </child>
4401
 
                                            <child>
4402
 
                                              <widget class="GtkLabel" id="char-source-path">
4403
 
                                                <property name="visible">True</property>
4404
 
                                                <property name="xalign">0</property>
4405
 
                                                <property name="label" translatable="yes">label508</property>
4406
 
                                                <property name="selectable">True</property>
4407
 
                                              </widget>
4408
 
                                              <packing>
4409
 
                                                <property name="left_attach">1</property>
4410
 
                                                <property name="right_attach">2</property>
4411
 
                                                <property name="top_attach">1</property>
4412
 
                                                <property name="bottom_attach">2</property>
4413
 
                                                <property name="x_options">GTK_FILL</property>
4414
 
                                                <property name="y_options"></property>
4415
 
                                              </packing>
4416
 
                                            </child>
4417
 
                                          </widget>
4418
 
                                        </child>
4419
 
                                      </widget>
4420
 
                                    </child>
4421
 
                                    <child>
4422
 
                                      <widget class="GtkLabel" id="char-type">
4423
 
                                        <property name="visible">True</property>
4424
 
                                        <property name="label" translatable="yes">&lt;b&gt;insert type&lt;/b&gt;</property>
4425
 
                                        <property name="use_markup">True</property>
4426
 
                                      </widget>
4427
 
                                      <packing>
4428
 
                                        <property name="type">label_item</property>
4429
 
                                      </packing>
4430
 
                                    </child>
4431
 
                                  </widget>
4432
 
                                  <packing>
4433
 
                                    <property name="position">0</property>
4434
 
                                  </packing>
4435
 
                                </child>
4436
 
                              </widget>
4437
 
                              <packing>
4438
 
                                <property name="position">10</property>
4439
 
                              </packing>
4440
 
                            </child>
4441
 
                            <child>
4442
 
                              <widget class="GtkLabel" id="label501">
4443
 
                                <property name="visible">True</property>
4444
 
                                <property name="label" translatable="yes">chr</property>
4445
 
                              </widget>
4446
 
                              <packing>
4447
 
                                <property name="position">10</property>
4448
 
                                <property name="tab_fill">False</property>
4449
 
                                <property name="type">tab</property>
4450
 
                              </packing>
4451
 
                            </child>
4452
 
                            <child>
4453
 
                              <widget class="GtkVBox" id="vbox8">
4454
 
                                <property name="visible">True</property>
4455
 
                                <child>
4456
 
                                  <widget class="GtkFrame" id="frame6">
4457
 
                                    <property name="visible">True</property>
4458
 
                                    <property name="label_xalign">0</property>
4459
 
                                    <property name="shadow_type">none</property>
4460
 
                                    <child>
4461
 
                                      <widget class="GtkAlignment" id="alignment5">
4462
 
                                        <property name="visible">True</property>
4463
 
                                        <property name="top_padding">3</property>
4464
 
                                        <property name="left_padding">12</property>
4465
 
                                        <child>
4466
 
                                          <widget class="GtkTable" id="table50">
4467
 
                                            <property name="visible">True</property>
4468
 
                                            <property name="n_columns">2</property>
4469
 
                                            <property name="column_spacing">8</property>
4470
 
                                            <property name="row_spacing">4</property>
4471
 
                                            <child>
4472
 
                                              <widget class="GtkLabel" id="label8">
4473
 
                                                <property name="visible">True</property>
4474
 
                                                <property name="xalign">0</property>
4475
 
                                                <property name="label" translatable="yes">Device:</property>
4476
 
                                              </widget>
4477
 
                                              <packing>
4478
 
                                                <property name="x_options">GTK_FILL</property>
4479
 
                                                <property name="y_options"></property>
4480
 
                                              </packing>
4481
 
                                            </child>
4482
 
                                            <child>
4483
 
                                              <widget class="GtkLabel" id="hostdev-source">
4484
 
                                                <property name="visible">True</property>
4485
 
                                                <property name="xalign">0</property>
4486
 
                                                <property name="label">label</property>
4487
 
                                                <property name="selectable">True</property>
4488
 
                                              </widget>
4489
 
                                              <packing>
4490
 
                                                <property name="left_attach">1</property>
4491
 
                                                <property name="right_attach">2</property>
4492
 
                                                <property name="x_options">GTK_FILL</property>
4493
 
                                                <property name="y_options"></property>
4494
 
                                              </packing>
4495
 
                                            </child>
4496
 
                                          </widget>
4497
 
                                        </child>
4498
 
                                      </widget>
4499
 
                                    </child>
4500
 
                                    <child>
4501
 
                                      <widget class="GtkLabel" id="hostdev-title">
4502
 
                                        <property name="visible">True</property>
4503
 
                                        <property name="label">&lt;b&gt;Physical Host Device&lt;/b&gt;</property>
4504
 
                                        <property name="use_markup">True</property>
4505
 
                                      </widget>
4506
 
                                      <packing>
4507
 
                                        <property name="type">label_item</property>
4508
 
                                      </packing>
4509
 
                                    </child>
4510
 
                                  </widget>
4511
 
                                  <packing>
4512
 
                                    <property name="position">0</property>
4513
 
                                  </packing>
4514
 
                                </child>
4515
 
                              </widget>
4516
 
                              <packing>
4517
 
                                <property name="position">11</property>
4518
 
                              </packing>
4519
 
                            </child>
4520
 
                            <child>
4521
 
                              <widget class="GtkLabel" id="label6">
4522
 
                                <property name="visible">True</property>
4523
 
                                <property name="label">phy</property>
4524
 
                              </widget>
4525
 
                              <packing>
4526
 
                                <property name="position">11</property>
4527
 
                                <property name="tab_fill">False</property>
4528
 
                                <property name="type">tab</property>
4529
 
                              </packing>
4530
 
                            </child>
4531
 
                            <child>
4532
 
                              <widget class="GtkVBox" id="vbox9">
4533
 
                                <property name="visible">True</property>
4534
 
                                <child>
4535
 
                                  <widget class="GtkFrame" id="frame8">
4536
 
                                    <property name="visible">True</property>
4537
 
                                    <property name="label_xalign">0</property>
4538
 
                                    <property name="shadow_type">none</property>
4539
 
                                    <child>
4540
 
                                      <widget class="GtkAlignment" id="alignment10">
4541
 
                                        <property name="visible">True</property>
4542
 
                                        <property name="top_padding">3</property>
4543
 
                                        <property name="left_padding">12</property>
4544
 
                                        <child>
4545
 
                                          <widget class="GtkTable" id="table4">
4546
 
                                            <property name="visible">True</property>
4547
 
                                            <property name="n_columns">2</property>
4548
 
                                            <property name="column_spacing">8</property>
4549
 
                                            <property name="row_spacing">4</property>
4550
 
                                            <child>
4551
 
                                              <widget class="GtkLabel" id="video-heads">
4552
 
                                                <property name="visible">True</property>
4553
 
                                                <property name="xalign">0</property>
4554
 
                                                <property name="label">label</property>
4555
 
                                                <property name="selectable">True</property>
4556
 
                                              </widget>
4557
 
                                              <packing>
4558
 
                                                <property name="left_attach">1</property>
4559
 
                                                <property name="right_attach">2</property>
4560
 
                                                <property name="top_attach">2</property>
4561
 
                                                <property name="bottom_attach">3</property>
4562
 
                                                <property name="y_options"></property>
4563
 
                                              </packing>
4564
 
                                            </child>
4565
 
                                            <child>
4566
 
                                              <widget class="GtkLabel" id="video-ram">
4567
 
                                                <property name="visible">True</property>
4568
 
                                                <property name="xalign">0</property>
4569
 
                                                <property name="label">label</property>
4570
 
                                                <property name="selectable">True</property>
4571
 
                                              </widget>
4572
 
                                              <packing>
4573
 
                                                <property name="left_attach">1</property>
4574
 
                                                <property name="right_attach">2</property>
4575
 
                                                <property name="top_attach">1</property>
4576
 
                                                <property name="bottom_attach">2</property>
4577
 
                                                <property name="y_options"></property>
4578
 
                                              </packing>
4579
 
                                            </child>
4580
 
                                            <child>
4581
 
                                              <widget class="GtkLabel" id="label16">
4582
 
                                                <property name="visible">True</property>
4583
 
                                                <property name="xalign">1</property>
4584
 
                                                <property name="label" translatable="yes">RAM:</property>
4585
 
                                              </widget>
4586
 
                                              <packing>
4587
 
                                                <property name="top_attach">1</property>
4588
 
                                                <property name="bottom_attach">2</property>
4589
 
                                                <property name="x_options">GTK_FILL</property>
4590
 
                                                <property name="y_options"></property>
4591
 
                                              </packing>
4592
 
                                            </child>
4593
 
                                            <child>
4594
 
                                              <widget class="GtkLabel" id="label17">
4595
 
                                                <property name="visible">True</property>
4596
 
                                                <property name="xalign">1</property>
4597
 
                                                <property name="label" translatable="yes">M_odel:</property>
4598
 
                                                <property name="use_underline">True</property>
4599
 
                                                <property name="mnemonic_widget">video-model-combo</property>
4600
 
                                              </widget>
4601
 
                                              <packing>
4602
 
                                                <property name="x_options">GTK_FILL</property>
4603
 
                                                <property name="y_options"></property>
4604
 
                                              </packing>
4605
 
                                            </child>
4606
 
                                            <child>
4607
 
                                              <widget class="GtkLabel" id="label18">
4608
 
                                                <property name="visible">True</property>
4609
 
                                                <property name="xalign">1</property>
4610
 
                                                <property name="label" translatable="yes">Heads:</property>
4611
 
                                              </widget>
4612
 
                                              <packing>
4613
 
                                                <property name="top_attach">2</property>
4614
 
                                                <property name="bottom_attach">3</property>
4615
 
                                                <property name="x_options">GTK_FILL</property>
4616
 
                                                <property name="y_options">GTK_FILL</property>
4617
 
                                              </packing>
4618
 
                                            </child>
4619
 
                                            <child>
4620
 
                                              <widget class="GtkHBox" id="hbox7">
4621
 
                                                <property name="visible">True</property>
4622
 
                                                <property name="spacing">6</property>
4623
 
                                                <child>
4624
 
                                                  <widget class="GtkComboBox" id="video-model-combo">
4625
 
                                                    <property name="visible">True</property>
4626
 
                                                    <signal name="changed" handler="on_video_model_combo_changed"/>
4627
 
                                                  </widget>
4628
 
                                                  <packing>
4629
 
                                                    <property name="expand">False</property>
4630
 
                                                    <property name="position">0</property>
4631
 
                                                  </packing>
4632
 
                                                </child>
4633
 
                                                <child>
4634
 
                                                  <widget class="GtkLabel" id="video-model-label">
4635
 
                                                    <property name="visible">True</property>
4636
 
                                                    <property name="xalign">0</property>
4637
 
                                                    <property name="label">label</property>
4638
 
                                                    <property name="selectable">True</property>
4639
 
                                                  </widget>
4640
 
                                                  <packing>
4641
 
                                                    <property name="expand">False</property>
4642
 
                                                    <property name="position">1</property>
4643
 
                                                  </packing>
4644
 
                                                </child>
4645
 
                                              </widget>
4646
 
                                              <packing>
4647
 
                                                <property name="left_attach">1</property>
4648
 
                                                <property name="right_attach">2</property>
4649
 
                                                <property name="x_options">GTK_FILL</property>
4650
 
                                                <property name="y_options"></property>
4651
 
                                              </packing>
4652
 
                                            </child>
4653
 
                                          </widget>
4654
 
                                        </child>
4655
 
                                      </widget>
4656
 
                                    </child>
4657
 
                                    <child>
4658
 
                                      <widget class="GtkLabel" id="hostdev-title1">
4659
 
                                        <property name="visible">True</property>
4660
 
                                        <property name="label" translatable="yes">&lt;b&gt;Video&lt;/b&gt;</property>
4661
 
                                        <property name="use_markup">True</property>
4662
 
                                      </widget>
4663
 
                                      <packing>
4664
 
                                        <property name="type">label_item</property>
4665
 
                                      </packing>
4666
 
                                    </child>
4667
 
                                  </widget>
4668
 
                                  <packing>
4669
 
                                    <property name="position">0</property>
4670
 
                                  </packing>
4671
 
                                </child>
4672
 
                              </widget>
4673
 
                              <packing>
4674
 
                                <property name="position">12</property>
4675
 
                              </packing>
4676
 
                            </child>
4677
 
                            <child>
4678
 
                              <widget class="GtkLabel" id="label15">
4679
 
                                <property name="visible">True</property>
4680
 
                                <property name="label" translatable="yes">vid</property>
4681
 
                              </widget>
4682
 
                              <packing>
4683
 
                                <property name="position">12</property>
4684
 
                                <property name="tab_fill">False</property>
4685
 
                                <property name="type">tab</property>
4686
 
                              </packing>
4687
 
                            </child>
4688
 
                            <child>
4689
 
                              <widget class="GtkVBox" id="vbox12">
4690
 
                                <property name="visible">True</property>
4691
 
                                <child>
4692
 
                                  <widget class="GtkFrame" id="frame15">
4693
 
                                    <property name="visible">True</property>
4694
 
                                    <property name="label_xalign">0</property>
4695
 
                                    <property name="shadow_type">none</property>
4696
 
                                    <child>
4697
 
                                      <widget class="GtkAlignment" id="alignment22">
4698
 
                                        <property name="visible">True</property>
4699
 
                                        <property name="top_padding">3</property>
4700
 
                                        <property name="left_padding">12</property>
4701
 
                                        <child>
4702
 
                                          <widget class="GtkTable" id="table8">
4703
 
                                            <property name="visible">True</property>
4704
 
                                            <property name="n_rows">2</property>
4705
 
                                            <property name="n_columns">2</property>
4706
 
                                            <property name="column_spacing">8</property>
4707
 
                                            <property name="row_spacing">4</property>
4708
 
                                            <child>
4709
 
                                              <widget class="GtkLabel" id="label26">
4710
 
                                                <property name="visible">True</property>
4711
 
                                                <property name="xalign">1</property>
4712
 
                                                <property name="label" translatable="yes">A_ction:</property>
4713
 
                                                <property name="use_underline">True</property>
4714
 
                                                <property name="mnemonic_widget">watchdog-action-combo</property>
4715
 
                                              </widget>
4716
 
                                              <packing>
4717
 
                                                <property name="top_attach">1</property>
4718
 
                                                <property name="bottom_attach">2</property>
4719
 
                                                <property name="x_options">GTK_FILL</property>
4720
 
                                                <property name="y_options"></property>
4721
 
                                              </packing>
4722
 
                                            </child>
4723
 
                                            <child>
4724
 
                                              <widget class="GtkLabel" id="label27">
4725
 
                                                <property name="visible">True</property>
4726
 
                                                <property name="xalign">1</property>
4727
 
                                                <property name="label" translatable="yes">M_odel:</property>
4728
 
                                                <property name="use_underline">True</property>
4729
 
                                                <property name="mnemonic_widget">watchdog-model-combo</property>
4730
 
                                              </widget>
4731
 
                                              <packing>
4732
 
                                                <property name="x_options">GTK_FILL</property>
4733
 
                                                <property name="y_options"></property>
4734
 
                                              </packing>
4735
 
                                            </child>
4736
 
                                            <child>
4737
 
                                              <widget class="GtkHBox" id="hbox12">
4738
 
                                                <property name="visible">True</property>
4739
 
                                                <property name="spacing">6</property>
4740
 
                                                <child>
4741
 
                                                  <widget class="GtkComboBox" id="watchdog-model-combo">
4742
 
                                                    <property name="visible">True</property>
4743
 
                                                    <signal name="changed" handler="on_watchdog_model_combo_changed"/>
4744
 
                                                  </widget>
4745
 
                                                  <packing>
4746
 
                                                    <property name="expand">False</property>
4747
 
                                                    <property name="position">0</property>
4748
 
                                                  </packing>
4749
 
                                                </child>
4750
 
                                                <child>
4751
 
                                                  <widget class="GtkLabel" id="watchdog-model-label">
4752
 
                                                    <property name="visible">True</property>
4753
 
                                                    <property name="xalign">0</property>
4754
 
                                                    <property name="label">label</property>
4755
 
                                                    <property name="selectable">True</property>
4756
 
                                                  </widget>
4757
 
                                                  <packing>
4758
 
                                                    <property name="expand">False</property>
4759
 
                                                    <property name="position">1</property>
4760
 
                                                  </packing>
4761
 
                                                </child>
4762
 
                                              </widget>
4763
 
                                              <packing>
4764
 
                                                <property name="left_attach">1</property>
4765
 
                                                <property name="right_attach">2</property>
4766
 
                                                <property name="x_options">GTK_FILL</property>
4767
 
                                                <property name="y_options"></property>
4768
 
                                              </packing>
4769
 
                                            </child>
4770
 
                                            <child>
4771
 
                                              <widget class="GtkHBox" id="hbox13">
4772
 
                                                <property name="visible">True</property>
4773
 
                                                <property name="spacing">6</property>
4774
 
                                                <child>
4775
 
                                                  <widget class="GtkComboBox" id="watchdog-action-combo">
4776
 
                                                    <property name="visible">True</property>
4777
 
                                                    <signal name="changed" handler="on_watchdog_action_combo_changed"/>
4778
 
                                                  </widget>
4779
 
                                                  <packing>
4780
 
                                                    <property name="position">0</property>
4781
 
                                                  </packing>
4782
 
                                                </child>
4783
 
                                                <child>
4784
 
                                                  <widget class="GtkLabel" id="watchdog-action-label">
4785
 
                                                    <property name="visible">True</property>
4786
 
                                                    <property name="label">label</property>
4787
 
                                                  </widget>
4788
 
                                                  <packing>
4789
 
                                                    <property name="position">1</property>
4790
 
                                                  </packing>
4791
 
                                                </child>
4792
 
                                              </widget>
4793
 
                                              <packing>
4794
 
                                                <property name="left_attach">1</property>
4795
 
                                                <property name="right_attach">2</property>
4796
 
                                                <property name="top_attach">1</property>
4797
 
                                                <property name="bottom_attach">2</property>
4798
 
                                                <property name="x_options">GTK_FILL</property>
4799
 
                                                <property name="y_options">GTK_FILL</property>
4800
 
                                              </packing>
4801
 
                                            </child>
4802
 
                                          </widget>
4803
 
                                        </child>
4804
 
                                      </widget>
4805
 
                                    </child>
4806
 
                                    <child>
4807
 
                                      <widget class="GtkLabel" id="hostdev-title2">
4808
 
                                        <property name="visible">True</property>
4809
 
                                        <property name="label">&lt;b&gt;Watchdog&lt;/b&gt;</property>
4810
 
                                        <property name="use_markup">True</property>
4811
 
                                      </widget>
4812
 
                                      <packing>
4813
 
                                        <property name="type">label_item</property>
4814
 
                                      </packing>
4815
 
                                    </child>
4816
 
                                  </widget>
4817
 
                                  <packing>
4818
 
                                    <property name="position">0</property>
4819
 
                                  </packing>
4820
 
                                </child>
4821
 
                              </widget>
4822
 
                              <packing>
4823
 
                                <property name="position">13</property>
4824
 
                              </packing>
4825
 
                            </child>
4826
 
                            <child>
4827
 
                              <widget class="GtkLabel" id="label25">
4828
 
                                <property name="visible">True</property>
4829
 
                                <property name="label">wdog</property>
4830
 
                              </widget>
4831
 
                              <packing>
4832
 
                                <property name="position">13</property>
4833
 
                                <property name="tab_fill">False</property>
4834
 
                                <property name="type">tab</property>
4835
 
                              </packing>
4836
 
                            </child>
4837
 
                            <child>
4838
 
                              <widget class="GtkFrame" id="frame12">
4839
 
                                <property name="visible">True</property>
4840
 
                                <property name="label_xalign">0</property>
4841
 
                                <property name="shadow_type">none</property>
4842
 
                                <child>
4843
 
                                  <widget class="GtkAlignment" id="alignment30">
4844
 
                                    <property name="visible">True</property>
4845
 
                                    <property name="top_padding">3</property>
4846
 
                                    <property name="left_padding">12</property>
4847
 
                                    <child>
4848
 
                                      <widget class="GtkTable" id="table14">
4849
 
                                        <property name="visible">True</property>
4850
 
                                        <property name="n_columns">2</property>
4851
 
                                        <property name="column_spacing">6</property>
4852
 
                                        <property name="row_spacing">6</property>
4853
 
                                        <child>
4854
 
                                          <widget class="GtkLabel" id="label48">
4855
 
                                            <property name="visible">True</property>
4856
 
                                            <property name="label" translatable="yes">Type:</property>
4857
 
                                          </widget>
4858
 
                                          <packing>
4859
 
                                            <property name="x_options">GTK_FILL</property>
4860
 
                                            <property name="y_options">GTK_FILL</property>
4861
 
                                          </packing>
4862
 
                                        </child>
4863
 
                                        <child>
4864
 
                                          <widget class="GtkLabel" id="controller-type">
4865
 
                                            <property name="visible">True</property>
4866
 
                                            <property name="label">foo</property>
4867
 
                                          </widget>
4868
 
                                          <packing>
4869
 
                                            <property name="left_attach">1</property>
4870
 
                                            <property name="right_attach">2</property>
4871
 
                                            <property name="x_options">GTK_FILL</property>
4872
 
                                            <property name="y_options">GTK_FILL</property>
4873
 
                                          </packing>
4874
 
                                        </child>
4875
 
                                      </widget>
4876
 
                                    </child>
4877
 
                                  </widget>
4878
 
                                </child>
4879
 
                                <child>
4880
 
                                  <widget class="GtkLabel" id="label42">
4881
 
                                    <property name="visible">True</property>
4882
 
                                    <property name="label" translatable="yes">&lt;b&gt;Controller&lt;/b&gt;</property>
4883
 
                                    <property name="use_markup">True</property>
4884
 
                                  </widget>
4885
 
                                  <packing>
4886
 
                                    <property name="type">label_item</property>
4887
 
                                  </packing>
4888
 
                                </child>
4889
 
                              </widget>
4890
 
                              <packing>
4891
 
                                <property name="position">14</property>
4892
 
                              </packing>
4893
 
                            </child>
4894
 
                            <child>
4895
 
                              <widget class="GtkLabel" id="label47">
4896
 
                                <property name="visible">True</property>
4897
 
                                <property name="label" translatable="yes">cntrl</property>
4898
 
                              </widget>
4899
 
                              <packing>
4900
 
                                <property name="position">14</property>
4901
 
                                <property name="tab_fill">False</property>
4902
 
                                <property name="type">tab</property>
4903
 
                              </packing>
4904
 
                            </child>
4905
 
                          </widget>
4906
 
                        </child>
4907
 
                      </widget>
4908
 
                      <packing>
4909
 
                        <property name="position">0</property>
4910
 
                      </packing>
4911
 
                    </child>
4912
 
                    <child>
4913
 
                      <widget class="GtkHButtonBox" id="hbuttonbox3">
4914
 
                        <property name="visible">True</property>
4915
 
                        <property name="spacing">12</property>
4916
 
                        <property name="layout_style">end</property>
4917
 
                        <child>
4918
 
                          <widget class="GtkButton" id="config-remove">
4919
 
                            <property name="label">gtk-remove</property>
4920
 
                            <property name="visible">True</property>
4921
 
                            <property name="can_focus">True</property>
4922
 
                            <property name="can_default">True</property>
4923
 
                            <property name="receives_default">False</property>
4924
 
                            <property name="use_stock">True</property>
4925
 
                            <signal name="clicked" handler="on_config_remove_clicked"/>
4926
 
                          </widget>
4927
 
                          <packing>
4928
 
                            <property name="expand">False</property>
4929
 
                            <property name="fill">False</property>
4930
 
                            <property name="position">0</property>
4931
 
                          </packing>
4932
 
                        </child>
4933
 
                        <child>
4934
 
                          <widget class="GtkButton" id="config-apply">
4935
 
                            <property name="label">gtk-apply</property>
4936
 
                            <property name="visible">True</property>
4937
 
                            <property name="sensitive">False</property>
4938
 
                            <property name="can_focus">True</property>
4939
 
                            <property name="can_default">True</property>
4940
 
                            <property name="receives_default">False</property>
4941
 
                            <property name="use_stock">True</property>
4942
 
                            <signal name="clicked" handler="on_config_apply_clicked"/>
4943
 
                          </widget>
4944
 
                          <packing>
4945
 
                            <property name="expand">False</property>
4946
 
                            <property name="fill">False</property>
4947
 
                            <property name="position">1</property>
4948
 
                          </packing>
4949
 
                        </child>
4950
 
                      </widget>
4951
 
                      <packing>
4952
 
                        <property name="expand">False</property>
4953
 
                        <property name="position">1</property>
4954
 
                      </packing>
4955
 
                    </child>
4956
 
                  </widget>
4957
 
                  <packing>
4958
 
                    <property name="position">1</property>
4959
 
                  </packing>
4960
 
                </child>
4961
 
              </widget>
4962
 
              <packing>
4963
 
                <property name="position">1</property>
4964
 
              </packing>
4965
 
            </child>
4966
 
            <child>
4967
 
              <widget class="GtkLabel" id="label41">
4968
 
                <property name="visible">True</property>
4969
 
                <property name="label" translatable="yes">Details</property>
4970
 
              </widget>
4971
 
              <packing>
4972
 
                <property name="position">1</property>
4973
 
                <property name="tab_fill">False</property>
4974
 
                <property name="type">tab</property>
4975
 
              </packing>
4976
 
            </child>
4977
 
          </widget>
4978
 
          <packing>
4979
 
            <property name="position">2</property>
4980
 
          </packing>
4981
 
        </child>
4982
 
      </widget>
4983
 
    </child>
4984
 
  </widget>
4985
 
</glade-interface>