-
Notifications
You must be signed in to change notification settings - Fork 817
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
Big sur icon annotations #5793
Big sur icon annotations #5793
Conversation
Signed-off-by: Elsie Hupp <github@elsiehupp.com>
…op into big-sur-icon-annotations
Signed-off-by: Elsie Hupp <github@elsiehupp.com>
…op into big-sur-icon-annotations
(I wasn't sure how to reopen a merged pull request, so I may have done this incorrectly.) |
AppImage file: nextcloud-PR-5793-7580ba86a00a70ef7ff6b8fa56d3278c5c4df9a6-x86_64.AppImage |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5793 +/- ##
==========================================
+ Coverage 57.83% 60.34% +2.51%
==========================================
Files 141 143 +2
Lines 18143 18530 +387
==========================================
+ Hits 10493 11182 +689
+ Misses 7650 7348 -302
|
Kudos, SonarCloud Quality Gate passed! |
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.
Hello @elsiehupp sorry for the late reply
We had a major issue as after the icon generation in the initial build step (using inkscape), we would just get a completely black icon for the app; we didn't have this issue without the annotations. Are you able to reproduce this?
No worries about the late reply (I say like three months later lol) What are the steps for running the Inkscape build? Last I checked the CI build process wasn't included in the main repository, so unless I'm missing something, could you point me in the direction of where to look? (Also last I checked the local build process was broken on macOS, so I wouldn't even know where to start at this point.) |
Hello, Thank you for your contribution to the Desktop Client with this pull request. We truly value your support and hope to see more contributions from you in the future! Best regards, |
This is a redux of #4714 because of issues identified in #5757.
@claucambra—could you elaborate on the how the previous version of this broke the app icon, so I can fix it? Thanks!