ArkHost/HelixNotes
14
150
Fork
You've already forked HelixNotes
13

Behaves like mobile app (CachyOS) #63

Open
opened 2026年05月18日 23:26:08 +02:00 by devinside · 10 comments

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:

image

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: ![image](/attachments/72856574-2f7b-40d6-a9bb-38f5c50465ae)

Hello, do you have any scaling options set in your desktop environment?
Can you tell me which desktop environment you're using?

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.

image

@ArkHost I am running KDE Plasma on a 4K Display with 150% scaling or short standard-settings for that resolution. ![image](/attachments/7e34ca5b-89d3-4647-aaa8-2a49ac64ad2c)
187 KiB

Hello, if possible, can you check if this issue has been fixed for you?

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

This should be fixed in the newest version. Closing this issue

Ehem, I can't acces the options
image

Ehem, I can't acces the options ![image](/attachments/21b9a5c5-ab15-4034-a821-9d8e2654ad6e)

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.

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?

When you resize the window, like make it just smaller, is the bar at the bottom still not appearing?

can't test it cause I am stuck on that screen:
image

can't test it cause I am stuck on that screen: ![image](/attachments/44538a08-906c-4aad-9f09-cb573b2eaa71)

@ArkHost Installed the new update, still got stuck on the screen you see there.

@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.

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.
Sign in to join this conversation.
No Branch/Tag specified
main
fix/vault-indication
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.9
v1.1.8
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
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
ArkHost/HelixNotes#63
Reference in a new issue
ArkHost/HelixNotes
No description provided.
Delete branch "%!s()"

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?