tiredofit / docker-collabora-online

Dockerized Online Office Suite with customizable options
MIT License
80 stars 27 forks source link

Theme is different from the official test server #37

Open whlsxl opened 1 year ago

whlsxl commented 1 year ago

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.

tiredofit commented 1 year ago

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

joergmschulz commented 4 months ago

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.

tiredofit commented 4 months ago

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

joergmschulz commented 4 months ago

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

tja-X commented 1 month ago

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