After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698338 - null in the ui
null in the ui
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: wizard
unspecified
Other Linux
: Normal normal
: 3.22
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-04-19 01:54 UTC by Matthias Clasen
Modified: 2016-03-31 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (259.82 KB, image/png)
2013-04-19 01:55 UTC, Matthias Clasen
  Details
wizard: scheme part is mandatory in URI (1.08 KB, patch)
2013-04-19 20:49 UTC, Zeeshan Ali
committed Details | Review

Description Matthias Clasen 2013-04-19 01:54:39 UTC
I hit continue a bit too early when trying to enter a url, and was greeted with the error message: Unsupported protocol '(null)'
Comment 1 Matthias Clasen 2013-04-19 01:55:05 UTC
Created attachment 241870 [details]
screenshot
Comment 2 Zeeshan Ali 2013-04-19 20:49:48 UTC
Created attachment 241954 [details] [review]
wizard: scheme part is mandatory in URI

By catching bogus URIs like 'rd' early, we avoid showing weird errors
like "Unsupported protocol '(null)'" in the UI and also many
criticals/warnings on the console.
Comment 3 Zeeshan Ali 2013-04-23 12:45:23 UTC
Attachment 241954 [details] pushed as 14c5624 - wizard: scheme part is mandatory in URI