Re: RM5414 - Runtime paths

2020-07-11 Thread Akshay Joshi
Thanks, patch applied. On Fri, Jul 10, 2020 at 7:37 PM Dave Page wrote: > The attached patch changes the runtime to > use QStandardPaths::AppLocalDataLocation as the directory for the startup > and server logs, instead of $HOME. This should conform to platform > standards (XDG, in the case of Li

RM5414 - Runtime paths

2020-07-10 Thread Dave Page
The attached patch changes the runtime to use QStandardPaths::AppLocalDataLocation as the directory for the startup and server logs, instead of $HOME. This should conform to platform standards (XDG, in the case of Linux). The actual filenames are now displayed on the log viewer for convenience. Pl