diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b38f65857..57e1a71f2 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix "No GSettings schemas are installed on the system" error when inspecting + partitions (mga#12279) - services: o use --no-block with chkconfig and systemctl enable to prevent systemd reload and potential crash (especially during first/live boot) diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 094f59ce7..0389f8486 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -124,6 +124,12 @@ libvbe.so </from> +<from dir="/usr/share/glib-2.0/schemas"> + <from expand="glob"> + gschema* + </from> +</from> + <from dir="/usr/share/X11/xkb"> <filter subst="s!//.*!!"> geometry/pc |