https://bugs.documentfoundation.org/show_bug.cgi?id=168550
Bug ID: 168550
Summary: user profile search path not working in apt install
version of libreoffice only system wide works
Product: LibreOffice
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Created attachment 202967
--> https://bugs.documentfoundation.org/attachment.cgi?id=202967&action=edit
code that shows the dialog appearing with the incorrect search path
Version: 24.2.7.2 (X86_64) / LibreOffice Community
Build ID: 420(Build:2)
CPU threads: 8; OS: Linux 6.14; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 4:24.2.7-0ubuntu0.24.04.4
Calc: threaded
Hi - The search path isn't working. In this dialog url notice how i have to
specify application=location to get the dialog to appear. It won't work with
application=user.
Gemini and ChatGPT indicate that the process is not cool because if I am not
the administrator I won't be able to do my own scripts in a small
business/corporation being that only the system admin will have access to the
system-wide profile.
Some relevant file paths-
system-wide /usr/lib/libreoffice/share/basic
local /home/funnysys/.config/libreoffice/4/user/Standard
and /home/funnysys/.config/libreoffice/4/user/Standard/dialogs
I have the dialog under Standard library in Tools -> Macros -> Organize Dialogs
-> Dialogs
when i press Tools -> Macros -> Organize Python Scripts -> select script then
Execute it will work only if location=application as in the attached code file
found with this line DIALOG_URL =
"vnd.sun.star.script:Standard.Dialog1?location=application" then the dlg will
appear.
Please let me know if this is something you may look into in the future. It may
help me choose to start developing with macros even though the search path is
currently funny. I will be encouraged to start anyway. thanks so much - j.
--
You are receiving this mail because:
You are the assignee for the bug.