~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to .pc/90_force_fallback.patch/panels/info/info.ui

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Jeremy Bicha, Ken VanDine
  • Date: 2012-02-15 23:16:31 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20120215231631-vk7me0mhofpsq0hp
Tags: 1:3.3.5-0ubuntu1
* Upload the new serie, that will bring in quite some fixes, we revert
  some problematic or risky changes as well
* The new version includes those fixes:
  - "Change Password in User Accounts panel focuses "New password" field, 
     skipping "Current password"" (lp: #821759)
  - The dialog to add online accounts should have a title 
    (lp: #822380)
  - "Remove Profile" button clickable in Color panel when 
     no profile selected (lp: #869603)
  - Move Removable Media into System Info (lp: #835880)
  - Sound preferences: mouse scrolling balance only works for right.
    (lp: #918017)
  - gnome-control-center SIGSEGV in actualize_printers_list() 
    (lp: #903009)
  - selecting preffered applications is not an info (lp: #890143)
  - Add a keyboard shortcut by default for take screenshot of a selection"
    (lp: #625518)
* debian/patches/revert_git_datetime_port.patch:
  - revert use of datetimed, we don't use systemd and ubuntu-system-service 
    doesn't support it yet
* debian/patches/revert_git_drop_library.patch:
  - consolidate "01_allow_external_panels.patch", don't drop the library
    we use it from other components on ubuntu, the patch will be improved
    later to not use a copy of files like it does in that version
* debian/patches/revert_git_stop_using_gconf.patch,
  debian/patches/revert_ua_gsettings.patch,
  debian/patches/revert_git_keyboard_gsettings.patch:
  - revert keyboard porting to gsettings, compiz still use gconf and we
    didn't update gnome-shell to the new serie (yet)

[ Jeremy Bicha ]
* New upstream release (Thanks Rico Tzchichholz!)
* debian/control.in:
  - Bump minimum dependency versions and add libwacom dependency
* debian/rules: Build without -Wl,-z,defs
* debian/watch: Watch for unstable releases
* Refreshed patches:
  - 01_allow_external_panels.patch
  - 04_add_theme_selection.patch
  - 50_ubuntu_systemwide_prefs.patch
  - 58_ubuntu_icon_views_redesign.patch
  - 59_install_gcm_components_on_demand.patch
  - 91_configure_cheese.patch
* Dropped upstream patches:
  - 00git_handle_media_dialog_close.patch
  - 03_show_wacom_under_unity.patch
  - 90_git_sound_tab_order.patch
  - 91_git_build_use_fontconfig.patch
  - 92_git_minimal_output_height.patch
  - 93_change_window_role_on_panel_change.patch
  - 94_git_adding_shortcuts.patch
  - 95_git_ctrlw_shortcut.patch
  - git_extra_keywords.patch

[ Ken VanDine ]
* debian/patches/96_sound_nua_panel.patch
  - refreshed with latest changes from ronoc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <object class="GtkDialog" id="extra_options_dialog">
 
5
    <property name="can_focus">False</property>
 
6
    <property name="border_width">10</property>
 
7
    <property name="resizable">False</property>
 
8
    <property name="modal">True</property>
 
9
    <property name="destroy_with_parent">True</property>
 
10
    <property name="type_hint">dialog</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkBox" id="extras-dialog-vbox">
 
13
        <property name="visible">True</property>
 
14
        <property name="can_focus">False</property>
 
15
        <property name="orientation">vertical</property>
 
16
        <property name="spacing">2</property>
 
17
        <child internal-child="action_area">
 
18
          <object class="GtkButtonBox" id="dialog-action_area2">
 
19
            <property name="visible">True</property>
 
20
            <property name="can_focus">False</property>
 
21
            <property name="layout_style">end</property>
 
22
            <child>
 
23
              <placeholder/>
 
24
            </child>
 
25
            <child>
 
26
              <object class="GtkButton" id="button1">
 
27
                <property name="label">gtk-close</property>
 
28
                <property name="visible">True</property>
 
29
                <property name="can_focus">True</property>
 
30
                <property name="can_default">True</property>
 
31
                <property name="has_default">True</property>
 
32
                <property name="receives_default">True</property>
 
33
                <property name="use_action_appearance">False</property>
 
34
                <property name="use_stock">True</property>
 
35
              </object>
 
36
              <packing>
 
37
                <property name="expand">False</property>
 
38
                <property name="fill">False</property>
 
39
                <property name="position">1</property>
 
40
              </packing>
 
41
            </child>
 
42
          </object>
 
43
          <packing>
 
44
            <property name="expand">False</property>
 
45
            <property name="fill">True</property>
 
46
            <property name="pack_type">end</property>
 
47
            <property name="position">0</property>
 
48
          </packing>
 
49
        </child>
 
50
        <child>
 
51
          <object class="GtkVBox" id="vbox1">
 
52
            <property name="visible">True</property>
 
53
            <property name="can_focus">False</property>
 
54
            <property name="border_width">5</property>
 
55
            <child>
 
56
              <object class="GtkVBox" id="vbox50">
 
57
                <property name="visible">True</property>
 
58
                <property name="can_focus">False</property>
 
59
                <property name="spacing">10</property>
 
60
                <child>
 
61
                  <object class="GtkLabel" id="label61">
 
62
                    <property name="visible">True</property>
 
63
                    <property name="can_focus">False</property>
 
64
                    <property name="xalign">0</property>
 
65
                    <property name="label" translatable="yes">Select how other media should be handled</property>
 
66
                    <attributes>
 
67
                      <attribute name="weight" value="bold"/>
 
68
                    </attributes>
 
69
                  </object>
 
70
                  <packing>
 
71
                    <property name="expand">False</property>
 
72
                    <property name="fill">False</property>
 
73
                    <property name="position">0</property>
 
74
                  </packing>
 
75
                </child>
 
76
                <child>
 
77
                  <object class="GtkAlignment" id="alignment20">
 
78
                    <property name="visible">True</property>
 
79
                    <property name="can_focus">False</property>
 
80
                    <property name="left_padding">12</property>
 
81
                    <child>
 
82
                      <object class="GtkVBox" id="vbox51">
 
83
                        <property name="visible">True</property>
 
84
                        <property name="can_focus">False</property>
 
85
                        <property name="spacing">6</property>
 
86
                        <child>
 
87
                          <object class="GtkTable" id="table5">
 
88
                            <property name="visible">True</property>
 
89
                            <property name="can_focus">False</property>
 
90
                            <property name="n_rows">2</property>
 
91
                            <property name="n_columns">2</property>
 
92
                            <property name="column_spacing">6</property>
 
93
                            <property name="row_spacing">10</property>
 
94
                            <child>
 
95
                              <object class="GtkComboBox" id="media_other_type_combobox">
 
96
                                <property name="visible">True</property>
 
97
                                <property name="can_focus">False</property>
 
98
                              </object>
 
99
                              <packing>
 
100
                                <property name="left_attach">1</property>
 
101
                                <property name="right_attach">2</property>
 
102
                                <property name="y_options">GTK_FILL</property>
 
103
                              </packing>
 
104
                            </child>
 
105
                            <child>
 
106
                              <object class="GtkLabel" id="label64">
 
107
                                <property name="visible">True</property>
 
108
                                <property name="can_focus">False</property>
 
109
                                <property name="xalign">0</property>
 
110
                                <property name="label" translatable="yes">Acti_on:</property>
 
111
                                <property name="use_underline">True</property>
 
112
                                <property name="mnemonic_widget">media_other_action_container</property>
 
113
                              </object>
 
114
                              <packing>
 
115
                                <property name="top_attach">1</property>
 
116
                                <property name="bottom_attach">2</property>
 
117
                                <property name="x_options">GTK_FILL</property>
 
118
                                <property name="y_options"></property>
 
119
                              </packing>
 
120
                            </child>
 
121
                            <child>
 
122
                              <object class="GtkBox" id="media_other_action_container">
 
123
                                <property name="visible">True</property>
 
124
                                <property name="can_focus">False</property>
 
125
                              </object>
 
126
                              <packing>
 
127
                                <property name="left_attach">1</property>
 
128
                                <property name="right_attach">2</property>
 
129
                                <property name="top_attach">1</property>
 
130
                                <property name="bottom_attach">2</property>
 
131
                                <property name="x_options">GTK_FILL</property>
 
132
                                <property name="y_options">GTK_FILL</property>
 
133
                              </packing>
 
134
                            </child>
 
135
                            <child>
 
136
                              <object class="GtkLabel" id="label63">
 
137
                                <property name="visible">True</property>
 
138
                                <property name="can_focus">False</property>
 
139
                                <property name="xalign">0</property>
 
140
                                <property name="label" translatable="yes">_Type:</property>
 
141
                                <property name="use_underline">True</property>
 
142
                                <property name="mnemonic_widget">media_other_type_combobox</property>
 
143
                              </object>
 
144
                              <packing>
 
145
                                <property name="x_options">GTK_FILL</property>
 
146
                                <property name="y_options"></property>
 
147
                              </packing>
 
148
                            </child>
 
149
                          </object>
 
150
                          <packing>
 
151
                            <property name="expand">False</property>
 
152
                            <property name="fill">True</property>
 
153
                            <property name="position">1</property>
 
154
                          </packing>
 
155
                        </child>
 
156
                      </object>
 
157
                    </child>
 
158
                  </object>
 
159
                  <packing>
 
160
                    <property name="expand">False</property>
 
161
                    <property name="fill">True</property>
 
162
                    <property name="position">1</property>
 
163
                  </packing>
 
164
                </child>
 
165
              </object>
 
166
              <packing>
 
167
                <property name="expand">False</property>
 
168
                <property name="fill">True</property>
 
169
                <property name="position">0</property>
 
170
              </packing>
 
171
            </child>
 
172
          </object>
 
173
          <packing>
 
174
            <property name="expand">False</property>
 
175
            <property name="fill">True</property>
 
176
            <property name="position">1</property>
 
177
          </packing>
 
178
        </child>
 
179
      </object>
 
180
    </child>
 
181
    <action-widgets>
 
182
      <action-widget response="0">button1</action-widget>
 
183
    </action-widgets>
 
184
  </object>
4
185
  <object class="GtkWindow" id="window1">
5
186
    <property name="can_focus">False</property>
6
187
    <child>
99
280
                                    <property name="no_show_all">True</property>
100
281
                                    <property name="xalign">1</property>
101
282
                                    <property name="label" translatable="yes">Device name</property>
 
283
                                    <property name="mnemonic_widget">name_entry</property>
102
284
                                    <style>
103
285
                                      <class name="dim-label"/>
104
286
                                    </style>
110
292
                                    <property name="can_focus">False</property>
111
293
                                    <property name="xalign">1</property>
112
294
                                    <property name="label" translatable="yes">Memory</property>
 
295
                                    <property name="mnemonic_widget">memory_label</property>
113
296
                                    <style>
114
297
                                      <class name="dim-label"/>
115
298
                                    </style>
125
308
                                    <property name="can_focus">False</property>
126
309
                                    <property name="xalign">1</property>
127
310
                                    <property name="label" translatable="yes">Processor</property>
 
311
                                    <property name="mnemonic_widget">processor_label</property>
128
312
                                    <style>
129
313
                                      <class name="dim-label"/>
130
314
                                    </style>
140
324
                                    <property name="can_focus">False</property>
141
325
                                    <property name="xalign">1</property>
142
326
                                    <property name="label" translatable="yes">OS type</property>
 
327
                                    <property name="mnemonic_widget">os_type_label</property>
143
328
                                    <style>
144
329
                                      <class name="dim-label"/>
145
330
                                    </style>
155
340
                                    <property name="can_focus">False</property>
156
341
                                    <property name="xalign">1</property>
157
342
                                    <property name="label" translatable="yes">Disk</property>
 
343
                                    <property name="mnemonic_widget">disk_label</property>
158
344
                                    <style>
159
345
                                      <class name="dim-label"/>
160
346
                                    </style>
424
610
                                <property name="xalign">1</property>
425
611
                                <property name="label" translatable="yes">_Web</property>
426
612
                                <property name="use_underline">True</property>
 
613
                                <style>
 
614
                                  <class name="dim-label"/>
 
615
                                </style>
427
616
                              </object>
428
617
                            </child>
429
618
                            <child>
433
622
                                <property name="xalign">1</property>
434
623
                                <property name="label" translatable="yes">_Mail</property>
435
624
                                <property name="use_underline">True</property>
 
625
                                <style>
 
626
                                  <class name="dim-label"/>
 
627
                                </style>
436
628
                              </object>
437
629
                              <packing>
438
630
                                <property name="top_attach">1</property>
446
638
                                <property name="xalign">1</property>
447
639
                                <property name="label" translatable="yes">_Calendar</property>
448
640
                                <property name="use_underline">True</property>
 
641
                                <style>
 
642
                                  <class name="dim-label"/>
 
643
                                </style>
449
644
                              </object>
450
645
                              <packing>
451
646
                                <property name="top_attach">2</property>
459
654
                                <property name="xalign">1</property>
460
655
                                <property name="label" translatable="yes">M_usic</property>
461
656
                                <property name="use_underline">True</property>
 
657
                                <style>
 
658
                                  <class name="dim-label"/>
 
659
                                </style>
462
660
                              </object>
463
661
                              <packing>
464
662
                                <property name="top_attach">3</property>
472
670
                                <property name="xalign">1</property>
473
671
                                <property name="label" translatable="yes">_Video</property>
474
672
                                <property name="use_underline">True</property>
 
673
                                <style>
 
674
                                  <class name="dim-label"/>
 
675
                                </style>
475
676
                              </object>
476
677
                              <packing>
477
678
                                <property name="top_attach">4</property>
553
754
                                <property name="xalign">1</property>
554
755
                                <property name="label" translatable="yes">_Photos</property>
555
756
                                <property name="use_underline">True</property>
 
757
                                <style>
 
758
                                  <class name="dim-label"/>
 
759
                                </style>
556
760
                              </object>
557
761
                              <packing>
558
762
                                <property name="top_attach">5</property>
615
819
                      </packing>
616
820
                    </child>
617
821
                    <child>
 
822
                      <object class="GtkHBox" id="media_preferences_vbox">
 
823
                        <property name="visible">True</property>
 
824
                        <property name="can_focus">False</property>
 
825
                        <child>
 
826
                          <object class="GtkAlignment" id="alignment1">
 
827
                            <property name="visible">True</property>
 
828
                            <property name="can_focus">False</property>
 
829
                            <child>
 
830
                              <object class="GtkVBox" id="media_preferences_vbox3">
 
831
                                <property name="visible">True</property>
 
832
                                <property name="can_focus">False</property>
 
833
                                <property name="border_width">10</property>
 
834
                                <property name="spacing">10</property>
 
835
                                <child>
 
836
                                  <object class="GtkVBox" id="media_handling_vbox">
 
837
                                    <property name="visible">True</property>
 
838
                                    <property name="can_focus">False</property>
 
839
                                    <property name="spacing">10</property>
 
840
                                    <property name="valign">start</property>
 
841
                                    <property name="vexpand">False</property>
 
842
                                    <child>
 
843
                                      <object class="GtkVBox" id="vbox44">
 
844
                                        <property name="visible">True</property>
 
845
                                        <property name="can_focus">False</property>
 
846
                                        <property name="spacing">10</property>
 
847
                                        <child>
 
848
                                          <object class="GtkLabel" id="label42">
 
849
                                            <property name="visible">True</property>
 
850
                                            <property name="can_focus">False</property>
 
851
                                            <property name="xalign">0</property>
 
852
                                            <property name="label" translatable="yes">Select how media should be handled</property>
 
853
                                            <attributes>
 
854
                                              <attribute name="weight" value="bold"/>
 
855
                                            </attributes>
 
856
                                          </object>
 
857
                                          <packing>
 
858
                                            <property name="expand">False</property>
 
859
                                            <property name="fill">False</property>
 
860
                                            <property name="position">0</property>
 
861
                                          </packing>
 
862
                                        </child>
 
863
                                        <child>
 
864
                                          <object class="GtkAlignment" id="alignment18">
 
865
                                            <property name="visible">True</property>
 
866
                                            <property name="can_focus">False</property>
 
867
                                            <property name="left_padding">12</property>
 
868
                                            <child>
 
869
                                              <object class="GtkVBox" id="vbox52">
 
870
                                                <property name="visible">True</property>
 
871
                                                <property name="can_focus">False</property>
 
872
                                                <property name="spacing">6</property>
 
873
                                                <child>
 
874
                                                  <object class="GtkTable" id="table4">
 
875
                                                    <property name="visible">True</property>
 
876
                                                    <property name="can_focus">False</property>
 
877
                                                    <property name="n_rows">5</property>
 
878
                                                    <property name="n_columns">2</property>
 
879
                                                    <property name="column_spacing">6</property>
 
880
                                                    <property name="row_spacing">6</property>
 
881
                                                    <child>
 
882
                                                      <object class="GtkLabel" id="label44">
 
883
                                                        <property name="visible">True</property>
 
884
                                                        <property name="can_focus">False</property>
 
885
                                                        <property name="xalign">1</property>
 
886
                                                        <property name="label" translatable="yes">CD _audio</property>
 
887
                                                        <property name="use_underline">True</property>
 
888
                                                        <property name="mnemonic_widget">media_audio_cdda_combobox</property>
 
889
                                                        <style>
 
890
                                                          <class name="dim-label"/>
 
891
                                                        </style>
 
892
                                                      </object>
 
893
                                                      <packing>
 
894
                                                        <property name="x_options">GTK_FILL</property>
 
895
                                                        <property name="y_options"></property>
 
896
                                                      </packing>
 
897
                                                    </child>
 
898
                                                    <child>
 
899
                                                      <object class="GtkLabel" id="label50">
 
900
                                                        <property name="visible">True</property>
 
901
                                                        <property name="can_focus">False</property>
 
902
                                                        <property name="xalign">1</property>
 
903
                                                        <property name="label" translatable="yes">_DVD video</property>
 
904
                                                        <property name="use_underline">True</property>
 
905
                                                        <property name="mnemonic_widget">media_video_dvd_combobox</property>
 
906
                                                        <style>
 
907
                                                          <class name="dim-label"/>
 
908
                                                        </style>
 
909
                                                      </object>
 
910
                                                      <packing>
 
911
                                                        <property name="top_attach">1</property>
 
912
                                                        <property name="bottom_attach">2</property>
 
913
                                                        <property name="x_options">GTK_FILL</property>
 
914
                                                        <property name="y_options"></property>
 
915
                                                      </packing>
 
916
                                                    </child>
 
917
                                                    <child>
 
918
                                                      <object class="GtkAppChooserButton" id="media_audio_cdda_combobox">
 
919
                                                        <property name="visible">True</property>
 
920
                                                        <property name="can_focus">False</property>
 
921
                                                        <property name="content_type">x-content/audio-cdda</property>
 
922
                                                      </object>
 
923
                                                      <packing>
 
924
                                                        <property name="left_attach">1</property>
 
925
                                                        <property name="right_attach">2</property>
 
926
                                                        <property name="y_options">GTK_FILL</property>
 
927
                                                      </packing>
 
928
                                                    </child>
 
929
                                                    <child>
 
930
                                                      <object class="GtkAppChooserButton" id="media_video_dvd_combobox">
 
931
                                                        <property name="visible">True</property>
 
932
                                                        <property name="can_focus">False</property>
 
933
                                                        <property name="content_type">x-content/video-dvd</property>
 
934
                                                      </object>
 
935
                                                      <packing>
 
936
                                                        <property name="left_attach">1</property>
 
937
                                                        <property name="right_attach">2</property>
 
938
                                                        <property name="top_attach">1</property>
 
939
                                                        <property name="bottom_attach">2</property>
 
940
                                                        <property name="x_options">GTK_FILL</property>
 
941
                                                        <property name="y_options">GTK_FILL</property>
 
942
                                                      </packing>
 
943
                                                    </child>
 
944
                                                    <child>
 
945
                                                      <object class="GtkLabel" id="label54">
 
946
                                                        <property name="visible">True</property>
 
947
                                                        <property name="can_focus">False</property>
 
948
                                                        <property name="xalign">1</property>
 
949
                                                        <property name="label" translatable="yes">_Music player</property>
 
950
                                                        <property name="use_underline">True</property>
 
951
                                                        <property name="mnemonic_widget">media_music_player_combobox</property>
 
952
                                                        <style>
 
953
                                                          <class name="dim-label"/>
 
954
                                                        </style>
 
955
                                                      </object>
 
956
                                                      <packing>
 
957
                                                        <property name="top_attach">2</property>
 
958
                                                        <property name="bottom_attach">3</property>
 
959
                                                        <property name="x_options">GTK_FILL</property>
 
960
                                                        <property name="y_options"></property>
 
961
                                                      </packing>
 
962
                                                    </child>
 
963
                                                    <child>
 
964
                                                      <object class="GtkAppChooserButton" id="media_music_player_combobox">
 
965
                                                        <property name="visible">True</property>
 
966
                                                        <property name="can_focus">False</property>
 
967
                                                        <property name="content_type">x-content/audio-player</property>
 
968
                                                      </object>
 
969
                                                      <packing>
 
970
                                                        <property name="left_attach">1</property>
 
971
                                                        <property name="right_attach">2</property>
 
972
                                                        <property name="top_attach">2</property>
 
973
                                                        <property name="bottom_attach">3</property>
 
974
                                                        <property name="x_options">GTK_FILL</property>
 
975
                                                        <property name="y_options">GTK_FILL</property>
 
976
                                                      </packing>
 
977
                                                    </child>
 
978
                                                    <child>
 
979
                                                      <object class="GtkLabel" id="label59">
 
980
                                                        <property name="visible">True</property>
 
981
                                                        <property name="can_focus">False</property>
 
982
                                                        <property name="xalign">1</property>
 
983
                                                        <property name="label" translatable="yes">_Photos</property>
 
984
                                                        <property name="use_underline">True</property>
 
985
                                                        <property name="mnemonic_widget">media_dcf_combobox</property>
 
986
                                                        <style>
 
987
                                                          <class name="dim-label"/>
 
988
                                                        </style>
 
989
                                                      </object>
 
990
                                                      <packing>
 
991
                                                        <property name="top_attach">3</property>
 
992
                                                        <property name="bottom_attach">4</property>
 
993
                                                        <property name="x_options">GTK_FILL</property>
 
994
                                                        <property name="y_options"></property>
 
995
                                                      </packing>
 
996
                                                    </child>
 
997
                                                    <child>
 
998
                                                      <object class="GtkAppChooserButton" id="media_dcf_combobox">
 
999
                                                        <property name="visible">True</property>
 
1000
                                                        <property name="can_focus">False</property>
 
1001
                                                        <property name="content_type">x-content/image-dcf</property>
 
1002
                                                      </object>
 
1003
                                                      <packing>
 
1004
                                                        <property name="left_attach">1</property>
 
1005
                                                        <property name="right_attach">2</property>
 
1006
                                                        <property name="top_attach">3</property>
 
1007
                                                        <property name="bottom_attach">4</property>
 
1008
                                                        <property name="x_options">GTK_FILL</property>
 
1009
                                                        <property name="y_options">GTK_FILL</property>
 
1010
                                                      </packing>
 
1011
                                                    </child>
 
1012
                                                    <child>
 
1013
                                                      <object class="GtkLabel" id="label57">
 
1014
                                                        <property name="visible">True</property>
 
1015
                                                        <property name="can_focus">False</property>
 
1016
                                                        <property name="xalign">1</property>
 
1017
                                                        <property name="label" translatable="yes">_Software</property>
 
1018
                                                        <property name="use_underline">True</property>
 
1019
                                                        <property name="mnemonic_widget">media_software_combobox</property>
 
1020
                                                        <style>
 
1021
                                                          <class name="dim-label"/>
 
1022
                                                        </style>
 
1023
                                                      </object>
 
1024
                                                      <packing>
 
1025
                                                        <property name="top_attach">4</property>
 
1026
                                                        <property name="bottom_attach">5</property>
 
1027
                                                        <property name="x_options">GTK_FILL</property>
 
1028
                                                        <property name="y_options"></property>
 
1029
                                                      </packing>
 
1030
                                                    </child>
 
1031
                                                    <child>
 
1032
                                                      <object class="GtkAppChooserButton" id="media_software_combobox">
 
1033
                                                        <property name="visible">True</property>
 
1034
                                                        <property name="can_focus">False</property>
 
1035
                                                        <property name="content_type">x-content/unix-software</property>
 
1036
                                                      </object>
 
1037
                                                      <packing>
 
1038
                                                        <property name="left_attach">1</property>
 
1039
                                                        <property name="right_attach">2</property>
 
1040
                                                        <property name="top_attach">4</property>
 
1041
                                                        <property name="bottom_attach">5</property>
 
1042
                                                        <property name="x_options">GTK_FILL</property>
 
1043
                                                        <property name="y_options">GTK_FILL</property>
 
1044
                                                      </packing>
 
1045
                                                    </child>
 
1046
                                                  </object>
 
1047
                                                  <packing>
 
1048
                                                    <property name="expand">False</property>
 
1049
                                                    <property name="fill">True</property>
 
1050
                                                    <property name="position">0</property>
 
1051
                                                  </packing>
 
1052
                                                </child>
 
1053
                                                <child>
 
1054
                                                  <object class="GtkHBox" id="hbox2">
 
1055
                                                    <property name="visible">True</property>
 
1056
                                                    <property name="can_focus">False</property>
 
1057
                                                    <child>
 
1058
                                                      <object class="GtkButton" id="extra_options_button">
 
1059
                                                        <property name="label" translatable="yes">_Other Media...</property>
 
1060
                                                        <property name="visible">True</property>
 
1061
                                                        <property name="can_focus">True</property>
 
1062
                                                        <property name="receives_default">True</property>
 
1063
                                                        <property name="use_action_appearance">False</property>
 
1064
                                                        <property name="use_underline">True</property>
 
1065
                                                      </object>
 
1066
                                                      <packing>
 
1067
                                                        <property name="expand">False</property>
 
1068
                                                        <property name="fill">False</property>
 
1069
                                                        <property name="pack_type">end</property>
 
1070
                                                        <property name="position">0</property>
 
1071
                                                      </packing>
 
1072
                                                    </child>
 
1073
                                                  </object>
 
1074
                                                  <packing>
 
1075
                                                    <property name="expand">True</property>
 
1076
                                                    <property name="fill">True</property>
 
1077
                                                    <property name="position">1</property>
 
1078
                                                  </packing>
 
1079
                                                </child>
 
1080
                                              </object>
 
1081
                                            </child>
 
1082
                                          </object>
 
1083
                                          <packing>
 
1084
                                            <property name="expand">False</property>
 
1085
                                            <property name="fill">True</property>
 
1086
                                            <property name="position">1</property>
 
1087
                                          </packing>
 
1088
                                        </child>
 
1089
                                      </object>
 
1090
                                      <packing>
 
1091
                                        <property name="expand">False</property>
 
1092
                                        <property name="fill">True</property>
 
1093
                                        <property name="position">0</property>
 
1094
                                      </packing>
 
1095
                                    </child>
 
1096
                                  </object>
 
1097
                                  <packing>
 
1098
                                    <property name="expand">False</property>
 
1099
                                    <property name="fill">False</property>
 
1100
                                    <property name="position">0</property>
 
1101
                                  </packing>
 
1102
                                </child>
 
1103
                                <child>
 
1104
                                  <object class="GtkCheckButton" id="media_autorun_never_checkbutton">
 
1105
                                    <property name="label" translatable="yes">_Never prompt or start programs on media insertion</property>
 
1106
                                    <property name="visible">True</property>
 
1107
                                    <property name="can_focus">True</property>
 
1108
                                    <property name="receives_default">False</property>
 
1109
                                    <property name="use_action_appearance">False</property>
 
1110
                                    <property name="use_underline">True</property>
 
1111
                                    <property name="xalign">0</property>
 
1112
                                    <property name="draw_indicator">True</property>
 
1113
                                    <property name="valign">end</property>
 
1114
                                    <property name="vexpand">False</property>
 
1115
                                  </object>
 
1116
                                  <packing>
 
1117
                                    <property name="expand">False</property>
 
1118
                                    <property name="fill">False</property>
 
1119
                                    <property name="position">1</property>
 
1120
                                  </packing>
 
1121
                                </child>
 
1122
                              </object>
 
1123
                            </child>
 
1124
                          </object>
 
1125
                          <packing>
 
1126
                            <property name="expand">True</property>
 
1127
                            <property name="fill">False</property>
 
1128
                            <property name="position">0</property>
 
1129
                          </packing>
 
1130
                        </child>
 
1131
                      </object>
 
1132
                      <packing>
 
1133
                        <property name="position">2</property>
 
1134
                      </packing>
 
1135
                    </child>
 
1136
                    <child type="tab">
 
1137
                      <object class="GtkLabel" id="label16">
 
1138
                        <property name="visible">True</property>
 
1139
                        <property name="can_focus">False</property>
 
1140
                        <property name="label" translatable="yes">Removable Media</property>
 
1141
                      </object>
 
1142
                      <packing>
 
1143
                        <property name="position">2</property>
 
1144
                        <property name="tab_fill">False</property>
 
1145
                      </packing>
 
1146
                    </child>
 
1147
                    <child>
618
1148
                      <object class="GtkAlignment" id="graphics_detail_container">
619
1149
                        <property name="visible">True</property>
620
1150
                        <property name="can_focus">False</property>
763
1293
                        </child>
764
1294
                      </object>
765
1295
                      <packing>
766
 
                        <property name="position">2</property>
 
1296
                        <property name="position">3</property>
767
1297
                      </packing>
768
1298
                    </child>
769
1299
                    <child type="tab">
771
1301
                        <property name="visible">True</property>
772
1302
                        <property name="can_focus">False</property>
773
1303
                        <property name="label" translatable="yes">Graphics</property>
 
1304
                        <property name="mnemonic_widget">graphics_label</property>
774
1305
                      </object>
775
1306
                      <packing>
776
 
                        <property name="position">2</property>
 
1307
                        <property name="position">3</property>
777
1308
                        <property name="tab_fill">False</property>
778
1309
                      </packing>
779
1310
                    </child>