Version-Release number of selected component: mate-control-center-1.6.1-3.fc20 Additional info: reporter: libreport-2.1.10 backtrace_rating: 4 cmdline: mate-appearance-properties crash_function: g_settings_set_property executable: /usr/bin/mate-appearance-properties kernel: 3.12.5-302.fc20.x86_64 runlevel: N 5 type: CCpp uid: 1001 Truncated backtrace: Thread no. 1 (6 frames) #2 g_settings_set_property at gsettings.c:492 #3 object_set_property at gobject.c:1366 #4 g_object_new_internal at gobject.c:1779 #5 g_object_new_valist at gobject.c:2002 #7 g_settings_new at gsettings.c:864 #8 init_appearance_data at appearance-main.c:71
Created attachment 841482 [details] File: backtrace
Created attachment 841483 [details] File: cgroup
Created attachment 841484 [details] File: core_backtrace
Created attachment 841485 [details] File: dso_list
Created attachment 841486 [details] File: environ
Created attachment 841487 [details] File: limits
Created attachment 841488 [details] File: maps
Created attachment 841489 [details] File: open_fds
Created attachment 841490 [details] File: proc_pid_status
Created attachment 841491 [details] File: var_log_messages
[User Logs]: Dec 25 05:02:01 localhost.localdomain /etc/gdm/Xsession[5899]: (mate-appearance-properties:6104): GLib-GIO-ERROR **: Settings schema 'org.mate.font-rendering' is not installed That's a bit weird. Can you check if mate-settings-daemon is installed? How did you installed mate?
(In reply to Wolfgang Ulbrich from comment #11) > [User Logs]: > Dec 25 05:02:01 localhost.localdomain /etc/gdm/Xsession[5899]: > (mate-appearance-properties:6104): GLib-GIO-ERROR **: Settings schema > 'org.mate.font-rendering' is not installed > > That's a bit weird. > Can you check if mate-settings-daemon is installed? > How did you installed mate? I did: sudo yum install mate-desktop mate-settings-daemon did not get installed via the above method
Ok, thanks for the info. Using 'yum install mate-desktop' is wrong because it installs only the package mate-desktop + dependencies. mate-desktop isn't a meta-package. The right command is: yum groupinstall mate-desktop This will install all necessaries packages for a working Mate desktop.
It helped me: yum install mate-settings-daemon