mate-desktop / mate-notification-daemon

Daemon to display passive pop-up notifications
https://mate-desktop.org
GNU General Public License v2.0
30 stars 26 forks source link

src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" … #128

Closed sunweaver closed 6 years ago

sunweaver commented 6 years ago

…from libglib2.0-bin.

monsta commented 6 years ago

Looks like this is for opening URLs. But I don't see the support for showing clickable URLs, so no way to test this.

monsta commented 6 years ago

Manual testing in terminal shows that gio open https://mate-desktop.org does exactly the same as gvfs-open https://mate-desktop.org, so this PR should work fine.