summaryrefslogtreecommitdiff
path: root/scripts/gitlab-ci.sh
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 /scripts/gitlab-ci.sh
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 'scripts/gitlab-ci.sh')
-rwxr-xr-xscripts/gitlab-ci.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gitlab-ci.sh b/scripts/gitlab-ci.sh
index f5a22caf..fe8acfcf 100755
--- a/scripts/gitlab-ci.sh
+++ b/scripts/gitlab-ci.sh
@@ -27,7 +27,6 @@ fedora_pkg_minimal() {
glib2-devel \
gtk3-devel \
libgudev1-devel \
- libnotify-devel \
libsecret-devel \
libtool \
pkgconfig \