Kdrive appimage "cannot enable executable stack" error

Hello everyone,

I am in the process of kicking the GAFAM in my home and generally the American tools for European products.

I have a problem running kdrive on TW16 and KDE (up to date).
If I try to run it in a terminal, I get this error:
/home/drnerd/app # ./kDrive-3.7.6.20250908-amd64.AppImage
/tmp/.mount_kDrivehSZcdy/AppRun.wrapped: error while loading shared libraries: libsentry.so: cannot enable executable stack as shared object requires: Permission denied

The application is executable, Sentry is installed.

I don’t understand this error, probably related to SELinux right?

I got the same error putting the application in autostart in System Configuration.

The infomaniak documentation is brief (sadly they only support Ubuntu), I installed Fuse2 correctly.
Infomaniak doc

Thanks in advance for any help!
Dr

I have no idea, but testing this is by switching off SELinux for a short time.

Not sure what you mean here. There is no such thing as TW16, there are Tumbleweed and Leap 16.0

Yes, sorry, Tumbleweed 20260113.

Thank you for your reply hcvv.
After un setenforce 0 I’ve obtain this new error
/home/drnerd/app # ./kDrive-3.7.6.20250908-amd64.AppImage
kDrive server starting
sentry_init returned 0
log4cplus:ERROR file is not open: /tmp/kDrive-logdir/20260119_1206_kDrive.log
QProcess: Destroyed while process (“/tmp/.mount_kDriveugOgGf/usr/bin/kDrive_client”) is still running.
terminate called after throwing an instance of ‘std::__ios_failure’
what(): basic_filebuf::_M_convert_to_external conversion error: iostream error
Sentry detected a crash in the app Server(1)
[5997:5997:20260119,120647.127627:ERROR elf_dynamic_array_reader.h:64] tag not found
[5997:5997:20260119,120647.128436:ERROR elf_dynamic_array_reader.h:64] tag not found
[5997:5997:20260119,120647.128481:ERROR process_memory_range.cc:75] read out of range
[5997:5998:20260119,120647.170907:ERROR http_transport_libcurl.cc:475] curl_easy_perform: Problem with the SSL CA cert (path? access rights?) (77)
Abandon (core dumped)./kDrive-3.7.6.20250908-amd64.AppImage

So, SELinux block libsentry but the error is not the same without it ^^'.

Hey !
It work with the update 3.7.9, but only when I disabled SELinux.
I can’t find the lib libsentry.so (with find or locate), so I’m not sure what I need to do.
I follow this post on github : https://github.com/Infomaniak/desktop-kDrive/issues/861