Bug 233651

Summary: links in about dialogs don't show startup notification when launching a browser
Product: [Fedora] Fedora Reporter: Matthias Clasen <mclasen>
Component: control-centerAssignee: Control Center Maintainer <control-center-maint>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: bnocera, rstrode, triage
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-05-08 03:54:30 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 Matthias Clasen 2007-03-23 16:16:52 UTC
e.g. gedit uses gnome_url_show()

Comment 1 Ray Strode [halfline] 2007-03-23 17:28:41 UTC
So this is actually sort of hard to solve.

1) The list in gnome-default-application-properties doesn't specify which
browsers support startup notification.

2) gnome-vfs doesn't ever try to use startup notification for url handlers

Maybe we should have gnome-default-application-properties write out desktop
files and just include a link to it?

Then we can launch the desktop file and things should just work.

Comment 2 Ray Strode [halfline] 2007-03-23 17:29:10 UTC
oh, moving to control-center

Comment 3 Bug Zapper 2008-04-03 23:46:11 UTC
Based on the date this bug was created, it appears to have been reported
against rawhide during the development of a Fedora release that is no
longer maintained. In order to refocus our efforts as a project we are
flagging all of the open bugs for releases which are no longer
maintained. If this bug remains in NEEDINFO thirty (30) days from now,
we will automatically close it.

If you can reproduce this bug in a maintained Fedora version (7, 8, or
rawhide), please change this bug to the respective version and change
the status to ASSIGNED. (If you're unable to change the bug's version
or status, add a comment to the bug and someone will change it for you.)

Thanks for your help, and we apologize again that we haven't handled
these issues to this point.

The process we're following is outlined here:
http://fedoraproject.org/wiki/BugZappers/F9CleanUp

We will be following the process here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this
doesn't happen again.

Comment 4 Bug Zapper 2008-05-07 01:19:48 UTC
This bug has been in NEEDINFO for more than 30 days since feedback was
first requested. As a result we are closing it.

If you can reproduce this bug in the future against a maintained Fedora
version please feel free to reopen it against that version.

The process we're following is outlined here:
http://fedoraproject.org/wiki/BugZappers/F9CleanUp

Comment 5 Bastien Nocera 2008-05-07 11:57:09 UTC
(In reply to comment #1)
> So this is actually sort of hard to solve.
> 
> 1) The list in gnome-default-application-properties doesn't specify which
> browsers support startup notification.
> 
> 2) gnome-vfs doesn't ever try to use startup notification for url handlers
> 
> Maybe we should have gnome-default-application-properties write out desktop
> files and just include a link to it?

Or we should have .desktop files listed in the control-center, not actual
commands. And if people use custom commands, they won't have any startup
notification...

> Then we can launch the desktop file and things should just work.

Well, not really, but the GTK+ should fix this.

Comment 6 Bug Zapper 2008-05-14 02:41:07 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 7 Bastien Nocera 2009-05-08 03:54:30 UTC
I believe this works now that pretty much everything uses gtk_show_uri()