Questions tagged [libunity]

A library for instrumenting- and integrating with all aspects of the Unity shell

Note: This is not a library used in the implementation of the Unity shell (lp:unity does not link against it), but a library to be consumed by clients that wants to do deep integration with the Unity shell.

2 questions
2
votes
2 answers

Problem linking libunity

I'm trying to compile a basic C++ app consisting of the following code: #include int main() { return 0; } just to try and get the libunity library compiled before I start doing any work on the app. I'm using QMake to…
0
votes
1 answer

Cannot launch Nautilus due to libunity.so.6 missing

When I try to launch nautilus i got this error: nautilus: error while loading shared libraries: libunity.so.6: cannot open shared object file: No such file or directory I got the same with Marlin & Brasero. I have tried this command: sudo ln -s…
kOol
  • 1