mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
Compare commits
4 Commits
519ab52a55
...
df7ee9378d
Author | SHA1 | Date | |
---|---|---|---|
|
df7ee9378d | ||
|
a430e17796 | ||
|
d7c56fb689 | ||
|
7d5498a918 |
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user