Firefox file selector should show remote shares
Categories
(Core :: Widget: Gtk, defect, P2)
Tracking
()
People
(Reporter: gliporace, Unassigned)
References
Details
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Comment 6•12 years ago
|
||
Comment 8•9 years ago
|
||
Comment 10•6 years ago
|
||
The bug is still here. The file picker can see remote places, but only when Ci.nsIFilePicker.filterAllowURLs is passed to nsFilePicker::AppendFilters():
Quick search reveals that filterAllowURLs is defined not it's not used anywhere.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Mike, what do you think about this bug? IMHO we should enable the network shares by default (as it's enabled in other gnome apps), is there any reason why it's disabled? I have Fedora/RHEL requests to enable it by default so Fedora/RHEL ships downstream patch for it.
Comment 13•6 years ago
|
||
Looks like it depends how the remote location is mapped. This can lead to hidden failures when remote share is not handled.
Comment 14•6 years ago
|
||
Any plans no enable it by default?
Is there a way no enable it in about:config, for example?
Comment 15•4 years ago
|
||
Is there any option in about:config i can change to enable this? (at my own risk)
As it is, it's very annoying and it's keeping us from working as well as we should.
Comment 16•4 years ago
|
||
Yes, go to about:config and add Ci.nsIFilePicker.filterAllowURLs boolean key and set it to true. Firefox will see remote locations then.
Comment 17•4 years ago
|
||
(In reply to Martin Stránský [:stransky] (ni? me) from comment #16)
Yes, go to about:config and add Ci.nsIFilePicker.filterAllowURLs boolean key and set it to true. Firefox will see remote locations then.
Hi,
Thank you but... i was already able to "see" the files and navigate into the samba directories with no problem.
The problem lies that when i select a file to upload it does nothing.
And, unless i missed something, this is still the case even with that key added to about:config
Did i done something wrong?
Comment 18•4 years ago
|
||
(In reply to Maverick from comment #17)
(In reply to Martin Stránský [:stransky] (ni? me) from comment #16)
Yes, go to about:config and add Ci.nsIFilePicker.filterAllowURLs boolean key and set it to true. Firefox will see remote locations then.
Hi,
Thank you but... i was already able to "see" the files and navigate into the samba directories with no problem.
The problem lies that when i select a file to upload it does nothing.
Yes, the problem is that Firefox doesn't contain code to handle remote shares properly, it works only when they're mounted directly to filesystem (AFAIK). When filepicker returns location which can't be accessed by regular file operation it silently fails - it's reason why it's disabled by default.
Comment 19•4 years ago
|
||
(In reply to Martin Stránský [:stransky] (ni? me) from comment #18)
(In reply to Maverick from comment #17)
(In reply to Martin Stránský [:stransky] (ni? me) from comment #16)
Yes, go to about:config and add Ci.nsIFilePicker.filterAllowURLs boolean key and set it to true. Firefox will see remote locations then.
Hi,
Thank you but... i was already able to "see" the files and navigate into the samba directories with no problem.
The problem lies that when i select a file to upload it does nothing.Yes, the problem is that Firefox doesn't contain code to handle remote shares properly, it works only when they're mounted directly to filesystem (AFAIK). When filepicker returns location which can't be accessed by regular file operation it silently fails - it's reason why it's disabled by default.
Is there any other bug reports regarding this we should follow. It is pretty annoying to have to copy paste files from remote to local just to be able to upload them :(
Comment 20•3 years ago
|
||
On the KDE Plasma part this has been fixed in bug: https://bugs.kde.org/show_bug.cgi?id=444457
Can anyone confirm this also works well on GNOME?
If so, i believe we can close this bug as fixed!
Comment 21•3 years ago
|
||
I'd say that sshfs mount are shown
I have a nfs connection nsfs on /run/snapd/ns/canonical-livepatch.mnt type nsfs which is not shown.
Comment 22•3 years ago
|
||
(In reply to paolobenve from comment #21)
I'd say that sshfs mount are shown
I have a nfs connection
nsfs on /run/snapd/ns/canonical-livepatch.mnt type nsfswhich is not shown.
If you're on Ubuntu and using that "snap-thing", from what i know, it does not allow to browser remote folders... only the flatpack version.
(but i maybe wrong...)
Updated•3 years ago
|
Comment 23•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 3 duplicates.
:stransky, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 24•3 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Description
•