View Single Post
Posts: 182 | Thanked: 40 times | Joined on Apr 2010 @ Seatle, WA
#94
Originally Posted by percy View Post
Well, it seems that the executable in the package doesn't get installed with the execution bit set.

As I am no packaging guru and rely on Qt Creator to do the job you have to set the bit manually to fix this:

Code:
chmod +x /usr/lib/hildon-desktop/friendlyfm
has worked for me.
thanks percy, it is working for me in the sense not crashing the desktop.

I will try this out tomorrow when going to office and report back with an incoming call to see how it works.

am too not packaging expert, but can read and see how to do this.

also would recommend moving your files to /opt instead of /usr/lib or root partition.