Bug 481293

Summary: Possible to open more than one window per running transaction
Product: [Fedora] Fedora Reporter: Michael Monreal <michael.monreal>
Component: PackageKitAssignee: Richard Hughes <richard>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: lmacken, rhughes, richard, robin.norwood, tuxbrewr
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-03 08:53:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Monreal 2009-01-23 13:44:43 UTC
[Splitting this out of bug 480908]

Example:

- have PK download a package, keep the window open

- the download will also be shown in the notification tray

- clicking the "downloading xyz" entry there opens another download window (and clicking again opens yet another)

=> clicking on some action which already has a window open should just bring the open window to the foreground

Comment 1 Richard Hughes 2009-01-23 14:03:08 UTC
There's a slight issue in that these are different processes when you have tools open, but the same process when in the notification area. I'll take a look at this today.

Comment 2 Richard Hughes 2009-01-26 10:38:00 UTC
commit a98e39e000afc013593cfe90d3714b50f1b8551c
Author: Richard Hughes <richard>
Date:   Mon Jan 26 10:37:02 2009 +0000

    bugfix: when the user switches the task to monitor, re-use the existing monitor rather than using a new window. Fixes half of rh#481293

Comment 3 Richard Hughes 2009-06-03 08:53:47 UTC
We don't show the menu item for active transactions (where the callee is still on the bus) anymore.