| Summary: | .bashrc command breaks krunner | ||
|---|---|---|---|
| Product: | [Plasma] krunner | Reporter: | Dario (dac#8469, dac73) <dario.tislar> |
| Component: | general | Assignee: | Kai Uwe Broulik <kde> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | alexander.lohnau, unduthegun |
| Priority: | NOR | ||
| Version First Reported In: | 5.18.5 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | attachment-6351-0.html | ||
|
Description
Dario (dac#8469, dac73)
2020-05-20 18:55:13 UTC
I can't reproduce this on KDE Neon Unstable. Have you tried commenting this line out? Hey Alex, I just reproduced it on OpenSuse TW - Plasma. Steps for reproducing: 1. wget https://github.com/trapd00r/LS_COLORS/blob/master/LS_COLORS 2. add eval $(dircolors -b $HOME/LS_COLORS) to .bash_aliases (or .aliases) 3. restart Commenting out this line fixes the problem, but this is still a bug. Could this be a duplicate of BUG 417050? Created attachment 129357 [details] attachment-6351-0.html Looks like it 🤔 On Sun, 14 Jun 2020, 18:37 Alexander Lohnau, <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=421833 > > --- Comment #3 from Alexander Lohnau <alexander.lohnau@gmx.de> --- > Could this be a duplicate of BUG 417050? > > -- > You are receiving this mail because: > You reported the bug. Okay, I am marking this as a duplicate. *** This bug has been marked as a duplicate of bug 417050 *** I've narrowed it down to these lines in my config.fish: set -x LESS_TERMCAP_mb (printf "\e[01;31m") # begin blinking set -x LESS_TERMCAP_md (printf "\e[01;31m") # begin bold set -x LESS_TERMCAP_me (printf "\e[0m") # end mode set -x LESS_TERMCAP_se (printf "\e[0m") # end standout-mode set -x LESS_TERMCAP_so (printf "\e[01;44;33m") # begin standout-mode - info box set -x LESS_TERMCAP_ue (printf "\e[0m") # end underline set -x LESS_TERMCAP_us (printf "\e[01;32m") # begin underline |