puredyne-team team mailing list archive
-
puredyne-team team
-
Mailing list archive
-
Message #01833
[Bug 849303] [NEW] scvim does not work, reference to xterm which is not present
Public bug reported:
Hi,
scvim doesn't work out of the box. scvim is sourcing /usr/share/scvim/scvimrc by default.
line 13: let g:sclangTerm = "xterm -e". xterm is not present in puredyne.
solution 1)
cp /usr/share/scvim/scvimrc ~/.scvimrc
chage line 13 to:
let g:sclangTerm = "urxvt -e"
solution 2)
symlink urxvt to xterm
cheers
** Affects: puredyne-live
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of puredyne
team, which is the registrant for Puredyne Live.
https://bugs.launchpad.net/bugs/849303
Title:
scvim does not work, reference to xterm which is not present
Status in Puredyne liveCD/DVD/USB/HD:
New
Bug description:
Hi,
scvim doesn't work out of the box. scvim is sourcing /usr/share/scvim/scvimrc by default.
line 13: let g:sclangTerm = "xterm -e". xterm is not present in puredyne.
solution 1)
cp /usr/share/scvim/scvimrc ~/.scvimrc
chage line 13 to:
let g:sclangTerm = "urxvt -e"
solution 2)
symlink urxvt to xterm
cheers
To manage notifications about this bug go to:
https://bugs.launchpad.net/puredyne-live/+bug/849303/+subscriptions
Follow ups
References