Re: gnome-shell: can't change PATH at gnome-shell level

2025-05-02 Thread Nicolas George
Greg Wooledge (HE12025-05-02): > Or leave off the |tr if you don't mind having the result squashed together > with the next shell prompt. Or replace |tr with ;echo to add a newline. Or use zsh, by default it adds a ‘%’ in reverse video to finish the unfinished lines in commands output. There are

Re: gnome-shell: can't change PATH at gnome-shell level

2025-05-02 Thread Greg Wooledge
On Fri, May 02, 2025 at 12:19:52 +0700, Max Nikulin wrote: > I suggest to inspect PATH for each parent process PID in the tree reported > by > > ps xwf > > e.g. with proper PID number (single line) > > while IFS='' read -r -d ''; do if [[ "$REPLY" = PATH* ]]; then echo > "$REPLY"; break;

Re: gnome-shell: can't change PATH at gnome-shell level

2025-05-01 Thread Max Nikulin
On 02/05/2025 12:19, Max Nikulin wrote: On 01/05/2025 14:37, Farid Cheraghi wrote: I expect that when I press alt+f2 and type an executable name which is present in `~/.local/bin/` to be executed. See below for some ideas for debugging. As a workaround you may try to change Environment for

Re: gnome-shell: can't change PATH at gnome-shell level

2025-05-01 Thread Max Nikulin
On 01/05/2025 14:37, Farid Cheraghi wrote: Package: gnome-shell Version: 48.1-1 Despite my first impression, it is not a bug report sent to a wrong mail address. Below: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104035 and there Jeremy Bícha: This sounds like a request for user sup

gnome-shell: can't change PATH at gnome-shell level

2025-05-01 Thread Farid Cheraghi
Package: gnome-shell Version: 48.1-1 I can't change the PATH at gnome-shell level so I can execute programs in my `~/bin` or `~/.local/bin` folder from my `.desktop` files. I am able to easily define other variables through `~/.config/environment.d/envvars.conf` e.g. `TEXMFHOME`. The problem is re