-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permanent system tray icon (not only when taking a snapshot) #1370
Comments
I think a permanent systray icon could be shown for the user (and one extra possibly for BiT root) by
|
I could add an additional experimental argument to |
In the past I investigated different approaches how to upgrade our upstream repo to the current python packaging standards (using src-layout; pyproject.toml without setup.cfg and setup.py; without sys.path hacking; install via Developlment Mode using pip's I'm not finished yet. But I'm quit sure that the best solution is to treat "backintime" (the CLI) and "backintim-qt" (the GUI) as separate packages. It is not very different from what we do currently. So I ask myself if it might be a good idea to treat the systray component as a separate package, too? |
Very good point. The code should stay in To enable a permanent systray icon a new package could be used to execute the starter script when the user logs in. |
It is quit easy to have multiple starter scripts for one package. As an example of my demo here a snipped from the
This is not the final solution with two separate packages I have in mind! It is just one distribution package (name d Because of the first section More interesting is the section I used that demo repo to illustrate our needs in the discussion with Debian maintainers and with the folks from pip and setuptools. I will add the systray aspect to the demo, too. I just stoped with that demo because I realized that it is damn to early migrating BIT to the new packaging standards. There are much more emerging issues. 😃 |
@Anard requested this feature in another unrelated issue so I have added it as new feature request
I would like to have access to BackInTime in systray even if it's not taking a snapshot
as eg. done by TimeMachine on macOS, allowing to launch BiT or take a snapshot instantly without launching the app.
The text was updated successfully, but these errors were encountered: