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

--- Comment #17 from H Zeng <[email protected]> ---
(In reply to Buovjaga from comment #16)
> (In reply to H Zeng from comment #13)
> > 2. Edit `/data/test/install/program/bootstraprc` to change the
> > `UserInstallation=$ORIGIN/..` to 'UserInstallation=/data/test/..`;
> 
> Does your user have write permission to the data directory? This config
> change you made is trying to create the user profile in "data".

No, I don't have write access to `/data` but only subdirectories. Now, I change
the 'UserInstallation=/data/test/..` to
'UserInstallation=/data/test/install/..` so that the profile is created in
`/data/test/`:
```
cnzhx@a:/data/test/install> ls -al
total 3472
drwx------  7 cnzhx users    4096 Aug  5 00:05 .
drwx------  3 cnzhx users    4096 Aug  6 20:27 ..
```

But the `./soffice` still throws the same error of permission,
```
cnzhx@a:/data/test/install> cd program
cnzhx@a:/data/test/install/program> cat bootstraprc 
[Bootstrap]
InstallMode=<installmode>
ProductKey=LibreOfficeDev 6.0
UserInstallation=/data/test/install/..
cnzhx@a:/data/test/install/program> ./soffice
bash: ./soffice: Permission denied
```

And I have already made sure no other instance related to old LO running in the
system.

-- 
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