-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neovim: fix icon not displaying #70353
Conversation
@@ -80,6 +80,10 @@ let | |||
substitute ${neovim}/share/applications/nvim.desktop $out/share/applications/nvim.desktop \ | |||
--replace 'TryExec=nvim' "TryExec=$out/bin/nvim" \ | |||
--replace 'Name=Neovim' 'Name=WrappedNeovim' | |||
|
|||
# add icon to display | |||
mkdir -p $out/share/pixmaps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
regroup this mkdir with the previous one maybe ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@teto ,
Changes added. Please review.
For some reason unbeknownst to me, 15 (!) people were added as reviewers to this PR. I'm terribly sorry the annoyance but I'm not sure how to correct it.
tested, I confirm the icon now appears. |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @