GNOME Bugzilla – Bug 666030
UI for specifying product key for Windows XP & 2003
Last modified: 2016-03-31 13:55:06 UTC
Add UI to wizard's setup page for specifying product key for Windows XP & 2003.
Created attachment 203299 [details] [review] UI for specifying product key for Windows XP & 2003 Product keys are not required by recent Windows (Vista, 7 and 2008).
Review of attachment 203299 [details] [review]: ::: src/unattended-installer.vala @@ +288,3 @@ while ((bytes_read = yield input_stream.read_async (buffer, Priority.DEFAULT, cancellable)) > 0) { var str = ((string) buffer).substring (0, (long) bytes_read); + str = convert_unattended_data (str); convert? -> fill? ::: src/winxp-installer.vala @@ +48,3 @@ + var font_desc = Pango.FontDescription.from_string ("monospace"); + // FIXME: According to Benjamin Otte, this function (being an override) can have unintended side-affects so + label.halign = Gtk.Align.START; It should. look at how it's done for other widgets, it's quite simple
Created attachment 203307 [details] [review] UI for specifying product key for Windows XP & 2003 Product keys are not required by recent Windows (Vista, 7 and 2008).
Review of attachment 203307 [details] [review]: ack
Attachment 203307 [details] pushed as 2a8c937 - UI for specifying product key for Windows XP & 2003