Open Containing Folder from Firefox

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
n0ukf
Posts: 129
Joined: Tue 14 Feb 2012, 21:53

Open Containing Folder from Firefox

#1 Post by n0ukf »

Under Windows, Firefox always knows how to open the containing folder a file was downloaded to. Why not under Lucid 528? Or does this apply to ALL linux versions?

What do I tell it to use?
"Cogito, ergo es. I think, therefore you is." [i]Ray D. Tutto (King of the Moon) to Baron Munschaussen[/i]

User avatar
RetroTechGuy
Posts: 2947
Joined: Tue 15 Dec 2009, 17:20
Location: USA

Re: Open Containing Folder from Firefox

#2 Post by RetroTechGuy »

n0ukf wrote:Under Windows, Firefox always knows how to open the containing folder a file was downloaded to. Why not under Lucid 528? Or does this apply to ALL linux versions?

What do I tell it to use?
Not sure I understand the problem/question.

Are you are having trouble clicking on an html extension file, and having it launch Firefox?
[url=http://murga-linux.com/puppy/viewtopic.php?t=58615]Add swapfile[/url]
[url=http://wellminded.net63.net/]WellMinded Search[/url]
[url=http://puppylinux.us/psearch.html]PuppyLinux.US Search[/url]

User avatar
n0ukf
Posts: 129
Joined: Tue 14 Feb 2012, 21:53

#3 Post by n0ukf »

In the Firefox Downloads window (CTRL+SHIFT+Y) listing downloaded files, right-clicking a file and choosing Open Containing Folder. Firefox asks what application to open it with.
"Cogito, ergo es. I think, therefore you is." [i]Ray D. Tutto (King of the Moon) to Baron Munschaussen[/i]

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#4 Post by Semme »

Between these two you should be able to get yourself sorted..

Thread_1

As like above, note the first comment..

Thread_2

String = /usr/local/bin/rox

User avatar
n0ukf
Posts: 129
Joined: Tue 14 Feb 2012, 21:53

#5 Post by n0ukf »

I'm having trouble getting ROX-Filer to work with this, using network.protocol-handler.app.file (string) /usr/local/apps/ROX-Filer/ROX-Filer I'm getting an error window
File doesn't exist, or I can't access it: file:///root/my-documents/My%20Pictures/
What's wrong? The path exists!
"Cogito, ergo es. I think, therefore you is." [i]Ray D. Tutto (King of the Moon) to Baron Munschaussen[/i]

User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#6 Post by SFR »

n0ukf wrote:I'm having trouble getting ROX-Filer to work with this, using network.protocol-handler.app.file (string) /usr/local/apps/ROX-Filer/ROX-Filer I'm getting an error window
File doesn't exist, or I can't access it: file:///root/my-documents/My%20Pictures/
What's wrong? The path exists!
Use the string Semme gave you, not the direct one to ROX-Filer:
Semme wrote:String = /usr/local/bin/rox
I guess additionally you have to modify /usr/local/bin/rox script.
If there's:

Code: Select all

exec /usr/local/apps/ROX-Filer/AppRun "$@"
then modify it to:

Code: Select all

exec /usr/local/apps/ROX-Filer/AppRun "${@#*file://}"
as it is in newer Puppies with later ROX.

HTH
Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]

Post Reply