docker-collabora-online icon indicating copy to clipboard operation
docker-collabora-online copied to clipboard

Theme is different from the official test server

Open whlsxl opened this issue 1 year ago • 5 comments

Use nextcloud app richdocuments to integration with collabora, but the UI is different to the collabora online development test server

This is my self host server. Screenshot 2023-06-03 at 06 25 33 Screenshot 2023-06-03 at 06 38 37

This is the collabora online test server.

Screenshot 2023-06-03 at 06 40 11 Screenshot 2023-06-03 at 06 40 18

The version is completely the same.

In my config.json, user_interface.mode is default, user_interface.use_integration_theme is true.

whlsxl avatar Jun 02 '23 22:06 whlsxl

I believe Collabora inserts their own CODE theme into it at build time, which is not open source. If you find the theme it could be easily inserted into the image at build time on your system by putting source in /build-assets/online/src/ .

tiredofit avatar Jun 02 '23 23:06 tiredofit

coming back to this one - when using the notebookbar menus, some icons are missing so the 'File' menu is superimposed by the text local edit. Furthermore the sharing menu isn't available for nextcloud. Does anybody have a hint where to get the missing files and how to insert them? copying them from a running cool instance didn't help in my case.

joergmschulz avatar Apr 24 '24 20:04 joergmschulz

https://forum.collaboraonline.com/t/collabora-online-weekly-meeting-162 pointed me to something similar regarding the overlay of text around the File menu..

occ config:app:set richdocuments open_local_editor --value='no' seems to solve it. I'll have to look into the sharing on a nextcloud instance. 28 has introduced significant regressions that have caused quite a problem in the organizations I am providing services for...

tiredofit avatar Apr 24 '24 21:04 tiredofit

oh thanks for this one. I don't want them to edit locally anyway.

joergmschulz avatar Apr 24 '24 21:04 joergmschulz

hi,

https://forum.collaboraonline.com/t/collabora-online-weekly-meeting-162 pointed me to something similar regarding the overlay of text around the File menu..

occ config:app:set richdocuments open_local_editor --value='no' seems to solve it. I'll have to look into the sharing on a nextcloud instance. 28 has introduced significant regressions that have caused quite a problem in the organizations I am providing services for...

i tried the occ (NC 27.1.11 & 24.04.5-1/latest) but it didnt change the overlapping with the menu:

firefox 128.0.3 linux: grafik

chromium 127.0.6533.99 linux: grafik

do you actually know which config value is talked about ?: Julius pushed “Fix open locally with files lock and wopi allow list” , thanks! Furthermore we have added a config value for disabling but also address that

for /me, like joerg, removing edit locally is fine as the feature wouldnt work on most clients anyway ...

tia,tja...

tja-X avatar Aug 08 '24 08:08 tja-X