[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to make GUI applications inherit PATH
From: |
Suvayu Ali |
Subject: |
Re: How to make GUI applications inherit PATH |
Date: |
Tue, 9 Mar 2021 20:04:32 +0000 |
On Tue, Mar 9, 2021 at 1:56 PM Fernando Basso
<fernandobasso.br@gmail.com> wrote:
>
> I am creating a launcher in Xfce4 to run `gvim -f'. When I click the
> launcher, gvim opens and complains it cannot find nodejs, which I
> install through nvm (node version manager), which is added to `PATH' in
> `~/.bashrc'.
Any variable that you want to be available throughout your desktop,
including GUI applications, you should set in your ~/.bash_profile.
--
Suvayu
Open source is the future. It sets us free.