Bug 1046462
| Summary: | [abrt] mate-control-center: g_settings_set_property(): mate-appearance-properties killed by SIGTRAP | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | privacy.by.isolation | ||||||||||||||||||||||
| Component: | mate-control-center | Assignee: | Dan Mashal <dan.mashal> | ||||||||||||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 20 | CC: | bzf, dan.mashal, giuseppemfusco, iskenderoguz, raveit65.sun, rdieter, saturas, stefano | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/16f371d572f44de12b1a02c2469b733a6ea4f4fd | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:bdf31aba436291aabe8fb746cd6acc23b9d0ccd8 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2013-12-25 14:51:43 UTC | Type: | --- | ||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||
|
Description
privacy.by.isolation
2013-12-25 13:04:21 UTC
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 |