Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glade | Distribution: SUSE Linux Enterprise 15 |
Version: 3.38.2 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150400.2.8 | Build date: Sun May 8 13:13:39 2022 |
Group: Development/Tools/GUI Builders | Build host: ibs-arm-4 |
Size: 1903408 | Source RPM: glade-3.38.2-150400.2.8.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://glade.gnome.org/ | |
Summary: User Interface Builder for GTK+ 3 |
Glade is a RAD tool to develop user interfaces for the Gtk+ 3 toolkit and the GNOME desktop environment.
GPL-2.0-or-later
* Fri Dec 10 2021 bjorn.lie@gmail.com - Add pkgconfig(gjs-1.0) BuildRequires: Build gjs widgets support, and stop passing gjs=disabled to meson. - Add 9db1fba1fa93905c9169c1e29049e4b2f6337c39.patch: GladeProject: Segfault in gnome-builder when widget doesn't have a name. - Split out new sub package for docs. - Use ldconfig_scriptlets macro for post(un) ldconfig handling. * Fri Nov 20 2020 bjorn.lie@gmail.com - Update to version 3.38.2: + Fix windows compatibility issues. + Fix build against Python 3.9. + Bugs fixed: glgo#GNOME/glade#355, glgo#GNOME/glade#53, glgo#GNOME/glade#371. * Mon Oct 05 2020 dimstar@opensuse.org - Update to version 3.38.1: + Fix issue #471: "XML not updated after adding element". + Fix issue #480: "version field not always updated in XML". + Fix issue #474: "GtkLabel: setup text attribute issues". + Fix issue #479: "Glade 3.36.0 segfaults when opening a file". + Fix issue pasting widget with ctrl+v in GtkGrid. + Updated translations. * Mon Sep 14 2020 dimstar@opensuse.org - Update to version 3.38.0: + Load template files as new GTypes and add them to "User templates" widget group automatically without the need of a catalog. + Added JavaScript widget support. + Use version data from gir to improve deprecation/target tests. + Implement survey using new backend at surveys.gnome.org. + Keep survey state in config file. + Associate with application/x-gtk-builder. + Project properties dialog improvements. + Improve toolkit target version selection in project properties dialog. + Improve treemodel char data type handling. + Updated translations. * Fri Sep 04 2020 dimstar@opensuse.org - Update to version 3.37.0: + Build: Remove autotools. + Plugins: Added GJS plugin for JavaScript objects support. + Issue #433: Implement survey using new backend at surveys.gnome.org. + Ignore locale when saving numeric values. + Associate application/x-gtk-builder with glade's .desktop file. + Plugins: Added GJS plugin for JavaScript objects support. + gtk: Add GtkScrolledWindow propagate-natural-width property. + GladeScrolledWindowEditor: Squeeze width/height properties in two columns. + Webkit2gtk plugin: add missing displayable values and sandbox web view. + dtd: Make init-function an element, not an attribute. - Port to meson build system: + Add meson BuildRequires. + Replace configure/make/make_install with meson/meson_build/meson_install. * Thu May 07 2020 bjorn.lie@gmail.com - Update to version 3.36.0: + Add GDK_VERSION_MIN_REQUIRED + Adding "Glade" to "About" section. + Add initial implementation of Automatic Templates + Add initial support for GFile type properties + Add metadata information about releases + Add OARS tags + Add translator comments to the .desktop file + Allow to specify placeholder to GtkListBox + Allow to use GtkFileChooserNative + Appdata: update app-id + build: - Do not use a system variable only for Windows - Fix OSX support in meson - Port to meson build system - Remove G_CONST_RETURN usage + Bump Gtk required version to 3.22 + Couple of fixes for memory leaks found with valgrind + Create GladeSettings to hold the settings instead of using a Gtk widget for holding it + dnd: Enable Drag&Drop on wayland + doc: - Modernize the documentation - Remove missing xml files - Make some changes to fix warnings with the documentation + dtd: Add several new elements + Fix loading dylibs on OSX + Fix on debug traces after rename GladePropertyClass to GladePropertyDef + Fix several compiler warnings + Fix split sentense in GladeProject + Fix tab/space identation + Fix two memory leaks discovered with valgrind + Fix xgettext string extraction for catalogs + flatpak: Set meson as buildsystem + GladeAdaptorChooser: add missing translation domain + GladeCommand: - Ensure widget name on object properties - Ignore special child types placeholders in add command. + GladeGtkWindow: mark titlebar placeholder as special child type. + GladeEditor: expose signal editor widget as a property + GladeEditorProperty, GladePropertyClass, GladeWidgetAdaptor: + GladeEPropAttrs: use sane adjustment values for size and scale attrs + GladeEPropNumeric: bind precision property to spin button + GladeGtkAdjustment: add digits virtual property + GladeGtkBin: add initial support for GtkBin abstract class + GladeGtkBox: improve children sort function + GladeGtkDialog: chain up post_create() method + GladeGtkHeaderBar: - Improve position packing property handling - Mark title and subtitle as translatable + GladeGtkWidget: save accessible-role atk property + GladeGtkWindow: - Fix regression in csd handling - Remove get_children() method + GladeImageItemEditor: use display name for commands names + GladeIntro: - Fix regresion in find_widget_forall() - Use name and buildable name to find widgets + GladeModelButton: - Enable icon/iconic properties - Improve editor + GladePopup: Clear add item when adding as toplevel + GladeProject: - Add handler signals - Escape markup in parser errors + GladeProperty: - Add precision property - Keep the bind-source, bind-property and bind-flags elements + GladePropertyClass: round floating point values to epsilon + GladeSignalClass: rename glade_signal_class_get_type + GladeSignalDef: fix documentation for glade_signal_def_set_deprecated + gladeui-2.0.pc: Data paths relative to datadir + gladeui: - Change the boolean parsing logic to be the same as Gtk - Ensure that we write the "type-func" property when a get-type-function is defined in the catalog - Fix crash on drag-n-drop - Fix GIR package reference and add c-include - Fix leak of create_type in GladePropertyClass - Fix memory leak in GWActionClass - Fix several memory leaks with GladeWidgetAdaptor - Fix several tiny memory leaks found with valgrind - Fix wrong pointer convertion in GladeDesignView - ignore various GParameter deprecations - Modernize GladeSignalEditor codebase - Modernize GladeWidgetAdaptor definition - Plug tiny leak on Drag & Drop - remove implicit cast in assignment - remove unused type_func variable - Replace the last occurences of GladeWidgetClass with GladeWidgetAdaptor in the comments - Use G_DECLARE_DERIVABLE_TYPE for GladeAdaptorChooserWidget - Use G_DECLARE_DERIVABLE_TYPE for GladeApp - Use G_DECLARE_DERIVABLE_TYPE for GladeBaseEditor - Use G_DECLARE_DERIVABLE_TYPE for GladeCellRendererIcon - Use G_DECLARE_DERIVABLE_TYPE for GladeClipboard - Use G_DECLARE_DERIVABLE_TYPE for GladeCommand - Use G_DECLARE_DERIVABLE_TYPE for GladeDesignLayout - Use G_DECLARE_DERIVABLE_TYPE for GladeDesignView - Use G_DECLARE_DERIVABLE_TYPE for GladeEditor - Use G_DECLARE_DERIVABLE_TYPE for GladeEditorProperty - Use G_DECLARE_DERIVABLE_TYPE for GladeEditorSkeleton - Use G_DECLARE_DERIVABLE_TYPE for GladeEditorTable - Use G_DECLARE_DERIVABLE_TYPE for GladeInspector - Use G_DECLARE_DERIVABLE_TYPE for GladeNamedIconChooserDialog - Use G_DECLARE_FINAL_TYPE for GladeObjectStub - Use G_DECLARE_INTERFACE for GladeDrag - Use G_DECLARE_INTERFACE for GladeEditable + GladeWidgetAdaptor: - added deprecated-since metadata - add glade_widget_adaptor_get_display_name() + GladeWidget: add support for abstract classes + GladeWindow: - move actions to GtkApplication - port to GtkApplication - simplify pointer mode actions + GtkActionable: add action-target property + gtk+: - Add deprecated flag to GtkButton and GtkImage stock properties - Add homogeneous property to GtkStackSwitcher - Add missing 3.22 enum/flag values - Allow to use GtkResponseType with GtkDialog and GtkInfobar buttons - Keep internationalization context in Atk properties - properly cast to avoid warnings - Provide Gtk 3.22 properties for GtkScrolledWindow - workaround truncation warning by being safer + Gtk Catalog: - add back GtkStatusbar - mark GtkImageMenuItem as deprecated since 3.10 + GtkImage: Fix icon size being reset + GtkLinkButton: allow to edit the label + Gtk plugin: add support for GFileIcon + i18n: Do not use input file for not translated files + icon: update app icon + introspection: Add many annotations to sources + Make it easier to track GladeXML elements and be GObject Introspection friendly by registering boxed types + meson: Activate enable-debug variables + Migrate from intltool to gettext + No wide handles in `center_paned` and `left_paned` + Prevent dragging an ancestor inside a child + RDNN appdata & desktop file + Remove GladeInstantiable prefix from UI + Rename GladePropertyClass to GladePropertyDef and declare it as boxed + Rename GladeSignalClass to GladeSignalDef and declare it as boxed + Rename GWActionClass to GladeWidgetActionDef to use the right namespace + Rename *Klass to *Class as there are no name collision anymore + Replace some functions by Gtk 3.22 ones + Respect the Glade namespace for macros and defines + Set the "About Dialogue" as modal + snap: update for icon filename changes + Stop defaulting missing images to deprecated stock icons + tests: Include back GtkTreeViewColumn + ui/widget: Make template ver# warning more useful + Update FSF address + Use autoreconf instead deprecated gnome-common + Utils: get the absolute path but avoid accessing it + widget: canonicalize support-warning property name + widget-editor: Replace margin right/left for end/start - Add define soname libgladeui-2-12, and rename subpackage following upstreams soname bump/change. * Wed Feb 26 2020 bjorn.lie@gmail.com - Update to version 3.22.2: + Canonicalize support-warning property name. + Add snap packaging. + GladeCommand: ignore special child types placeholders in add command. + GladeGtkWindow: mark titlebar placeholder as special child type. + Fix bug "Glade deletes all widgets when adding a Scrolled Window parent, but doesn't show it." * Sat Jan 25 2020 dimstar@opensuse.org - No longer recommend -lang: supplements are in use * Wed Jan 08 2020 dimstar@opensuse.org - Migrate to python3: + Replace python-devel BuildRequires with python3-devel. + Pass PYTHON=python3 to configure. * Thu Apr 05 2018 luc14n0@linuxmail.org - Update to version 3.22.1: + Fixes: - Glade always re-enables the client-side-decoration option (bgo#794492); - Does not write the accessible-role accessibility property (bgo#794518); - Glade does not allow ApplicationWindow's title to be marked as translatable" (bgo#782753); - GtkDialog CSD support. - Drop update-desktop-files BuildRequires and suse_update_desktop_\ file: they are no longer needed. * Mon Mar 12 2018 dimstar@opensuse.org - Update to version 3.22.0: + bgo#774994: "in treeview columns editor contextual menu does nothing" + Simplified GladeBaseEditor + Fix formatting / layout of project verification details. + Widge chooser: activate treeview with single click and enable Drag & Drop. + Fix Design view selected state. + bgo#793036: "GtkCellRenderer Properties not loaded from glade file". + Fix bug in action widgets response-id parsing on 32bits system. + bgo#772485: "File Name property of GtkImage is copied to all other GtkImage" + GladeProject: always treat resource properties as relative. + bgo#793652: "Crash when deleting a list". + bgo#793757: "Gtk-CRITICAL **: _gtk_window_add_popover: assertion '_gtk_widget_get_parent (popover) == NULL' failed". + Add GDK_SUPER_MASK accelerator handling. + bgo#778537: "ActionBar need placeholder". + bgo#794141: Gtk.IconView disappeared from glade. + Updated translations. * Mon Mar 05 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Mon Mar 05 2018 luc14n0@linuxmail.org - Update to version 3.21.0: + Main window UI overhaul. + An enhanced enum integer editor. + Added GtkGLArea object to gtk+ catalog. + Initial support for WebKit2GTK+ library. + Add GtkStackSidebar to control and display widget group. + Bug fixes: - "Please don't list 'Taiwan' as 'Taiwan, Province of China' in the country list" (bgo#767812). - Use correct tag when referring to Palette (bgo#763188). - Fix typo in translatable string; fixing old bgo#746531. - Add pkgconfig(webkit2gtk-4.0) BuildRequires as a new dependency. * Sun Mar 04 2018 bjorn.lie@gmail.com - Update to version 3.20.4: + Fix bgo#772485: File Name property of GtkImage is copied to all other GtkImage. + Fix bgo#793652: Crash when deleting a list. + Fix bgo#793757: Gtk-CRITICAL **: _gtk_window_add_popover: assertion '_gtk_widget_get_parent (popover) == NULL' failed. + Add GDK_SUPER_MASK accelerator handling. * Fri Mar 02 2018 antoine.belvire@opensuse.org - Update to version 3.20.3. + Fix bgo#793036: "GtkCellRenderer Properties not loaded from glade file". + Add GtkStackSidebar to the toolbox. + Fix bgo#774994: "In treeview columns editor contextual menu does nothing". + GladeDesignView: set selected layout state. * Mon Nov 27 2017 luc14n0@linuxmail.org - Update to version 3.20.2: + Install appstream metadata to non-deprecated location. + Bug fixes: - Glade interface designer eating ram & cpu (bgo#763624). - Glade saves invalid GtkBuilder XML (bgo#790452). - GtkLabel xalign and halign appeared in GTK+ 3.16 and are not deprecated (bgo#782645). - Add background class to GladeDesignLayout children (bgo#773669). + Updated translations. - Add gmodule-export-2.0 and gobject-2.0 pkgconfig BuildRequires: they were being pulled and used since the package already had another declared module dependencies upon glib2-devel, the same provider. Note that gobject-2.0 is not mentioned in configure.ac but it is checked by configure and the same goes for glib-2.0 module. - Drop docbook-xsl-stylesheets BuildRequires and add gtk-doc: that's what upstream uses and we don't want deviations to avoid unexpected bugs. - Pass enable-man-pages enable-gtk-doc and to ensure that manuals and documentation will be built. - Remove gnome-common BuildRequires and autogen.sh call, as we no longer carry any patches. - Adopt %make_build macro and drop raw commands following the best practices. * Tue Oct 03 2017 luc14n0@linuxmail.org - Update to version 3.20.1: + Fixes: - Glib g_ptr_array_find() name clash. - Survey css matching error on CSD. - "format not a string literal" warnings. + Bug fixes: - "GLADE 3.20: crash on changing ToolItem type" (bgo#773997). - "Using Spacebar to change menu selction causes crash" (bgo#765562). - "client side decoration, no space to add header bar" (bgo#765885). - Clicking in ... swap order of accelerators (bgo#589306). - "[Wayland] glade previewer is resizing windows until it crashes gnome-shell" (bgo#761651). - Drop %desktop_database_* and %icon_theme_cache_* post/postun: functionality now covered by file triggers. - Drop glade-use-g_ptr_array_find-from-GLib.patch: fixed upstream (bgo#782161). * Sun Sep 10 2017 jengelh@inai.de - Remove redundant %clean section, and the no-op --with-pic. - Ensure neutrality of descriptions. Trim/update descriptions. * Wed May 31 2017 zaitor@opensuse.org - Add glade-use-g_ptr_array_find-from-GLib.patch and add explicit pkgconfig(glib-2.0) BuildRequires: Fix build with new glib, patch from upstream git (bgo#782161). - Following the above, add gnome-common BuildRequires and pass NOCONFIGURE=1 autogen.sh, as the above patch touches the buildsystem. * Thu Apr 14 2016 mgorse@suse.com - Update to GNOME 3.20 Fate#318572 - Drop glade-bgo702314.patch and glade-bgo721098-anjuta-hang.patch: Fixed upstream. * Wed Mar 23 2016 dimstar@opensuse.org - Update to version 3.20.0: + Workspace layout: render frame and selection box with CSS. + GtkWindow: don't set the same titlebar multiple times. + Integrate new properties in editor for GtkLabel, GtkTextView, GtkPopover, GtkStackSwitcher. + Support id-less builder files. + Added missing tags to the AppData file. + Added support for GtkActionBar and GtkFlowBox. + Main UI frontend: Use wide paned handles. + Fixed warning about imbalanced children in GtkNotebook support. + Added support for GtkPopoverMenu and GtkModelButton. + Added support for GtkPopover (bgo#740104). + Added <kudos> section to appdata. + Added missing displayable values (bgo#758290, bgo#758289, bgo#758288, bgo#758287). + Deprecate GtkAction, GtkActivatable, and friends (bgo#757609). + Avoid GTK+ style context warnings (bgo#758296, bgo#758297, bgo#758299, bgo#758300). + Drop deprecated style properties in GladeCloseButton (bgo#758280). + Replace use of deprecated gdk_cursor_new. + Add "Stack" to "Add parent" menu (bgo#754030). + Bugs fixed: bgo#430445, bgo#536840, bgo#741923, bgo#750985, bgo#751234, bgo#754131, bgo#759395, bgo#759455, bgo#759847, bgo#759872, bgo#760610, bgo#761839. + Updated translations. * Sat Jun 20 2015 zaitor@opensuse.org - Update to version 3.19.0: + bgo#732328: "New: add python3 support". + Added new symbolic variant of the app icon (bgo#747024). + bgo#741165: "Previewer crashes when taking PNG screenshot". + Added GtkSidebarWidget support. + Added GtkStack and GtkStackSwitcher support (bgo#738480). + Added GtkHeaderBar support (bgo#700914). + Improved undo/redo command list handling. + Added GtkBox center-widget support (bgo#738473). + Added GtkSearchBar support (bgo#738493). + Support CSD windows (bgo#700914). + Use current gtk-mac-integration API (bgo#738339). + Fixed bgo#732575: "Changed the type hint on the "Edit Separately" window to 'utility'". + Fixed bug "Missing plural form for UI string: emited %d time(s)". + Avoid reading freed data in glade_project_read_requires. + Added class chooser popover to workspace (bgo#708146). + Added GThemedIcon support. + GladePreviewer: show handler information in infobar when a signal is emited. + Migrated UI from stock icons to icon names. + Seal needed deprecated API and replaced deprecared API. + GladeWindow: only show found recent files. + Added GtkLockButton support.
/usr/bin/glade /usr/bin/glade-previewer /usr/lib64/glade/modules/libgladegjs.so /usr/lib64/glade/modules/libgladegtk.so /usr/lib64/glade/modules/libgladepython.so /usr/lib64/glade/modules/libgladewebkit2gtk.so /usr/share/applications/org.gnome.Glade.desktop /usr/share/doc/packages/glade /usr/share/doc/packages/glade/NEWS /usr/share/gettext/its/glade-catalog.its /usr/share/gettext/its/glade-catalog.loc /usr/share/glade /usr/share/glade/catalogs /usr/share/glade/catalogs/glade-catalog.dtd /usr/share/glade/catalogs/gtk+.xml /usr/share/glade/catalogs/gtkunixprint.xml /usr/share/glade/catalogs/webkit2gtk.xml /usr/share/glade/pixmaps /usr/share/glade/pixmaps/deprecated-16x16.png /usr/share/glade/pixmaps/deprecated-22x22.png /usr/share/glade/pixmaps/devhelp.png /usr/share/glade/pixmaps/fixed-bg.png /usr/share/glade/pixmaps/hicolor /usr/share/glade/pixmaps/hicolor/16x16 /usr/share/glade/pixmaps/hicolor/16x16/actions /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-aboutdialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-accelgroup.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-accellabel.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-action.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-actionbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-actiongroup.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-adjustment.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-alignment.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-appchooserbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-appchooserdialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-appchooserwidget.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-arrow.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-aspectframe.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-assistant.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-box.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-button.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-buttonbox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-calendar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-cellareabox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendereraccel.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderercombo.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererpixbuf.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererprogress.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererspin.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererspinner.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertext.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertoggle.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-checkbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-checkmenuitem.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-colorbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-colorselection.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-colorselectiondialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-combobox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-comboboxtext.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-default.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-dialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-drawingarea.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-entry.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-entrybuffer.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-entrycompletion.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-eventbox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-expander.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserdialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserwidget.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-filefilter.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-fixed.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-flowbox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-flowboxchild.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-fontbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-fontselection.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-fontselectiondialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-frame.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-glarea.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-grid.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-handlebox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-hbox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-hbuttonbox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-headerbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-hpaned.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-hscale.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-hscrollbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-hseparator.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-iconfactory.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-iconview.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-image.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-imagemenuitem.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-infobar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-inputdialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-label.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-layout.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-levelbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-linkbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-listbox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-listboxrow.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-liststore.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-lockbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-menu.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-menubar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-menubutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-menuitem.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-menutoolbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-messagedialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-modelbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-notebook.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-offscreenwindow.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-overlay.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-pagesetupdialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-paned.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-placessidebar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-popover.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-popovermenu.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-printdialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-progressbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-radioaction.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-radiobutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-radiomenuitem.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-radiotoolbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-recentaction.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooser.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooserdialog.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-recentchoosermenu.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-recentfilter.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-recentmanager.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-revealer.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-scale.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-scalebutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-scrollbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-scrolledwindow.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-searchbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-searchentry.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-separator.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-separatormenuitem.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-separatortoolitem.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-sizegroup.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-spinbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-spinner.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-stack.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-stacksidebar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-stackswitcher.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-statusbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-statusicon.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-switch.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-table.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-tearoffmenuitem.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-textbuffer.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-texttag.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-texttagtable.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-textview.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-toggleaction.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-togglebutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-toggletoolbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-toolbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-toolbutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-toolitem.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-toolitemgroup.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-toolpalette.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-treemodelfilter.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-treemodelsort.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-treeselection.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-treestore.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-treeview.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-treeviewcolumn.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-vbox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-vbuttonbox.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-viewport.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-volumebutton.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-vpaned.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-vscale.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-vscrollbar.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-vseparator.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-window.png /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-windowgroup.png /usr/share/glade/pixmaps/hicolor/22x22 /usr/share/glade/pixmaps/hicolor/22x22/actions /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-aboutdialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-accelgroup.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-accellabel.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-action.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-actionbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-actiongroup.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-adjustment.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-alignment.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-appchooserbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-appchooserdialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-appchooserwidget.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-arrow.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-aspectframe.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-assistant.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-box.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-button.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-buttonbox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-calendar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-cellareabox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendereraccel.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderercombo.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererpixbuf.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererprogress.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererspin.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererspinner.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertext.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertoggle.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-checkbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-checkmenuitem.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-colorbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-colorselection.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-colorselectiondialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-combobox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-comboboxtext.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-default.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-dialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-drawingarea.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-entry.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-entrybuffer.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-entrycompletion.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-eventbox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-expander.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserdialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserwidget.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-filefilter.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-fixed.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-flowbox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-flowboxchild.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-fontbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-fontselection.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-fontselectiondialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-frame.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-glarea.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-grid.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-handlebox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-hbox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-hbuttonbox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-headerbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-hpaned.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-hscale.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-hscrollbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-hseparator.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-iconfactory.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-iconview.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-image.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-imagemenuitem.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-infobar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-inputdialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-label.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-layout.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-levelbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-linkbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-listbox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-listboxrow.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-liststore.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-lockbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-menu.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-menubar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-menubutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-menuitem.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-menutoolbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-messagedialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-modelbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-notebook.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-offscreenwindow.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-overlay.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-pagesetupdialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-paned.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-placessidebar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-popover.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-popovermenu.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-printdialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-progressbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-radioaction.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-radiobutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-radiomenuitem.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-radiotoolbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-recentaction.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooser.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooserdialog.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-recentchoosermenu.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-recentfilter.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-recentmanager.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-revealer.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-scale.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-scalebutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-scrollbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-scrolledwindow.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-searchbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-searchentry.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-separator.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-separatormenuitem.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-separatortoolitem.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-sizegroup.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-spinbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-spinner.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-stack.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-stacksidebar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-stackswitcher.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-statusbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-statusicon.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-switch.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-table.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-tearoffmenuitem.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-textbuffer.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-texttag.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-texttagtable.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-textview.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-toggleaction.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-togglebutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-toggletoolbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-toolbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-toolbutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-toolitem.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-toolitemgroup.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-toolpalette.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-treemodelfilter.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-treemodelsort.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-treeselection.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-treestore.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-treeview.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-treeviewcolumn.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-vbox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-vbuttonbox.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-viewport.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-volumebutton.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-vpaned.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-vscale.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-vscrollbar.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-vseparator.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-window.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-gtk-windowgroup.png /usr/share/glade/pixmaps/placeholder.png /usr/share/glade/pixmaps/plus.png /usr/share/help/C/glade /usr/share/help/C/glade/figures /usr/share/help/C/glade/figures/main-window.png /usr/share/help/C/glade/index.docbook /usr/share/help/C/glade/legal.xml /usr/share/icons/hicolor/scalable/apps/org.gnome.Glade.svg /usr/share/icons/hicolor/symbolic/apps/glade-brand-symbolic.svg /usr/share/icons/hicolor/symbolic/apps/org.gnome.Glade-symbolic.svg /usr/share/licenses/glade /usr/share/licenses/glade/COPYING /usr/share/licenses/glade/COPYING.GPL /usr/share/licenses/glade/COPYING.LGPL /usr/share/man/man1/glade-previewer.1.gz /usr/share/man/man1/glade.1.gz /usr/share/metainfo /usr/share/metainfo/org.gnome.Glade.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:17:49 2024