Skip to content
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

Corrected issues with desktop and tray icons in snap build #1030

Merged
merged 1 commit into from
Oct 3, 2017

Conversation

droidmonkey
Copy link
Member

@droidmonkey droidmonkey commented Oct 3, 2017

Description

I took a deep dive into how snaps work and came out well educated. This fix corrects desktop and tray icons issue. For whatever reason, the snap build refused to load the keepassxc application icon from the files and insisted it was loaded in the icon cache. I had to add a define to force loading from files for these icons. This define may prove useful in the future if we need to make other code-level exceptions for snaps.

I also cleaned up the snapcraft.yaml file and added some new tricks recently added in snapd.

Motivation and context

I like things to look pretty.

How has this been tested?

Manually

Types of changes

  • ✅ Bug fix (non-breaking change which fixes an issue)

Checklist:

  • ✅ I have read the CONTRIBUTING document. [REQUIRED]
  • ✅ My code follows the code style of this project. [REQUIRED]
  • ✅ All new and existing tests passed. [REQUIRED]
  • ✅ I have compiled and verified my code with -DWITH_ASAN=ON. [REQUIRED]

@droidmonkey droidmonkey added this to the 2.2.2 milestone Oct 3, 2017
@droidmonkey droidmonkey requested a review from TheZ3ro October 3, 2017 16:41
@droidmonkey droidmonkey merged commit 91d746c into release/2.2.2 Oct 3, 2017
@droidmonkey droidmonkey deleted the hotfix/snap-build branch October 3, 2017 19:43
phoerious added a commit that referenced this pull request Oct 21, 2017
- 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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants