https://bugs.kde.org/show_bug.cgi?id=486582
Carlo Wood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Carlo Wood <[email protected]> --- Also found this bug report while looking for existing bugs. This bug occurs for ANY symbolic link in the current path. Test: * create a symlink in any directory to any directory * cd into the symlink * type: pwd Observe that the result shows a path including where the symlink was created (aka, where you came from), as it should. * Create a new Tab * type pwd Observe that it prints something else. For example, ``` daniel:~/projects/github>pwd /home/carlo/projects/github daniel:~/projects/github>ls -l /home/carlo/projects/github lrwxrwxrwx 1 carlo carlo 24 May 1 2025 /home/carlo/projects/github -> /usr/src/projects_github/ daniel:~/projects/github>ln -s /usr/src/AUR/systemd-netns daniel:~/projects/github>cd systemd-netns Environment changed from "/home/carlo/projects" to "/home/carlo/projects/github/systemd-netns" daniel:~/projects/github/systemd-netns>pwd /home/carlo/projects/github/systemd-netns ``` Create a new Tab and get: ``` Reloading history for /home/carlo History changed from "nothing" to "/usr/src/AUR/systemd-netns" Environment changed from "nothing" to "/usr/src/AUR/systemd-netns" daniel:/usr/src/AUR/systemd-netns>pwd /usr/src/AUR/systemd-netns ``` This is extremely annoying for me because, as you can see, my history and environment depend on the value of pwd. Not only does my prompt change, but also my whole environment. -- You are receiving this mail because: You are watching all bug changes.
