- Update to version 1.34.0:
+ Fix crash when importing WireGuard connections.
+ Fix ineffective "Don't show message again" button in
notifications.
+ Drop build dependency on gudev.
+ Add setting to suppress broadband unlock prompt.
+ Replace occurrences of "master", "slave" and "blacklist".
+ Updated translations.
- Drop long disabled polkit-devel BuildRequires, patch it was
needed for is dropped.
- Drop pkgconfig(gudev-1.0) BuildRequires: No longer needed
following upstream changes.
- Rebase feature-app-indicator-desktop-file.patch with quilt.
- Pass sysconfdir=%{_distconfdir} to meson setup, move to UsrEtc.
- Pass b_lto=true to meson setup, use link time optimization.
- Add fdupes BuildRequires and macro, remove duplicate files.
- Move translations to NetworkManager-connection-editor-lang,
replace the NetworkManager-connection-editor Recommends with a
hard Requires. Also add Obsoletes and Provides to ease updates.
The reason for moving the translations are as follows: One can
install NetworkManager-connection-editor without needing
NetworkManager-applet, so in order to make the translations for
NetworkManager-connection-editor installable without pulling the
dependencies of NetworkManager-applet.
OBS-URL: https://build.opensuse.org/request/show/1115690
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-applet?expand=0&rev=94
19 lines
648 B
Diff
19 lines
648 B
Diff
Index: network-manager-applet-1.34.0/nm-applet.desktop.in
|
|
===================================================================
|
|
--- network-manager-applet-1.34.0.orig/nm-applet.desktop.in
|
|
+++ network-manager-applet-1.34.0/nm-applet.desktop.in
|
|
@@ -2,9 +2,12 @@
|
|
Name=NetworkManager Applet
|
|
Comment=Manage your network connections
|
|
Icon=nm-device-wireless
|
|
-Exec=nm-applet
|
|
+Exec=nm-applet --indicator
|
|
Terminal=false
|
|
Type=Application
|
|
NoDisplay=true
|
|
NotShowIn=KDE;GNOME;
|
|
X-GNOME-UsesNotifications=true
|
|
+# We need to make sure the systray has already started
|
|
+# otherwise nm-applet will fall back to non systray too quickly
|
|
+X-GNOME-Autostart-Delay=4
|