Network Connectivity Checking does not turn gray when toggle is set to Off
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-control-center (Ubuntu) |
Fix Released
|
Low
|
James Henstridge |
Bug Description
The background Network Connectivity Checking does not turn gray when the toggle is set to Off. Still has orange background. See attached image.
ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-control-
ProcVersionSign
Uname: Linux 4.12.0-13-generic x86_64
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep 7 09:42:59 2017
InstallationDate: Installed on 2017-08-23 (14 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170820)
JournalErrors:
Error: command ['journalctl', '-b', '--priority=
Users in the 'systemd-journal' group can see all messages. Pass -q to
turn off this notice.
No journal files were opened due to insufficient permissions.
ProcEnviron:
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: gnome-control-
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Sebastien Bacher: Approve
-
Diff: 114 lines (+23/-13)2 files modifieddebian/changelog (+9/-2)
debian/patches/connectivity-switch.patch (+14/-11)
Changed in gnome-control-center (Ubuntu): | |
status: | New → Confirmed |
Changed in gnome-control-center (Ubuntu): | |
status: | Confirmed → Fix Committed |
I know why this happens, and I posted it as a review on the upstream bug (#737362)
@@ +1300,3 @@ connectivity_ check_set_ enabled (client, state);
+{
+ nm_client_
+ return TRUE;
You should return FALSE here, so the default signal handler runs. This is the cause of https:/ /bugs.launchpad .net/ubuntu/ +source/ gnome-control- center/ +bug/1715662