This commit is contained in:
Ricardo Fernández Serrata 2024-11-21 14:29:11 -04:00 committed by GitHub
commit df7ee9378d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,8 +145,9 @@ ### Configure the desktop shortcut
provided `.desktop` and icon files to their correct folders:
```sh
cp contrib/Helix.desktop ~/.local/share/applications
cp contrib/helix.png ~/.icons # or ~/.local/share/icons
cp contrib/Helix.desktop -- "$HOME/.local/share/applications"
cp contrib/helix.png -- "$HOME/.icons" # or "$HOME/.local/share/icons"
#xdg-icon-resource install --novendor --size 256 contrib/helix.png
```
It is recommended to convert the links in the `.desktop` file to absolute paths to avoid potential problems: