Bugs item #1963644, was opened at 2008-05-14 04:03 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&group_id=55736
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pd-extended Group: None Status: Open Resolution: None Priority: 2 Private: No Submitted By: IOhannes m zm�lnig (zmoelnig) Assigned to: Nobody/Anonymous (nobody) Summary: http-links do not open... Initial Comment: when i click on "Help->report bug" i get the following error on the stderr and nothing happens: /usr/bin/gnome-open 'http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070' Error showing url: There was an error launching the default action command associated with this location. same with all other http URLs. the IRC-one works fine (it also uses gnome-open) this is on debian lenny/sid with Pd-0.40.3-extended-20080514-debian-stable-i386.deb i am using KDE and not gnome. i have never touched the settings of gnome-open, so i am not sure why it does not work... most likely (well, i am sure that) this is problem of gnome-open; however i think it does not add to a positive first glance... ---------------------------------------------------------------------- >Comment By: Hans-Christoph Steiner (eighthave) Date: 2008-05-15 07:36 Message: Logged In: YES user_id=27104 Originator: NO Here's the current code: http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-extended/v0-40/pd/src/u_main.tk?view=markup 549 foreach candidate \ 550 { gnome-open xdg-open sensible-browser iceweasel firefox mozilla \ 551 galeon konqueror netscape lynx } { 552 set browser [lindex [auto_execok $candidate] 0] 553 if {[string length $browser]} { 554 puts stderr [format "%s '%s'" $browser $filename] 555 exec -- sh -c [format "%s '%s'" $browser $filename] & 556 break 557 } 558 } If someone wants to test this more in depth, and make a patch, that would be quite useful. ---------------------------------------------------------------------- Comment By: Rich E (reakin) Date: 2008-05-15 00:57 Message: Logged In: YES user_id=1586621 Originator: NO It works here, using Ubuntu Gutsy and Pd-0.40.3-extended-20080509-ubuntu-gutsy-i386.deb ---------------------------------------------------------------------- Comment By: Hans-Christoph Steiner (eighthave) Date: 2008-05-14 08:49 Message: Logged In: YES user_id=27104 Originator: NO Since you are using KDE, I recommend: apt-get remove gnome-open The URLs in the Help menu work for me on Ubuntu, Debian/GNOME, Mac OS X, and Windows. I don't use KDE at all, so if you can make it work better there, please do. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&group_id=55736
_______________________________________________ PD-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
