-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AppStream info file and extend .desktop file #1082
Conversation
share/linux/org.keepassxc.desktop
Outdated
Icon=keepassxc | ||
Categories=Utility;Security;Qt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Categories is repeated 2 times
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
8f6fe9a
to
f510bc7
Compare
Icon=keepassxc | ||
Terminal=false | ||
Type=Application | ||
Categories=Qt;Utility; | ||
Version=1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why version is set to 1.0 instead of 2.2.1 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the spec version, not the app version.
i will test against the snap build this evening. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Snap builds and runs successfully 👍
f510bc7
to
a73b9e4
Compare
- Fixed entries with empty URLs being reported to KeePassHTTP clients [#1031] - Fixed YubiKey detection and enabled CLI tool for AppImage binary [#1100] - Added AppStream description [#1082] - Improved TOTP compatibility and added new Base32 implementation [#1069] - Fixed error handling when processing invalid cipher stream [#1099] - Fixed double warning display when opening a database [#1037] - Fixed unlocking databases with --pw-stdin [#1087] - Added ability to override QT_PLUGIN_PATH environment variable for AppImages [#1079] - Fixed transform seed not being regenerated when saving the database [#1068] - Fixed only one YubiKey slot being polled [#1048] - Corrected an issue with entry icons while merging [#1008] - Corrected desktop and tray icons in Snap package [#1030] - Fixed screen lock and Google fallback settings [#1029]
Description
This patch resolves #1066 by adding an AppStream info file. It also extends the .desktop file with additional key/value pairs and changes its file name to match the specification.
Required pre-merge checks were added to the release-tool.
How has this been tested?
Merge checks have been tested to work properly.
Types of changes
Checklist:
-DWITH_ASAN=ON
. [REQUIRED]