https://bugs.kde.org/show_bug.cgi?id=409792
Bug ID: 409792 Summary: [drkonqi]: debugger *rc file search algorithm flaky? Product: drkonqi Version: unspecified Platform: Compiled Sources OS: All Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: rjvber...@gmail.com Target Milestone: --- SUMMARY DrKonqi finds its available debuggers via `foorc` files in the location retrieved by QStandardPaths::locate(QStandardPaths::AppDataLocation, path, QStandardPaths::LocateDirectory) This means that the system profiles in $prefix/share/drkonqi/debuggers will be ignored if the user creates a ~/.local/share/drkonqi/debuggers directory (on regular Unix, read the corresponding paths on Mac and MSWin). I'm not entirely certain how bad this is, given that DrKonqi doesn't allow a choice of the debugger used to generate a crash report. It does mean that the built-in default will be used if the user leaves the directory empty, and that default might not be correct on a given install. -- You are receiving this mail because: You are watching all bug changes.