DotPup Downloader "visit links" does not work.

Please post any bugs you have found
Post Reply
Message
Author
disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

DotPup Downloader "visit links" does not work.

#1 Post by disciple »

This is not really an issue, but in 1.09 the button in the DotPup downloader that says "visit links in the description" does not work... well it pops up the box asking which link, but never opens a browser. Could this be because of the change to Firefox?

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

The downloader runs:

shell ( "mozilla " & choice & " &" )

But Puppy109 has no mozilla.
So you need a wrapper.

try this command:

which firefox
This will show you the full path to firefox, like /usr/local/bin/firefox

Now create a symlink using this path:

ln -s /usr/local/bin/firefox /usr/local/bin/mozilla

If firefox uses the same way of reading comandline-arguments, the downloader should work again.
Mark

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#3 Post by disciple »

Yes, thanks - I wasn't really after a solution for me as I am quite happy to copy and paste - I'm not exactly going to be using it a lot. I just thought I'd point it out as I think they were talking about a patch for or a patched version to 1.0.9 to sort out a few things, and somebody might want to correct this.

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#4 Post by rarsa »

MU wrote:The downloader runs:

shell ( "mozilla " & choice & " &" )
Suggestion: run "defaultbrowser" instead of "mozilla"
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

Post Reply