Description of problem: Gnome control center is not opening Version-Release number of selected component: 1:3.18.2-1.fc23 Steps to Reproduce: 1. Just invoke it. It does not open. 2. When opening using gnome-control-center on console you can see the following message: gnome-control-center: error while loading shared libraries: libwbclient.so.0: cannot open shared object file: No such file or directory Actual results: Control center not opening Expected results: Control center opening Additional info: The libraries control-center is looking for are located at /usr/lib64/samba/wbclient/ Just doing a symlinking of files at that path to /usr/lib64 and running ldconfig as root fix the problem. The problem really is that libwbclient libraries are not in the library path. Don't know if it is a problem of libwbclient package or gnome-control-center really, but as the piece of software not working is gnome-control-center I filed it as gnome-control-center bug. libwbclient package version is: 2:4.3.4-1.fc23
The problem fixed just reinstalling libwbclient