From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Sturmfels Subject: bug#35424: Gnome terminal doesn't keep current working directory in new tab/window Date: Tue, 23 Jul 2019 18:26:31 +1000 Message-ID: <2a2c2698-fdb0-abf1-0aba-b9afaa2db167@stumbles.id.au> References: <877ebitzzk.fsf@sturm.com.au> <87v9vuo3lg.fsf@sturm.com.au> <87lfwpdgyu.fsf@elephly.net> <20190723063514.GC780@macbook41> <2c8f90ad-09a8-e2f3-db53-b80fa1c0fc1b@stumbles.id.au> <3ca7f646-7b83-2fb4-9891-03d31410c962@stumbles.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57399) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hpq8V-0003Ry-H3 for bug-guix@gnu.org; Tue, 23 Jul 2019 04:27:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hpq8U-00039w-FP for bug-guix@gnu.org; Tue, 23 Jul 2019 04:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53458) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hpq8U-00039l-6H for bug-guix@gnu.org; Tue, 23 Jul 2019 04:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hpq8T-0007aE-W7 for bug-guix@gnu.org; Tue, 23 Jul 2019 04:27:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <3ca7f646-7b83-2fb4-9891-03d31410c962@stumbles.id.au> Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Efraim Flashner , Ricardo Wurmus Cc: 35424@debbugs.gnu.org On 23/07/19 16:54, Ben Sturmfels wrote: > On 23/07/19 16:40, Ben Sturmfels wrote: > >>>> Interesting. Is this file installed to /etc/profile.d/vte.sh on other >>>> systems? Or is it otherwise sourced? >>>> >>> >>> I can only speak for my own system. I don't have gnome-terminal >>> installed, but I do have tilda which uses vte. My >>> ~/.guix-profile/etc/profile.d/ only has bash_completion.sh. >> >> I wonder if it's just a matter of moving vte to the propagated-inputs of >> gnome-terminal (and other packages like tilda)? I'll try now and report >> back. > > Ok, moving vte to propagated-inputs for gnome-terminal makes > ~/.guix-profile/etc/profile.d/vte.sh show up if installed with `guix > package` and /etc/profile.d/vte.sh show up if installed with `guix system`. Whoops, I got that mixed up - `guix system` does NOT create /etc/profile.d/vte.sh after the move to propagated-inputs.