You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My laptop doesn't have Ethernet, but my dock does. This means that I have an NM.DeviceEthernet that comes and goes.
When I plug in my dock, ags doesn't handle the change. This is because the network service only calls new Wired(this._getDevice(NM.DeviceType.ETHERNET) as NM.DeviceEthernet) once when it is initialized.
I think that handling this properly would involve some rewriting in network.ts. Is it worth digging into since you're already working on the rewrite in vala?
The text was updated successfully, but these errors were encountered:
My laptop doesn't have Ethernet, but my dock does. This means that I have an
NM.DeviceEthernet
that comes and goes.When I plug in my dock, ags doesn't handle the change. This is because the network service only calls
new Wired(this._getDevice(NM.DeviceType.ETHERNET) as NM.DeviceEthernet)
once when it is initialized.I think that handling this properly would involve some rewriting in
network.ts
. Is it worth digging into since you're already working on the rewrite in vala?The text was updated successfully, but these errors were encountered: