Adam Jimerson wrote: > I have ran into a dependency problem with it > launcher: error while loading shared libraries: libehal-ver-pre-svn-01.so.0: > cannot open shared object file: No such file or directory > > No errors where thrown during install of launcher, using the 0.15 package, I > am using the 05/03 release of SHR-Testing what needs to be done to resolve > this dependency, can't find anything that provides that in the SHR feeds.
For using it in testing, simple do: cd /usr/lib for i in libe*.so.0; do ln -s $i $(basename $i -ver-pre-01.so.0) -ver-pre-svn-01.so.0; done However, this is a cool application. By the way what about implementing in it what I've done in shr-notifier for sound/vibration notification (both when the phone is in standby and suspended)? I've explained what I've done here [1]. The python code (as example) is in my git [2]. I'd really miss that.. [1] http://mail-archive.com/[email protected]/msg46036.html [2] http://dev.3v1n0.net/gitweb/?p=shr-notifier.git -- Treviño's World - Life and Linux http://www.3v1n0.net/ _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
