services: Add 'network-manager-applet' to %DESKTOP-SERVICES.

Fixes <https://bugs.gnu.org/35554>.
Reported by Calle Kabo <calle@kabo.nu>.

* gnu/services/desktop.scm (%desktop-services): Add
'network-manager-applet' service.
master
Ludovic Courtès 2019-05-14 10:36:49 +02:00
parent 3ea420f337
commit 05d907ac6f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 1 deletions

View File

@ -1060,9 +1060,14 @@ dispatches events from it.")))
;; them.
(simple-service 'mtp udev-service-type (list libmtp))
;; The D-Bus clique.
;; NetworkManager and its applet.
(service network-manager-service-type)
(service wpa-supplicant-service-type) ;needed by NetworkManager
(simple-service 'network-manager-applet
profile-service-type
(list network-manager-applet))
;; The D-Bus clique.
(service avahi-service-type)
(udisks-service)
(service upower-service-type)