[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2015-08-28 Thread Peter Cordes
If you want full-featured vim in a terminal, install vim-gtk and run it as vim. It only opens a new window if you run it as gvim, or vim -g. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/837882

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2015-06-01 Thread Leyli Cecil
I fully agree with Garnet. Vim's current package nomenclature is counter-intuitive, counter-productive, and arguably constitutes a bug. While there do exist use cases for a headless Ubuntu, I'd contend that those are largely edge use cases. For Ubuntu and like-minded GUI-centric Linux distros

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2013-08-02 Thread Sparhawk
@ivanxuu I already had vim installed, and this had no support for clipboard. Only when I installed vim-gtk did it support the clipboard. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/837882 Title:

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2013-01-02 Thread ivanxuu
By default, Ubuntu installs the vim-tiny package, which is a ultra-light version of the console vim only. Most people should simply install the vim-gtk (or vim-gnome) package. This package will provide both the graphical gvim and the console vim, but in a huge configuration that includes support

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2012-04-10 Thread Will Gray
A hard to imagine situation? Plenty of people use Ubuntu for GUI-less servers and want the huge feature set. ** Changed in: vim (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2011-12-20 Thread Garnet
I just recently reset my system to reinstall everything properly. While recompiling vim I noticed that it actually installs GUI too. Go figure. It's probably due to gtk2 in my configure line. So here's my summary on this bug and the way Vim is packaged in Ubuntu. I think the reason for this

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2011-12-17 Thread Garnet
I think this bug is invalid. Actually you can use either the vim-gtk or vim-gnome packages vim-gtk and vim-gnome packages are GUI Vim packages and I need a pure console Vim. I'm much more comfortable like that. The bug is valid and annoying. -- You received this bug notification because you

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2011-12-17 Thread Garnet
Or wait, do you mean vim-gtk and vim-gnome also contain proper console versions? If so, it makes sense then, but still, judging from screenshots, they also install full GUI version which I don't want: http://screenshots.debian.net/package/vim-gtk http://packages.ubuntu.com/hardy/vim-gnome --

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2011-11-01 Thread Gonzague Reydet
I think this bug is invalid. Actually you can use either the vim-gtk or vim-gnome packages which are compiled with both option flags active instead of the default vim package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2011-09-07 Thread Launchpad Bug Tracker
** Changed in: vim (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/837882 Title: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support To

[Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2011-08-31 Thread Garnet
Temporary solution. I just removed vim package and compiled vim myself. I used the following configure command to get +clipboard and +xterm_clipboard: ./configure --with-features=big --enable-cscope --enable-gui=gtk2 --enable-multibyte The following development packages are required (most