Your message dated Mon, 25 Mar 2024 16:25:27 +0100
with message-id <00548a29-28c7-4fda-b401-d6c47ecc6...@svario.it>
and subject line Re: Bug#968976: bash:$HOME/.local/bin missing in $PATH
has caused the Debian Bug report #968976,
regarding bash:$HOME/.local/bin missing in $PATH
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
968976: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968976
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bash
Version: 5.0-4
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   From a Gnome stable I installed xfce and noticed applications
   installed under .local stopped working. Throwing: 'application name' not 
found when calling the app from terminal.  
   ~/.local not in $PATH has been reported as bug #839155 in Debian
   and as  bug #1588562 in bugs.launchpad. Note, it still persist in XUbuntu 
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562/comments/20
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
     Installed xfce via tasksel.  
   * What was the outcome of this action?
     ~/.local was removed from $PATH.  
   * What outcome did you expect instead?
   intact $PATH 


-- System Information:
Debian Release: 10.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-10-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages bash depends on:
ii  base-files   10.3+deb10u5
ii  debianutils  4.8.6.1
ii  libc6        2.28-10
ii  libtinfo6    6.1+20181013-2+deb10u2

Versions of packages bash recommends:
pn  bash-completion  <none>

Versions of packages bash suggests:
pn  bash-doc  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
The default ~/.profile adds ~/.local/bin to PATH if it exists:

    # set PATH so it includes user's private bin if it exists
    if [ -d "$HOME/.local/bin" ] ; then
        PATH="$HOME/.local/bin:$PATH"
    fi

Maybe you're using an outdated copy of /etc/skel/.profile?

Regards,

--
Gioele Barabucci

--- End Message ---

Reply via email to