can I give you the letter that gave me the file? is this:

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_variant_builder_init_static

Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_variant_builder_init_static

Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_variant_builder_init_static

Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

[2025-12-22][19:04:39][webview:info@tauri://localhost/assets/js/main-Cgo-j-BC.js:397:390][INFO] [CrashLogger] Initialized - crash logs will be saved to OS log directory

GStreamer element appsink not found. Please install it.

GStreamer element autoaudiosink not found. Please install it

(WebKitWebProcess:13342): GLib-GObject-CRITICAL **: 11:04:46.749: invalid (NULL) pointer instance

(WebKitWebProcess:13342): GLib-GObject-CRITICAL **: 11:04:46.749: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

Reply to this note

Please Login to reply.

Discussion

Thank you. Can you tell me which Linux distribution you’re using?

debian trixie

Please try the following:

./noornote-0.2.16-linux-amd64.AppImage --appimage-extract

cd squashfs-root

./noornote

The problem is that Tauri automatically bundles WebKitGTK/GLib into the AppImage. Debian Trixie has newer versions leading to a symbol conflict with g_signal_connect_data.

Have you tried installing the .deb package? That'd be the cleanest way.