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
using lsof I noticed that libprotobuf was being loaded by service- handler
unity8
telephony-
After inspection with ldd, I found out that telephony- service* (-handler, -indicator, -approver) all link to libprotobuf.so.9
- unity8 doesn't explicitly load libprotobuf
- /usr/bin/
Does that help?