Taiko2k / Avvie

A GTK app for quick image cropping :flower_playing_cards:
GNU General Public License v3.0
159 stars 19 forks source link

Switch to GTK for notifications rather than libnotify #3

Closed ZanderBrown closed 2 years ago

ZanderBrown commented 5 years ago

You can use GtkApplication to handle opening files and notifications

This means you don't need libnotify (which is kinda deprecated now) and don't have to do manual argv parsing

Neat little app you've got here!

bordam commented 2 years ago

Is this fixed?

Taiko2k commented 2 years ago

Yes this is fixed in master. But not in a current release yet.