[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2018-02-02 Thread Paulo Villi
*** This bug is a duplicate of bug 1714518 ***
https://bugs.launchpad.net/bugs/1714518

I can confirm the exact same behavior is also present on Linux Mint
Cinnamon 17.3 to 18.3 (currently at Firefox version 58.0) and it has
been like this for at least the last 1 and a half years.

The workaround described on comment #4 works perfectly but cannot be
considered proper default behavior.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in Mozilla Firefox:
  In Progress
Status in GTK+:
  Confirmed
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-09-07 Thread Colin Leroy
*** This bug is a duplicate of bug 1714518 ***
https://bugs.launchpad.net/bugs/1714518

** This bug has been marked a duplicate of bug 1714518
   GTK+3 doesn't show FUSE network shares in file chooser

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in Mozilla Firefox:
  In Progress
Status in GTK+:
  Confirmed
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-09-01 Thread Bug Watch Updater
** Changed in: gtk
   Status: Unknown => Confirmed

** Changed in: gtk
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in Mozilla Firefox:
  In Progress
Status in GTK+:
  Confirmed
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-09-01 Thread Colin Leroy
I've also filed it directly in the GTK project in Launchpad, in hope the 
maintainers will see it:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1714518

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in Mozilla Firefox:
  In Progress
Status in GTK+:
  Unknown
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-09-01 Thread Colin Leroy
I have given a look at that bug and made a fix - the bug is in GTK+3 (or
maybe it's done on purpose, I hope not.)

The documentation on gtk_file_chooser_set_local_only() still says

"On some systems non-native files may still be available using the
native filesystem via a userspace filesystem (FUSE)."

But the code stopped doing that.

The patch I sent to upstream
(https://bugzilla.gnome.org/show_bug.cgi?id=787128) fixes it.

** Bug watch added: GNOME Bug Tracker #787128
   https://bugzilla.gnome.org/show_bug.cgi?id=787128

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=787128
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in Mozilla Firefox:
  In Progress
Status in GTK+:
  Unknown
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-08-10 Thread Bug Watch Updater
** Changed in: firefox
   Status: Unknown => In Progress

** Changed in: firefox
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in Mozilla Firefox:
  In Progress
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-08-10 Thread Colin Leroy
This bug is so old (and it's an upstream bug).
At work I'm getting really tired of telling my 50 users that I can't help them 
and that they should copy their files from the company's shares to a temporary 
local directory before uploading them to the backoffice.
They're getting really tired of working around that, too.

Is there a chance the patch on the upstream bug (filepicker-fix.patch
v2) would be added to Ubuntu's Firefox if I test and adapt it ?

** Bug watch added: Mozilla Bugzilla #1187870
   https://bugzilla.mozilla.org/show_bug.cgi?id=1187870

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1187870
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in Mozilla Firefox:
  Unknown
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-07-25 Thread José Jiménez
Still affecting the following producs on 4.4.0-87-generic
#110-14.04.1-Ubuntu x86_64 (Ubuntu 14.04.5 LTS) trying to save or attach
documents:

- Chromium 59.0.3071.109
- Mozilla Firefox 54.0
- Thunderbird 52.2.1

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-07-24 Thread Tim Wiel
Still effecting the following products on 4.4.0-87-generic #110-Ubuntu
x86_64 Ubuntu Ubuntu 16.04.2 LTS:

- Google Chrome Version 59.0.3071.115 (Official Build) (64-bit)
- Firefox Developer Addition 55.0b7 (64-bit)
- Chromium Version 59.0.3071.109 (Developer Build) Built on Ubuntu , running on 
Ubuntu 16.04 (64-bit)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-07-11 Thread pchaivaro
Also affect firefox 54.0+build3-0ubuntu0.17.04.1 on Ubuntu 17.04
(64-bit)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2017-03-13 Thread JamesH
For Ubuntu 14.04:
From: 
http://askubuntu.com/questions/457461/gvfs-mount-not-working-on-ubuntu-14-04-for-wireless-hdd/459093#459093
Find the path to your network drive as it would be found in Terminal.

Now you can copy and paste this path into Firefox to access network share. 
Make sure the share is mounted first. So, for me that path was:
/var/run/user/1000/gvfs/smb-share:server=192.168.1.1,share=router_drive/

Once you confirm you can access the network, go back to the gvfs folder
and save your share as a bookmark. Now you have it in the file open
menu.

I have Firefox version 52, so I guess no one is working on this issue.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-11-24 Thread no!chance
A few weeks ago, I could use a workaround: This workaround was the item
"recently used folders". Now, this item has also vanished in Firefox on
Ubuntu 16.04.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-08-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-08-31 Thread Tim Wiel
Version 51.0.2704.79 Ubuntu 16.04 (64-bit)

** Also affects: chromium-browser (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in chromium-browser package in Ubuntu:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-08-31 Thread Tim Wiel
This same bug now also effects:
- Google Chrome Version 52.0.2743.116 (64-bit) on Ubuntu 16.04.1
- Firefox 48.0 on Ubuntu 16.04.1

Any progress on fixing it

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in chromium-browser package in Ubuntu:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-08-06 Thread syos
Firefox 48 is always the problem.

The correction is expected when ???
I find it shameful that laughing is done ... shocking!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-08-02 Thread Ben A
Also affect Firefox in Ubuntu-GNOME.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-06-12 Thread syos
Same problem with Firefox 46 and 47.
OK with Firefox 45ESR

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-05-09 Thread Oliver Schonrock
a workaround is to bookmark (either within nautilus or the FF file
browser) to file system location:

/var/run/user/1000/gvfs/

(your user id may be different)

That bookmark (presumably because it is just a filepath and not a smb://
"url") does appear in FF filebrowser Bookmarks section. You can then use
that bookmark from the FF filebrowser and then choose the mounted smb
drive and continue filebrowsing from there.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-05-09 Thread Markus W
An interesting observation I made is that accessing the network share
itself still works.

For example, Firefox rembers per domain which folder the last download
from a site was saved to. So, for a domain where I previously saved to a
network share, I am still able to save to and navigate within a share
when I start a new download for one of these domains. However, once I
browse to a local location, I cannot return to the network share using
the UI.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-05-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: firefox (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1579543] Re: Firefox 46 is missing network shares in file selector

2016-05-09 Thread Oliver Schonrock
same here on ubuntu 14.04 with FF46

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1579543

Title:
  Firefox 46 is missing network shares in file selector

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Expected behavior:
  Firefox file selection windows show network shares mounted via Nautilus (i.e. 
gvfs SMB mounts).

  Actual behavior:
  File selection window only shows local folders.

  Steps to reproduce:
  * Go to menu File -> Open File (or start a download so that the file saving 
dialog is shown).
  * Observe the locations shortcuts offered in the left side of the selection 
window.

  Version information:
  * Vanilla Ubuntu Firefox package with Firefox 46.0.
  * Stock Ubuntu 16.04 installed on a blank machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1579543/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp