-
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
Request for Feature : ability to do basic system interactions #46
Comments
Possible implementation paths
Security concernsGiving access to system calls can be very dangerous. So we have to make the user "authorize" a widget to do some actions. Therefore :
So it seems a big part. But it would allow multiple use cases. |
Having a permission system for the Widgets is a must in this case. We also have to make sure that the state of the permissions are saved somewhere in the config file so that some remote resource can't just change/update the permissions. |
Speaking about security, I wanted to ask you something (and didn't see a way to send you a message not related with an issue or pull request, is there one ?) I saw you use a "WidgetCore.dll", is it built from these sources ? From other sources ? |
Other implementation path : use a custom scheme handler |
https://github.com/beyluta/WinWidgetsCore You can build it yourself and replace the dll if you want. It's directly built from the source. |
If you want a direct line of communication you can send me an email: [email protected] |
It would be useful to be able to do system operations from within the widget :
I'll try to get some time to develop and create a PR for this. As I'm not a .Net expert, any help about where the modification should be in the code would be appreciated. Thanks :)
The text was updated successfully, but these errors were encountered: