Steps to Reproduce: 1. log in to GNOME (Wayland) 2. $ cat .bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/.local/bin:$HOME/bin export PATH 3. $ echo $PATH /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin
Is there anything happening to find out what causes this bug? Because it is really annoying.
We're tracking this upstream here: https://bugzilla.gnome.org/show_bug.cgi?id=736660 The issue is right now the start up path contains a tower of shell scripts that have nothing to do with the graphical session, and wayland is an opportunity to break away from that. Obviously we need a way for users to set environment variables, though. See the upstream bug for more details.