Takeoff is an autostart manager to start apps after device boot.
This is my first app for Sailfish OS, so please don't be so hard with your feedback ;-)
Supported apps
Implemented Features
App Library
The app library provides tweaked start commands for your apps e.g voicecall app that doesn't start without this tweak. The library is shipped with the app but there is also a posibility to use a remote api.
The use of remote api is deactivated by default. If actived with the app will get the library from my server in form of a static json file. The server url is editable, so you can host and use your own library.
Using the remote api is a potential security risk, because the commands from it are executed on your device!!! Be carefull!!!!!
I don't know if this remote api is really necessary in the future, but it made fun to program it :-D.
A benefit would be that it is not necessary to release a new version of my app when library changed.
You are welcome to provide own start commands to be integrated into the library. You can do this with a pull request on my Github repository (library/harbour-takeoff-app-library.json) or by post it in the comment section.
Planned features
Known Bugs
Contributors
Special thanks to all contributors to this project!
Source code is available on Github:
https://github.com/black-sheep-dev/harbour-takeoff
Donation
If you like my work you can buy me a beer.
- 0.6.10-1
- Update of chinese translation (Thanks to dahsinfantry)
- 0.6.9-1
- Bugfix of crash when disable active app
- Show desktop file content of application in manager
- Code improvements
Comments
Mick
Thu, 2020/11/05 - 11:37
Permalink
Trying this out on a Jolla 1 after my XPeria X1 screwed up during the last system update.
Seems to be OK but the selected apps start order still gets a bit cunfused and muddled at startup.
sausset
Thu, 2020/10/22 - 21:44
Permalink
Thanks a lot for the extremely fast delay addition!
sausset
Thu, 2020/10/22 - 11:09
Permalink
Could you add a setting with a delay for launching apps after the boot or to do it after lipstick relaunch, to make the app compatible with patchmanager which relaunches lipstick roughly 10 seconds after the first logging to the home screen ?
cy8aer
Sat, 2020/09/12 - 22:45
Permalink
I have the phone app in my list to be started. But it is not shown on start. Probably it is a bit different built because there are more components running in background?
black_sheep_dev
Sat, 2020/09/12 - 23:26
Permalink
Phone app doesn't start with the start command in desktop file. The Problem seems to be the "-s" argument for invoker. In next release I plan a function to edit the start command of the app. I also plan to make a library with good start commands for apps, because this is definetly not the last app not starting up.
black_sheep_dev
Fri, 2020/09/11 - 13:02
Permalink
Yeah no problem! I will add it to the next release.
PawelSpoon
Fri, 2020/09/11 - 10:18
Permalink
Did work after reboot, not after restart home. Could you add a menu : start apps ?
PawelSpoon
Fri, 2020/09/11 - 09:54
Permalink
I have to gobfor /home/nemo/.config/... Always btw er
PawelSpoon
Fri, 2020/09/11 - 09:49
Permalink
After nstall all apps did start. 1.) did start 2.) after password starts 3) permissions denied / with devel-su 3) would work 4) seems fine
PawelSpoon
Thu, 2020/09/10 - 13:46
Permalink
Stopped to work , neither homescreen restart nor reboot did trigger start of.apps
black_sheep_dev
Thu, 2020/09/10 - 21:00
Permalink
Here everything seems to work. Also tried a complete reinstall. Die you try to reset configuration? Can you provide the content of your ".config/harbour-takeoff/takeoff.def" and ".config/harbour-takeoff/takeoff.sh"?
PawelSpoon
Thu, 2020/09/10 - 23:07
Permalink
###depecher
/usr/bin/invoker -s --type=silica-qt5 /usr/bin/depecher
###harbour-tasklist
harbour-tasklist
###harbour-olive-goes-shopping
harbour-olive-goes-shopping
###okboard
okboard-settings
#!/bin/bash
/usr/bin/invoker -n -s --type=silica-qt5 /usr/bin/harbour-takeoff --takeoff
black_sheep_dev
Thu, 2020/09/10 - 23:53
Permalink
Here everything works fine with the same apps like you use. Maybe it is a problem with your systemd service?
Some things to test in Console:
levone1
Thu, 2020/09/10 - 04:58
Permalink
You should write a description for the "Description" section of the app page... (never mind - I see it now. It was obscured from my notice by all the other stuff...)PawelSpoon
Tue, 2020/09/08 - 19:12
Permalink
Wow that was quick, are yoiu sure it gets persisted ?
black_sheep_dev
Tue, 2020/09/08 - 19:31
Permalink
Nope! :D
I fire up apps at boot in the right order but in an asynchronally way. Some apps take longer than others to start. And this decides in wich order they will come in on the grid. A later started app starts faster then the first one. I am working on a solution at the moment...
PawelSpoon
Tue, 2020/09/08 - 15:21
Permalink
If you want.to have.a proper order on homescreen, then arrange would be needed
black_sheep_dev
Tue, 2020/09/08 - 17:04
Permalink
Reorder of apps is now implemented (since 0.4.0-1). Longpress item to get context menu with options to move app up/down in the list.
Mick
Mon, 2020/09/07 - 22:49
Permalink
Works on XPeriaX.
A couple of suggestions for future.
Is it possible to force the apps to minimize after they start?
Possibility of rearranging the apps list by drag and drop?
Otherwise a great app that can save a lot of time at startup.
black_sheep_dev
Mon, 2020/09/07 - 23:00
Permalink
Hi,
thank you for your feedback!
I didn't found a solution yet to minimize the windows afterwards. Last app in list is active after boot.
Instead of rearranging the apps, does it not make more sense to decide which app comes at last (and keep open actually)? Because all others are already minimized and running.
PawelSpoon
Mon, 2020/09/07 - 15:59
Permalink
Works on X10
murfik
Mon, 2020/09/07 - 14:09
Permalink
Very good as "hello, world" project