Install dconf gsettings backend by default
This adds 'Recommends: dconf' so that we get a reasonable gsettings backend installed by default, as requested by the KDE spin. gtk+ uses gsettings for storing filechooser settings and the default 'memory' gsettings backend is not great when the user wants to alter the filechooser prefs. https://bugzilla.redhat.com/show_bug.cgi?id=1351236
This commit is contained in:
parent
76fe99c7ba
commit
b66fa32582
@ -19,7 +19,7 @@
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||
Name: gtk3
|
||||
Version: 3.21.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
@ -83,6 +83,9 @@ Requires: libwayland-cursor%{?_isa} >= %{wayland_version}
|
||||
# required to support all the different image formats
|
||||
Requires: gdk-pixbuf2-modules%{?_isa}
|
||||
|
||||
# make sure we have a reasonable gsettings backend
|
||||
Recommends: dconf%{?_isa}
|
||||
|
||||
# gtk3 itself includes the Adwaita theme now
|
||||
Obsoletes: adwaita-gtk3-theme < 3.13.3
|
||||
Provides: adwaita-gtk3-theme = %{version}-%{release}
|
||||
@ -335,6 +338,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Wed Jul 27 2016 Kalev Lember <klember@redhat.com> - 3.21.4-2
|
||||
- Install dconf gsettings backend by default (#1351236)
|
||||
|
||||
* Mon Jul 18 2016 Kalev Lember <klember@redhat.com> - 3.21.4-1
|
||||
- Update to 3.21.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user