Also, add "0001-nm-applet-no-notifications.patch". This patch was originally carried by "network-manager-applet" (which shipped the gschema before). There is no history as to why this is correct to do, but assume it is and keep the patch. Also, for now disable build of gtk4 library. It doesn't seem stable enough and doesn't build on F32. Reenable it later. Also, disable build of vapi. For libnm, we ship vapi files in NetworkManager-libnm-devel package. That doesn't seem right. First figure out in which libnma package to ship them (if at all).
14 lines
669 B
Diff
14 lines
669 B
Diff
diff --git a/org.gnome.nm-applet.gschema.xml.in b/org.gnome.nm-applet.gschema.xml.in
|
|
index 9e2887e..4f8c16a 100644
|
|
--- a/org.gnome.nm-applet.gschema.xml.in
|
|
+++ b/org.gnome.nm-applet.gschema.xml.in
|
|
@@ -17,7 +17,7 @@
|
|
<description>Set this to true to disable notifications when connecting to or disconnecting from a VPN.</description>
|
|
</key>
|
|
<key name="suppress-wireless-networks-available" type="b">
|
|
- <default>false</default>
|
|
+ <default>true</default>
|
|
<summary>Suppress networks available notifications</summary>
|
|
<description>Set this to true to disable notifications when Wi-Fi networks are available.</description>
|
|
</key>
|