https://bugs.documentfoundation.org/show_bug.cgi?id=164757
--- Comment #2 from Stephan Bergmann <[email protected]> --- (In reply to V Stuart Foote from comment #0) > Cleaned it off and set the LIBO_UPDATER_TEST_ENABLE to "0", and reinstalled. > Same result. Set value to "false", same result. In Desktop::Main in desktop/source/app/app.cxx (which is the only place in the code that uses that env var), we only check whether the LIBO_UPDATER_TEST_ENABLE env var is set at all, not what its actual value is (i.e., setting it to "0" or "false" has the same effect as setting it to "x" or "1" or "true" or whatever). -- You are receiving this mail because: You are the assignee for the bug.
