Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Profiles Page Open Directory Button Broken

  • 4 réponses
  • 0 a ce problème
  • 1 vue
  • Dernière réponse par daleholden

more options

Need a little help with About:Profiles page

have xfce but a weird bug on my machine its not a show stopper but annoying if i open firefox and type about:profiles ir shows you profiles on Firefox you get a box to open the file which should open Thunar (file manager) to show files, but mine opens Sublime text ????

See https://i.imgur.com/EErkzo6.png here I am on Arch Linux with Xfce & DWM combo spoke to other XFCE & DWM users they have weird issues like nothing happens or a text editor opens on theirs ?

So just wondered if it was a FF issue

Need a little help with About:Profiles page have xfce but a weird bug on my machine its not a show stopper but annoying if i open firefox and type about:profiles ir shows you profiles on Firefox you get a box to open the file which should open Thunar (file manager) to show files, but mine opens Sublime text ???? See [http:// https://i.imgur.com/EErkzo6.png here] I am on Arch Linux with Xfce & DWM combo spoke to other XFCE & DWM users they have weird issues like nothing happens or a text editor opens on theirs ? So just wondered if it was a FF issue

Solution choisie

Hi Turns out it was a Sublime Text issue which had been set as File Manager

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (4)

more options

This can be an issue with "xdg-desktop-portal", you may have to install some packages like xdg-desktop-portal and xdg-desktop-portal-gtk.

sudo apt install xdg-desktop-portal-gtk

Whether to use gtk portal for the file picker. 0:never 1:always 2:auto (true for flatpak or GTK_USE_PORTAL=1, false otherwise)

  • about:config => widget.use-xdg-desktop-portal.file-picker = 0
more options

cor-el said

This can be an issue with "xdg-desktop-portal", you may have to install some packages like xdg-desktop-portal and xdg-desktop-portal-gtk. sudo apt install xdg-desktop-portal-gtk Whether to use gtk portal for the file picker. 0:never 1:always 2:auto (true for flatpak or GTK_USE_PORTAL=1, false otherwise)
  • about:config => widget.use-xdg-desktop-portal.file-picker = 0

HI The package xdg-desktop-portal-gtk is already installed on my Arch system. In FF widget.use-xdg-desktop-portal.file-picker was set to 2 I have tried setting to widget.use-xdg-desktop-portal.file-picker = 0 but makes no difference ! I have rebooted bot FF and my O/S and same issue

more options

It works for me with the apt, snap and flatpak packages on Ubuntu.

See what is used when running:

xdg-open <profile path>

Try changing widget.use-xdg-desktop-portal.open-uri to 0.

more options

Solution choisie

Hi Turns out it was a Sublime Text issue which had been set as File Manager