summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-10-04 11:15:19 +0200
committerLubomir Rintel <lkundrak@v3.sk>2022-11-07 08:00:15 +0100
commit7cf4d8f812c61ad6ff361f6fe03df6787e471b1a (patch)
tree3e72e73f7d180653fd3998bfe3f2ca110acaa5e0 /src/meson.build
parent35d35def6bb2ae8a26299bdb4d0a4819073f2786 (diff)
downloadnetwork-manager-applet-7cf4d8f812c61ad6ff361f6fe03df6787e471b1a.tar.gz
applet: replace libnotify with GNotification
The libnotify's notify_notification_show() does a blocking D-Bus call. In fact, one fine gentleman's nm-applet got stuck for many seconds because the bus activation aparatus in his computer was not properly greased. Let's do away with this absolute monstrosity of a library by using the desktop notification API provided by GLib since 2.40. It's simpler, fully asynchronous and in addition to freedesktop notification API it can interface with Gtk and Flatpak portal one. https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/124
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index fade5afa..ce7ab94b 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -47,7 +47,6 @@ deps = [
gtk_dep,
libnm_dep,
libnma_dep,
- libnotify_dep,
libsecret_dep,
m_dep,
libutils_libnm_dep