Skip to content

Startup Feature #2

Answered by aviolaris
elozturk asked this question in Q&A
Mar 13, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hello.

Thank you for your feedback! It is in my roadmap to include the requested feature in a future release of the app. However, in the meantime, you can easily add the app to your Ubuntu startup by executing the following command in your terminal:

PYTHON_PATH=$(command -v python || command -v python3) && echo -e "[Desktop Entry]\nType=Application\nName=FritzBox Tray\nExec=$($PYTHON_PATH -c "import site; print(site.USER_BASE)")/bin/fritzbox-tray\n" | tee ~/.config/autostart/fritzbox-tray.desktop

If you want to remove the app from your startup list, you can do so by running the command below:

rm ~/.config/autostart/fritzbox-tray.desktop

Regards!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@elozturk
Comment options

Answer selected by elozturk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants