6E006B / usbguard-gnome

GNOME interface for USBGuard with the aim to be intuitive, informative and as low interaction as possible.
12 stars 5 forks source link

Minor Changes #12

Closed idnovic closed 5 years ago

idnovic commented 5 years ago

Screensaver function did not work for me so I removed it.

-Install guide -Added desktop files -Removed screensaver function -Added temporarly allow function -Changed allow to permanent allow -Compile py as pyc for performance -Set notification timeout to 10 seconds -And more...

idnovic commented 5 years ago

This has 3 buttons in the notification. Temp, Allow and Block.

Allow adds a permant rule to the usbguard config file.

muelli commented 5 years ago

uh. so many changes in one patch. It makes it unnecessarily hard to review :-/

anyway, kudos for making use of usbguard 0.7.5 and the temporary flag for rules. Have you bumped the DBus interface version? I haven't seen it in the diff.

idnovic commented 5 years ago

No I was not aware of the DBus interface version. The reason this is one patch is I locally edited the code until it worked as I expected. After that I thought maybe someone can use my improvements.

I can do a little clean up. But it depends on your likeliness to drop the screen saver function.