Skip to content

eula-dialog: show EULA when specific packages require so

Jonathan Kang requested to merge jonathankang/gnome-software:eula-dialog into master

Previously, if an update is avialable for packages which requires EULA confirmation, you cannot download the update as there is no klass support for eula_question. This makes GNOME Software unable to update the system in such a scenario.

Fix that by creating a new class named GsTask deriving from PkTask and implementing the eula_question virtual method.

#702 (closed)

Merge request reports