Page 1 of 1

[solved] Toolbar settings (only) don't persist across sessions

Posted: Mon Dec 25, 2017 7:48 pm
by lphilpot
QCAD 3.19.2 Pro
Xubuntu 16.04 Linux

I can choose and arrange toolbars as I want without a problem, but when I restart QCAD it reverts to a previous layout. I tried it with and without a default template (wondering if toolbar settings were saved in / with that file, maybe?) but it made no difference. I can see the default template loads properly - Custom layers, etc., are there, but with or without it, toolbar settings don't "stick" after restarting QCAD. Other custom settings are saved properly and remain in effect, it's apparently just toolbars that don't.

I just upgraded to Pro today and it appears (from the best of my memory) that the toolbar settings are what I had with the CE prior to upgrading. Do I need to rename/delete my config file and start over? It shows it's been updated today, I have write permissions, etc., so it's not a file-level issue:

-rw-rw-r-- 1 len len 85463 Dec 25 12:45 QCAD3.conf

Thanks.

Re: Toolbar settings (only) don't persist across sessions

Posted: Mon Dec 25, 2017 8:23 pm
by Husky
lphilpot wrote:I just upgraded to Pro today ...
... you must have done something right! :wink:
lphilpot wrote:I can choose and arrange toolbars as I want without a problem, but when I restart QCAD it reverts to a previous layout. I tried it with and without a default template (wondering if toolbar settings were saved in / with that file, maybe?) but it made no difference.
My wheelhouse is win but all application settings are stored in QCAD3.conf.
lphilpot wrote:Do I need to rename/delete my config file and start over? It shows it's been updated today, I have write permissions, etc., so it's not a file-level issue:
Usually not but try to rename the QCAD3.conf and make a few test with your toolbar settings. Terminating of QCAD will always save a new QCAD3.conf. I would assume it's a permission problem but you said read/write is proper set ...

Re: Toolbar settings (only) don't persist across sessions

Posted: Mon Dec 25, 2017 8:43 pm
by lphilpot
Husky wrote:
lphilpot wrote:I just upgraded to Pro today ...
... you must have done something right! :wink:
Something like that, I guess. :wink:
Husky wrote:Terminating of QCAD will always save a new QCAD3.conf. I would assume it's a permission problem but you said read/write is proper set ...
Well, now it finally worked... of course! I must've tried half a dozen times or more before. I got to the point where I had all my toolbars / positions memorized. :lol: I was watching the config file while I worked on it. It was apparently saved when I made changes (timestamp changed) but the content was unchanged ('diff' and md5sum showed no difference). But, when I exited the program, this time the DockappWindows array was updated and upon next launch my toolbars are where I want them. Excellent!

Dunno why it did that, but it appears to be working now.

Thanks (and go back to your Christmas day, instead of answering support forum posts!) :)

Re: Toolbar settings (only) don't persist across sessions

Posted: Mon Dec 25, 2017 9:12 pm
by Husky
Great!

Remember to keep always a backup of your QCAD3.conf. Maybe one day it will save you a lot of work ...

Christmas day? Ops, yep ..... I have to go ......

Re: Toolbar settings (only) don't persist across sessions

Posted: Mon Dec 25, 2017 9:19 pm
by lphilpot
Config file? Yep. I wrote a customizable Perl script that nightly (in addition to other backups) gathers and stores a wide range of system configuration information, including some specific application directories / files. It's saved my bacon more than once (use it at work as well).

Thanks again.