View Single Post
Posts: 155 | Thanked: 61 times | Joined on Nov 2009
#4
You could:
mv /usr/bin/rtcom-call-ui /usr/bin/rtcom-call-ui.real

cat <<EOF > /usr/bin/rtcom-call-ui
#!/bin/sh
LD_PRELOAD=/usr/lib/mlocker.so
exec \${0}.real "$@"
EOF
chmod +x /usr/bin/rtcom-call-ui
That should work... hmm might try it

Last edited by phedders; 2011-01-10 at 11:33.
 

The Following 2 Users Say Thank You to phedders For This Useful Post: