[GH-ISSUE #2166] [Bug] Appflowy v0.1.2 fails to launch on linux #875

Closed
opened 2026-03-23 20:42:21 +00:00 by mirror · 10 comments
Owner

Originally created by @Dialga on GitHub (Apr 1, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2166

Originally assigned to: @LucasXu0 on GitHub.

Bug Description

Appflowy fails to launch via application menu. Launching appflowy from the command line works, but some notes do not load.

How to Reproduce

  1. Open appflowy from application menu.
  2. Does not load.

Opening via command line works, but with errors:

$ appflowy
** (AppFlowy:71414): CRITICAL **: 09:33:07.350: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found

** (AppFlowy:71414): CRITICAL **: 09:33:07.351: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found

** (AppFlowy:71414): CRITICAL **: 09:33:07.351: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found

** (AppFlowy:71414): CRITICAL **: 09:33:07.352: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found

** (AppFlowy:71414): CRITICAL **: 09:33:07.352: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found
Apr 02 09:33:07.403 ERROR ThreadId(26) {"message":"Uncaught platform error"}
{"msg":"Uncaught platform error"}
Apr 02 09:33:07.403 ERROR ThreadId(26) {"message":"Uncaught platform error"}
{"msg":"Uncaught platform error"}
Apr 02 09:33:07.745 ERROR ThreadId(24) {"error":"0: NotFound"}
{"msg":"flowy_database::manager","error":"0: NotFound"}
Apr 02 09:33:07.745 ERROR ThreadId(24) {"error":"0: NotFound"}
{"msg":"flowy_database::event_handler","error":"0: NotFound"}
Apr 02 09:33:07.758 ERROR ThreadId(26) {"message":"msg: NotFound\n"}
{"msg":"msg: NotFound\n"}
Apr 02 09:33:07.775 ERROR ThreadId(24) {"error":"0: NotFound"}
{"msg":"flowy_database::manager","error":"0: NotFound"}
Apr 02 09:33:07.775 ERROR ThreadId(24) {"error":"0: NotFound"}
{"msg":"flowy_database::event_handler","error":"0: NotFound"}

(AppFlowy:71414): GLib-GObject-CRITICAL **: 09:33:10.290: ../glib/gobject/gsignal.c:2778: instance '0xdf0f50' has no handler with id '113'

My last note fails to load, in place of it is: "msg: NotFound".

Expected Behavior

Appflowy to run normally

Operating System

Arch Linux x64

AppFlowy Version(s)

0.1.2

Screenshots

No response

Additional Context

I can send db if needed.

Originally created by @Dialga on GitHub (Apr 1, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2166 Originally assigned to: @LucasXu0 on GitHub. ### Bug Description Appflowy fails to launch via application menu. Launching appflowy from the command line works, but some notes do not load. ### How to Reproduce 1. Open appflowy from application menu. 2. Does not load. Opening via command line works, but with errors: ``` $ appflowy ** (AppFlowy:71414): CRITICAL **: 09:33:07.350: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found ** (AppFlowy:71414): CRITICAL **: 09:33:07.351: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found ** (AppFlowy:71414): CRITICAL **: 09:33:07.351: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found ** (AppFlowy:71414): CRITICAL **: 09:33:07.352: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found ** (AppFlowy:71414): CRITICAL **: 09:33:07.352: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found Apr 02 09:33:07.403 ERROR ThreadId(26) {"message":"Uncaught platform error"} {"msg":"Uncaught platform error"} Apr 02 09:33:07.403 ERROR ThreadId(26) {"message":"Uncaught platform error"} {"msg":"Uncaught platform error"} Apr 02 09:33:07.745 ERROR ThreadId(24) {"error":"0: NotFound"} {"msg":"flowy_database::manager","error":"0: NotFound"} Apr 02 09:33:07.745 ERROR ThreadId(24) {"error":"0: NotFound"} {"msg":"flowy_database::event_handler","error":"0: NotFound"} Apr 02 09:33:07.758 ERROR ThreadId(26) {"message":"msg: NotFound\n"} {"msg":"msg: NotFound\n"} Apr 02 09:33:07.775 ERROR ThreadId(24) {"error":"0: NotFound"} {"msg":"flowy_database::manager","error":"0: NotFound"} Apr 02 09:33:07.775 ERROR ThreadId(24) {"error":"0: NotFound"} {"msg":"flowy_database::event_handler","error":"0: NotFound"} (AppFlowy:71414): GLib-GObject-CRITICAL **: 09:33:10.290: ../glib/gobject/gsignal.c:2778: instance '0xdf0f50' has no handler with id '113' ``` My last note fails to load, in place of it is: "msg: NotFound". ### Expected Behavior Appflowy to run normally ### Operating System Arch Linux x64 ### AppFlowy Version(s) 0.1.2 ### Screenshots _No response_ ### Additional Context I can send db if needed.
mirror 2026-03-23 20:42:21 +00:00
  • closed this issue
  • added the
    install
    label
Author
Owner

@rileyhawk1417 commented on GitHub (Apr 2, 2023):

@Dialga how did you install it?

<!-- gh-comment-id:1493360025 --> @rileyhawk1417 commented on GitHub (Apr 2, 2023): @Dialga how did you install it?
Author
Owner

@Dialga commented on GitHub (Apr 2, 2023):

From the Arch Linux AUR.

<!-- gh-comment-id:1493363380 --> @Dialga commented on GitHub (Apr 2, 2023): From the Arch Linux AUR.
Author
Owner

@rileyhawk1417 commented on GitHub (Apr 2, 2023):

Weird let me try & install it from there. Was it appflowy-bin?

<!-- gh-comment-id:1493368638 --> @rileyhawk1417 commented on GitHub (Apr 2, 2023): Weird let me try & install it from there. Was it appflowy-bin?
Author
Owner

@rileyhawk1417 commented on GitHub (Apr 2, 2023):

Are you using a Custom Window Manager?

<!-- gh-comment-id:1493370296 --> @rileyhawk1417 commented on GitHub (Apr 2, 2023): Are you using a Custom Window Manager?
Author
Owner

@Dialga commented on GitHub (Apr 2, 2023):

No I'm using KDE Plasma.

<!-- gh-comment-id:1493370614 --> @Dialga commented on GitHub (Apr 2, 2023): No I'm using KDE Plasma.
Author
Owner

@rileyhawk1417 commented on GitHub (Apr 2, 2023):

That's even weird, will take a look into it and see whats going on.

<!-- gh-comment-id:1493370973 --> @rileyhawk1417 commented on GitHub (Apr 2, 2023): That's even weird, will take a look into it and see whats going on.
Author
Owner

@rileyhawk1417 commented on GitHub (Apr 2, 2023):

Do you mind running systemctl --user status xdg-desktop-portal to check if xdg-desktop-portal is running?

<!-- gh-comment-id:1493374289 --> @rileyhawk1417 commented on GitHub (Apr 2, 2023): Do you mind running `systemctl --user status xdg-desktop-portal` to check if xdg-desktop-portal is running?
Author
Owner

@Dialga commented on GitHub (Apr 2, 2023):

Yes it is running for me.

<!-- gh-comment-id:1493383406 --> @Dialga commented on GitHub (Apr 2, 2023): Yes it is running for me.
Author
Owner

@rileyhawk1417 commented on GitHub (Apr 2, 2023):

Am not sure why its doing that on KDE Plasma. Would have to get a box to test Arch KDE Plasma.

<!-- gh-comment-id:1493384997 --> @rileyhawk1417 commented on GitHub (Apr 2, 2023): Am not sure why its doing that on KDE Plasma. Would have to get a box to test Arch KDE Plasma.
Author
Owner

@Dialga commented on GitHub (Jun 12, 2023):

Latest version works now.

<!-- gh-comment-id:1587050229 --> @Dialga commented on GitHub (Jun 12, 2023): Latest version works now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#875
No description provided.