Compare commits

...

4 Commits

Author SHA1 Message Date
Ricardo Fernández Serrata
df7ee9378d
Merge a430e17796 into f305c7299d 2024-11-21 14:29:11 -04:00
Rudxain
a430e17796 https://github.com/helix-editor/helix/pull/11066/files#r1667392149 2024-07-07 10:08:15 -04:00
Ricardo Fernández Serrata
d7c56fb689
use xdg-* to install desktop icon only 2024-07-03 06:34:17 -04:00
Ricardo Fernández Serrata
7d5498a918
use xdg-utils to install *.desktop shortcut 2024-07-01 02:01:52 -04:00

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: