Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373693 - gnome-terminal error after upgrade to vte-0.28.1-r200
Summary: gnome-terminal error after upgrade to vte-0.28.1-r200
Status: RESOLVED DUPLICATE of bug 365539
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-01 09:33 UTC by Michel Ganguin
Modified: 2011-07-01 10:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Ganguin 2011-07-01 09:33:12 UTC
*** VTE ***: Failed to load terminal capabilities from '/etc/termcap'

and this because the new vte installs termcap in a directory with version number:
/usr/share/vte/termcap-0.0/xterm

this workaround make it work again:
cd /usr/share/vte
ln -s termcap-0.0 termcap

I don't know if this symlink should be added with vte ebuild, or if gnome-terminal should be fixed.

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2011-07-01 10:50:13 UTC

*** This bug has been marked as a duplicate of bug 365539 ***