Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save questionlp/9eb6fff8ce83f77ec48cf09302161942 to your computer and use it in GitHub Desktop.

Select an option

Save questionlp/9eb6fff8ce83f77ec48cf09302161942 to your computer and use it in GitHub Desktop.
Use Native File Chooser in Firefox and Thunderbird

Use Native File Chooser in Firefox

  • Browse to about:config
  • Set widget.use-xdg-desktop-portal.file-picker to 1
  • Optionally: Set widget.use-xdg-desktop-portal.location to 1
  • Optionally: Set widget.use-xdg-desktop-portal.mime-handler to 1

Use Native File Chooser in Thunderbird

  • Open Thunderbird Settings
  • Under General, scroll down and click on "Config Editor..."
  • Set widget.use-xdg-desktop-portal.file-picker to 1
  • Optionally: Set widget.use-xdg-desktop-portal.location to 1
  • Optionally: Set widget.use-xdg-desktop-portal.mime-handler to 1

Source: https://thomjiji.github.io/blogs/2023/12/use-native-file-picker-on-kde/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment