Vanilla-OS / vanilla-installer

A frontend in GTK 4 and Libadwaita for Albius.
GNU General Public License v3.0
79 stars 31 forks source link

custom image field doesn't give hints why the URL is invalid #408

Open taukakao opened 2 months ago

taukakao commented 2 months ago

A typical case would be someone types in something like "ghcr.io/vanilla-os/desktop" and the installer doesn't let them continue because there is no tag at the end. The user might not realize they have to add ":main" or something at the end.

This behavior is fine but there should be some information why the URL is incorrect.