update README.md (Nemo)

This commit is contained in:
Daniel Langbein 2022-03-12 14:18:13 +01:00
parent 37abdb6362
commit 2576f796ac

View File

@ -4,7 +4,14 @@ Replace absolute paths of Xournal++ PDF backgrounds with relative ones.
## Installation ## 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 <script-path>`
Optional: Install [notify2](https://pypi.org/project/notify2/) and Optional: Install [notify2](https://pypi.org/project/notify2/) and
[dbus-python](https://pypi.org/project/dbus-python/) with your package manager or with pip. [dbus-python](https://pypi.org/project/dbus-python/) with your package manager or with pip.