GNOME Bugzilla – Bug 662020
libpower.so: undefined symbol: WEXITSTATUS
Last modified: 2011-10-17 17:39:35 UTC
Created attachment 199231 [details] [review] Fix-libpower.so-undefined-symbol-WEXITSTATUS-error.patch Hi I get the following xsession-errors and the power icon fails to load on openSUSE 11.4 x86_64 with Gnome-Shell 3.2.0; ** (gnome-settings-daemon:12315): WARNING **: /usr/lib64/gnome-settings-daemon-3.0/libpower.so: undefined symbol: WEXITSTATUS ** (gnome-settings-daemon:12315): WARNING **: Cannot load plugin 'Power' since file '/usr/lib64/gnome-settings-daemon-3.0/libpower.so' cannot be read. ** (gnome-settings-daemon:12315): WARNING **: Error activating plugin 'Power' It appears that sys/wait.h is missing from gsd-power-manager.c. I have provided a patch to fix the issue.
After fixing the commit message and authorship (please use your real name in commit messages), pushed! Thanks for the patch.