Thread: To the phone
View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
For it to work you have to have all the dependencies, if any, installed. If it is something like a script you have to make the file executable
Code:
chmod +x /home/user/bin/SomeApplication
Ther more complex it becomes, the more likely it is to have the application installed in the proper path /usr/bin/ with additional stuff being either /usr/share /usr/lib.