Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
5.15.15
-
fedora 41
kernel 6.12.6-200 x86_64
kde 5.116.0-4
qt5 5.15.15-3
(my program is ksensors-qt5 )
Description
Hi.
In flatpak QObject::connect( qApp, &QGuiApplication::commitDataRequest ... not work.
The same program launched outside of flatpak works fine.
These are the warnings and information available
Qt: Session management error: None of the authentication protocols specified are supported
SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/1361224,unix/unix:/tmp/.ICE-unix/1361224
I tried to give all the permissions possible and that I know in the flatpak, no change.
The final/real problem is by logout from the graphical session I don't have the possibility to save the program data.
unset SESSION_MANAGER environment makes the warning message disappear, but the problem of saving the data remains.
I realize that it might not be considered a QT problem entirely, but in that case you could at least collaborate with the flatpak developers or suggest a workaround.
Thanks.