The Following User Says Thank You to moodroid For This Useful Post: | ||
|
2017-04-22
, 11:24
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#2
|
By copying the various bits from another app, I'm able to make my own app:
- /usr/share/myapp directory with the various qml files in a qml directory and pages and cover directories
- /usr/share/applications/myapp.desktop
But I also seem to need a /usr/bin/myapp file which is currently a copy of the /usr/bin/originalapp file?
Is this because the app I've copied has some c/c++ stuff in it, or do all apps need something in /usr/bin? And if so, is there a generic one that can be used? If not, how would I go about creating a basic one for myself?
Thanks