Bug#712208: gnome-terminal: New tab is always opened in home directory (instead of working directory)

Laurent Bigonville bigon at debian.org
Fri Jun 14 07:11:35 UTC 2013


reassign libvte-2.90-9 1:0.34.6-1
forcemerge 706065 712208
affects 706065 gnome-terminal
thanks

Hi,

This bug is actually due to /etc/profile.d/vte.sh not being sourced on
non-login shells.

To workaround this you could add the following line in your ~/.bashrc
file:

[[ -s "/etc/profile.d/vte.sh" ]] && . "/etc/profile.d/vte.sh"

For more information see bug #706065

Cheers

Laurent Bigonville



More information about the pkg-gnome-maintainers mailing list