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

[Bug] Open Zettlr takes very long #2575

Closed
2 of 5 tasks
tscheims1 opened this issue Oct 6, 2021 · 2 comments
Closed
2 of 5 tasks

[Bug] Open Zettlr takes very long #2575

tscheims1 opened this issue Oct 6, 2021 · 2 comments
Labels
bug A bug that affects the functionality of Zettlr.

Comments

@tscheims1
Copy link

tscheims1 commented Oct 6, 2021

Description

It takes more than a minute to start zettlr.It seems that zettlr tries to connect to servers:

Shell output:
(Zettlr:299341): libnotify-WARNING **: 19:58:51.986: Failed to connect to proxy

(Zettlr:299341): libnotify-WARNING **: 19:59:17.007: Failed to connect to proxy

(Zettlr:299341): libnotify-WARNING **: 19:59:26.818: Failed to connect to proxy

What are zettlr doing there? Why these source are unreachable?

Reproducing

1.) Open Zettlr2

Zettlr Version

Beta (if applicable)

Specify version

5

Your Platform

  • Windows
  • macOS
  • Linux

Architecture

  • Intel 64bit
  • ARM 64bit

Operating System Version

Manjaro Linux, i3, packages up to date.

Additional Information

No response

@tscheims1 tscheims1 added the bug A bug that affects the functionality of Zettlr. label Oct 6, 2021
@nathanlesage
Copy link
Member

libnotify? This almost sounds as if your notification library is doing some weird stuff. Zettlr makes use of the operating system's notification system to show you desktop notifications, so it doesn't look like it's related to Zettlr itself.

To reiterate: Zettlr will only attempt to connect to the Zettlr main server during startup, where it simply checks for updates and downloads updated translations, if available. But even without network access, Zettlr boots up because none of these functionalities are strictly required for the functioning of Zettlr, so it really might be a quirk of the operating system. Are there any interesting things logged to the log window?

@tscheims1
Copy link
Author

tscheims1 commented Oct 6, 2021

@nathanlesage
I think that your are right; something with my notification daemon is not working properly.
signalapp/Signal-Desktop#4653

sorry for interrupting you

just for your information: the notification daemon was not running properly. (now its within seconds)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug that affects the functionality of Zettlr.
Projects
None yet
Development

No branches or pull requests

2 participants