[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Another missing package
- From: Al Tobey <albert tobey priority-health com>
- To: taroon-beta-list redhat com
- Subject: Re: Another missing package
- Date: Wed, 13 Aug 2003 11:23:13 -0400
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]