mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-30 08:47:22 +01:00
add drkonqirc (KDE Crash reporter configuration)
This commit is contained in:
parent
ac6e79f238
commit
5e1fb85357
1
conf/drkonqirc
Symbolic link
1
conf/drkonqirc
Symbolic link
@ -0,0 +1 @@
|
||||
../rc/drkonqirc
|
||||
7
install
7
install
@ -73,6 +73,13 @@ if [ ! -f $HOME/.config/foot/foot.ini ]; then
|
||||
cp -v conf/foot/foot.ini $HOME/.config/foot/foot.ini
|
||||
fi
|
||||
|
||||
# KDE crash reporter. I don't want to keep giving it permission to download
|
||||
# debug symbols and send reports, just do it automatically.
|
||||
if [ ! -f $HOME/.config/drkonqirc.bak ]; then
|
||||
cp -v $HOME/.config/drkonqirc $HOME/.config/drkonqirc.bak
|
||||
cp -v rc/drkonqirc $HOME/.config/drkonqirc
|
||||
fi
|
||||
|
||||
# A cat(1) clone with wings.
|
||||
if hash bat 2> /dev/null; then
|
||||
mkdir -vp $(bat --config-dir)
|
||||
|
||||
3
rc/drkonqirc
Normal file
3
rc/drkonqirc
Normal file
@ -0,0 +1,3 @@
|
||||
[DrKonqi]
|
||||
DownloadSymbols=true
|
||||
Sentry=true
|
||||
Loading…
x
Reference in New Issue
Block a user