[15:35] mitya57: do you perhaps have an idea on this ubiquity crash? https://launchpadlibrarian.net/518163515/UbiquityDebug.txt [15:37] RikMills: looks like ssid should be converted from a QVariant to string before using it as a dictionary key. [15:38] So something like "ssid = ssid.toString()" should fix it, but maybe similar changes are needed in other parts of the code. [15:38] thanks. I will have a scan of the code [15:45] ssid = index.data(QtNetworkStore.SsidRole) [15:46] that occurs in 2 definitions, so I guess yes [15:46] [telegram] Maybe just appending .toString() in both definitions will be enough [15:47] yeah. going to be a pain to test, as I have no spare laptop to test at the moment. maybe some VM tech can emulate a wireless connection [15:48] as the wifi page is skipped without [15:48] anyway. thanks :) [15:56] RikMills: You can use mac80211_hwsim + hostapd for that, though I usually forward a usb wifi dongle if available [15:57] fvogt: aha. thanks :)