https://bugs.documentfoundation.org/show_bug.cgi?id=99242

Quinton <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #4 from Quinton <[email protected]> ---
(In reply to Adolfo Jayme from comment #1)
> Note that XP is an obsolete platform – the oldest Microsoft-supported OS is
> now Windows 7 SP1, and if your hardware can run Windows 7, you should be
> running Windows 10 instead (or something else).
> 
> We may be pulling the plug on Windows XP soon — to quote one of TDF’s
> engineers (bug 97226 comment 24), “XP [is] only supported out of
> courtesy/because it still builds for it”.

Hi Adolfo,

I noticed some of the builds seem to specify Vista is required. We will use the
other OS's when it becomes required. A workaround for this problem is to run a
standalone Python 3.3 install and add this to the script,

libre_path=r"c:\Program Files\LibreOffice 5"
sofficebin=r"%s\program\soffice.exe"%(libre_path)
sys.path.append(r"%s\program"%libre_path)
os.environ["URE_BOOTSTRAP"] =
r"vnd.sun.star.pathname:%s\program\fundamental.ini"%libre_path
os.environ["PATH"] += r";%s\URE\bin"%libre_path

Regards Quinton

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to