chore(authenticator): add Flatpak desktop entry and AppStream metainfo - #485
Open
the-narwhal wants to merge 4001 commits into
Open
chore(authenticator): add Flatpak desktop entry and AppStream metainfo#485the-narwhal wants to merge 4001 commits into
the-narwhal wants to merge 4001 commits into
Conversation
Fix warning log See merge request web/clients!23980
… streaming optimizations)
Update OpenPGP.js to v6.3.0 (limit argon2 max memory to 1gb, internal streaming optimizations) See merge request web/clients!23484
AUTO: Update certificate transparency log list See merge request web/clients!23948
DRVWEB: Add proxy instrumentation to detect SDK/node mistmatch See merge request web/clients!23979
[IDTEAM-5935]
…ain' [IDTEAM-5935] Fix identity email autofill regression See merge request web/clients!23991
show subtitle in firefox as addon not allowed to open about:addons See merge request web/clients!23987
[DRVWEB-5172] sidebar refactoring See merge request web/clients!23862
[LUMO-477] Add mobile selector for theme button See merge request web/clients!23982
[DRVWEB-5297] Generate .mov thumbnail properly See merge request web/clients!23960
Update Drive SDK to 0.14.4 See merge request web/clients!23990
Fix drag and drop into breadcrumb See merge request web/clients!23995
Add new cancellation modal for feedback first journey See merge request web/clients!23983
…ain' Make canLoadRunner async and improve storage checks See merge request web/clients!23989
Fix race condition in recording and move participants maps state into slice See merge request web/clients!23911
Fix import modals not being shown in contacts and calendar settings See merge request web/clients!23996
mmso
force-pushed
the
main
branch
8 times, most recently
from
June 12, 2026 09:51
25168a8 to
97c88ca
Compare
mmso
force-pushed
the
main
branch
9 times, most recently
from
July 31, 2026 08:17
6e496e5 to
bfa5069
Compare
mmso
force-pushed
the
main
branch
4 times, most recently
from
August 12, 2026 08:17
d9d8f8f to
95ce65c
Compare
mmso
force-pushed
the
main
branch
9 times, most recently
from
September 11, 2026 16:16
5eb5e79 to
28d81d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds two files to
applications/authenticator/to support the Flatpak packaging of Proton Authenticator on Flathub:me.proton.Authenticator.desktop— XDG desktop entry (app launcher integration on Linux)me.proton.Authenticator.metainfo.xml— AppStream metadata (description, OARS content rating, branding colours, release history) used by the Flathub store listing and GNOME SoftwareWhy here
The Flathub submission guidelines require that
.desktopand.metainfo.xmlfiles be maintained in the upstream source repository rather than in the Flathub manifest repo. The Flatpak build installs them with explicitinstallcommands — no changes to the existing build system are needed.What this doesn't do
Related