You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to build kDrive as a standalone binary (without AppImage containerization) but even if I thoroughly follow the prerequisites listed here, when launching the application the login WebView is pretty much unusable. All UI updates only happen when the cursor leaves the window or when closing the right-click context menu.
Steps to reproduce
In a fresh Ubuntu 24.04 VM, run the following commands (might take a long time):
Then you can reproduce the issue with these steps:
Click on any of the login form input fields
Notice that the form don’t get the focus (at least as seen in the UI, in fact is is focused)
Type something on your keyboard
Notice that nothing is shown in the input (but in fact the text is present in the input, it just doesn’t show)
Move your mouse cursor outside the window to see the UI update
Alternatively, you can right-click in the window and click anywhere else than in the context menu to see the UI update
Expected behavior
One would expect to be able to build a fully working kDrive app without AppImage containerization. In fact, once you get past the login form pain, the app is usable and works fine!
Screenshots
N/A
Logs
Nothing relevant in logs but for the sake of completeness:
Basically, I’m trying to build a binary version of kDrive for NixOS. I managed to build the AppImage version but I have the same issue with the login form, so I tried to build it as a standalone binary and also succeeded with the same issue. I then decided to try to build
it on Ubuntu as a standalone binary to see if there was the same issue, and indeed the issue arise even on Ubuntu.
I know that kDrive is not meant to be built as a standalone binary, but I believe I’m not far from a working solution, I just have to figure what the heck is going on with the login form. Would love some help on this matter!
I might add that even if in the steps to reproduce I used the Qt packages from Ubuntu repositories, I also tried the build with the Qt tools installed through Qt installer, with the same result.
The text was updated successfully, but these errors were encountered:
Description
I’m trying to build kDrive as a standalone binary (without AppImage containerization) but even if I thoroughly follow the prerequisites listed here, when launching the application the login WebView is pretty much unusable. All UI updates only happen when the cursor leaves the window or when closing the right-click context menu.
Steps to reproduce
In a fresh Ubuntu 24.04 VM, run the following commands (might take a long time):
Then you can reproduce the issue with these steps:
Expected behavior
One would expect to be able to build a fully working kDrive app without AppImage containerization. In fact, once you get past the login form pain, the app is usable and works fine!
Screenshots
N/A
Logs
Nothing relevant in logs but for the sake of completeness:
Additional context
Basically, I’m trying to build a binary version of kDrive for NixOS. I managed to build the AppImage version but I have the same issue with the login form, so I tried to build it as a standalone binary and also succeeded with the same issue. I then decided to try to build
it on Ubuntu as a standalone binary to see if there was the same issue, and indeed the issue arise even on Ubuntu.
I know that kDrive is not meant to be built as a standalone binary, but I believe I’m not far from a working solution, I just have to figure what the heck is going on with the login form. Would love some help on this matter!
I might add that even if in the steps to reproduce I used the Qt packages from Ubuntu repositories, I also tried the build with the Qt tools installed through Qt installer, with the same result.
The text was updated successfully, but these errors were encountered: