Bug 738121

Summary: Cannot load plugin 'Color'
Product: [Fedora] Fedora Reporter: Akira TAGOH <tagoh>
Component: gnome-settings-daemonAssignee: Bastien Nocera <bnocera>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: bnocera, mclasen, rstrode
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-15 15:03:34 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:

Description Akira TAGOH 2011-09-14 02:59:05 UTC
Description of problem:
from .xsession-errors:
** (gnome-settings-daemon:3595): WARNING **: /usr/lib64/gnome-settings-daemon-3.0/libcolor.so: undefined symbol: cd_client_get_has_server

** (gnome-settings-daemon:3595): WARNING **: Cannot load plugin 'Color' since file '/usr/lib64/gnome-settings-daemon-3.0/libcolor.so' cannot be read.

** (gnome-settings-daemon:3595): WARNING **: Error activating plugin 'Color'


Version-Release number of selected component (if applicable):
gnome-settings-daemon-3.1.91-1.fc16.x86_64

How reproducible:
always

Steps to Reproduce:
1.log into the GNOME desktop
2.see .xsession-errors
3.
  
Actual results:
the above warnings are output

Expected results:
no warnings

Additional info:
there are more undefined symbols issue in libcolor.so:
$ ldd -r /usr/lib64/gnome-settings-daemon-3.0/libcolor.so 
...
undefined symbol: notify_notification_show	(/usr/lib64/gnome-settings-daemon-3.0/libcolor.so)
undefined symbol: notify_notification_set_timeout	(/usr/lib64/gnome-settings-daemon-3.0/libcolor.so)
undefined symbol: gnome_settings_plugin_get_type	(/usr/lib64/gnome-settings-daemon-3.0/libcolor.so)
undefined symbol: notify_notification_new	(/usr/lib64/gnome-settings-daemon-3.0/libcolor.so)
undefined symbol: notify_notification_set_urgency	(/usr/lib64/gnome-settings-daemon-3.0/libcolor.so)
undefined symbol: _gnome_settings_profile_log	(/usr/lib64/gnome-settings-daemon-3.0/libcolor.so)
undefined symbol: notify_notification_set_app_name	(/usr/lib64/gnome-settings-daemon-3.0/libcolor.so)
undefined symbol: notify_notification_add_action	(/usr/lib64/gnome-settings-daemon-3.0/libcolor.so)
undefined symbol: cd_client_get_has_server	(/usr/lib64/gnome-settings-daemon-3.0/libcolor.so)

Comment 1 Matthias Clasen 2011-09-15 15:03:34 UTC
Fixed upstream