Hey,
I'd installed HelixNotes via AUR and tried it also via Appimage and the app behaves like the mobile app is supposed to behave. There is not sidebar, no top bar elements. TL;DR: it is on my desktop unusable:
Behaves like mobile app (CachyOS) #63
Hello, do you have any scaling options set in your desktop environment?
Can you tell me which desktop environment you're using?
@ArkHost
I am running KDE Plasma on a 4K Display with 150% scaling or short standard-settings for that resolution.
Hello, if possible, can you check if this issue has been fixed for you?
This should be fixed in the newest version. Closing this issue
Well I clicked the folder Icon as well and it asks for storage permission. Well it should have it already?! In this state it is unusable.
When you resize the window, like make it just smaller, is the bar at the bottom still not appearing?
@ArkHost Installed the new update, still got stuck on the screen you see there.
Hi @devinside , thanks for the follow-up and sorry this is still getting in your way.
To clarify what you're seeing: that storage-permission screen is part of the mobile vault picker, so the fact that it's showing means your desktop build is still falling through to the mobile layout despite the change.
The earlier fix moved the layout decision in the Rust backend to the build platform flag (cfg!(mobile)), but the frontend still has a separate user-agent check deciding mobile vs. desktop, and on some WebKitGTK builds (which CachyOS uses) that user-agent looks "mobile" enough to trip it. The Rust fix and the frontend check disagreed, so you ended up with the mobile UI.
We're going to fix the frontend to decide the layout from the actual build platform too, matching the Rust side, so the user-agent is no longer involved. We'll get that into the next release. If you'd like, I can also send you a test build first so you can confirm it's sorted on your CachyOS/KDE setup before it ships.
Thanks for your patience.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?