• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.reuse/H04-Jan-2022-119

LICENSES/H03-May-2022-

cmake/H04-Jan-2022-4233

po/H04-Jan-2022-251,251213,020

src/H03-May-2022-27,32321,289

.git-blame-ignore-revsH A D04-Jan-2022220 97

.gitignoreH A D04-Jan-2022379 3230

.kateconfigH A D04-Jan-2022105 43

README.mdH A D04-Jan-2022662 2011

Testing.mdH A D04-Jan-20221.9 KiB4733

ToDoH A D04-Jan-20227.8 KiB206134

logo.png.licenseH A D04-Jan-2022106 32

README.md

1<!--
2    SPDX-License-Identifier: CC0-1.0
3    SPDX-FileCopyrightText: 2021 Harald Sitter <sitter@kde.org>
4    SPDX-FileCopyrightText: 2021 Aleix Pol i Gonzalez <aleixpol@kde.org>
5-->
6
7# DrKonqi
8## Activating the debug button for DrKonqi
9Add into `~/.config/drkonqirc`:
10```
11[DrKonqi]
12ShowDebugButton=true
13```
14
15## Integrating with coredumpd
16We need to make sure that the `drkonqi-coredump-processor@.service` is enabled so that coredumpd knows to tell us when a crash happens. You can inspect it with:
17
18* Check it's enabled: `systemctl is-enabled drkonqi-coredump-processor@.service`
19* You can enable it with `systemctl enable drkonqi-coredump-processor@.service`
20