Hi y'all,
I'm running 14.1.2 (with some 14.1.3, some of the slackbuilds are broken,)
on Slackware 15 and I've noticed an issue with flatpak apps. They were
unable to access the keystore for me and after some debugging I found that
in TDE the environment variables for dbus (DBUS_SESSION_BUS_ADDRESS and PID)
aren't set, where in environments which have working flatpak apps they are.
Sure enough, dbus-launch [flatpak app] lets them launch successfully. I've
found a couple of other weird bits which I think may be dbus related too.
I've tried adding an "eval $(dbus-launch)" to my ~/.xprofile per what
happens
in starttde, I also tried adding it manually into the starttde script right
around where tde_dbus_hardwarecontrol is invoked but I don't have the vars
set in my actual session in either case. Does anyone know how I can fix this?
Thanks,
Danny