Comment 8 for bug 1535297

Revision history for this message
Andrea Bernabei (faenil) wrote : Re: Unity8 crashes on session logout on desktop

using lsof I noticed that libprotobuf was being loaded by
unity8
telephony-service-handler

After inspection with ldd, I found out that
- unity8 doesn't explicitly load libprotobuf
- /usr/bin/telephony-service* (-handler, -indicator, -approver) all link to libprotobuf.so.9

Does that help?