-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature request: Implement auto executing actions on specific system dbus events #4
Comments
Unfortunately I have not worked with dbus and Windows events. Therefore, I cannot implement this feature in Go. |
I've found some info about integration of Golang with dbus: Hope they help. |
Okay. I will try to implement something for dbus, but I don't promise that I will do it soon. |
This will be an unique very cool feature for your app and must bring a new userbase, I hope with commercial part too! Because I can't find now any ready to use solution for automating script launching by system events via dbus, only long tough instructions with bash bedsheets 😄 |
I tried using the godbus/dbus library, but I couldn't check if I'm doing something right or not. For example, I could not track the connection / disconnection of a USB flash drive. I need to know a set of interfaces and methods that can be tested on Mint/Ubuntu. |
Will be good to add ability to automate launching scripts not only by schedule, but by system events too (dbus on Linux and events on Windows), is it possible? For example, if the user inserts a specific flash drive, or usb mouse, or bluetooth device is connected/disconnected, WiFi network with specific name is connected, etc.
If something like this already exists, please describe how to use it.
And if such tool is already exists as separate project, please point to it. Thanks!
The text was updated successfully, but these errors were encountered: