Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

'Import from a File' button in the Passwords tab does not work

  • 2 답장
  • 0 이 문제를 만남
  • 2 보기
  • 최종 답변자: Fuzzy

more options

I have my saved login and password details from another browser in a CSV and would like to import them to Firefox. I initially did not have the 'Import from a File' option in the drop down menu of the Logins and Passwords tab. After following a guide that instructed to set signon.management.page.fileImport.enabled to true in the about:config page, the option appeared. However, the said option is unresponsive to any clicks. The drop down menu simply closes once the option is selected, without any other reaction.

I'm not sure if this is a related problem but I am also unable to use the Import Wizard that appears on performing Alt+F and choosing 'Import From Another Browser...' The Import Wizard window only appears with a message that says "No programs that contain bookmarks, history or password data could be found."

Firefox browser version: 103.0.2 (64-bit) OS: Ubuntu 22.04 (64-bit) Windowing System: Wayland

Funnily enough, the 'Browse..' button for adding images under this support question doesn't work either.

I have my saved login and password details from another browser in a CSV and would like to import them to Firefox. I initially did not have the 'Import from a File' option in the drop down menu of the Logins and Passwords tab. After following a guide that instructed to set ''signon.management.page.fileImport.enabled'' to ''true'' in the about:config page, the option appeared. However, the said option is unresponsive to any clicks. The drop down menu simply closes once the option is selected, without any other reaction. I'm not sure if this is a related problem but I am also unable to use the Import Wizard that appears on performing Alt+F and choosing 'Import From Another Browser...' The Import Wizard window only appears with a message that says "No programs that contain bookmarks, history or password data could be found." Firefox browser version: 103.0.2 (64-bit) OS: Ubuntu 22.04 (64-bit) Windowing System: Wayland Funnily enough, the 'Browse..' button for adding images under this support question doesn't work either.

선택된 해결법

Your last line strengthens my suspicion that the problem is due to a recent configuration change in Linux builds of Firefox. I don't know which versions of Linux are affected, but some users need to make either of these two changes to make the file/directory picker appear. As a Windows user, I can't verify this myself

(A) Install xdg-desktop-portal

This would be from your package manager, I think.

(B) Turn off auto-detection of the GTK portal

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste widget.use-xdg-desktop-portal.file-picker and pause while the list is filtered

(3) Double-click the preference to display an editing field, and change the value to 0 then press Enter or click the blue check mark button to save the change. For reference, these are the valid values:

  • 0 => Never
  • 1 => Always
  • 2 => Auto-detect

Now... there are a bunch of other preferences starting with widget.use-xdg-desktop-portal. and I have no idea what those do. If your distribution has a support site with a Firefox board or active Firefox discussions, you might search there for more tips.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (2)

more options

선택된 해결법

Your last line strengthens my suspicion that the problem is due to a recent configuration change in Linux builds of Firefox. I don't know which versions of Linux are affected, but some users need to make either of these two changes to make the file/directory picker appear. As a Windows user, I can't verify this myself

(A) Install xdg-desktop-portal

This would be from your package manager, I think.

(B) Turn off auto-detection of the GTK portal

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste widget.use-xdg-desktop-portal.file-picker and pause while the list is filtered

(3) Double-click the preference to display an editing field, and change the value to 0 then press Enter or click the blue check mark button to save the change. For reference, these are the valid values:

  • 0 => Never
  • 1 => Always
  • 2 => Auto-detect

Now... there are a bunch of other preferences starting with widget.use-xdg-desktop-portal. and I have no idea what those do. If your distribution has a support site with a Firefox board or active Firefox discussions, you might search there for more tips.

more options

Many thanks to jscher2000! Their solution worked perfectly and took only 2 minutes. My browse button works as well now so they were right on the money.