Side shutter at opening

is it possible to configure collabora so that when opening, the side shutter is closed?

Welcome @osimon : )

Yes there are two ways

  • Via the integration side
  • The second way is by simply adjust the loolwsd.xml inside of <user_interface> (as seen bellow). However it seems we have currently a bug around that Issue#2510
    <user_interface>
      <mode type="string" desc="Controls the user interface style (classic|notebookbar)" default="classic">notebookbar</mode>
      <writer>
          <ruler type="bool" desc="Controls whether the ruler would be shown at the first load of the document." default="true">true</ruler>
          <statusbar type="bool" desc="Controls whether the statusbar would be shown at the first load of the document." default="true">true</statusbar>
          <sidebar type="bool" desc="Controls whether the sidebar would be shown at the first load of the document." default="true">false</sidebar>
      </writer>
      <spreadsheet>
          <sidebar type="bool" desc="Controls whether the sidebar would be shown at the first load of the document." default="true">false</sidebar>
      </spreadsheet>
      <presentation>
          <statusbar type="bool" desc="Controls whether the statusbar would be shown at the first load of the document." default="true">true</statusbar>
          <sidebar type="bool" desc="Controls whether the sidebar would be shown at the first load of the document." default="true">false</sidebar>
      </presentation>
    </user_interface>
    

also adding &ui_defaults=TextSidebar%3Dfalse to the end of the URL should do the same thing