https://bugs.kde.org/show_bug.cgi?id=438009
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |a.samir...@gmail.com --- Comment #10 from Ahmad Samir <a.samir...@gmail.com> --- It works for me with current git master of the Frameworks, which includes all those patches. (FWIW, it worked before those patches were merged in KIO too, I use Konsole on a daily basis, if it broke I'd have been hit by this). This is weird, the open text file (I assume you mean opening by Ctrl+Click) is one code path, the open file manager is a different code path... so yeah, could be KIO (or anything else... :)). For the text file, to get more debug: export QT_LOGGING_RULES="*konsole*=true" konsole You should see something like: org.kde.konsole: FileFilterHotSpot: mime type for "/home/ahmad/123" : QMimeType("text/plain") org.kde.konsole: fullCmd: "/usr/bin/kate /home/ahmad/123" (I'll see if I can create a Fedora VM to test, at least it's rpm-based, which is the only package manager I am familiar with). -- You are receiving this mail because: You are watching all bug changes.