|
|
I'm running LibreOffice 3.5.4.2, BuildID: 350m1(Build:2) on Kubuntu 10.04. I love the program, but it will not save any of my customization settings. For example, I've recorded macros and then placed them on a toolbar, but the next time I open the program, they are not on the toolbar. Similarly, I've checked "Enable experimental features," but subsequent boots of the program do not have that feature enabled. Any suggestions gratefully appreciated.
If it were Microsoft Office, I would think I should delete the file with the saved user settings so that the program re-creates it. But a) it's not Microsoft Office (for which I am profoundly grateful), and b) I don't know whether LibreOffice has a file that would correspond with that or where it might be. Thanks in advance. |
|
Mirosław Zalewski |
|
|
On 09/07/2012 at 17:24, Don <[hidden email]> wrote:
> I'm running LibreOffice 3.5.4.2, BuildID: 350m1(Build:2) on Kubuntu 10.04. > I love the program, but it will not save any of my customization settings. > For example, I've recorded macros and then placed them on a toolbar, but > the next time I open the program, they are not on the toolbar. Similarly, > I've checked "Enable experimental features," but subsequent boots of the > program do not have that feature enabled. Any suggestions gratefully > appreciated. It looks like permissions problem - i.e. files that LibreOffice tries to modify does not have write permission for user that LibreOffice runs like. Have you upgraded lately? AFAIR there was some bug in LO 3.5.x Debian packages that caused migrated settings to be owned by root. This would fit perfectly to your case, but I may not remember correctly. > b) I don't > know whether LibreOffice has a file that would correspond with that or > where it might be. That would be ~/.config/libreoffice/ You are interested mostly in ~/.config/libreoffice/3/user/registrymodifications.xcu file. You can try to run that command from terminal: soffice -env:UserInstallation=file:///tmp/lo/ This will create new LO config directory in /tmp/ (it will be removed in next boot). Check if setting changes are written (just close LO and run that command again, so LO will read settings). If so, then it apparently is problem with your config dir (path above). You may try to remove it (or rename) and run LO again - it will recreate all settings from scratch. But it may be quite some work if you tend to customize your LO heavy. If above command will still produce LO that does not remember it's settings, then your LO build is broken. You should upgrade/downgrade it. -- Best regards Mirosław Zalewski -- For unsubscribe instructions e-mail to: [hidden email] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted |
|
|
Miroslaw,
Thanks for getting back to me so quickly. I think I'm up to date on the program since the first things I do every day are to use the Kpackage Manager update feature and then run sudo apt-get update. Do you know which files I would need to change the permissions on? That seems from your message the simplest approach to try at this point. Don |
|
Thomas Taylor |
|
|
On Mon, 9 Jul 2012 09:12:46 -0700 (PDT)
Don <[hidden email]> wrote about [libreoffice-users] Re: LibreOffice won't save settings: > Miroslaw, > > Thanks for getting back to me so quickly. I think I'm up to date on the > program since the first things I do every day are to use the Kpackage > Manager update feature and then run sudo apt-get update. > > Do you know which files I would need to change the permissions on? That > seems from your message the simplest approach to try at this point. > > Don > > -- > View this message in context: > http://nabble.documentfoundation.org/LibreOffice-won-t-save-settings-tp3994487p3994498.html > Sent from the Users mailing list archive at Nabble.com. > Hi Don, I don't use Kubuntu but will give an answer that SHOULD work. I occasionally run chown on my entire ~/ folder (/home/user/) just to avoid any problem with permissions caused by backup/restore, upgrades, and additions. chown -R username:users /home/user/ the -R ensures recursion through all that users sub-directories Tom -- “What we do for ourselves dies with us. What we do for others and the world remains and is immortal.” Albert Pine Tom Taylor - retired penguin AMD Phenom II x4 955 -- 4GB RAM -- 2x1.5TB sata2 openSUSE 12.1x86_64 openSUSE 12.2x86_64 KDE 4.7.2, FF 7.0 KDE 4.8.4, FF 13.0 claws-mail 3.8.0 registered linux user 263467 linxt-At-comcast-DoT-net -- For unsubscribe instructions e-mail to: [hidden email] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted |
|
Mirosław Zalewski |
|
|
In reply to this post by Don
On 09/07/2012 at 18:12, Don <[hidden email]> wrote:
> Do you know which files I would need to change the permissions on? As I said, give ~/.config/libreoffice/3/user/registrymodifications.xcu a try. All changes are written to that file. It tends to grow in size over time. I believe changes should be redistributed over appropriate files over time, but for some reason they seem to not be. But personally I would start from second command to ensure that problem lies in permissions/configuration and not LO package itself. -- Best regards Mirosław Zalewski -- For unsubscribe instructions e-mail to: [hidden email] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted |
|
Andreas Säger |
|
|
In reply to this post by Don
You have a macro and a toolbar button.
Where is the macro stored? Globally or in a document? Where is the modified toolbar stored? Globally or in a document? |
| Powered by Nabble | Edit this page |