IgnorantGuru / udevil

Mount without password
http://ignorantguru.github.com/udevil/
GNU General Public License v3.0
129 stars 30 forks source link

Fallback to notify-send for notifications #70

Open yrps opened 8 years ago

yrps commented 8 years ago

Correct me if I'm wrong, but it seems the devmon script checks only for zenity and spacefm for the purpose of sending desktop notifications.

zenity depends on libnotify. If libnotify is available and zenity isn't, the user should still be able to get notifications via notify-send.

I can put together a PR if interested.