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
when running the flatpak it prints errors about being unable to access the system secrets provider.
I'm unsure what this is but the app seems to run fine without it.
I noticed when running with the dbus logging on, that the app was trying to use :
org.kde.KWallet (KDE only?)
org.freedesktop.portal.Secret
This seemed peculiar to me since ive seen org.freedesktop.secret before when using flatseal, but never .portal.Secret. a quick search led me to this, but i didnt pursue it too deeply.
As a temporary attempt at a solution, i set --socket=system-bus in the config. this is not recommended per the docs
The text was updated successfully, but these errors were encountered:
when running the flatpak it prints errors about being unable to access the system secrets provider.
I'm unsure what this is but the app seems to run fine without it.
I noticed when running with the dbus logging on, that the app was trying to use :
This seemed peculiar to me since ive seen
org.freedesktop.secret
before when using flatseal, but never.portal.Secret
. a quick search led me to this, but i didnt pursue it too deeply.As a temporary attempt at a solution, i set
--socket=system-bus
in the config. this is not recommended per the docsThe text was updated successfully, but these errors were encountered: