Description of problem: $ grep -c icu .xsession-errors 106 $ grep icui .xsession-errors snippet: Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)" Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Click up a terminal 2. grep icui .xsession-errors 3. kwrite deleteme Quit 4. su - root 5. mcc Note missing library errors for steps 2, 3, and 5 temporary workaround solution: cd /usr/lib64 ln -s libicui18n.so.50 icui18n ln -s libicuuc.so.50 icuuc
CC: (none) => thierry.vignaudAssignee: bugsquad => fundawang
link problem caused/created when I removed the lib64icu49 orphan rpm. :(
please attach full .xsession-errors here, as it does not show where the error comes fromm.
(In reply to comment #1) > link problem caused/created when I removed the lib64icu49 orphan rpm. :( Good catch. It is caused by Qt, as it is dlopening libicu, which is not caught.
Status: NEW => ASSIGNED
Source RPM: icu-50.1-5.mga3.src.rpm => qt4
Created attachment 3101 [details] .xsession-errors file
Should be fixed in latest qt4. If not, reopen this bug.
Status: ASSIGNED => RESOLVEDResolution: (none) => FIXED