[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Another missing package



xterm -e vim filename.txt

You could create a shell script as /usr/X11R6/bin/gvim:
#!/bin/bash
exec xterm -e vim $*

Otherwise, the vim packages in rawhide are really nice looking since
they use Gtk2.  You can also rebuild the SRPM, setting the enterprise
flag to 0.  This will allow it to build the vim-x11 package.

rpm -i vim-xxx.src.rpm
cd /usr/src/redhat/SPECS
vi vim.spec
# change enterprise=0
:wq
rpmbuild -bb vim.spec
rpm -ivh /usr/src/redhat/RPMS/i386/vim-x11.xxx.i386.rpm

-Al Tobey

On Wed, 2003-08-13 at 02:29, John wrote:
> Where is vim-x11? What is the suggested alternative?
> 
> 
> --
> Taroon-beta-list mailing list
> Taroon-beta-list redhat com
> http://www.redhat.com/mailman/listinfo/taroon-beta-list




** ** **  PRIVILEGED AND CONFIDENTIAL  ** ** **
This email transmission contains privileged and confidential information 
intended only for the use of the individual or entity named above.  Any 
unauthorized review, use, disclosure or distribution is prohibited and 
may be a violation of law.  If you are not the intended recipient or a 
person responsible for delivering this message to an intended recipient, 
please delete the email and immediately notify the sender via the email 
return address or mailto:postmaster priority-health com   Thank you.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]