K 10 svn:author V 6 adridg K 8 svn:date V 27 2019-04-15T10:22:54.694187Z K 7 svn:log V 460 Fix libICE detection in x11/plasma5-plasma-workspace Looking for _IceTransNoListen in libICE was broken because libICE isn't in the standard linker paths. Use full path instead. This allows ksmserver to switch off TCP-listening in libICE, and so ksmserver no longer opens a port (on all interfaces). This is normal behavior everywhere else. Users needing the old behavior, add --nolocal to ksmserver's flags. Patch has been submitted upstream. PR: 229772 END