Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

welcome message #1034

Closed
mokkin opened this issue Jun 17, 2020 · 8 comments
Closed

welcome message #1034

mokkin opened this issue Jun 17, 2020 · 8 comments
Labels
bug Something isn't working

Comments

@mokkin
Copy link

mokkin commented Jun 17, 2020

Is your feature request related to a problem? Please describe.
Everytime opening a document Collabora welcome message appears.

Describe the solution you'd like
Only once or never show the welcome message.

Describe alternatives you've considered
Make it configurable.

@timar
Copy link
Member

timar commented Jun 18, 2020

Oh wow, if the welcome message appears continually that's a serious
bug. It should show up just once per user / per version. Can you confirm
you get it more than once in each browser ?

Checkout loolwsd.xml - for the setting to disable.

But - we badly want to debug this to help other users.

Can you tell me what browser & OS you are using ?

Can you look at the F12/Javascript console to see if there is some
error there that might be helpful ?

Can you give some information on your web server, version & setup.

Help much appreciated,

Thanks !

@schorsch2
Copy link

I can confirm, the note appears every time.
richdocuments 3.5.3
CODE 4.2.4
Nextcloud 19.0.0

@juliushaertl juliushaertl added bug Something isn't working collabora labels Jun 23, 2020
@rgl1234
Copy link

rgl1234 commented Oct 1, 2020

How can this welcome-message be disable?

@Lurkars
Copy link

Lurkars commented Oct 2, 2020

On selfthosted instance, you can disable welcome screen in loolwsd.xml
<welcome> <enable type="bool" desc="Controls whether the welcome screen should be shown to the users on new install and updates." default="false">false</enable> <enable_button type="bool" desc="Controls whether the welcome screen should have an explanatory button instead of an X button to close the dialog." default="false">false</enable_button> <path desc="Path to 'welcome-$lang.html' files served on first start or when the version changes. When empty, defaults to the Release notes." type="path" relative="true" default="loleaflet/welcome> </welcome>

@nsrafk
Copy link

nsrafk commented Oct 29, 2020

I see the same issue. Running dockerized version so directly editing loolwsd isn’t that good of a deal. Can we pass a extra_params for it maybe?

@thebearon
Copy link
Collaborator

I see the same issue. Running dockerized version so directly editing loolwsd isn’t that good of a deal. Can we pass a extra_params for it maybe?

You can copy files from/to the container, thus you can copy /etc/loolwsd/loolwsd.xml out, edit it, copy it back in, and restart the container.
https://docs.docker.com/engine/reference/commandline/cp/

However, it'd be great to know more details about why the welcome message keeps showing. It is supposed to store a flag (actually, the version) in the browser's local storage, perhaps that fails for some reason... but why?

@nijel
Copy link

nijel commented Nov 12, 2020

I see the same issue. Running dockerized version so directly editing loolwsd isn’t that good of a deal. Can we pass a extra_params for it maybe?

Following does the trick for me:

      extra_params: -o:welcome.enable=false

@juliushaertl
Copy link
Member

Closing as this is out of scope of the Nextcloud app.

rotdrop pushed a commit to rotdrop/nextcloud-richdocuments that referenced this issue Jan 6, 2024
Issue 1003: suggestion for additional documentation for recognize clu…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants