branch: externals/filechooser commit 163814d4a19fb71f0d60055c9481837024c99337 Author: Rahguzar <rahgu...@zohomail.eu> Commit: Rahguzar <rahgu...@zohomail.eu>
Fix formatting in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e126d600ca..0be2ada224 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,15 @@ If despite these limitations you want to test the package you can use one of the ### Manual Installation 1. Place `filechooser.el` file in the load path and generate the autoloads file for it. + 2. Configure `xdg-desktop-portal` to use Emacs based filechooser. For recent versions this can be done by adding ``` org.freedesktop.impl.portal.FileChooser=emacs ``` to `~/.config/xdg-desktop-portal/portals.conf`. For older versions add your `$XDG_CURRENT_DESKTOP` to the `emacs.portal` file and copy it to `/usr/share/xdg-desktop-portal/portals/`. + 3. Copy the `org.gnu.Emacs.FileChooser.service` file `/usr/share/dbus-1/services/`. + 4. Restart `xdg-desktop-portal` by using `systemctl --user restart xdg-desktop-portal.service`. ### GNU ELPA