| Summary: | Sonnet uses the wrong path for configuration files... | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-sonnet | Reporter: | piedro <piedro.kulman> |
| Component: | general | Assignee: | Martin Sandsmark <martin.sandsmark> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | kdelibs-bugs-null, piedro.kulman |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
piedro
2015-10-21 18:10:47 UTC
Edit: Please add a question mark to the first line of the previous post. I cannot find any edit button, so .... Is this too challenging a task to just simply fix one entry in the configuration file for developers to care? Sonnet is the only application to use this path. But I guess it's allright, it's only two years old for a 20 second change... Keep up the good work! Cheers, p. Sonnet uses QSettings instead of KConfig, to be able to work in pure Qt applications. The QSettings class mandates an 'organization' name. You can see it with many other Qt applications, such as Trojita, Minitube, etc. Some applications simply use the applications name as the organization name, e.g. sqlitebrowser, smplayer etc. By this logic it wouldn't it be correct to have the location: ~/.config/Sonnet/sonnet.conf ? |