After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 158502 - FeatureReq: double-clicking on a feed in the feed list should browse the feed
FeatureReq: double-clicking on a feed in the feed list should browse the feed
Status: RESOLVED FIXED
Product: straw
Classification: Deprecated
Component: general
unspecified
Other Linux
: Low enhancement
: ---
Assigned To: Maintainers of straw
Maintainers of straw
Depends on:
Blocks:
 
 
Reported: 2004-11-16 21:09 UTC by Lucas Nussbaum
Modified: 2006-10-15 04:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lucas Nussbaum 2004-11-16 21:09:02 UTC
Double-clicking on a feed in the feed list should open the default browser and
go to the feed's URL.

Rationale:
I think users often want to quickly open the weblog they are reading in a
browser. The current way (clicking on the link of one of the items in the
visualisation pane) isn't totally user-friendly.
Comment 1 Germán Poo-Caamaño 2006-10-15 04:43:26 UTC
This was fixed.  At least works as expected with the CVS version.

You must define a browser to use or not override the browser's desktop setting.

Looking in the ChangeLog, it seems it was fixed by january 22, 2006:

2006-01-22  Jan C. Alonzo  <jmalonzo@gmail.com>

	* src/lib/Config.py, src/lib/PreferencesDialog.py:
	    - Added option for overriding the browser desktop setting.
	    - Fixed #157475
	    - Fixed #147286
	
	* MANIFEST.in: Added constants.py.in, AUTHORS
	* data/straw.schemas: Added 'last_poll' and 'browser_cmd'
	* glade/straw.glade, glade/strings.c:
	    - UI and string fixes
	    - browser setting interface
...