GNOME Bugzilla – Bug 792608
Expose metered connection setting
Last modified: 2018-01-18 03:07:05 UTC
NetworkManager has that, and we should be able to set that property from Control Center. See the patch below.
Created attachment 366944 [details] [review] connection-editor: Expose metered connection switch NetworkManager supports marking a connection as metered, meaning that connection is e.g. charged by its usage or extremely limited. When a network is metered, background network usage must cease and the behavior of the various OS pieces must be adjusted. This patch adds a switch to set a connection as metered or not. The property is imediately propagated to NetworkManager.
This is also in the latest design from Allan, although the patch doesn't implement *all* of the design. ;-)
Created attachment 366968 [details] [review] connection-editor: Expose metered connection switch Update comment with bug report.
Review of attachment 366968 [details] [review]: Looks good overall except the fact that after changing the value of "metered" and click "apply" button, I get the following error: > (gnome-control-center:31910): -cc-panel-WARNING **: 10:26:42.619: Failed to commit changes: No such method 'Update2'
As per IRC: feaneron i'll then proceed and push the patch. ok to you? jkang Sure. Looks pretty good Attachment 366968 [details] pushed as a37d04d - connection-editor: Expose metered connection switch Thanks for the review.