Bug 335109

Summary: Change the default logging directory from ~/logs to where logs are generally saved
Product: [Applications] konversation Reporter: Sudhir Khanger <sudhir>
Component: loggingAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: justin.zobel
Priority: NOR    
Version: 1.5   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sudhir Khanger 2014-05-21 03:52:46 UTC
I think Konversation logs should be saved where applications generally save their logs, according to filesystem hierarchy, and not start dumping everything in the default home folder.

Reproducible: Always

Actual Results:  
Konversation creates a directory ~/logs
Comment 1 Justin Zobel 2020-04-02 07:01:37 UTC
Is this likely to get implemented one day?
Comment 2 Peter Simonsson 2020-04-07 04:52:33 UTC
Git commit 103e441fe9ccd6d77d782afcd3cbd347ece0172c by Peter Simonsson.
Committed on 07/04/2020 at 04:46.
Pushed by psn into branch 'master'.

Change default logging directory

Use ~/.local/share/konversation/logs by default instead of creating the
logs directory directly in the home directory.

M  +1    -1    src/config/konversation.kcfg

https://commits.kde.org/konversation/103e441fe9ccd6d77d782afcd3cbd347ece0172c
Comment 3 Justin Zobel 2020-04-07 05:06:16 UTC
Thanks!