Aurora: Windows Service

Created on 25 Oct 2016  路  8Comments  路  Source: antonpup/Aurora

I was thinking about making a windows service for aurora...
I think it could be useful...

Maybe that could be a valid example

Would it be useful?

Won't Fix Enhancement

Most helpful comment

I was about to post the same request. It seems like Aurora's configuration interface is always in RAM and is just hidden but still taking up computer resources. It would be awesome to split the whole Aurora logic as a UI-less background service optimized for low RAM and CPU usage, and a configuration interface in a complete separate process which is freed/closed once the configuration window is closed. The service could show a Tray icon (To allow easy killing of the service or run it as standalone service without having to install it explicitly as a windows service), and from the tray icon it could just launch the main configuration executable.

This could be a possible new feature for the next iteration of Aurora.

All 8 comments

Useful for what? :thinking:

Windows services are a special type of application that is configured to launch and run in the background, in some cases before the user has even logged in. They can be configured to run as the local system account. Services are designed to run continuously in the background and perform system tasks, like backing up your computer or running a server process that listens on a network port.

So for example save a config file and make a service instead of start Aurora with the Admin permission at every startup...

I was about to post the same request. It seems like Aurora's configuration interface is always in RAM and is just hidden but still taking up computer resources. It would be awesome to split the whole Aurora logic as a UI-less background service optimized for low RAM and CPU usage, and a configuration interface in a complete separate process which is freed/closed once the configuration window is closed. The service could show a Tray icon (To allow easy killing of the service or run it as standalone service without having to install it explicitly as a windows service), and from the tray icon it could just launch the main configuration executable.

This could be a possible new feature for the next iteration of Aurora.

If you guys want todo this, by all means go for it. I wouldn't know how to accomplish this. So, take a looker the dev branch and make changes to that. As it has a few fixes and improvements over the public version.

I was thinking to do that after the installer...
Being more precise I was thinking about make aurora save a file that contains the lighting settings, so the service read it and make the keyboard lights up...
And it would work even before to do the login...

There is a problem. LGS is not a service, so it will not work before login even if aurora will be a service.

Yeah, I figured out about it...
Maybe Logitech could do something to have a service that manages these kinds of things...
I though it could be useful anyway once a user log-in...

There is a problem. LGS is not a service, so it will not work before login even if aurora will be a service.

Same problem with CUE. :thinking:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alasharim picture alasharim  路  3Comments

dominsch picture dominsch  路  9Comments

OttoWerse picture OttoWerse  路  4Comments

destiny188 picture destiny188  路  3Comments

Abcmsaj picture Abcmsaj  路  8Comments