vim / vim-appimage

AppImage for gVim
115 stars 20 forks source link

GTK Gui #2

Closed siddharth99 closed 6 years ago

siddharth99 commented 6 years ago

Thanks for providing these vim appimages; they are really helpful. However, I was wondering if it would be easy to provide appimages based to gtk gui instead of x11-athena; I have been using an old appimage from the older repo chrisbra/vim-appimage which is compiled with gtk gui.

fusion809 commented 6 years ago

I second this, the Athena GUI looks terrible to me, at least.

fusion809 commented 6 years ago

I've managed to create a GTK+2 supporting GVim AppImage from forking this repo (fusion809/vim-appimage) and making some minor changes. Feel free to give them a go, here's the releases page — https://github.com/fusion809/vim-appimage/releases.

chrisbra commented 6 years ago

So I guess, the only change would be add --enable-gui=gtk2 and add the dependency for libgtk2.0-dev, right?

fusion809 commented 6 years ago

Yep seems like it works.

chrisbra commented 6 years ago

okay, I made #3 I'll be awaiting some comments before merging.