diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:21:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:21:33 +0000 |
commit | c5086c67a3e6c18e539f1d4dd6f1da187c080fe9 (patch) | |
tree | 83fb83803b72b57475128d52de600b886235d6c1 /debian/README.Debian | |
parent | Adding upstream version 3.38.3. (diff) | |
download | gnome-terminal-c5086c67a3e6c18e539f1d4dd6f1da187c080fe9.tar.xz gnome-terminal-c5086c67a3e6c18e539f1d4dd6f1da187c080fe9.zip |
Adding debian version 3.38.3-1.debian/3.38.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..19246aa --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,11 @@ +gnome-terminal (3.10.1-2) unstable; urgency=low + + * To make new tabs opened within Gnome Terminal have the same + working directory as the current tab, it is necessary for the shell + running in the terminal to cooperate. For this, vte installs a bash + shell script that you must source in your ~/.bashrc. + + For example, you can put this at the end of your ~/.bashrc: + [[ -s "/etc/profile.d/vte.sh" ]] && . "/etc/profile.d/vte.sh" + + -- Fabian Greffrath <fabian+debian@greffrath.com> Tue, 21 Jan 2014 10:02:58 +0100 |