https://bugs.documentfoundation.org/show_bug.cgi?id=153571
Bug ID: 153571
Summary: Failure installing a Python-based OXT with a space in
the file name - part 2
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
1. Download APSO v.1.3.2 from
https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python;
2. Rename the filename from 'apso.oxt' to, e.g., 'apso (2).oxt';
3. Try to install it (e.g., double-click the .oxt in the file manager to
execute "soffice '/path/to/apso (2).oxt'").
=> installation would fail, with something like
> Failed to register package for
> vnd.sun.star.expand:$UNO_USER_PACKAGES_CACHE/uno_packages/lu265164xhtp8.tmp_/apso%2520(2).oxt/python/scripts
The code that fails to URL-decode the vnd.sun.star.expand:... payload prior to
passing it to expandMacros is expandUri in
scripting/source/pyprov/pythonscript.py (see bug 150982 comment 4).
--
You are receiving this mail because:
You are the assignee for the bug.