1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
   2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
   3 <!--Generated with glade3 3.4.5 on Tue Sep  9 08:23:45 2008 -->
   4 <glade-interface>
   5   <widget class="GtkWindow" id="mainwindow">
   6     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
   7     <property name="title" translatable="yes">Package Manager</property>
   8     <property name="window_position">GTK_WIN_POS_CENTER</property>
   9     <property name="default_width">800</property>
  10     <property name="default_height">600</property>
  11     <property name="icon">PM_app_48x.png</property>
  12     <signal name="delete_event" handler="on_mainwindow_delete_event"/>
  13     <child>
  14       <widget class="GtkVBox" id="vbox1">
  15         <property name="visible">True</property>
  16         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  17         <child>
  18           <widget class="GtkMenuBar" id="menubar1">
  19             <property name="visible">True</property>
  20             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  21             <child>
  22               <widget class="GtkMenuItem" id="file">
  23                 <property name="visible">True</property>
  24                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  25                 <property name="label" translatable="yes">_File</property>
  26                 <property name="use_underline">True</property>
  27                 <child>
  28                   <widget class="GtkMenu" id="menu1">
  29                     <property name="visible">True</property>
  30                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  31                     <child>
  32                       <widget class="GtkMenuItem" id="file_be">
  33                         <property name="visible">True</property>
  34                         <property name="tooltip" translatable="yes">BE management</property>
  35                         <property name="label" translatable="yes">BE management</property>
  36                         <property name="use_underline">True</property>
  37                         <signal name="activate" handler="on_file_be_activate"/>
  38                       </widget>
  39                     </child>
  40                     <child>
  41                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
  42                         <property name="visible">True</property>
  43                       </widget>
  44                     </child>
  45                     <child>
  46                       <widget class="GtkMenuItem" id="file_quit">
  47                         <property name="visible">True</property>
  48                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  49                         <property name="tooltip" translatable="yes">Quit application</property>
  50                         <property name="label" translatable="yes">Quit</property>
  51                         <property name="use_underline">True</property>
  52                         <signal name="activate" handler="on_file_quit_activate"/>
  53                       </widget>
  54                     </child>
  55                   </widget>
  56                 </child>
  57               </widget>
  58             </child>
  59             <child>
  60               <widget class="GtkMenuItem" id="edit">
  61                 <property name="visible">True</property>
  62                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  63                 <property name="label" translatable="yes">_Edit</property>
  64                 <property name="use_underline">True</property>
  65                 <child>
  66                   <widget class="GtkMenu" id="menu2">
  67                     <property name="visible">True</property>
  68                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  69                     <child>
  70                       <widget class="GtkMenuItem" id="edit_cut">
  71                         <property name="visible">True</property>
  72                         <property name="sensitive">False</property>
  73                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  74                         <property name="tooltip" translatable="yes">Cut action</property>
  75                         <property name="label" translatable="yes">Cut</property>
  76                         <property name="use_underline">True</property>
  77                         <signal name="activate" handler="on_edit_cut_activate"/>
  78                       </widget>
  79                     </child>
  80                     <child>
  81                       <widget class="GtkMenuItem" id="edit_copy">
  82                         <property name="visible">True</property>
  83                         <property name="sensitive">False</property>
  84                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  85                         <property name="tooltip" translatable="yes">Copy</property>
  86                         <property name="label" translatable="yes">Copy</property>
  87                         <property name="use_underline">True</property>
  88                         <signal name="activate" handler="on_edit_copy_activate"/>
  89                       </widget>
  90                     </child>
  91                     <child>
  92                       <widget class="GtkMenuItem" id="edit_paste">
  93                         <property name="visible">True</property>
  94                         <property name="sensitive">False</property>
  95                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  96                         <property name="tooltip" translatable="yes">Paste</property>
  97                         <property name="label" translatable="yes">Paste</property>
  98                         <property name="use_underline">True</property>
  99                         <signal name="activate" handler="on_edit_paste_activate"/>
 100                       </widget>
 101                     </child>
 102                     <child>
 103                       <widget class="GtkMenuItem" id="edit_clear">
 104                         <property name="visible">True</property>
 105                         <property name="sensitive">False</property>
 106                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 107                         <property name="tooltip" translatable="yes">Clear</property>
 108                         <property name="label" translatable="yes">Clear</property>
 109                         <property name="use_underline">True</property>
 110                         <signal name="activate" handler="on_edit_clear_activate"/>
 111                       </widget>
 112                     </child>
 113                     <child>
 114                       <widget class="GtkSeparatorMenuItem" id="menuitem2">
 115                         <property name="visible">True</property>
 116                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 117                       </widget>
 118                     </child>
 119                     <child>
 120                       <widget class="GtkMenuItem" id="edit_select_all">
 121                         <property name="visible">True</property>
 122                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 123                         <property name="tooltip" translatable="yes">Select All Items</property>
 124                         <property name="label" translatable="yes">Select All</property>
 125                         <property name="use_underline">True</property>
 126                         <signal name="activate" handler="on_edit_select_all_activate"/>
 127                       </widget>
 128                     </child>
 129                     <child>
 130                       <widget class="GtkMenuItem" id="edit_select_updates">
 131                         <property name="visible">True</property>
 132                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 133                         <property name="tooltip" translatable="yes">Select Updates</property>
 134                         <property name="label" translatable="yes">Select Updates</property>
 135                         <property name="use_underline">True</property>
 136                         <signal name="activate" handler="on_edit_select_updates_activate"/>
 137                       </widget>
 138                     </child>
 139                     <child>
 140                       <widget class="GtkMenuItem" id="edit_deselect">
 141                         <property name="visible">True</property>
 142                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 143                         <property name="tooltip" translatable="yes">Deselect selected packages</property>
 144                         <property name="label" translatable="yes">Deselect</property>
 145                         <property name="use_underline">True</property>
 146                         <signal name="activate" handler="on_edit_deselect_activate"/>
 147                       </widget>
 148                     </child>
 149                   </widget>
 150                 </child>
 151               </widget>
 152             </child>
 153             <child>
 154               <widget class="GtkMenuItem" id="package">
 155                 <property name="visible">True</property>
 156                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 157                 <property name="label" translatable="yes">_Package</property>
 158                 <property name="use_underline">True</property>
 159                 <child>
 160                   <widget class="GtkMenu" id="menu6">
 161                     <property name="visible">True</property>
 162                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 163                     <child>
 164                       <widget class="GtkMenuItem" id="package_update_all">
 165                         <property name="visible">True</property>
 166                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 167                         <property name="tooltip" translatable="yes">Update all packages</property>
 168                         <property name="label" translatable="yes">Update All</property>
 169                         <property name="use_underline">True</property>
 170                         <signal name="activate" handler="on_package_update_all_activate"/>
 171                       </widget>
 172                     </child>
 173                     <child>
 174                       <widget class="GtkSeparatorMenuItem" id="menuitem3">
 175                         <property name="visible">True</property>
 176                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 177                       </widget>
 178                     </child>
 179                     <child>
 180                       <widget class="GtkMenuItem" id="package_install_update">
 181                         <property name="visible">True</property>
 182                         <property name="sensitive">False</property>
 183                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 184                         <property name="tooltip" translatable="yes">Install or Update selected packages</property>
 185                         <property name="label" translatable="yes">Install / Update</property>
 186                         <property name="use_underline">True</property>
 187                         <signal name="activate" handler="on_package_install_update_activate"/>
 188                       </widget>
 189                     </child>
 190                     <child>
 191                       <widget class="GtkMenuItem" id="package_remove">
 192                         <property name="visible">True</property>
 193                         <property name="sensitive">False</property>
 194                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 195                         <property name="tooltip" translatable="yes">Remove selected packages</property>
 196                         <property name="label" translatable="yes">Remove</property>
 197                         <property name="use_underline">True</property>
 198                         <signal name="activate" handler="on_package_remove_activate"/>
 199                       </widget>
 200                     </child>
 201                   </widget>
 202                 </child>
 203               </widget>
 204             </child>
 205             <child>
 206               <widget class="GtkMenuItem" id="help">
 207                 <property name="visible">True</property>
 208                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 209                 <property name="label" translatable="yes">_Help</property>
 210                 <property name="use_underline">True</property>
 211                 <child>
 212                   <widget class="GtkMenu" id="menu3">
 213                     <property name="visible">True</property>
 214                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 215                     <child>
 216                       <widget class="GtkMenuItem" id="help_about">
 217                         <property name="visible">True</property>
 218                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 219                         <property name="tooltip" translatable="yes">About dialog</property>
 220                         <property name="label" translatable="yes">About</property>
 221                         <property name="use_underline">True</property>
 222                         <signal name="activate" handler="on_help_about_activate"/>
 223                       </widget>
 224                     </child>
 225                   </widget>
 226                 </child>
 227               </widget>
 228             </child>
 229           </widget>
 230           <packing>
 231             <property name="expand">False</property>
 232           </packing>
 233         </child>
 234         <child>
 235           <widget class="GtkHBox" id="hbox1">
 236             <property name="visible">True</property>
 237             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 238             <child>
 239               <widget class="GtkToolbar" id="actiontoolbar">
 240                 <property name="visible">True</property>
 241                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 242                 <child>
 243                   <widget class="GtkToolButton" id="reloadbutton">
 244                     <property name="visible">True</property>
 245                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 246                     <property name="label" translatable="yes">Reload</property>
 247                     <property name="stock_id">gtk-refresh</property>
 248                     <signal name="clicked" handler="on_reload_button_clicked"/>
 249                   </widget>
 250                   <packing>
 251                     <property name="expand">False</property>
 252                   </packing>
 253                 </child>
 254                 <child>
 255                   <widget class="GtkToolButton" id="update_all_button">
 256                     <property name="visible">True</property>
 257                     <property name="sensitive">False</property>
 258                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 259                     <property name="label" translatable="yes">Update All</property>
 260                     <property name="stock_id">gtk-redo</property>
 261                     <signal name="clicked" handler="on_update_all_button_clicked"/>
 262                   </widget>
 263                   <packing>
 264                     <property name="expand">False</property>
 265                   </packing>
 266                 </child>
 267                 <child>
 268                   <widget class="GtkToolButton" id="install_update_button">
 269                     <property name="visible">True</property>
 270                     <property name="sensitive">False</property>
 271                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 272                     <property name="label" translatable="yes">Install/Update</property>
 273                     <property name="stock_id">gtk-apply</property>
 274                     <signal name="clicked" handler="on_install_update_button_clicked"/>
 275                   </widget>
 276                   <packing>
 277                     <property name="expand">False</property>
 278                   </packing>
 279                 </child>
 280                 <child>
 281                   <widget class="GtkToolButton" id="remove_button">
 282                     <property name="visible">True</property>
 283                     <property name="sensitive">False</property>
 284                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 285                     <property name="label" translatable="yes">Remove</property>
 286                     <property name="stock_id">gtk-remove</property>
 287                     <signal name="clicked" handler="on_remove_button_clicked"/>
 288                   </widget>
 289                   <packing>
 290                     <property name="expand">False</property>
 291                   </packing>
 292                 </child>
 293               </widget>
 294             </child>
 295             <child>
 296               <widget class="GtkFrame" id="frame1">
 297                 <property name="visible">True</property>
 298                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 299                 <property name="label_xalign">0</property>
 300                 <property name="label_yalign">1</property>
 301                 <property name="shadow_type">GTK_SHADOW_OUT</property>
 302                 <child>
 303                   <widget class="GtkFixed" id="fixed2">
 304                     <property name="width_request">300</property>
 305                     <property name="visible">True</property>
 306                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 307                     <child>
 308                       <widget class="GtkLabel" id="label1">
 309                         <property name="visible">True</property>
 310                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 311                         <property name="yalign">0.60000002384185791</property>
 312                         <property name="label" translatable="yes">&lt;i&gt;Repository:&lt;/i&gt;</property>
 313                         <property name="use_markup">True</property>
 314                       </widget>
 315                       <packing>
 316                         <property name="x">5</property>
 317                         <property name="y">18</property>
 318                       </packing>
 319                     </child>
 320                     <child>
 321                       <widget class="GtkComboBox" id="repositorycombobox">
 322                         <property name="width_request">205</property>
 323                         <property name="visible">True</property>
 324                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 325                         <signal name="changed" handler="on_repositorycombobox_changed"/>
 326                       </widget>
 327                       <packing>
 328                         <property name="x">90</property>
 329                         <property name="y">12</property>
 330                       </packing>
 331                     </child>
 332                   </widget>
 333                 </child>
 334               </widget>
 335               <packing>
 336                 <property name="expand">False</property>
 337                 <property name="fill">False</property>
 338                 <property name="position">1</property>
 339               </packing>
 340             </child>
 341           </widget>
 342           <packing>
 343             <property name="expand">False</property>
 344             <property name="position">1</property>
 345           </packing>
 346         </child>
 347         <child>
 348           <widget class="GtkHPaned" id="hpaned1">
 349             <property name="visible">True</property>
 350             <property name="can_focus">True</property>
 351             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 352             <child>
 353               <widget class="GtkVBox" id="vbox3">
 354                 <property name="visible">True</property>
 355                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 356                 <child>
 357                   <widget class="GtkAlignment" id="alignment3">
 358                     <property name="visible">True</property>
 359                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 360                     <property name="border_width">6</property>
 361                     <child>
 362                       <widget class="GtkComboBox" id="sectionscombobox">
 363                         <property name="visible">True</property>
 364                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 365                         <signal name="changed" handler="on_sectionscombobox_changed"/>
 366                       </widget>
 367                     </child>
 368                   </widget>
 369                   <packing>
 370                     <property name="expand">False</property>
 371                   </packing>
 372                 </child>
 373                 <child>
 374                   <widget class="GtkScrolledWindow" id="scrolledwindow1">
 375                     <property name="width_request">200</property>
 376                     <property name="visible">True</property>
 377                     <property name="can_focus">True</property>
 378                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 379                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 380                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 381                     <child>
 382                       <widget class="GtkTreeView" id="categoriestreeview">
 383                         <property name="visible">True</property>
 384                         <property name="can_focus">True</property>
 385                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 386                         <property name="headers_visible">False</property>
 387                         <property name="headers_clickable">True</property>
 388                       </widget>
 389                     </child>
 390                   </widget>
 391                   <packing>
 392                     <property name="position">1</property>
 393                   </packing>
 394                 </child>
 395               </widget>
 396               <packing>
 397                 <property name="resize">False</property>
 398                 <property name="shrink">True</property>
 399               </packing>
 400             </child>
 401             <child>
 402               <widget class="GtkVBox" id="vbox2">
 403                 <property name="visible">True</property>
 404                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 405                 <child>
 406                   <widget class="GtkHBox" id="hbox2">
 407                     <property name="visible">True</property>
 408                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 409                     <property name="border_width">6</property>
 410                     <property name="spacing">12</property>
 411                     <child>
 412                       <widget class="GtkHBox" id="hbox4">
 413                         <property name="visible">True</property>
 414                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 415                         <property name="spacing">6</property>
 416                         <child>
 417                           <widget class="GtkLabel" id="label2">
 418                             <property name="visible">True</property>
 419                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 420                             <property name="label" translatable="yes">Show:</property>
 421                           </widget>
 422                         </child>
 423                         <child>
 424                           <widget class="GtkComboBox" id="filtercombobox">
 425                             <property name="width_request">150</property>
 426                             <property name="visible">True</property>
 427                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 428                             <signal name="changed" handler="on_filtercombobox_changed"/>
 429                           </widget>
 430                           <packing>
 431                             <property name="position">1</property>
 432                           </packing>
 433                         </child>
 434                       </widget>
 435                       <packing>
 436                         <property name="expand">False</property>
 437                       </packing>
 438                     </child>
 439                     <child>
 440                       <widget class="GtkHBox" id="hbox5">
 441                         <property name="visible">True</property>
 442                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 443                         <property name="spacing">6</property>
 444                         <child>
 445                           <widget class="GtkLabel" id="label3">
 446                             <property name="visible">True</property>
 447                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 448                             <property name="label" translatable="yes">Search:</property>
 449                           </widget>
 450                         </child>
 451                         <child>
 452                           <widget class="GtkEntry" id="searchentry">
 453                             <property name="visible">True</property>
 454                             <property name="can_focus">True</property>
 455                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 456                             <signal name="changed" handler="on_searchentry_changed"/>
 457                             <signal name="focus_out_event" handler="on_searchentry_focus_out_event"/>
 458                             <signal name="focus_in_event" handler="on_searchentry_focus_in_event"/>
 459                             <signal name="event" handler="on_searchentry_event"/>
 460                           </widget>
 461                           <packing>
 462                             <property name="position">1</property>
 463                           </packing>
 464                         </child>
 465                       </widget>
 466                       <packing>
 467                         <property name="expand">False</property>
 468                         <property name="position">1</property>
 469                       </packing>
 470                     </child>
 471                   </widget>
 472                   <packing>
 473                     <property name="expand">False</property>
 474                   </packing>
 475                 </child>
 476                 <child>
 477                   <widget class="GtkVPaned" id="vpaned1">
 478                     <property name="visible">True</property>
 479                     <property name="can_focus">True</property>
 480                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 481                     <child>
 482                       <widget class="GtkScrolledWindow" id="scrolledwindow2">
 483                         <property name="visible">True</property>
 484                         <property name="can_focus">True</property>
 485                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 486                         <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 487                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 488                         <child>
 489                           <widget class="GtkTreeView" id="applicationtreeview">
 490                             <property name="height_request">270</property>
 491                             <property name="visible">True</property>
 492                             <property name="can_focus">True</property>
 493                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 494                             <property name="headers_clickable">True</property>
 495                             <property name="rules_hint">True</property>
 496                             <property name="enable_search">False</property>
 497                           </widget>
 498                         </child>
 499                       </widget>
 500                       <packing>
 501                         <property name="resize">False</property>
 502                         <property name="shrink">True</property>
 503                       </packing>
 504                     </child>
 505                     <child>
 506                       <widget class="GtkVBox" id="vbox4">
 507                         <property name="visible">True</property>
 508                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 509                         <property name="spacing">10</property>
 510                         <child>
 511                           <widget class="GtkHBox" id="hbox15">
 512                             <property name="visible">True</property>
 513                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 514                             <property name="border_width">6</property>
 515                             <property name="spacing">6</property>
 516                             <child>
 517                               <widget class="GtkImage" id="packageimage">
 518                                 <property name="visible">True</property>
 519                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 520                                 <property name="xalign">0</property>
 521                                 <property name="yalign">0</property>
 522                                 <property name="xpad">5</property>
 523                                 <property name="ypad">5</property>
 524                                 <property name="pixbuf">PM_package_36x.png</property>
 525                               </widget>
 526                               <packing>
 527                                 <property name="expand">False</property>
 528                               </packing>
 529                             </child>
 530                             <child>
 531                               <widget class="GtkVBox" id="vbox6">
 532                                 <property name="visible">True</property>
 533                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 534                                 <child>
 535                                   <widget class="GtkLabel" id="packagenamelabel">
 536                                     <property name="visible">True</property>
 537                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 538                                     <property name="xalign">0</property>
 539                                     <property name="yalign">0</property>
 540                                     <property name="xpad">10</property>
 541                                     <property name="ypad">2</property>
 542                                     <property name="label" translatable="yes">&lt;b&gt;PACKAGE NAME&lt;/b&gt;</property>
 543                                     <property name="use_markup">True</property>
 544                                   </widget>
 545                                 </child>
 546                                 <child>
 547                                   <widget class="GtkLabel" id="shortdescriptionlabel">
 548                                     <property name="visible">True</property>
 549                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 550                                     <property name="xalign">0</property>
 551                                     <property name="yalign">0</property>
 552                                     <property name="xpad">10</property>
 553                                     <property name="label" translatable="yes">Short description</property>
 554                                     <property name="use_markup">True</property>
 555                                   </widget>
 556                                   <packing>
 557                                     <property name="position">1</property>
 558                                   </packing>
 559                                 </child>
 560                               </widget>
 561                               <packing>
 562                                 <property name="position">1</property>
 563                               </packing>
 564                             </child>
 565                           </widget>
 566                           <packing>
 567                             <property name="expand">False</property>
 568                             <property name="fill">False</property>
 569                           </packing>
 570                         </child>
 571                         <child>
 572                           <widget class="GtkNotebook" id="notebook1">
 573                             <property name="visible">True</property>
 574                             <property name="can_focus">True</property>
 575                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 576                             <child>
 577                               <widget class="GtkScrolledWindow" id="scrolledwindow7">
 578                                 <property name="visible">True</property>
 579                                 <property name="can_focus">True</property>
 580                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 581                                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 582                                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 583                                 <child>
 584                                   <widget class="GtkTextView" id="generalinfotextview">
 585                                     <property name="visible">True</property>
 586                                     <property name="can_focus">True</property>
 587                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 588                                     <property name="editable">False</property>
 589                                   </widget>
 590                                 </child>
 591                               </widget>
 592                             </child>
 593                             <child>
 594                               <widget class="GtkLabel" id="label8">
 595                                 <property name="visible">True</property>
 596                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 597                                 <property name="label" translatable="yes">General Info</property>
 598                               </widget>
 599                               <packing>
 600                                 <property name="type">tab</property>
 601                                 <property name="tab_fill">False</property>
 602                               </packing>
 603                             </child>
 604                             <child>
 605                               <widget class="GtkScrolledWindow" id="scrolledwindow9">
 606                                 <property name="visible">True</property>
 607                                 <property name="can_focus">True</property>
 608                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 609                                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 610                                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 611                                 <child>
 612                                   <widget class="GtkTextView" id="installedfilestextview">
 613                                     <property name="visible">True</property>
 614                                     <property name="can_focus">True</property>
 615                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 616                                     <property name="editable">False</property>
 617                                   </widget>
 618                                 </child>
 619                               </widget>
 620                               <packing>
 621                                 <property name="position">1</property>
 622                               </packing>
 623                             </child>
 624                             <child>
 625                               <widget class="GtkLabel" id="label9">
 626                                 <property name="visible">True</property>
 627                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 628                                 <property name="label" translatable="yes">Files Details</property>
 629                               </widget>
 630                               <packing>
 631                                 <property name="type">tab</property>
 632                                 <property name="position">1</property>
 633                                 <property name="tab_fill">False</property>
 634                               </packing>
 635                             </child>
 636                             <child>
 637                               <widget class="GtkScrolledWindow" id="scrolledwindow10">
 638                                 <property name="visible">True</property>
 639                                 <property name="can_focus">True</property>
 640                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 641                                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 642                                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 643                                 <child>
 644                                   <widget class="GtkTextView" id="dependenciestextview">
 645                                     <property name="visible">True</property>
 646                                     <property name="can_focus">True</property>
 647                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 648                                     <property name="editable">False</property>
 649                                   </widget>
 650                                 </child>
 651                               </widget>
 652                               <packing>
 653                                 <property name="position">2</property>
 654                               </packing>
 655                             </child>
 656                             <child>
 657                               <widget class="GtkLabel" id="label10">
 658                                 <property name="visible">True</property>
 659                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 660                                 <property name="label" translatable="yes">Dependencies</property>
 661                               </widget>
 662                               <packing>
 663                                 <property name="type">tab</property>
 664                                 <property name="position">2</property>
 665                                 <property name="tab_fill">False</property>
 666                               </packing>
 667                             </child>
 668                           </widget>
 669                           <packing>
 670                             <property name="position">1</property>
 671                           </packing>
 672                         </child>
 673                       </widget>
 674                       <packing>
 675                         <property name="resize">True</property>
 676                         <property name="shrink">True</property>
 677                       </packing>
 678                     </child>
 679                   </widget>
 680                   <packing>
 681                     <property name="position">1</property>
 682                   </packing>
 683                 </child>
 684               </widget>
 685               <packing>
 686                 <property name="resize">True</property>
 687                 <property name="shrink">True</property>
 688               </packing>
 689             </child>
 690           </widget>
 691           <packing>
 692             <property name="padding">3</property>
 693             <property name="position">2</property>
 694           </packing>
 695         </child>
 696         <child>
 697           <widget class="GtkStatusbar" id="statusbar">
 698             <property name="visible">True</property>
 699             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 700             <property name="spacing">2</property>
 701           </widget>
 702           <packing>
 703             <property name="expand">False</property>
 704             <property name="position">3</property>
 705           </packing>
 706         </child>
 707       </widget>
 708     </child>
 709   </widget>
 710   <widget class="GtkDialog" id="installupdate">
 711     <property name="width_request">385</property>
 712     <property name="height_request">365</property>
 713     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 714     <property name="border_width">5</property>
 715     <property name="title" translatable="yes">Install / Update Confirmation</property>
 716     <property name="modal">True</property>
 717     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 718     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 719     <property name="deletable">False</property>
 720     <property name="transient_for">mainwindow</property>
 721     <property name="has_separator">False</property>
 722     <child internal-child="vbox">
 723       <widget class="GtkVBox" id="dialog-vbox1">
 724         <property name="visible">True</property>
 725         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 726         <property name="spacing">5</property>
 727         <child>
 728           <widget class="GtkHBox" id="hbox6">
 729             <property name="visible">True</property>
 730             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 731             <property name="spacing">10</property>
 732             <child>
 733               <widget class="GtkAlignment" id="alignment1">
 734                 <property name="visible">True</property>
 735                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 736                 <child>
 737                   <placeholder/>
 738                 </child>
 739               </widget>
 740             </child>
 741             <child>
 742               <widget class="GtkLabel" id="label5">
 743                 <property name="visible">True</property>
 744                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 745                 <property name="xalign">0</property>
 746                 <property name="yalign">0</property>
 747                 <property name="label" translatable="yes">This action affects other packages.
 748 Review the packages to be installed or updated.
 749 Click Next to continue.</property>
 750                 <property name="use_markup">True</property>
 751                 <property name="wrap">True</property>
 752               </widget>
 753               <packing>
 754                 <property name="position">1</property>
 755               </packing>
 756             </child>
 757             <child>
 758               <widget class="GtkAlignment" id="alignment2">
 759                 <property name="visible">True</property>
 760                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 761                 <child>
 762                   <placeholder/>
 763                 </child>
 764               </widget>
 765               <packing>
 766                 <property name="position">2</property>
 767               </packing>
 768             </child>
 769           </widget>
 770           <packing>
 771             <property name="expand">False</property>
 772             <property name="padding">5</property>
 773             <property name="position">1</property>
 774           </packing>
 775         </child>
 776         <child>
 777           <widget class="GtkScrolledWindow" id="scrolledwindow3">
 778             <property name="visible">True</property>
 779             <property name="can_focus">True</property>
 780             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 781             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 782             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 783             <child>
 784               <widget class="GtkTreeView" id="treeview1">
 785                 <property name="visible">True</property>
 786                 <property name="can_focus">True</property>
 787                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 788                 <property name="headers_visible">False</property>
 789                 <property name="headers_clickable">True</property>
 790                 <property name="enable_search">False</property>
 791                 <property name="level_indentation">70</property>
 792               </widget>
 793             </child>
 794           </widget>
 795           <packing>
 796             <property name="padding">6</property>
 797             <property name="position">2</property>
 798           </packing>
 799         </child>
 800         <child>
 801           <widget class="GtkLabel" id="packagenamelabel2">
 802             <property name="visible">True</property>
 803             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 804             <property name="xalign">0</property>
 805             <property name="yalign">0</property>
 806             <property name="label" translatable="yes">&lt;b&gt;Summary&lt;/b&gt;</property>
 807             <property name="use_markup">True</property>
 808           </widget>
 809           <packing>
 810             <property name="expand">False</property>
 811             <property name="position">3</property>
 812           </packing>
 813         </child>
 814         <child>
 815           <widget class="GtkLabel" id="packagenamelabel3">
 816             <property name="visible">True</property>
 817             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 818             <property name="xalign">0</property>
 819             <property name="yalign">0</property>
 820             <property name="label" translatable="yes">6 packages will be installed
 821 28 packages will be updated
 822 
 823 20.1 MB will be downloaded</property>
 824             <property name="use_markup">True</property>
 825           </widget>
 826           <packing>
 827             <property name="expand">False</property>
 828             <property name="position">4</property>
 829           </packing>
 830         </child>
 831         <child>
 832           <widget class="GtkHSeparator" id="hseparator3">
 833             <property name="visible">True</property>
 834             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 835           </widget>
 836           <packing>
 837             <property name="expand">False</property>
 838             <property name="padding">5</property>
 839             <property name="position">5</property>
 840           </packing>
 841         </child>
 842         <child internal-child="action_area">
 843           <widget class="GtkHButtonBox" id="dialog-action_area1">
 844             <property name="visible">True</property>
 845             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 846             <property name="layout_style">GTK_BUTTONBOX_END</property>
 847             <child>
 848               <widget class="GtkButton" id="cancel">
 849                 <property name="visible">True</property>
 850                 <property name="can_focus">True</property>
 851                 <property name="receives_default">True</property>
 852                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 853                 <property name="label" translatable="yes">Cancel</property>
 854                 <property name="response_id">0</property>
 855                 <signal name="clicked" handler="on_cancel_button_clicked"/>
 856               </widget>
 857             </child>
 858             <child>
 859               <widget class="GtkButton" id="next">
 860                 <property name="visible">True</property>
 861                 <property name="can_focus">True</property>
 862                 <property name="receives_default">True</property>
 863                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 864                 <property name="label" translatable="yes">Next</property>
 865                 <property name="response_id">0</property>
 866                 <signal name="clicked" handler="on_next_button_clicked"/>
 867               </widget>
 868               <packing>
 869                 <property name="position">1</property>
 870               </packing>
 871             </child>
 872           </widget>
 873           <packing>
 874             <property name="expand">False</property>
 875             <property name="pack_type">GTK_PACK_END</property>
 876           </packing>
 877         </child>
 878       </widget>
 879     </child>
 880   </widget>
 881   <widget class="GtkDialog" id="downloadpreferences">
 882     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 883     <property name="border_width">5</property>
 884     <property name="title" translatable="yes">Package Download Preferences</property>
 885     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 886     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 887     <property name="has_separator">False</property>
 888     <signal name="delete_event" handler="downloadpreferences_delete_event"/>
 889     <child internal-child="vbox">
 890       <widget class="GtkVBox" id="dialog-vbox2">
 891         <property name="visible">True</property>
 892         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 893         <property name="spacing">2</property>
 894         <child>
 895           <widget class="GtkVBox" id="vbox5">
 896             <property name="visible">True</property>
 897             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 898             <property name="spacing">10</property>
 899             <child>
 900               <widget class="GtkLabel" id="label7">
 901                 <property name="visible">True</property>
 902                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 903                 <property name="xalign">0</property>
 904                 <property name="label" translatable="yes">Select default download preferences for all packages.
 905 Click Reset to reset download preferences to the initial settings.</property>
 906               </widget>
 907             </child>
 908             <child>
 909               <widget class="GtkTable" id="table1">
 910                 <property name="visible">True</property>
 911                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 912                 <property name="border_width">12</property>
 913                 <property name="n_rows">2</property>
 914                 <property name="n_columns">3</property>
 915                 <property name="column_spacing">20</property>
 916                 <property name="row_spacing">12</property>
 917                 <child>
 918                   <widget class="GtkLabel" id="label15">
 919                     <property name="visible">True</property>
 920                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 921                     <property name="xalign">0</property>
 922                     <property name="label" translatable="yes">Build type:</property>
 923                   </widget>
 924                   <packing>
 925                     <property name="top_attach">1</property>
 926                     <property name="bottom_attach">2</property>
 927                     <property name="x_options">GTK_FILL</property>
 928                   </packing>
 929                 </child>
 930                 <child>
 931                   <widget class="GtkLabel" id="label11">
 932                     <property name="visible">True</property>
 933                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 934                     <property name="xalign">0</property>
 935                     <property name="label" translatable="yes">Architecture (CPU):</property>
 936                   </widget>
 937                   <packing>
 938                     <property name="x_options">GTK_FILL</property>
 939                   </packing>
 940                 </child>
 941                 <child>
 942                   <widget class="GtkRadioButton" id="arch_2">
 943                     <property name="visible">True</property>
 944                     <property name="can_focus">True</property>
 945                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 946                     <property name="label" translatable="yes">X86</property>
 947                     <property name="response_id">0</property>
 948                     <property name="active">True</property>
 949                     <property name="draw_indicator">True</property>
 950                   </widget>
 951                   <packing>
 952                     <property name="left_attach">2</property>
 953                     <property name="right_attach">3</property>
 954                   </packing>
 955                 </child>
 956                 <child>
 957                   <widget class="GtkRadioButton" id="arch_1">
 958                     <property name="visible">True</property>
 959                     <property name="can_focus">True</property>
 960                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 961                     <property name="label" translatable="yes">SPARC</property>
 962                     <property name="response_id">0</property>
 963                     <property name="draw_indicator">True</property>
 964                     <property name="group">arch_2</property>
 965                   </widget>
 966                   <packing>
 967                     <property name="left_attach">1</property>
 968                     <property name="right_attach">2</property>
 969                     <property name="x_options">GTK_FILL</property>
 970                   </packing>
 971                 </child>
 972                 <child>
 973                   <widget class="GtkRadioButton" id="debug_2">
 974                     <property name="visible">True</property>
 975                     <property name="can_focus">True</property>
 976                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 977                     <property name="label" translatable="yes">Non-Debug</property>
 978                     <property name="response_id">0</property>
 979                     <property name="active">True</property>
 980                     <property name="draw_indicator">True</property>
 981                   </widget>
 982                   <packing>
 983                     <property name="left_attach">2</property>
 984                     <property name="right_attach">3</property>
 985                     <property name="top_attach">1</property>
 986                     <property name="bottom_attach">2</property>
 987                   </packing>
 988                 </child>
 989                 <child>
 990                   <widget class="GtkRadioButton" id="debug_1">
 991                     <property name="visible">True</property>
 992                     <property name="can_focus">True</property>
 993                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 994                     <property name="label" translatable="yes">Debug</property>
 995                     <property name="response_id">0</property>
 996                     <property name="draw_indicator">True</property>
 997                     <property name="group">debug_2</property>
 998                   </widget>
 999                   <packing>
1000                     <property name="left_attach">1</property>
1001                     <property name="right_attach">2</property>
1002                     <property name="top_attach">1</property>
1003                     <property name="bottom_attach">2</property>
1004                     <property name="x_options">GTK_FILL</property>
1005                   </packing>
1006                 </child>
1007               </widget>
1008               <packing>
1009                 <property name="position">1</property>
1010               </packing>
1011             </child>
1012             <child>
1013               <widget class="GtkExpander" id="expander1">
1014                 <property name="visible">True</property>
1015                 <property name="sensitive">False</property>
1016                 <property name="can_focus">True</property>
1017                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1018                 <child>
1019                   <placeholder/>
1020                 </child>
1021                 <child>
1022                   <widget class="GtkLabel" id="label6">
1023                     <property name="visible">True</property>
1024                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1025                     <property name="label" translatable="yes">Custom Package Options</property>
1026                   </widget>
1027                   <packing>
1028                     <property name="type">label_item</property>
1029                   </packing>
1030                 </child>
1031               </widget>
1032               <packing>
1033                 <property name="position">2</property>
1034               </packing>
1035             </child>
1036           </widget>
1037           <packing>
1038             <property name="position">1</property>
1039           </packing>
1040         </child>
1041         <child internal-child="action_area">
1042           <widget class="GtkHButtonBox" id="dialog-action_area2">
1043             <property name="visible">True</property>
1044             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1045             <property name="layout_style">GTK_BUTTONBOX_END</property>
1046             <child>
1047               <widget class="GtkButton" id="download_pref_reset">
1048                 <property name="visible">True</property>
1049                 <property name="can_focus">True</property>
1050                 <property name="receives_default">True</property>
1051                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1052                 <property name="label" translatable="yes">Reset</property>
1053                 <property name="response_id">0</property>
1054                 <signal name="clicked" handler="download_pref_reset_clicked"/>
1055               </widget>
1056             </child>
1057             <child>
1058               <widget class="GtkButton" id="download_pref_close">
1059                 <property name="visible">True</property>
1060                 <property name="can_focus">True</property>
1061                 <property name="receives_default">True</property>
1062                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1063                 <property name="label" translatable="yes">Close</property>
1064                 <property name="response_id">0</property>
1065                 <signal name="clicked" handler="download_pref_close_clicked"/>
1066               </widget>
1067               <packing>
1068                 <property name="position">1</property>
1069               </packing>
1070             </child>
1071           </widget>
1072           <packing>
1073             <property name="expand">False</property>
1074             <property name="pack_type">GTK_PACK_END</property>
1075           </packing>
1076         </child>
1077       </widget>
1078     </child>
1079   </widget>
1080   <widget class="GtkDialog" id="downloadingfiles">
1081     <property name="width_request">350</property>
1082     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1083     <property name="border_width">5</property>
1084     <property name="title" translatable="yes">Downloading Packages</property>
1085     <property name="resizable">False</property>
1086     <property name="modal">True</property>
1087     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1088     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1089     <property name="deletable">False</property>
1090     <property name="transient_for">mainwindow</property>
1091     <property name="has_separator">False</property>
1092     <child internal-child="vbox">
1093       <widget class="GtkVBox" id="dialog-vbox3">
1094         <property name="visible">True</property>
1095         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1096         <property name="spacing">2</property>
1097         <child>
1098           <widget class="GtkVBox" id="vbox7">
1099             <property name="visible">True</property>
1100             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1101             <property name="spacing">10</property>
1102             <child>
1103               <widget class="GtkProgressBar" id="downloadprogress">
1104                 <property name="visible">True</property>
1105                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1106                 <property name="text" translatable="yes"></property>
1107               </widget>
1108               <packing>
1109                 <property name="expand">False</property>
1110               </packing>
1111             </child>
1112             <child>
1113               <widget class="GtkLabel" id="packagedependencies2">
1114                 <property name="visible">True</property>
1115                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1116                 <property name="xalign">0</property>
1117                 <property name="yalign">0</property>
1118                 <property name="label" translatable="yes">Downloading files...</property>
1119                 <property name="use_markup">True</property>
1120               </widget>
1121               <packing>
1122                 <property name="expand">False</property>
1123                 <property name="position">1</property>
1124               </packing>
1125             </child>
1126             <child>
1127               <widget class="GtkExpander" id="expander2">
1128                 <property name="visible">True</property>
1129                 <property name="can_focus">True</property>
1130                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1131                 <child>
1132                   <widget class="GtkScrolledWindow" id="scrolledwindow4">
1133                     <property name="visible">True</property>
1134                     <property name="can_focus">True</property>
1135                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1136                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1137                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1138                     <child>
1139                       <widget class="GtkTextView" id="downloadtextview">
1140                         <property name="height_request">250</property>
1141                         <property name="visible">True</property>
1142                         <property name="can_focus">True</property>
1143                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1144                         <property name="editable">False</property>
1145                       </widget>
1146                     </child>
1147                   </widget>
1148                 </child>
1149                 <child>
1150                   <widget class="GtkLabel" id="label12">
1151                     <property name="visible">True</property>
1152                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1153                     <property name="label" translatable="yes">Show Details</property>
1154                   </widget>
1155                   <packing>
1156                     <property name="type">label_item</property>
1157                   </packing>
1158                 </child>
1159               </widget>
1160               <packing>
1161                 <property name="expand">False</property>
1162                 <property name="position">2</property>
1163               </packing>
1164             </child>
1165             <child>
1166               <widget class="GtkHSeparator" id="hseparator2">
1167                 <property name="visible">True</property>
1168                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1169               </widget>
1170               <packing>
1171                 <property name="expand">False</property>
1172                 <property name="position">3</property>
1173               </packing>
1174             </child>
1175           </widget>
1176           <packing>
1177             <property name="position">1</property>
1178           </packing>
1179         </child>
1180         <child internal-child="action_area">
1181           <widget class="GtkHButtonBox" id="dialog-action_area3">
1182             <property name="visible">True</property>
1183             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1184             <property name="layout_style">GTK_BUTTONBOX_END</property>
1185             <child>
1186               <widget class="GtkButton" id="canceldownload">
1187                 <property name="visible">True</property>
1188                 <property name="can_focus">True</property>
1189                 <property name="receives_default">True</property>
1190                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1191                 <property name="label" translatable="yes">Cancel</property>
1192                 <property name="response_id">0</property>
1193                 <signal name="clicked" handler="on_canceldownload_clicked"/>
1194               </widget>
1195             </child>
1196           </widget>
1197           <packing>
1198             <property name="expand">False</property>
1199             <property name="pack_type">GTK_PACK_END</property>
1200           </packing>
1201         </child>
1202       </widget>
1203     </child>
1204   </widget>
1205   <widget class="GtkDialog" id="createplandialog">
1206     <property name="width_request">350</property>
1207     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1208     <property name="border_width">5</property>
1209     <property name="title" translatable="yes">Install/Upgrade Check</property>
1210     <property name="resizable">False</property>
1211     <property name="modal">True</property>
1212     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1213     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1214     <property name="deletable">False</property>
1215     <property name="transient_for">mainwindow</property>
1216     <property name="has_separator">False</property>
1217     <child internal-child="vbox">
1218       <widget class="GtkVBox" id="dialog-vbox4">
1219         <property name="visible">True</property>
1220         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1221         <property name="spacing">2</property>
1222         <child>
1223           <widget class="GtkVBox" id="vbox9">
1224             <property name="visible">True</property>
1225             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1226             <property name="spacing">10</property>
1227             <child>
1228               <widget class="GtkProgressBar" id="createplanprogress">
1229                 <property name="visible">True</property>
1230                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1231                 <property name="text" translatable="yes"></property>
1232               </widget>
1233               <packing>
1234                 <property name="expand">False</property>
1235               </packing>
1236             </child>
1237             <child>
1238               <widget class="GtkLabel" id="packagedependencies">
1239                 <property name="visible">True</property>
1240                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1241                 <property name="xalign">0</property>
1242                 <property name="yalign">0</property>
1243                 <property name="label" translatable="yes">Checking package dependencies...</property>
1244                 <property name="use_markup">True</property>
1245               </widget>
1246               <packing>
1247                 <property name="expand">False</property>
1248                 <property name="position">1</property>
1249               </packing>
1250             </child>
1251             <child>
1252               <widget class="GtkExpander" id="expander3">
1253                 <property name="visible">True</property>
1254                 <property name="can_focus">True</property>
1255                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1256                 <child>
1257                   <widget class="GtkScrolledWindow" id="scrolledwindow5">
1258                     <property name="visible">True</property>
1259                     <property name="can_focus">True</property>
1260                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1261                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1262                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1263                     <child>
1264                       <widget class="GtkTextView" id="createplantextview">
1265                         <property name="height_request">250</property>
1266                         <property name="visible">True</property>
1267                         <property name="can_focus">True</property>
1268                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1269                         <property name="editable">False</property>
1270                       </widget>
1271                     </child>
1272                   </widget>
1273                 </child>
1274                 <child>
1275                   <widget class="GtkLabel" id="label13">
1276                     <property name="visible">True</property>
1277                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1278                     <property name="label" translatable="yes">Show Details</property>
1279                   </widget>
1280                   <packing>
1281                     <property name="type">label_item</property>
1282                   </packing>
1283                 </child>
1284               </widget>
1285               <packing>
1286                 <property name="expand">False</property>
1287                 <property name="position">2</property>
1288               </packing>
1289             </child>
1290             <child>
1291               <widget class="GtkHSeparator" id="hseparator1">
1292                 <property name="visible">True</property>
1293                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1294               </widget>
1295               <packing>
1296                 <property name="expand">False</property>
1297                 <property name="position">3</property>
1298               </packing>
1299             </child>
1300           </widget>
1301           <packing>
1302             <property name="position">1</property>
1303           </packing>
1304         </child>
1305         <child internal-child="action_area">
1306           <widget class="GtkHButtonBox" id="dialog-action_area4">
1307             <property name="visible">True</property>
1308             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1309             <property name="layout_style">GTK_BUTTONBOX_END</property>
1310             <child>
1311               <widget class="GtkButton" id="cancelcreateplan">
1312                 <property name="visible">True</property>
1313                 <property name="can_focus">True</property>
1314                 <property name="receives_default">True</property>
1315                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1316                 <property name="label" translatable="yes">Cancel</property>
1317                 <property name="response_id">0</property>
1318                 <signal name="clicked" handler="on_cancelcreateplan_clicked"/>
1319               </widget>
1320             </child>
1321           </widget>
1322           <packing>
1323             <property name="expand">False</property>
1324             <property name="pack_type">GTK_PACK_END</property>
1325           </packing>
1326         </child>
1327       </widget>
1328     </child>
1329   </widget>
1330   <widget class="GtkDialog" id="installingdialog">
1331     <property name="width_request">350</property>
1332     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1333     <property name="border_width">5</property>
1334     <property name="title" translatable="yes">Installing Packages</property>
1335     <property name="resizable">False</property>
1336     <property name="modal">True</property>
1337     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1338     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1339     <property name="deletable">False</property>
1340     <property name="transient_for">mainwindow</property>
1341     <property name="has_separator">False</property>
1342     <child internal-child="vbox">
1343       <widget class="GtkVBox" id="dialog-vbox5">
1344         <property name="visible">True</property>
1345         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1346         <property name="spacing">2</property>
1347         <child>
1348           <widget class="GtkVBox" id="vbox8">
1349             <property name="visible">True</property>
1350             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1351             <property name="spacing">10</property>
1352             <child>
1353               <widget class="GtkProgressBar" id="installingprogress">
1354                 <property name="visible">True</property>
1355                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1356                 <property name="text" translatable="yes"></property>
1357               </widget>
1358               <packing>
1359                 <property name="expand">False</property>
1360               </packing>
1361             </child>
1362             <child>
1363               <widget class="GtkLabel" id="packagedependencies3">
1364                 <property name="visible">True</property>
1365                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1366                 <property name="xalign">0</property>
1367                 <property name="yalign">0</property>
1368                 <property name="label" translatable="yes">Installing Packages...</property>
1369                 <property name="use_markup">True</property>
1370               </widget>
1371               <packing>
1372                 <property name="expand">False</property>
1373                 <property name="position">1</property>
1374               </packing>
1375             </child>
1376             <child>
1377               <widget class="GtkExpander" id="expander4">
1378                 <property name="visible">True</property>
1379                 <property name="can_focus">True</property>
1380                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1381                 <child>
1382                   <widget class="GtkScrolledWindow" id="scrolledwindow6">
1383                     <property name="visible">True</property>
1384                     <property name="can_focus">True</property>
1385                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1386                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1387                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1388                     <child>
1389                       <widget class="GtkTextView" id="installingtextview">
1390                         <property name="height_request">250</property>
1391                         <property name="visible">True</property>
1392                         <property name="can_focus">True</property>
1393                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1394                         <property name="editable">False</property>
1395                       </widget>
1396                     </child>
1397                   </widget>
1398                 </child>
1399                 <child>
1400                   <widget class="GtkLabel" id="label4">
1401                     <property name="visible">True</property>
1402                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1403                     <property name="label" translatable="yes">Show Details</property>
1404                   </widget>
1405                   <packing>
1406                     <property name="type">label_item</property>
1407                   </packing>
1408                 </child>
1409               </widget>
1410               <packing>
1411                 <property name="expand">False</property>
1412                 <property name="position">2</property>
1413               </packing>
1414             </child>
1415             <child>
1416               <widget class="GtkHSeparator" id="hseparator4">
1417                 <property name="visible">True</property>
1418                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1419               </widget>
1420               <packing>
1421                 <property name="expand">False</property>
1422                 <property name="position">3</property>
1423               </packing>
1424             </child>
1425           </widget>
1426           <packing>
1427             <property name="position">1</property>
1428           </packing>
1429         </child>
1430         <child internal-child="action_area">
1431           <widget class="GtkHButtonBox" id="dialog-action_area5">
1432             <property name="visible">True</property>
1433             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1434             <property name="layout_style">GTK_BUTTONBOX_END</property>
1435           </widget>
1436           <packing>
1437             <property name="expand">False</property>
1438             <property name="pack_type">GTK_PACK_END</property>
1439           </packing>
1440         </child>
1441       </widget>
1442     </child>
1443   </widget>
1444   <widget class="GtkDialog" id="removedialog">
1445     <property name="width_request">385</property>
1446     <property name="height_request">365</property>
1447     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1448     <property name="border_width">5</property>
1449     <property name="title" translatable="yes">Remove Confirmation</property>
1450     <property name="modal">True</property>
1451     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1452     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1453     <property name="deletable">False</property>
1454     <property name="transient_for">mainwindow</property>
1455     <property name="has_separator">False</property>
1456     <child internal-child="vbox">
1457       <widget class="GtkVBox" id="dialog-vbox8">
1458         <property name="visible">True</property>
1459         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1460         <property name="spacing">5</property>
1461         <child>
1462           <widget class="GtkHBox" id="hbox7">
1463             <property name="visible">True</property>
1464             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1465             <property name="spacing">10</property>
1466             <child>
1467               <widget class="GtkAlignment" id="alignment6">
1468                 <property name="visible">True</property>
1469                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1470                 <child>
1471                   <placeholder/>
1472                 </child>
1473               </widget>
1474             </child>
1475             <child>
1476               <widget class="GtkImage" id="image3">
1477                 <property name="visible">True</property>
1478                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1479                 <property name="stock">gtk-dialog-warning</property>
1480                 <property name="icon_size">6</property>
1481               </widget>
1482               <packing>
1483                 <property name="expand">False</property>
1484                 <property name="fill">False</property>
1485                 <property name="position">1</property>
1486               </packing>
1487             </child>
1488             <child>
1489               <widget class="GtkLabel" id="label20">
1490                 <property name="visible">True</property>
1491                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1492                 <property name="xalign">0</property>
1493                 <property name="yalign">0</property>
1494                 <property name="label" translatable="yes">This action affects other packages.
1495 Review the packages to be removed.
1496 Click Next to continue.</property>
1497                 <property name="use_markup">True</property>
1498                 <property name="wrap">True</property>
1499               </widget>
1500               <packing>
1501                 <property name="position">2</property>
1502               </packing>
1503             </child>
1504             <child>
1505               <widget class="GtkAlignment" id="alignment7">
1506                 <property name="visible">True</property>
1507                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1508                 <child>
1509                   <placeholder/>
1510                 </child>
1511               </widget>
1512               <packing>
1513                 <property name="position">3</property>
1514               </packing>
1515             </child>
1516           </widget>
1517           <packing>
1518             <property name="expand">False</property>
1519             <property name="padding">5</property>
1520             <property name="position">1</property>
1521           </packing>
1522         </child>
1523         <child>
1524           <widget class="GtkScrolledWindow" id="scrolledwindow8">
1525             <property name="visible">True</property>
1526             <property name="can_focus">True</property>
1527             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1528             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1529             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1530             <child>
1531               <widget class="GtkTreeView" id="treeview3">
1532                 <property name="visible">True</property>
1533                 <property name="can_focus">True</property>
1534                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1535                 <property name="headers_visible">False</property>
1536                 <property name="headers_clickable">True</property>
1537                 <property name="enable_search">False</property>
1538                 <property name="level_indentation">70</property>
1539               </widget>
1540             </child>
1541           </widget>
1542           <packing>
1543             <property name="padding">6</property>
1544             <property name="position">2</property>
1545           </packing>
1546         </child>
1547         <child>
1548           <widget class="GtkLabel" id="packagenamelabel5">
1549             <property name="visible">True</property>
1550             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1551             <property name="xalign">0</property>
1552             <property name="yalign">0</property>
1553             <property name="label" translatable="yes">&lt;b&gt;Summary&lt;/b&gt;</property>
1554             <property name="use_markup">True</property>
1555           </widget>
1556           <packing>
1557             <property name="expand">False</property>
1558             <property name="position">3</property>
1559           </packing>
1560         </child>
1561         <child>
1562           <widget class="GtkLabel" id="removelabel">
1563             <property name="visible">True</property>
1564             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1565             <property name="xalign">0</property>
1566             <property name="yalign">0</property>
1567             <property name="use_markup">True</property>
1568           </widget>
1569           <packing>
1570             <property name="expand">False</property>
1571             <property name="position">4</property>
1572           </packing>
1573         </child>
1574         <child>
1575           <widget class="GtkHSeparator" id="hseparator6">
1576             <property name="visible">True</property>
1577             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1578           </widget>
1579           <packing>
1580             <property name="expand">False</property>
1581             <property name="padding">5</property>
1582             <property name="position">5</property>
1583           </packing>
1584         </child>
1585         <child internal-child="action_area">
1586           <widget class="GtkHButtonBox" id="dialog-action_area8">
1587             <property name="visible">True</property>
1588             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1589             <property name="layout_style">GTK_BUTTONBOX_END</property>
1590             <child>
1591               <widget class="GtkButton" id="cancel_remove">
1592                 <property name="visible">True</property>
1593                 <property name="can_focus">True</property>
1594                 <property name="receives_default">True</property>
1595                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1596                 <property name="label" translatable="yes">Cancel</property>
1597                 <property name="response_id">0</property>
1598                 <signal name="clicked" handler="on_cancel_remove_clicked"/>
1599               </widget>
1600             </child>
1601             <child>
1602               <widget class="GtkButton" id="next_remove">
1603                 <property name="visible">True</property>
1604                 <property name="can_focus">True</property>
1605                 <property name="receives_default">True</property>
1606                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1607                 <property name="label" translatable="yes">Next</property>
1608                 <property name="response_id">0</property>
1609                 <signal name="clicked" handler="on_next_remove_clicked"/>
1610               </widget>
1611               <packing>
1612                 <property name="position">1</property>
1613               </packing>
1614             </child>
1615           </widget>
1616           <packing>
1617             <property name="expand">False</property>
1618             <property name="pack_type">GTK_PACK_END</property>
1619           </packing>
1620         </child>
1621       </widget>
1622     </child>
1623   </widget>
1624   <widget class="GtkAboutDialog" id="aboutdialog">
1625     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1626     <property name="border_width">5</property>
1627     <property name="title" translatable="yes">About Glade</property>
1628     <property name="resizable">False</property>
1629     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1630     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1631     <property name="program_name">Package Manager</property>
1632     <property name="version">0.1</property>
1633     <property name="copyright" translatable="yes">Copyright 2008 Sun Microsystems, Inc.  
1634 All rights reserved.
1635 Use is subject to license terms.</property>
1636     <property name="license">COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
1637 
1638 1. Definitions.
1639 
1640 1.1. Contributor means each individual or entity that creates or
1641 contributes to the creation of Modifications.
1642 
1643 1.2. Contributor Version means the combination of the Original
1644 Software, prior Modifications used by a Contributor (if any),
1645 and the Modifications made by that particular Contributor.
1646 
1647 1.3. Covered Software means (a) the Original Software, or (b)
1648 Modifications, or (c) the combination of files containing
1649 Original Software with files containing Modifications, in each
1650 case including portions thereof.
1651 
1652 1.4. Executable means the Covered Software in any form other
1653 than Source Code.
1654 
1655 1.5. Initial Developer means the individual or entity that first
1656 makes Original Software available under this License.
1657 
1658 1.6. Larger Workmeans a work which combines Covered Software or
1659 portions thereof with code not governed by the terms of this
1660 License.
1661 
1662 1.7. License means this document.
1663 
1664 1.8. Licensable means having the right to grant, to the maximum
1665 extent possible, whether at the time of the initial grant or 
1666 subsequently acquired, any and all of the rights conveyed herein.
1667 
1668 1.9. Modifications means the Source Code and Executable form of
1669 any of the following: A. Any file that results from an addition
1670 to, deletion from or modification of the contents of a file
1671 containing Original Software or previous Modifications; B. Any
1672 new file that contains any part of the Original Software or
1673 previous Modification; or C. Any new file that is contributed or
1674 otherwise made available under the terms of this License.
1675 
1676 1.10. Original Software means the Source Code and Executable
1677 form of computer software code that is originally released under
1678 this License.
1679 
1680 1.11. Patent Claims means any patent claim(s), now owned or
1681 hereafter acquired, including without limitation, method,
1682 process, and apparatus claims, in any patent Licensable by
1683 grantor.
1684 
1685 1.12. Source Code means (a) the common form of computer software
1686 code in which modifications are made and (b) associated
1687 documentation included in or with such code.
1688 
1689 1.13. You (or Your) means an individual or a legal entity
1690 exercising rights under, and complying with all of the terms of,
1691 this License. For legal entities, You includes any entity which
1692 controls, is controlled by, or is under common control with You.
1693 For purposes of this definition, control means (a) the power,
1694 direct or indirect, to cause the direction or management of such
1695 entity, whether by contract or otherwise, or (b) ownership of
1696 more than fifty percent (50%) of the outstanding shares or
1697 beneficial ownership of such entity.
1698 
1699 2. License Grants.
1700 
1701 2.1. The Initial Developer Grant. Conditioned upon Your
1702 compliance with Section 3.1 below and subject to third party
1703 intellectual property claims, the Initial Developer hereby
1704 grants You a world-wide, royalty-free, non-exclusive license:
1705 
1706 (a) under intellectual property rights (other than patent or
1707 trademark) Licensable by Initial Developer, to use, reproduce,
1708 modify, display, perform, sublicense and distribute the Original
1709 Software (or portions thereof), with or without Modifications,
1710 and/or as part of a Larger Work; and
1711 
1712 (b) under Patent Claims infringed by the making, using or
1713 selling of Original Software, to make, have made, use, practice,
1714 sell, and offer for sale, and/or otherwise dispose of the
1715 Original Software (or portions thereof);
1716 
1717 (c) The licenses granted in Sections 2.1(a) and (b) are
1718 effective on the date Initial Developer first distributes or
1719 otherwise makes the Original Software available to a third party
1720 under the terms of this License;
1721 
1722 (d) Notwithstanding Section 2.1(b) above, no patent license is
1723 granted: (1) for code that You delete from the Original
1724 Software, or (2) for infringements caused by: (i) the
1725 modification of the Original Software, or (ii) the combination
1726 of the Original Software with other software or devices.
1727 
1728 2.2. Contributor Grant. Conditioned upon Your compliance with
1729 Section 3.1 below and subject to third party intellectual
1730 property claims, each Contributor hereby grants You a
1731 world-wide, royalty-free, non-exclusive license:
1732 
1733 (a) under intellectual property rights (other than patent or
1734 trademark) Licensable by Contributor to use, reproduce, modify,
1735 display, perform, sublicense and distribute the Modifications
1736 created by such Contributor (or portions thereof), either on an
1737 unmodified basis, with other Modifications, as Covered Software
1738 and/or as part of a Larger Work; and
1739 
1740 (b) under Patent Claims infringed by the making, using, or
1741 selling of Modifications made by that Contributor either alone
1742 and/or in combination with its Contributor Version (or portions
1743 of such combination), to make, use, sell, offer for sale, have
1744 made, and/or otherwise dispose of: (1) Modifications made by
1745 that Contributor (or portions thereof); and (2) the combination
1746 of Modifications made by that Contributor with its Contributor
1747 Version (or portions of such combination).
1748 
1749 (c) The licenses granted in Sections 2.2(a) and 2.2(b)
1750 areeffective on the date Contributor first distributes or
1751 otherwise makes the Modifications available to a third party.
1752 
1753 (d) Notwithstanding Section 2.2(b) above, no patent license is
1754 granted: (1) for any code that Contributor has deleted from the
1755 Contributor Version; (2) for infringements caused by: (i) third
1756 party modifications of Contributor Version, or (ii) the
1757 combination of Modifications made by that Contributor with other
1758 software (except as part of the Contributor Version) or other
1759 devices; or (3) under Patent Claims infringed by Covered
1760 Software in the absence of Modifications made by that
1761 Contributor.
1762 
1763 3. Distribution Obligations.
1764 
1765 3.1. Availability of Source Code. Any Covered Software that You
1766 distribute or otherwise make available in Executable form must
1767 also be made available in Source Code form and that Source Code
1768 form must be distributed only under the terms of this License.
1769 You must include a copy of this License with every copy of the
1770 Source Code form of the Covered Software You distribute or
1771 otherwise make available. You must inform recipients of any such
1772 Covered Software in Executable form as to how they can obtain
1773 such Covered Software in Source Code form in a reasonable manner
1774 on or through a medium customarily used for software exchange.
1775 
1776 3.2. Modifications. The Modifications that You create or to
1777 which You contribute are governed by the terms of this License.
1778 You represent that You believe Your Modifications are Your
1779 original creation(s) and/or You have sufficient rights to grant
1780 the rights conveyed by this License.
1781 
1782 3.3. Required Notices. You must include a notice in each of Your
1783 Modifications that identifies You as the Contributor of the
1784 Modification. You may not remove or alter any copyright, patent
1785 or trademark notices contained within the Covered Software, or
1786 any notices of licensing or any descriptive text giving
1787 attribution to any Contributor or the Initial Developer.
1788 
1789 3.4. Application of Additional Terms. You may not offer or
1790 impose any terms on any Covered Software in Source Code form
1791 that alters or restricts the applicable version of this License
1792 or the recipients rights hereunder. You may choose to offer, and
1793 to charge a fee for, warranty, support, indemnity or liability
1794 obligations to one or more recipients of Covered
1795 Software. However, you may do so only on Your own behalf, and
1796 not on behalf of the Initial Developer or any Contributor. You
1797 must make it absolutely clear that any such warranty, support,
1798 indemnity or liability obligation is offered by You alone, and
1799 You hereby agree to indemnify the Initial Developer and every
1800 Contributor for any liability incurred by the Initial Developer
1801 or such Contributor as a result of warranty, support, indemnity
1802 or liability terms You offer.
1803 
1804 3.5. Distribution of Executable Versions. You may distribute the
1805 Executable form of the Covered Software under the terms of this
1806 License or under the terms of a license of Your choice, which
1807 may contain terms different from this License, provided that You
1808 are in compliance with the terms of this License and that the
1809 license for the Executable form does not attempt to limit or
1810 alter the recipients rights in the Source Code form from the
1811 rights set forth in this License. If You distribute the Covered
1812 Software in Executable form under a different license, You must
1813 make it absolutely clear that any terms which differ from this
1814 License are offered by You alone, not by the Initial Developer
1815 or Contributor. You hereby agree to indemnify the Initial
1816 Developer and every Contributor for any liability incurred by
1817 the Initial Developer or such Contributor as a result of any
1818 such terms You offer.
1819 
1820 3.6. Larger Works. You may create a Larger Work by combining
1821 Covered Software with other code not governed by the terms of
1822 this License and distribute the Larger Work as a single product.
1823 In such a case, You must make sure the requirements of this
1824 License are fulfilled for the Covered Software.
1825 
1826 4. Versions of the License.
1827 
1828 4.1. New Versions. Sun Microsystems, Inc. is the initial license
1829 steward and may publish revised and/or new versions of this
1830 License from time to time. Each version will be given a
1831 distinguishing version number. Except as provided in Section
1832 4.3, no one other than the license steward has the right to
1833 modify this License.
1834 
1835 4.2. Effect of New Versions. You may always continue to use,
1836 distribute or otherwise make the Covered Software available
1837 under the terms of the version of the License under which You
1838 originally received the Covered Software. If the Initial
1839 Developer includes a notice in the Original Software prohibiting
1840 it from being distributed or otherwise made available under any
1841 subsequent version of the License, You must distribute and make
1842 the Covered Software available under the terms of the version of
1843 the License under which You originally received the Covered
1844 Software.  Otherwise, You may also choose to use, distribute or
1845 otherwise make the Covered Software available under the terms of
1846 any subsequent version of the License published by the license
1847 steward.
1848 
1849 4.3. Modified Versions. When You are an Initial Developer and
1850 You want to create a new license for Your Original Software, You
1851 may create and use a modified version of this License if You:
1852 (a) rename the license and remove any references to the name of
1853 the license steward (except to note that the license differs
1854 from this License); and (b) otherwise make it clear that the
1855 license contains terms which differ from this License.
1856 
1857 5. DISCLAIMER OF WARRANTY. COVERED SOFTWARE IS PROVIDED UNDER
1858 THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND,
1859 EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION,
1860 WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS,
1861 MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
1862 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED
1863 SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE
1864 DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY
1865 OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
1866 REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
1867 ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE
1868 IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
1869 
1870 6. TERMINATION.
1871 
1872 6.1. This License and the rights granted hereunder will
1873 terminate automatically if You fail to comply with terms herein
1874 and fail to cure such breach within 30 days of becoming aware of
1875 the breach. Provisions which, by their nature, must remain in
1876 effect beyond the termination of this License shall survive.
1877 
1878 6.2. If You assert a patent infringement claim (excluding
1879 declaratory judgment actions) against Initial Developer or a
1880 Contributor (the Initial Developer or Contributor against whom
1881 You assert such claim is referred to as Participant) alleging
1882 that the Participant Software (meaning the Contributor Version
1883 where the Participant is a Contributor or the Original Software
1884 where the Participant is the Initial Developer) directly or
1885 indirectly infringes any patent, then any and all rights granted
1886 directly or indirectly to You by such Participant, the Initial
1887 Developer (if the Initial Developer is not the Participant) and
1888 all Contributors under Sections 2.1 and/or 2.2 of this License
1889 shall, upon 60 days notice from Participant terminate
1890 prospectively and automatically at the expiration of such 60 day
1891 notice period, unless if within such 60 day period You withdraw
1892 Your claim with respect to the Participant Software against such
1893 Participant either unilaterally or pursuant to a written
1894 agreement with Participant.
1895 
1896 6.3. In the event of termination under Sections 6.1 or 6.2
1897 above, all end user licenses that have been validly granted by
1898 You or any distributor hereunder prior to termination (excluding
1899 licenses granted to You by any distributor) shall survive
1900 termination.
1901 
1902 7. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO
1903 LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR
1904 OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER
1905 CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY
1906 SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
1907 INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
1908 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST
1909 PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
1910 MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
1911 EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY
1912 OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO
1913 LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
1914 PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
1915 LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
1916 LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
1917 EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
1918 
1919 8. U.S. GOVERNMENT END USERS. The Covered Software is a
1920 commercial item, as that term is defined in 48 C.F.R. 2.101
1921 (Oct. 1995), consisting of commercial computer software (as that
1922 term is defined at 48 C.F.R. 252.227-7014(a)(1)) and commercial
1923 computer software documentation as such terms are used in 48
1924 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and
1925 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all
1926 U.S. Government End Users acquire Covered Software with only
1927 those rights set forth herein. This U.S. Government Rights
1928 clause is in lieu of, and supersedes, any other FAR, DFAR, or
1929 other clause or provision that addresses Government rights in
1930 computer software under this License.
1931 
1932 9. MISCELLANEOUS. This License represents the complete agreement
1933 concerning subject matter hereof. If any provision of this
1934 License is held to be unenforceable, such provision shall be
1935 reformed only to the extent necessary to make it enforceable.
1936 This License shall be governed by the law of the jurisdiction
1937 specified in a notice contained within the Original Software
1938 (except to the extent applicable law, if any, provides
1939 otherwise), excluding such jurisdictions conflict-of-law
1940 provisions. Any litigation relating to this License shall be
1941 subject to the jurisdiction of the courts located in the
1942 jurisdiction and venue specified in a notice contained within
1943 the Original Software, with the losing party responsible for
1944 costs, including, without limitation, court costs and reasonable
1945 attorneys fees and expenses. The application of the United
1946 Nations Convention on Contracts for the International Sale of
1947 Goods is expressly excluded. Any law or regulation which
1948 provides that the language of a contract shall be construed
1949 against the drafter shall not apply to this License. You agree
1950 that You alone are responsible for compliance with the United
1951 States export administration regulations (and the export control
1952 laws and regulation of any other countries) when You use,
1953 distribute or otherwise make available any Covered Software.
1954 
1955 10. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and
1956 the Contributors, each party is responsible for claims and
1957 damages arising, directly or indirectly, out of its utilization
1958 of rights under this License and You agree to work with Initial
1959 Developer and Contributors to distribute such responsibility on
1960 an equitable basis. Nothing herein is intended or shall be
1961 deemed to constitute any admission of liability.
1962 
1963 ----------------------------------------------------------------
1964 
1965 NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND
1966 DISTRIBUTION LICENSE (CDDL): This code is released under the
1967 CDDL and shall be governed by the laws of the State of
1968 California (excluding conflict-of-law provisions). Any
1969 litigation relating to this License shall be subject to the
1970 jurisdiction of the Federal Courts of the Northern District of
1971 California and the state courts of the State of California, with
1972 venue lying in Santa Clara County, California.
1973 
1974 ----------------------------------------------------------------
1975 
1976 </property>
1977     <property name="authors">Michal Pryc &lt;Michal.Pryc@Sun.Com&gt;
1978 John Hawk &lt;johnthawk@excite.com&gt;
1979 John Rice &lt;John.Rice@Sun.Com&gt;
1980 Jenya Gestrin &lt;Jenya.Gestrin@Sun.Com&gt;
1981 Frank Ludolph &lt;Frank.Ludolph@Sun.Com&gt;</property>
1982     <child internal-child="vbox">
1983       <widget class="GtkVBox" id="dialog-vbox9">
1984         <property name="visible">True</property>
1985         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1986         <property name="spacing">2</property>
1987         <child>
1988           <placeholder/>
1989         </child>
1990         <child internal-child="action_area">
1991           <widget class="GtkHButtonBox" id="dialog-action_area9">
1992             <property name="visible">True</property>
1993             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1994             <property name="layout_style">GTK_BUTTONBOX_END</property>
1995           </widget>
1996           <packing>
1997             <property name="expand">False</property>
1998             <property name="pack_type">GTK_PACK_END</property>
1999           </packing>
2000         </child>
2001       </widget>
2002     </child>
2003   </widget>
2004   <widget class="GtkDialog" id="removingdialog">
2005     <property name="width_request">350</property>
2006     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007     <property name="border_width">5</property>
2008     <property name="title" translatable="yes">Removing Packages</property>
2009     <property name="resizable">False</property>
2010     <property name="modal">True</property>
2011     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2012     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2013     <property name="deletable">False</property>
2014     <property name="transient_for">mainwindow</property>
2015     <property name="has_separator">False</property>
2016     <child internal-child="vbox">
2017       <widget class="GtkVBox" id="dialog-vbox11">
2018         <property name="visible">True</property>
2019         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2020         <property name="spacing">2</property>
2021         <child>
2022           <widget class="GtkVBox" id="vbox11">
2023             <property name="visible">True</property>
2024             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2025             <property name="spacing">10</property>
2026             <child>
2027               <widget class="GtkProgressBar" id="removingprogress">
2028                 <property name="visible">True</property>
2029                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2030                 <property name="text" translatable="yes"></property>
2031               </widget>
2032               <packing>
2033                 <property name="expand">False</property>
2034               </packing>
2035             </child>
2036             <child>
2037               <widget class="GtkLabel" id="packagedependencies4">
2038                 <property name="visible">True</property>
2039                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2040                 <property name="xalign">0</property>
2041                 <property name="yalign">0</property>
2042                 <property name="label" translatable="yes">Removing Packages...</property>
2043                 <property name="use_markup">True</property>
2044               </widget>
2045               <packing>
2046                 <property name="expand">False</property>
2047                 <property name="position">1</property>
2048               </packing>
2049             </child>
2050             <child>
2051               <widget class="GtkExpander" id="expander6">
2052                 <property name="can_focus">True</property>
2053                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2054                 <child>
2055                   <widget class="GtkScrolledWindow" id="scrolledwindow12">
2056                     <property name="visible">True</property>
2057                     <property name="can_focus">True</property>
2058                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2059                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2060                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2061                     <child>
2062                       <widget class="GtkTextView" id="removingtextview">
2063                         <property name="height_request">250</property>
2064                         <property name="visible">True</property>
2065                         <property name="can_focus">True</property>
2066                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2067                         <property name="editable">False</property>
2068                       </widget>
2069                     </child>
2070                   </widget>
2071                 </child>
2072                 <child>
2073                   <widget class="GtkLabel" id="label16">
2074                     <property name="visible">True</property>
2075                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2076                     <property name="label" translatable="yes">Show Details</property>
2077                   </widget>
2078                   <packing>
2079                     <property name="type">label_item</property>
2080                   </packing>
2081                 </child>
2082               </widget>
2083               <packing>
2084                 <property name="expand">False</property>
2085                 <property name="position">2</property>
2086               </packing>
2087             </child>
2088             <child>
2089               <widget class="GtkHSeparator" id="hseparator7">
2090                 <property name="visible">True</property>
2091                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2092               </widget>
2093               <packing>
2094                 <property name="expand">False</property>
2095                 <property name="position">3</property>
2096               </packing>
2097             </child>
2098           </widget>
2099           <packing>
2100             <property name="position">1</property>
2101           </packing>
2102         </child>
2103         <child internal-child="action_area">
2104           <widget class="GtkHButtonBox" id="dialog-action_area11">
2105             <property name="visible">True</property>
2106             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2107             <property name="layout_style">GTK_BUTTONBOX_END</property>
2108           </widget>
2109           <packing>
2110             <property name="expand">False</property>
2111             <property name="pack_type">GTK_PACK_END</property>
2112           </packing>
2113         </child>
2114       </widget>
2115     </child>
2116   </widget>
2117   <widget class="GtkDialog" id="createplandialog2">
2118     <property name="width_request">350</property>
2119     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2120     <property name="border_width">5</property>
2121     <property name="title" translatable="yes">Remove Check</property>
2122     <property name="resizable">False</property>
2123     <property name="modal">True</property>
2124     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2125     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2126     <property name="deletable">False</property>
2127     <property name="transient_for">mainwindow</property>
2128     <property name="has_separator">False</property>
2129     <child internal-child="vbox">
2130       <widget class="GtkVBox" id="dialog-vbox13">
2131         <property name="visible">True</property>
2132         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2133         <property name="spacing">2</property>
2134         <child>
2135           <widget class="GtkVBox" id="vbox12">
2136             <property name="visible">True</property>
2137             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2138             <property name="spacing">10</property>
2139             <child>
2140               <widget class="GtkProgressBar" id="createplanprogress2">
2141                 <property name="visible">True</property>
2142                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2143                 <property name="text" translatable="yes"></property>
2144               </widget>
2145               <packing>
2146                 <property name="expand">False</property>
2147               </packing>
2148             </child>
2149             <child>
2150               <widget class="GtkLabel" id="packagedependencies5">
2151                 <property name="visible">True</property>
2152                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2153                 <property name="xalign">0</property>
2154                 <property name="yalign">0</property>
2155                 <property name="label" translatable="yes">Checking package dependencies...</property>
2156                 <property name="use_markup">True</property>
2157               </widget>
2158               <packing>
2159                 <property name="expand">False</property>
2160                 <property name="position">1</property>
2161               </packing>
2162             </child>
2163             <child>
2164               <widget class="GtkExpander" id="expander7">
2165                 <property name="visible">True</property>
2166                 <property name="can_focus">True</property>
2167                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2168                 <child>
2169                   <widget class="GtkScrolledWindow" id="scrolledwindow13">
2170                     <property name="visible">True</property>
2171                     <property name="can_focus">True</property>
2172                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2173                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2174                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2175                     <child>
2176                       <widget class="GtkTextView" id="createplantextview2">
2177                         <property name="height_request">250</property>
2178                         <property name="visible">True</property>
2179                         <property name="can_focus">True</property>
2180                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2181                         <property name="editable">False</property>
2182                       </widget>
2183                     </child>
2184                   </widget>
2185                 </child>
2186                 <child>
2187                   <widget class="GtkLabel" id="label17">
2188                     <property name="visible">True</property>
2189                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2190                     <property name="label" translatable="yes">Show Details</property>
2191                   </widget>
2192                   <packing>
2193                     <property name="type">label_item</property>
2194                   </packing>
2195                 </child>
2196               </widget>
2197               <packing>
2198                 <property name="expand">False</property>
2199                 <property name="position">2</property>
2200               </packing>
2201             </child>
2202             <child>
2203               <widget class="GtkHSeparator" id="hseparator8">
2204                 <property name="visible">True</property>
2205                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2206               </widget>
2207               <packing>
2208                 <property name="expand">False</property>
2209                 <property name="position">3</property>
2210               </packing>
2211             </child>
2212           </widget>
2213           <packing>
2214             <property name="position">1</property>
2215           </packing>
2216         </child>
2217         <child internal-child="action_area">
2218           <widget class="GtkHButtonBox" id="dialog-action_area13">
2219             <property name="visible">True</property>
2220             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2221             <property name="layout_style">GTK_BUTTONBOX_END</property>
2222             <child>
2223               <widget class="GtkButton" id="cancelcreateplan2">
2224                 <property name="visible">True</property>
2225                 <property name="can_focus">True</property>
2226                 <property name="receives_default">True</property>
2227                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2228                 <property name="label" translatable="yes">Cancel</property>
2229                 <property name="response_id">0</property>
2230                 <signal name="clicked" handler="on_cancelcreateplan2_clicked"/>
2231               </widget>
2232             </child>
2233           </widget>
2234           <packing>
2235             <property name="expand">False</property>
2236             <property name="pack_type">GTK_PACK_END</property>
2237           </packing>
2238         </child>
2239       </widget>
2240     </child>
2241   </widget>
2242   <widget class="GtkDialog" id="networkdown">
2243     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2244     <property name="border_width">5</property>
2245     <property name="title" translatable="yes">Network Problem</property>
2246     <property name="resizable">False</property>
2247     <property name="modal">True</property>
2248     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2249     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2250     <property name="deletable">False</property>
2251     <property name="transient_for">mainwindow</property>
2252     <property name="has_separator">False</property>
2253     <child internal-child="vbox">
2254       <widget class="GtkVBox" id="dialog-vbox16">
2255         <property name="visible">True</property>
2256         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2257         <property name="spacing">2</property>
2258         <child>
2259           <widget class="GtkVBox" id="vbox13">
2260             <property name="visible">True</property>
2261             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2262             <property name="spacing">10</property>
2263             <child>
2264               <widget class="GtkHBox" id="hbox3">
2265                 <property name="visible">True</property>
2266                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2267                 <property name="spacing">12</property>
2268                 <child>
2269                   <widget class="GtkImage" id="image2">
2270                     <property name="visible">True</property>
2271                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2272                     <property name="stock">gtk-dialog-info</property>
2273                   </widget>
2274                 </child>
2275                 <child>
2276                   <widget class="GtkLabel" id="label18">
2277                     <property name="visible">True</property>
2278                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2279                     <property name="label" translatable="yes">&lt;b&gt;Can't establish a connection to the repository&lt;/b&gt;</property>
2280                     <property name="use_markup">True</property>
2281                   </widget>
2282                   <packing>
2283                     <property name="position">1</property>
2284                   </packing>
2285                 </child>
2286               </widget>
2287             </child>
2288             <child>
2289               <widget class="GtkLabel" id="label19">
2290                 <property name="visible">True</property>
2291                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2292                 <property name="label" translatable="yes">Please check your Internet settings.</property>
2293               </widget>
2294               <packing>
2295                 <property name="position">1</property>
2296               </packing>
2297             </child>
2298             <child>
2299               <widget class="GtkHSeparator" id="hseparator9">
2300                 <property name="visible">True</property>
2301                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2302               </widget>
2303               <packing>
2304                 <property name="expand">False</property>
2305                 <property name="position">2</property>
2306               </packing>
2307             </child>
2308           </widget>
2309           <packing>
2310             <property name="position">1</property>
2311           </packing>
2312         </child>
2313         <child internal-child="action_area">
2314           <widget class="GtkHButtonBox" id="dialog-action_area16">
2315             <property name="visible">True</property>
2316             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2317             <property name="layout_style">GTK_BUTTONBOX_END</property>
2318             <child>
2319               <widget class="GtkButton" id="closenetworkdown">
2320                 <property name="visible">True</property>
2321                 <property name="can_focus">True</property>
2322                 <property name="receives_default">True</property>
2323                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2324                 <property name="label" translatable="yes">Close</property>
2325                 <property name="response_id">0</property>
2326                 <signal name="clicked" handler="on_networkdown_close_clicked"/>
2327               </widget>
2328             </child>
2329           </widget>
2330           <packing>
2331             <property name="expand">False</property>
2332             <property name="pack_type">GTK_PACK_END</property>
2333           </packing>
2334         </child>
2335       </widget>
2336     </child>
2337   </widget>
2338   <widget class="GtkDialog" id="progressdialog">
2339     <property name="width_request">350</property>
2340     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2341     <property name="border_width">5</property>
2342     <property name="title" translatable="yes">Processing</property>
2343     <property name="resizable">False</property>
2344     <property name="modal">True</property>
2345     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2346     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2347     <property name="deletable">False</property>
2348     <property name="transient_for">mainwindow</property>
2349     <property name="has_separator">False</property>
2350     <child internal-child="vbox">
2351       <widget class="GtkVBox" id="dialog-vbox17">
2352         <property name="visible">True</property>
2353         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2354         <property name="spacing">2</property>
2355         <child>
2356           <widget class="GtkVBox" id="vbox14">
2357             <property name="visible">True</property>
2358             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2359             <property name="spacing">6</property>
2360             <child>
2361               <widget class="GtkProgressBar" id="progressbar">
2362                 <property name="visible">True</property>
2363                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2364                 <property name="text" translatable="yes"></property>
2365               </widget>
2366               <packing>
2367                 <property name="expand">False</property>
2368               </packing>
2369             </child>
2370             <child>
2371               <widget class="GtkLabel" id="progressinfo">
2372                 <property name="visible">True</property>
2373                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2374                 <property name="xalign">0</property>
2375                 <property name="yalign">0</property>
2376                 <property name="label" translatable="yes">Checking for latest SUNWipkg and SUNWipkg-gui, please wait...</property>
2377                 <property name="use_markup">True</property>
2378               </widget>
2379               <packing>
2380                 <property name="expand">False</property>
2381                 <property name="position">1</property>
2382               </packing>
2383             </child>
2384             <child>
2385               <placeholder/>
2386             </child>
2387             <child>
2388               <placeholder/>
2389             </child>
2390           </widget>
2391           <packing>
2392             <property name="position">1</property>
2393           </packing>
2394         </child>
2395         <child internal-child="action_area">
2396           <widget class="GtkHButtonBox" id="dialog-action_area17">
2397             <property name="visible">True</property>
2398             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2399             <property name="layout_style">GTK_BUTTONBOX_END</property>
2400             <child>
2401               <widget class="GtkButton" id="progresscancel">
2402                 <property name="visible">True</property>
2403                 <property name="can_focus">True</property>
2404                 <property name="receives_default">True</property>
2405                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2406                 <property name="label" translatable="yes">Cancel</property>
2407                 <property name="response_id">0</property>
2408                 <signal name="clicked" handler="on_cancel_progressdialog_clicked"/>
2409               </widget>
2410             </child>
2411           </widget>
2412           <packing>
2413             <property name="expand">False</property>
2414             <property name="pack_type">GTK_PACK_END</property>
2415           </packing>
2416         </child>
2417       </widget>
2418     </child>
2419   </widget>
2420   <widget class="GtkDialog" id="beadmin">
2421     <property name="width_request">600</property>
2422     <property name="height_request">500</property>
2423     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2424     <property name="border_width">5</property>
2425     <property name="title" translatable="yes">Boot Environment Management</property>
2426     <property name="modal">True</property>
2427     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2428     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2429     <property name="transient_for">mainwindow</property>
2430     <property name="has_separator">False</property>
2431     <signal name="delete_event" handler="on_beadmin_delete_event"/>
2432     <child internal-child="vbox">
2433       <widget class="GtkVBox" id="dialog-vbox18">
2434         <property name="visible">True</property>
2435         <property name="spacing">2</property>
2436         <child>
2437           <widget class="GtkVBox" id="vbox10">
2438             <property name="visible">True</property>
2439             <property name="spacing">2</property>
2440             <child>
2441               <widget class="GtkLabel" id="betitlelabel">
2442                 <property name="visible">True</property>
2443                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2444                 <property name="xalign">0</property>
2445                 <property name="yalign">0</property>
2446                 <property name="xpad">10</property>
2447                 <property name="ypad">2</property>
2448                 <property name="label" translatable="yes">&lt;b&gt;Manage Your Boot Environments&lt;/b&gt;</property>
2449                 <property name="use_markup">True</property>
2450               </widget>
2451               <packing>
2452                 <property name="expand">False</property>
2453               </packing>
2454             </child>
2455             <child>
2456               <widget class="GtkLabel" id="bedescriptionlabel3">
2457                 <property name="width_request">575</property>
2458                 <property name="visible">True</property>
2459                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2460                 <property name="xalign">0</property>
2461                 <property name="yalign">0</property>
2462                 <property name="xpad">10</property>
2463                 <property name="ypad">4</property>
2464                 <property name="label" translatable="yes">In some cases, when Update action is performed, a new Boot Environment is created.</property>
2465                 <property name="use_markup">True</property>
2466                 <property name="wrap">True</property>
2467               </widget>
2468               <packing>
2469                 <property name="expand">False</property>
2470                 <property name="position">1</property>
2471               </packing>
2472             </child>
2473             <child>
2474               <widget class="GtkLabel" id="bedescriptionlabel">
2475                 <property name="visible">True</property>
2476                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2477                 <property name="xalign">0</property>
2478                 <property name="yalign">0</property>
2479                 <property name="xpad">10</property>
2480                 <property name="ypad">4</property>
2481                 <property name="label" translatable="yes">By managing Boot Environments you may:</property>
2482                 <property name="use_markup">True</property>
2483               </widget>
2484               <packing>
2485                 <property name="expand">False</property>
2486                 <property name="position">2</property>
2487               </packing>
2488             </child>
2489             <child>
2490               <widget class="GtkLabel" id="bedescriptionlabel1">
2491                 <property name="visible">True</property>
2492                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2493                 <property name="xalign">0</property>
2494                 <property name="yalign">0</property>
2495                 <property name="xpad">20</property>
2496                 <property name="label" translatable="yes">- Delete old Boot Environments to free up disk space.
2497 - Set the Active BE for next reboot.</property>
2498                 <property name="use_markup">True</property>
2499               </widget>
2500               <packing>
2501                 <property name="expand">False</property>
2502                 <property name="position">3</property>
2503               </packing>
2504             </child>
2505             <child>
2506               <widget class="GtkAlignment" id="alignment4">
2507                 <property name="visible">True</property>
2508                 <child>
2509                   <placeholder/>
2510                 </child>
2511               </widget>
2512               <packing>
2513                 <property name="expand">False</property>
2514                 <property name="padding">5</property>
2515                 <property name="position">4</property>
2516               </packing>
2517             </child>
2518             <child>
2519               <widget class="GtkScrolledWindow" id="scrolledwindow11">
2520                 <property name="visible">True</property>
2521                 <property name="can_focus">True</property>
2522                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2523                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2524                 <child>
2525                   <widget class="GtkTreeView" id="betreeview">
2526                     <property name="visible">True</property>
2527                     <property name="can_focus">True</property>
2528                     <property name="headers_clickable">True</property>
2529                     <property name="enable_search">False</property>
2530                   </widget>
2531                 </child>
2532               </widget>
2533               <packing>
2534                 <property name="position">5</property>
2535               </packing>
2536             </child>
2537             <child>
2538               <widget class="GtkHBox" id="hbox9">
2539                 <property name="visible">True</property>
2540                 <child>
2541                   <widget class="GtkImage" id="activebeimage">
2542                     <property name="visible">True</property>
2543                     <property name="xpad">5</property>
2544                     <property name="stock">gtk-missing-image</property>
2545                   </widget>
2546                   <packing>
2547                     <property name="expand">False</property>
2548                   </packing>
2549                 </child>
2550                 <child>
2551                   <widget class="GtkLabel" id="bedescriptionlabel2">
2552                     <property name="visible">True</property>
2553                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2554                     <property name="xalign">0</property>
2555                     <property name="yalign">0</property>
2556                     <property name="xpad">10</property>
2557                     <property name="ypad">4</property>
2558                     <property name="label" translatable="yes">Currently Active Boot Environment</property>
2559                     <property name="use_markup">True</property>
2560                   </widget>
2561                   <packing>
2562                     <property name="expand">False</property>
2563                     <property name="position">1</property>
2564                   </packing>
2565                 </child>
2566               </widget>
2567               <packing>
2568                 <property name="expand">False</property>
2569                 <property name="padding">2</property>
2570                 <property name="position">6</property>
2571               </packing>
2572             </child>
2573             <child>
2574               <widget class="GtkHSeparator" id="hseparator5">
2575                 <property name="visible">True</property>
2576               </widget>
2577               <packing>
2578                 <property name="expand">False</property>
2579                 <property name="position">7</property>
2580               </packing>
2581             </child>
2582           </widget>
2583           <packing>
2584             <property name="position">1</property>
2585           </packing>
2586         </child>
2587         <child internal-child="action_area">
2588           <widget class="GtkHButtonBox" id="dialog-action_area18">
2589             <property name="visible">True</property>
2590             <property name="layout_style">GTK_BUTTONBOX_END</property>
2591             <child>
2592               <widget class="GtkButton" id="cancelbebutton">
2593                 <property name="visible">True</property>
2594                 <property name="can_focus">True</property>
2595                 <property name="receives_default">True</property>
2596                 <property name="label" translatable="yes">Cancel</property>
2597                 <property name="response_id">0</property>
2598                 <signal name="clicked" handler="on_cancel_be_clicked"/>
2599               </widget>
2600             </child>
2601             <child>
2602               <widget class="GtkButton" id="resetbebutton">
2603                 <property name="visible">True</property>
2604                 <property name="sensitive">False</property>
2605                 <property name="can_focus">True</property>
2606                 <property name="receives_default">True</property>
2607                 <property name="label" translatable="yes">Reset</property>
2608                 <property name="response_id">0</property>
2609                 <signal name="clicked" handler="on_reset_be_clicked"/>
2610               </widget>
2611               <packing>
2612                 <property name="position">1</property>
2613               </packing>
2614             </child>
2615             <child>
2616               <widget class="GtkButton" id="okbebutton">
2617                 <property name="visible">True</property>
2618                 <property name="can_focus">True</property>
2619                 <property name="receives_default">True</property>
2620                 <property name="label" translatable="yes">Ok</property>
2621                 <property name="response_id">0</property>
2622                 <signal name="clicked" handler="on_ok_be_clicked"/>
2623               </widget>
2624               <packing>
2625                 <property name="position">2</property>
2626               </packing>
2627             </child>
2628           </widget>
2629           <packing>
2630             <property name="expand">False</property>
2631             <property name="pack_type">GTK_PACK_END</property>
2632           </packing>
2633         </child>
2634       </widget>
2635     </child>
2636   </widget>
2637   <widget class="GtkDialog" id="repository">
2638     <property name="border_width">5</property>
2639     <property name="title" translatable="yes">Edit Repository</property>
2640     <property name="modal">True</property>
2641     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2642     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2643     <property name="transient_for">mainwindow</property>
2644     <property name="opacity">0.99999999977648257</property>
2645     <property name="has_separator">False</property>
2646     <child internal-child="vbox">
2647       <widget class="GtkVBox" id="dialog-vbox23">
2648         <property name="visible">True</property>
2649         <property name="spacing">2</property>
2650         <child>
2651           <widget class="GtkVBox" id="vbox17">
2652             <property name="visible">True</property>
2653             <child>
2654               <widget class="GtkVBox" id="vbox18">
2655                 <property name="visible">True</property>
2656                 <child>
2657                   <widget class="GtkLabel" id="label26">
2658                     <property name="visible">True</property>
2659                     <property name="xalign">0</property>
2660                     <property name="yalign">0</property>
2661                     <property name="xpad">10</property>
2662                     <property name="ypad">2</property>
2663                     <property name="label" translatable="yes">&lt;b&gt;Edit Repositories&lt;/b&gt;</property>
2664                     <property name="use_markup">True</property>
2665                   </widget>
2666                 </child>
2667                 <child>
2668                   <widget class="GtkLabel" id="label27">
2669                     <property name="visible">True</property>
2670                     <property name="xalign">0</property>
2671                     <property name="yalign">0</property>
2672                     <property name="xpad">10</property>
2673                     <property name="ypad">4</property>
2674                     <property name="label" translatable="yes">Enter the complete PKG line of the repository you want to add as a source
2675 and give it a name.</property>
2676                   </widget>
2677                   <packing>
2678                     <property name="position">1</property>
2679                   </packing>
2680                 </child>
2681                 <child>
2682                   <widget class="GtkHBox" id="hbox11">
2683                     <property name="visible">True</property>
2684                     <child>
2685                       <widget class="GtkLabel" id="label28">
2686                         <property name="visible">True</property>
2687                         <property name="xalign">0</property>
2688                         <property name="yalign">0</property>
2689                         <property name="xpad">10</property>
2690                         <property name="ypad">4</property>
2691                         <property name="label" translatable="yes">Name: </property>
2692                       </widget>
2693                       <packing>
2694                         <property name="expand">False</property>
2695                         <property name="padding">3</property>
2696                       </packing>
2697                     </child>
2698                     <child>
2699                       <widget class="GtkEntry" id="entry3">
2700                         <property name="visible">True</property>
2701                         <property name="can_focus">True</property>
2702                       </widget>
2703                       <packing>
2704                         <property name="padding">3</property>
2705                         <property name="position">1</property>
2706                       </packing>
2707                     </child>
2708                     <child>
2709                       <widget class="GtkFrame" id="1">
2710                         <property name="visible">True</property>
2711                         <property name="label_xalign">0</property>
2712                         <property name="shadow_type">GTK_SHADOW_NONE</property>
2713                         <child>
2714                           <widget class="GtkAlignment" id="alignment8">
2715                             <property name="visible">True</property>
2716                             <property name="left_padding">75</property>
2717                             <child>
2718                               <placeholder/>
2719                             </child>
2720                           </widget>
2721                         </child>
2722                         <child>
2723                           <widget class="GtkLabel" id="label29">
2724                             <property name="visible">True</property>
2725                             <property name="use_markup">True</property>
2726                           </widget>
2727                           <packing>
2728                             <property name="type">label_item</property>
2729                           </packing>
2730                         </child>
2731                       </widget>
2732                       <packing>
2733                         <property name="expand">False</property>
2734                         <property name="fill">False</property>
2735                         <property name="padding">45</property>
2736                         <property name="position">2</property>
2737                       </packing>
2738                     </child>
2739                   </widget>
2740                   <packing>
2741                     <property name="position">2</property>
2742                   </packing>
2743                 </child>
2744                 <child>
2745                   <widget class="GtkHBox" id="hbox12">
2746                     <property name="visible">True</property>
2747                     <child>
2748                       <widget class="GtkLabel" id="label30">
2749                         <property name="visible">True</property>
2750                         <property name="xalign">0</property>
2751                         <property name="yalign">0</property>
2752                         <property name="xpad">9</property>
2753                         <property name="ypad">4</property>
2754                         <property name="label" translatable="yes">URL:    </property>
2755                       </widget>
2756                       <packing>
2757                         <property name="expand">False</property>
2758                         <property name="padding">5</property>
2759                       </packing>
2760                     </child>
2761                     <child>
2762                       <widget class="GtkEntry" id="entry4">
2763                         <property name="visible">True</property>
2764                         <property name="can_focus">True</property>
2765                       </widget>
2766                       <packing>
2767                         <property name="padding">4</property>
2768                         <property name="position">1</property>
2769                       </packing>
2770                     </child>
2771                     <child>
2772                       <widget class="GtkFrame" id="frame7">
2773                         <property name="visible">True</property>
2774                         <property name="label_xalign">0</property>
2775                         <property name="shadow_type">GTK_SHADOW_NONE</property>
2776                         <child>
2777                           <widget class="GtkAlignment" id="alignment15">
2778                             <property name="visible">True</property>
2779                             <property name="xalign">0</property>
2780                             <child>
2781                               <widget class="GtkVButtonBox" id="vbuttonbox6">
2782                                 <property name="visible">True</property>
2783                                 <child>
2784                                   <widget class="GtkButton" id="button4">
2785                                     <property name="visible">True</property>
2786                                     <property name="can_focus">True</property>
2787                                     <property name="receives_default">True</property>
2788                                     <property name="label" translatable="yes">Add</property>
2789                                     <property name="response_id">0</property>
2790                                   </widget>
2791                                   <packing>
2792                                     <property name="expand">False</property>
2793                                     <property name="fill">False</property>
2794                                   </packing>
2795                                 </child>
2796                               </widget>
2797                             </child>
2798                           </widget>
2799                         </child>
2800                         <child>
2801                           <placeholder/>
2802                           <packing>
2803                             <property name="type">label_item</property>
2804                           </packing>
2805                         </child>
2806                       </widget>
2807                       <packing>
2808                         <property name="expand">False</property>
2809                         <property name="fill">False</property>
2810                         <property name="padding">5</property>
2811                         <property name="position">2</property>
2812                       </packing>
2813                     </child>
2814                   </widget>
2815                   <packing>
2816                     <property name="position">3</property>
2817                   </packing>
2818                 </child>
2819               </widget>
2820               <packing>
2821                 <property name="expand">False</property>
2822                 <property name="fill">False</property>
2823               </packing>
2824             </child>
2825             <child>
2826               <widget class="GtkHSeparator" id="hseparator13">
2827                 <property name="visible">True</property>
2828               </widget>
2829               <packing>
2830                 <property name="expand">False</property>
2831                 <property name="padding">4</property>
2832                 <property name="position">1</property>
2833               </packing>
2834             </child>
2835             <child>
2836               <widget class="GtkHBox" id="hbox13">
2837                 <property name="visible">True</property>
2838                 <child>
2839                   <widget class="GtkScrolledWindow" id="scrolledwindow15">
2840                     <property name="visible">True</property>
2841                     <property name="can_focus">True</property>
2842                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2843                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2844                     <child>
2845                       <widget class="GtkTextView" id="textview1">
2846                         <property name="visible">True</property>
2847                         <property name="can_focus">True</property>
2848                       </widget>
2849                     </child>
2850                   </widget>
2851                 </child>
2852                 <child>
2853                   <widget class="GtkVButtonBox" id="vbuttonbox2">
2854                     <property name="visible">True</property>
2855                     <child>
2856                       <widget class="GtkFrame" id="frame5">
2857                         <property name="visible">True</property>
2858                         <property name="label_xalign">0</property>
2859                         <property name="shadow_type">GTK_SHADOW_NONE</property>
2860                         <child>
2861                           <widget class="GtkAlignment" id="alignment13">
2862                             <property name="visible">True</property>
2863                             <property name="xalign">0</property>
2864                             <property name="left_padding">6</property>
2865                             <child>
2866                               <widget class="GtkVButtonBox" id="vbuttonbox5">
2867                                 <property name="visible">True</property>
2868                                 <child>
2869                                   <widget class="GtkButton" id="button1">
2870                                     <property name="visible">True</property>
2871                                     <property name="can_focus">True</property>
2872                                     <property name="receives_default">True</property>
2873                                     <property name="label" translatable="yes">Remove</property>
2874                                     <property name="response_id">0</property>
2875                                   </widget>
2876                                   <packing>
2877                                     <property name="expand">False</property>
2878                                     <property name="fill">False</property>
2879                                   </packing>
2880                                 </child>
2881                                 <child>
2882                                   <placeholder/>
2883                                 </child>
2884                               </widget>
2885                             </child>
2886                           </widget>
2887                         </child>
2888                         <child>
2889                           <placeholder/>
2890                           <packing>
2891                             <property name="type">label_item</property>
2892                           </packing>
2893                         </child>
2894                       </widget>
2895                     </child>
2896                     <child>
2897                       <widget class="GtkFrame" id="frame6">
2898                         <property name="visible">True</property>
2899                         <property name="label_xalign">0</property>
2900                         <property name="shadow_type">GTK_SHADOW_NONE</property>
2901                         <child>
2902                           <widget class="GtkAlignment" id="alignment14">
2903                             <property name="visible">True</property>
2904                             <property name="left_padding">12</property>
2905                             <child>
2906                               <placeholder/>
2907                             </child>
2908                           </widget>
2909                         </child>
2910                         <child>
2911                           <placeholder/>
2912                           <packing>
2913                             <property name="type">label_item</property>
2914                           </packing>
2915                         </child>
2916                       </widget>
2917                       <packing>
2918                         <property name="position">1</property>
2919                       </packing>
2920                     </child>
2921                     <child>
2922                       <widget class="GtkFrame" id="frame2">
2923                         <property name="visible">True</property>
2924                         <property name="label_xalign">0</property>
2925                         <property name="shadow_type">GTK_SHADOW_NONE</property>
2926                         <child>
2927                           <widget class="GtkAlignment" id="alignment9">
2928                             <property name="visible">True</property>
2929                             <property name="left_padding">12</property>
2930                             <child>
2931                               <widget class="GtkVButtonBox" id="vbuttonbox4">
2932                                 <property name="visible">True</property>
2933                                 <child>
2934                                   <placeholder/>
2935                                 </child>
2936                                 <child>
2937                                   <placeholder/>
2938                                 </child>
2939                               </widget>
2940                             </child>
2941                           </widget>
2942                         </child>
2943                         <child>
2944                           <widget class="GtkLabel" id="label31">
2945                             <property name="visible">True</property>
2946                             <property name="use_markup">True</property>
2947                           </widget>
2948                           <packing>
2949                             <property name="type">label_item</property>
2950                           </packing>
2951                         </child>
2952                       </widget>
2953                       <packing>
2954                         <property name="position">2</property>
2955                       </packing>
2956                     </child>
2957                   </widget>
2958                   <packing>
2959                     <property name="expand">False</property>
2960                     <property name="fill">False</property>
2961                     <property name="position">1</property>
2962                   </packing>
2963                 </child>
2964               </widget>
2965               <packing>
2966                 <property name="position">2</property>
2967               </packing>
2968             </child>
2969             <child>
2970               <widget class="GtkHSeparator" id="hseparator14">
2971                 <property name="visible">True</property>
2972               </widget>
2973               <packing>
2974                 <property name="expand">False</property>
2975                 <property name="padding">4</property>
2976                 <property name="position">3</property>
2977               </packing>
2978             </child>
2979           </widget>
2980           <packing>
2981             <property name="position">1</property>
2982           </packing>
2983         </child>
2984         <child internal-child="action_area">
2985           <widget class="GtkHButtonBox" id="dialog-action_area23">
2986             <property name="visible">True</property>
2987             <property name="layout_style">GTK_BUTTONBOX_END</property>
2988             <child>
2989               <widget class="GtkButton" id="button5">
2990                 <property name="visible">True</property>
2991                 <property name="can_focus">True</property>
2992                 <property name="receives_default">True</property>
2993                 <property name="label" translatable="yes">Cancel</property>
2994                 <property name="response_id">0</property>
2995               </widget>
2996             </child>
2997             <child>
2998               <widget class="GtkButton" id="button6">
2999                 <property name="visible">True</property>
3000                 <property name="can_focus">True</property>
3001                 <property name="receives_default">True</property>
3002                 <property name="label" translatable="yes">Reset</property>
3003                 <property name="response_id">0</property>
3004               </widget>
3005               <packing>
3006                 <property name="position">1</property>
3007               </packing>
3008             </child>
3009             <child>
3010               <widget class="GtkButton" id="button2">
3011                 <property name="visible">True</property>
3012                 <property name="can_focus">True</property>
3013                 <property name="receives_default">True</property>
3014                 <property name="label" translatable="yes">OK</property>
3015                 <property name="response_id">0</property>
3016               </widget>
3017               <packing>
3018                 <property name="position">2</property>
3019               </packing>
3020             </child>
3021           </widget>
3022           <packing>
3023             <property name="expand">False</property>
3024             <property name="pack_type">GTK_PACK_END</property>
3025           </packing>
3026         </child>
3027       </widget>
3028     </child>
3029   </widget>
3030   <widget class="GtkDialog" id="beconfirmationdialog">
3031     <property name="width_request">400</property>
3032     <property name="height_request">400</property>
3033     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3034     <property name="border_width">5</property>
3035     <property name="title" translatable="yes">BE Management Changes Confirmation</property>
3036     <property name="modal">True</property>
3037     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
3038     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3039     <property name="deletable">False</property>
3040     <property name="transient_for">beadmin</property>
3041     <property name="has_separator">False</property>
3042     <child internal-child="vbox">
3043       <widget class="GtkVBox" id="dialog-vbox21">
3044         <property name="visible">True</property>
3045         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3046         <property name="spacing">5</property>
3047         <child>
3048           <widget class="GtkHBox" id="hbox8">
3049             <property name="visible">True</property>
3050             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3051             <property name="spacing">10</property>
3052             <child>
3053               <widget class="GtkImage" id="image1">
3054                 <property name="visible">True</property>
3055                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3056                 <property name="stock">gtk-dialog-warning</property>
3057                 <property name="icon_size">5</property>
3058               </widget>
3059               <packing>
3060                 <property name="expand">False</property>
3061                 <property name="fill">False</property>
3062               </packing>
3063             </child>
3064             <child>
3065               <widget class="GtkLabel" id="label14">
3066                 <property name="visible">True</property>
3067                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3068                 <property name="xalign">0</property>
3069                 <property name="yalign">0</property>
3070                 <property name="label" translatable="yes">Review the Boot Environments to change
3071 Click OK to proceed</property>
3072                 <property name="use_markup">True</property>
3073                 <property name="wrap">True</property>
3074               </widget>
3075               <packing>
3076                 <property name="position">1</property>
3077               </packing>
3078             </child>
3079           </widget>
3080           <packing>
3081             <property name="expand">False</property>
3082             <property name="padding">15</property>
3083             <property name="position">1</property>
3084           </packing>
3085         </child>
3086         <child>
3087           <widget class="GtkLabel" id="packagenamelabel4">
3088             <property name="visible">True</property>
3089             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3090             <property name="xalign">0</property>
3091             <property name="yalign">0</property>
3092             <property name="label" translatable="yes">&lt;b&gt;Boot Environments to be deleted:&lt;/b&gt;</property>
3093             <property name="use_markup">True</property>
3094           </widget>
3095           <packing>
3096             <property name="expand">False</property>
3097             <property name="position">2</property>
3098           </packing>
3099         </child>
3100         <child>
3101           <widget class="GtkScrolledWindow" id="scrolledwindow14">
3102             <property name="visible">True</property>
3103             <property name="can_focus">True</property>
3104             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3105             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3106             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3107             <child>
3108               <widget class="GtkTreeView" id="beconfirmtreeview">
3109                 <property name="visible">True</property>
3110                 <property name="sensitive">False</property>
3111                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3112                 <property name="headers_visible">False</property>
3113                 <property name="headers_clickable">True</property>
3114                 <property name="enable_search">False</property>
3115               </widget>
3116             </child>
3117           </widget>
3118           <packing>
3119             <property name="padding">6</property>
3120             <property name="position">3</property>
3121           </packing>
3122         </child>
3123         <child>
3124           <widget class="GtkLabel" id="packagenamelabel6">
3125             <property name="visible">True</property>
3126             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3127             <property name="xalign">0</property>
3128             <property name="yalign">0</property>
3129             <property name="label" translatable="yes">&lt;b&gt;Active Boot Environment changed to:&lt;/b&gt;</property>
3130             <property name="use_markup">True</property>
3131           </widget>
3132           <packing>
3133             <property name="expand">False</property>
3134             <property name="position">4</property>
3135           </packing>
3136         </child>
3137         <child>
3138           <widget class="GtkLabel" id="beconfirmationdefault">
3139             <property name="visible">True</property>
3140             <property name="sensitive">False</property>
3141             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3142             <property name="xalign">0</property>
3143             <property name="yalign">0</property>
3144             <property name="label" translatable="yes">
3145 </property>
3146             <property name="use_markup">True</property>
3147           </widget>
3148           <packing>
3149             <property name="expand">False</property>
3150             <property name="position">5</property>
3151           </packing>
3152         </child>
3153         <child>
3154           <widget class="GtkLabel" id="packagenamelabel1">
3155             <property name="visible">True</property>
3156             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3157             <property name="xalign">0</property>
3158             <property name="yalign">0</property>
3159             <property name="label" translatable="yes">&lt;b&gt;Summary&lt;/b&gt;</property>
3160             <property name="use_markup">True</property>
3161           </widget>
3162           <packing>
3163             <property name="expand">False</property>
3164             <property name="position">6</property>
3165           </packing>
3166         </child>
3167         <child>
3168           <widget class="GtkLabel" id="beconfirmationsummary">
3169             <property name="visible">True</property>
3170             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3171             <property name="xalign">0</property>
3172             <property name="yalign">0</property>
3173             <property name="use_markup">True</property>
3174           </widget>
3175           <packing>
3176             <property name="expand">False</property>
3177             <property name="position">7</property>
3178           </packing>
3179         </child>
3180         <child>
3181           <widget class="GtkHSeparator" id="hseparator10">
3182             <property name="visible">True</property>
3183             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3184           </widget>
3185           <packing>
3186             <property name="expand">False</property>
3187             <property name="padding">5</property>
3188             <property name="position">8</property>
3189           </packing>
3190         </child>
3191         <child internal-child="action_area">
3192           <widget class="GtkHButtonBox" id="dialog-action_area21">
3193             <property name="visible">True</property>
3194             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3195             <property name="layout_style">GTK_BUTTONBOX_END</property>
3196             <child>
3197               <widget class="GtkButton" id="cancel_be">
3198                 <property name="visible">True</property>
3199                 <property name="can_focus">True</property>
3200                 <property name="receives_default">True</property>
3201                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3202                 <property name="label" translatable="yes">Cancel</property>
3203                 <property name="response_id">0</property>
3204                 <signal name="clicked" handler="on_cancel_be_conf_clicked"/>
3205               </widget>
3206             </child>
3207             <child>
3208               <widget class="GtkButton" id="ok_be">
3209                 <property name="visible">True</property>
3210                 <property name="can_focus">True</property>
3211                 <property name="receives_default">True</property>
3212                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3213                 <property name="label" translatable="yes">OK</property>
3214                 <property name="response_id">0</property>
3215                 <signal name="clicked" handler="on_ok_be_conf_clicked"/>
3216               </widget>
3217               <packing>
3218                 <property name="position">1</property>
3219               </packing>
3220             </child>
3221           </widget>
3222           <packing>
3223             <property name="expand">False</property>
3224             <property name="pack_type">GTK_PACK_END</property>
3225           </packing>
3226         </child>
3227       </widget>
3228     </child>
3229   </widget>
3230 </glade-interface>