Description of problem: /etc/profile.d/kitty.sh overrides PS1 for every single terminal emulator. The result is the cursor is changed globally. In my case from 'block' in konsole it turned to 'I beam'. Version-Release number of selected component (if applicable): kitty-0.24.2-6.fc35.x86_64 How reproducible: Every time Steps to Reproduce: 1. install kitty-0.24.2-6.fc35.x86_64 2. start konsole 3. type a command and watch the cursor shape change Actual results: Cursor shape changes, konsole is affected Expected results: integration does not affect other terminal emulators Additional info: A simple check like if [ $(readlink -f "/proc/$PPID/exe") == "/usr/bin/kitty" ]; then ... fi in /etc/profile.d/kitty.sh fixes it for me.
Thanks for the report!
FEDORA-2022-ee8f86925f has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-ee8f86925f
Just updated, "${KITTY_PID}" is nice, 10x.
Good to know, thanks for testing!
FEDORA-2022-ee8f86925f has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-ee8f86925f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-ee8f86925f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-ee8f86925f has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.