DmDS

Results 18 comments of DmDS

possibly lazy loading is not implemented in 18.0.10 and documents open fine

3.7.13 breaks the opening of new files completely....

I don't know if it's related or not... in the nextcloud logs: Exception: Home dir attribute can't be read from LDAP for uid: user1 ``` Exception: Home dir attribute can't...

maybe it's related to [Long running php processes: LDAP timeout ](https://github.com/nextcloud/server/issues/4831) if someone has the same problem, I made a script. it indexes each user separately ``` #!/bin/bash rm users.sh...

what version are you compiling? i have no problems with 24.04.5-3 on clean debian.

Here is my config ``` set_name='collabora' set_core_regex='co-24.04$' set_online_regex='co-24-04$' #set_online_regex='master' #### LibreOffice parameters ### lo_src_repo='https://github.com/LibreOffice/core.git' #lo_src_branch='distro/collabora/co-23.05' lo_src_branch='distro/collabora/co-24.04.5' lo_src_tag='cp-24.04.5-5' lo_src_commit='' lo_dir="/opt/libreoffice" lo_forcebuild=false lo_non_free_ttf=true #### POCO parameters ### poco_version=$poco_version_latest #latest releases available poco_forcebuild=false...

I can't reproduce... installed debian 12.6. added contrib to source.list. preinstalled git ttf-mscorefonts-installer libnspr4-dev libnss3-dev libx11-xcb-dev libpoco-dev cloned https://github.com/DmDS/officeonlin-install.sh.git (only config differs from the main one) compilation completed successfully.

[install262-2.log](https://github.com/user-attachments/files/16524206/install262-2.log)