From 2576f796ac477d69d91a7ece7b0ddb98defa7453 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 12 Mar 2022 14:18:13 +0100 Subject: [PATCH] update README.md (Nemo) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ab4e3..af5b80f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ Replace absolute paths of Xournal++ PDF backgrounds with relative ones. ## Installation -Place [relative-xopp-background](relative-xopp-background) in `~/.local/share/nautilus/scripts/relative-xopp-background` and make it executable. +Save [the script](relative-xopp-background) under + +- `~/.local/share/nautilus/scripts/relative-xopp-background` (for `GNOME Files`/`Nautilus`) +- `~/.local/share/nemo/scripts/relative-xopp-background` (for `Nemo`) + +and make it executable: + +- `chmod +x ` Optional: Install [notify2](https://pypi.org/project/notify2/) and [dbus-python](https://pypi.org/project/dbus-python/) with your package manager or with pip.