https://bugs.freedesktop.org/show_bug.cgi?id=63240
--- Comment #16 from Stephan Bergmann <[email protected]> --- * Note that "I use rsync to synchronize the ~/.config/libreoffice tree across my work and home machines and my laptop" might be a source of various problems. * I can /not/ reproduce the problem when doing "chmod 0 ~/.config/libreoffice/4/user/uno_packages/cache"; for me, that leads to "Tools - Extension Manager..." silently doing nothing (instead of opening the Extension Manager dialog). (And note that "cache" is somewhat of a misnomer there---the data stored there is not strictly merely an optimizing cache.) * Thread 25 terminating with a com::sun::star::deployment::DeploymentException (as per comment 0) is apparently the dp_gui::UpdateDialog::Thread (desktop/source/deployment/gui/dp_gui_updatedialog.cxx). Unfortunately, in a non-debug LO build, it is not possible to get at the interesting part of that exception, namely its Message (we would need to derive com::sun::star::uno::Exception from std::exception in order for __gnu_cxx::__verbose_terminate_handler to show a message, but we cannot do that for UNO compatibility reasons). -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
