Search Criteria
Package Details: gnvim-git r193.4f7c547-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnvim-git.git (read-only, click to copy) |
---|---|
Package Base: | gnvim-git |
Description: | GUI for neovim, without any web bloat |
Upstream URL: | https://github.com/vhakulinen/gnvim |
Keywords: | gui neovim |
Licenses: | MIT |
Conflicts: | gnvim |
Provides: | gnvim |
Submitter: | DaZ |
Maintainer: | DaZ |
Last Packager: | DaZ |
Votes: | 3 |
Popularity: | 0.000008 |
First Submitted: | 2019-02-26 21:46 (UTC) |
Last Updated: | 2019-05-23 15:46 (UTC) |
Dependencies (6)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- neovim (nvim-with-restricted-mode, neovim-git, neovim-nightly-bin, neovim-nightly)
- webkit2gtk (webkit2gtk-wpe-bin, webkit2gtk-hvml, webkit2gtk-imgpaste)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- rust (rust-i586-git, rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
Latest Comments
Svenstaro commented on 2019-05-16 00:56 (UTC)
Can you add
?
DaZ commented on 2019-04-01 14:24 (UTC)
patched the default path instead, so it works swell without the desktop file as well :^)
urandom commented on 2019-04-01 13:24 (UTC)
The desktop file needs to be modified since gnvim is installed in /usr. The Exec needs to be changed for it to load its own runtime files:
Exec=/usr/bin/gnvim --gnvim-rtp /usr/share/gnvim/runtime -- %F
trevdev commented on 2019-03-02 19:15 (UTC)
Thanks!
gabmus commented on 2019-03-02 09:36 (UTC)
@trevdev: submitted a couple of patches upstream to fix these issues, if they get merged our problems are solved.
trevdev commented on 2019-03-02 01:16 (UTC)
Just a heads up, the .desktop reference is broken on install as well as the icon reference. At least, for me it is.
location: /usr/share/applications/gnvim.desktop
Contents [Desktop Entry] Type=Application Encoding=UTF-8 Name=GNvim Exec=/home/<user redacted>/.cache/yay/gnvim-git/pkg/gnvim-git//usr/bin/gnvim -- %F Icon=gnvim.png Terminal=false
Both the Exec/Icon settings seem incorrect. I fixed this manually with the last version but it broke again after updating.
DaZ commented on 2019-03-01 17:43 (UTC)
done, thanks for feedback :^)
gabmus commented on 2019-03-01 17:08 (UTC)
Please change line 29 of PKGBUILD to
make PREFIX="/usr" DESTDIR="$pkgdir/" install
to install under /usr instead of /usr/local