-
Notifications
You must be signed in to change notification settings - Fork 3
Description
π Issues Overview
I'm experiencing two major problems when using the app on Linux:
- Very slow startup time β the app takes more than 15 seconds to open.
- Missing window control buttons β the minimize, maximize, and close buttons do not appear.
These issues have been occurring for a long time and still exist in the latest version.
π¦ Tested Versions
- Flatpak:
com.notesnook.Notesnook - AppImage: Same issues occur
π₯οΈ System Information
- OS: CachyOS (Arch-based)
- Desktop Environment: GNOME
- Session Type: Wayland
- Flatpak Version: 1.16.1
π§ͺ Steps to Reproduce
- Install the app via Flatpak or run the AppImage
- Launch the application
- Wait for the window to appear (startup delay >15 seconds)
- Notice that the window buttons (close, minimize, maximize) are missing
π§Ύ Terminal Output (Flatpak)
flatpak run com.notesnook.Notesnook
[3:1012/023354.878292:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:1012/023355.072114:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:1012/023355.072145:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
App ready. Opening window.
https protocol inteception "successful"
Intercepting request: https://app.notesnook.com/
Intercepting request: https://app.notesnook.com/assets/index-uEdpEgEc.js
Intercepting request: https://app.notesnook.com/assets/index-oczwn6LaAlaI.css
[45:1012/023355.325067:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[45:1012/023355.325241:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[45:1012/023355.325369:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
Intercepting request: https://app.notesnook.com/assets/_en-DKS4BYXnIf8_.js
Intercepting request: https://app.notesnook.com/assets/root-BiZnNTf0vH45.js
Intercepting request: https://app.notesnook.com/assets/task-scheduler.worker-n6YiRYMI.js
Intercepting request: https://app.notesnook.com/assets/nncrypto.worker-DoQ7p5pV.js
Intercepting request: https://app.notesnook.com/assets/index-B0BMNIEzT02f.js
Intercepting request: https://app.notesnook.com/assets/use-mobile-CThuFboSWo73.js
Intercepting request: https://app.notesnook.com/assets/auth-UPcI6cdvo7Du.js
Intercepting request: https://app.notesnook.com/assets/user-store-BFAWczoiYm9U.js
Intercepting request: https://app.notesnook.com/assets/___vite-browser-external_commonjs-proxy-Bm9A1jW2zc63.js
Intercepting request: https://app.notesnook.com/assets/index-DQOEKixPfAEq.js
Intercepting request: https://app.notesnook.com/assets/index.esm-BWLJAaViVtzF.js
Intercepting request: https://app.notesnook.com/assets/user-store-CktUmpzi3ufr.css
Intercepting request: https://app.notesnook.com/assets/sqlite.worker.desktop-JHv0zQDB.js
Intercepting request: https://app.notesnook.com/assets/network-check.worker-BcN_3Xjw.js
Intercepting request: https://app.notesnook.com/assets/sqlite.worker.desktop-JHv0zQDB.js
Intercepting request: https://app.notesnook.com/assets/grberk-BOo9QVz6GMN2.jpeg
Intercepting request: https://app.notesnook.com/assets/Inter-Regular-COLGFB3Mf1M-.woff2
Intercepting request: https://app.notesnook.com/assets/Inter-SemiBold-BAEEcJ4ECWU2.woff2
Intercepting request: https://app.notesnook.com/assets/Inter-Italic-Bm_w1qmzTyHF.woff2
[3:1012/023425.264218:ERROR:gpu_process_host.cc(981)] GPU process exited unexpectedly: exit_code=512
[111:1012/023425.460176:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[111:1012/023425.460368:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[111:1012/023425.460486:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[3:1012/023455.463846:ERROR:gpu_process_host.cc(981)] GPU process exited unexpectedly: exit_code=512
[132:1012/023455.657508:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[132:1012/023455.657642:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[132:1012/023455.657730:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[3:1012/023525.663762:ERROR:gpu_process_host.cc(981)] GPU process exited unexpectedly: exit_code=512
^Zfish: Job 1, 'flatpak run com.notesnook.Notesβ¦' has stopped
...
β Expected behavior
- App should start within a few seconds
- Window controls (minimize, maximize, close) should be visible
β Additional Notes
Let me know if logs or screenshots are needed β I can provide them.