-
Notifications
You must be signed in to change notification settings - Fork 685
Closed
Description
Problem Description
As the ownCloud desktop client currently is using up quite some battery on a laptop, I would like to be able to set the client to pause whilst being on battery and to start the client again when I connect the plug.
Proposed Solution
There are at least two quite simple ways to achieve such a behaviour:
- The ownCloud client will be enhanced to provide a command line command to pause the client (e.g.
owncloud pause) and start it again (e.g.owncloud start). Then, the user can (at least in Linux and OSX) configure the power management tools to start the corresponding command (pause/start). This would be quite uncomfortable at least for unexperienced users, of course.- It might generelly be a good idea to provide such command line commands to enable users to script the ownCloud client's behaviour.
- The ownCloud client will be enhanced to provide an option to pause whenever the computer is running on battery power. This is very comfortable, but would mean a quite big change to the desktop client as it had to detect the current plug connection state. Furthermore, this seems not to be desired as of issue Battery mod for the owncloud Client #468.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels