Open herve-er opened 2 months ago
Hi @harryburli,
It appears that the issue arises from the opening of the login webview. This often occurs due to the following reasons:
This should resolve the issue. If not, could you also provide us with the client log (yyyymmdd_hhmm_kDrive-client.log)?
20240912_1605_kDrive.log 20240925_1501_kDrive_client.log.
The System is up to date also the newest Nvidia Driver is installed but it does still not work.
Hello @harryburli, It appears that we are encountering an issue where certain AppArmor restriction increases are preventing us from displaying the login window on some Linux distributions. This could explain why you the pop still pops up.
Could you try the following workaround found in another issue: https://github.com/Infomaniak/desktop-kDrive/issues/237#issuecomment-2373739792
Edit the file /etc/apparmor.d/kdrive with the the following content:
# This profile allows everything and only exists to give the
# application a name instead of having the label "unconfined"
abi <abi/4.0>,
include <tunables/global>
profile kdrive <path_to_kDrive_appimage> flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/kdrive>
}
Restarted apparmor with sudo service apparmor restart
Hi, my computer is currently being repaired because it is defective. I can only test it once it is back. :-(
Hi, tested it but it did not work. Still the exact same issue.
Hi @harryburli,
First, I apologize for the delay in response.
From your log, it seems that you're still on version 3.6.4 of kDrive. Could you please update to the latest version, as it includes some changes in login behavior (https://github.com/Infomaniak/desktop-kDrive/pull/280)?
Once updated, if the issue persists, could you open kDrive, wait for the popup to appear, close it, let it appear again, and then send us the kDrive and kDrive_client logs?
Thank you.