From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: gnome-shell and LD_LIBRARY_PATH Date: Mon, 20 May 2019 23:22:20 +0200 Message-ID: <87a7fgizxv.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSx1v-0001Ma-Oa for guix-devel@gnu.org; Tue, 21 May 2019 01:09:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSx1r-0001Gl-T7 for guix-devel@gnu.org; Tue, 21 May 2019 01:09:39 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21371) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hSx1p-0001Fx-Ux for guix-devel@gnu.org; Tue, 21 May 2019 01:09:35 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi Guix, I just noticed that LD_LIBRARY_PATH is set in my shell environments. Looking at the directories it contains I realised that this is because of gnome-shell. When I set LD_LIBRARY_PATH in the =E2=80=9Cwrap-programs=E2=80=9D phase of = the =E2=80=9Cgnome-shell=E2=80=9D package I did not expect all running programs= in a GNOME session to inherit it. What do you think: can we find a way to get rid of it? Either from the gnome-shell package or from the GNOME environment in which other applications are started? -- Ricardo