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
Multiple applications depend on having a handler for org.freedesktop.secrets in order to save credentials, such as Github Desktop. Other NixOS users switching to Wayland have encountered this issue. A full list of providers has conveniently been assembled on Superuser, but oo7 appears to fit my desires the best as of writing (and without testing so far).
Implementing this change would most likely only consist of importing oo7 in the XDG portal declaration in the Hyprland desktop module. Alternatively, the package may need to be fully imported and ran with exec-once in the Hyprland config.
Is this new?
New Feature
Systems impacted
Gaming (bucatini), Laptop (farfalle), TV (lasagna)
The text was updated successfully, but these errors were encountered:
Been doing some testing and I can't get GitHub Desktop to recognize the provider using the implementation plan described above. My best guess as to why is since GitHub Desktop isn't installed as a Flatpak, it doesn't use the XDG Desktop Portal service; instead, it needs a D-Bus service, which will only be added to oo7 in bilelmoussaoui/oo7#73.
Not planning to enable Gnome Keyring as a stopgap since this issue isn't really a work stoppage, just a nuisance to work around having to authenticate every time I push a commit with GitHub Desktop.
Summarize the request
Multiple applications depend on having a handler for org.freedesktop.secrets in order to save credentials, such as Github Desktop. Other NixOS users switching to Wayland have encountered this issue. A full list of providers has conveniently been assembled on Superuser, but oo7 appears to fit my desires the best as of writing (and without testing so far).
Implementing this change would most likely only consist of importing oo7 in the XDG portal declaration in the Hyprland desktop module. Alternatively, the package may need to be fully imported and ran with exec-once in the Hyprland config.
Is this new?
New Feature
Systems impacted
Gaming (bucatini), Laptop (farfalle), TV (lasagna)
The text was updated successfully, but these errors were encountered: