SUMMARY I had custom dircolors in .bashrc downloaded from https://github.com/trapd00r/LS_COLORS/blob/master/LS_COLORS STEPS TO REPRODUCE 1. Download LS_COLORS from above link and add this line to .bashrc eval $(dircolors -b LS_COLORS) 2. Restart 3. OBSERVED RESULT Krunner is not working correctly (Konsole env unset, $USER unset, missing other applications e.g. flatpak) EXPECTED RESULT Krunner starts konsole with user env vars set, flatpak apps are listed by krunner... SOFTWARE/OS VERSIONS Fedora 32 Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.18.5 KDE Frameworks Version: 5.68.0 Qt Version: 5.13.2 ADDITIONAL INFORMATION
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