Ticket #48 (closed Defect: fixed)

Opened 1 year ago

Last modified 2 months ago

"Hide" button should be renamed to Close on failure

Reported by: isak Assigned to: isak
Priority: Medium Milestone: 1.3
Component: frontend Version: 1.2.4
Severity: Normal Keywords:
Cc: jhasse@gmail.com

Description

If the installation fails, the "Hide" button should be turned into a "Close" button so that the GUI can be closed.

Discussed on this thread: http://article.gmane.org/gmane.comp.autopackage.devel/6323

Change History

09/04/07 12:23:39 changed by isak

  • owner changed from taj to isak.
  • component changed from main to frontend.
  • milestone set to 1.2.6.

11/18/07 16:17:27 changed by Jan-Nik

  • cc set to jhasse@gmail.com.

11/27/07 15:22:44 changed by isak

I can't reproduce this. I tried putting a erronous command in the prep-script but I got:

/home/isak/Development/Autopackage/foobar/autopackage.1190825644/meta/@autopackage.org/foobar:1.2.3/apkg-prep-install-script: line 137: asdf: command not found

And the frontend showed a nice error message and the button was labeled "OK". Clicking on it closed the installation window.

08/01/08 20:02:18 changed by Jan-Nik

  • milestone changed from 1.2.6 to 1.3.

Milestone 1.2.6 deleted

08/20/08 14:33:49 changed by Jan-Nik

  • status changed from new to closed.
  • resolution set to fixed.

Don't know why it worked for you. I could reproduce it and after a closer look I found out that calls to cleanup_backend were missing (Is it calls to <function> or calls of <function> in English?). Fixed in r2497.

08/21/08 02:50:03 changed by isak

By looking at your fix, the reason it worked for me is because I only tried on an AutopackageTarget 1.0 package. This bug only hit packages targeted for apkg 1.2 or higher