-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Integration with system fonts #64
Comments
I think the best solution is for us to add a constant in
So if this constant is false then we proceed with our hash verification in @ghisvail, what do you think? |
I like that, thanks @ccordoba12 |
Do you have a fix I could apply on top of |
When is the freeze? |
Last date for upload should be on the 25th, but sooner would be better. |
I'll work on this tomorrow. |
Thanks Carlos |
FYI, if all goes well, we should have spyder-3.0.2, qtpy-1.2.0 and qtawesome-0.4.x (0.4.2?) in Debian Stretch. |
I have also started a discussion with the packaging team to check whether we had enough time and resources to package spyder-3.1.0, which you just recently released. Congrats for the release by the way. |
The team is keen on getting spyder-3.1.0 out in Stretch, but we'd have to act fast (we have one downstream using Do you think you can have a version 0.4.1+ of |
I'll release 0.4.2 in a couple of hours. Also, there are a couple of bugs in Spyder 3.1.0, so we're going to release 3.1.1 in a couple of days, is that ok for you? |
Depends what you define by "couple of days"...
We think it is worth the try. |
Saturday 21 at most, promised :-)
Great! |
That should leave us enough time, although the earlier the better. I am on stand-by for the updates to |
@ccordoba12 Any news on the release? I can find some time tomorrow to work on the packaging, after that time will be scarce on my end. Cheers, |
0.4.2 is up now :-) |
With the new release of QtAwesome v4.x, patching the code to use the system fonts produces a
FontError
, most likely due to a mismatch between the mdf5 sums of the vendored fonts compared to the system ones. Please remember that vendoring is strongly discouraged by Linux distributions, hence the need for an integration path.I would like to discuss with you guys what the best course of actions would be to have
QtAwesome
work with system fonts without complicating the package maintenance burden. Shall, I just make a patch to disable the sum checking part of the code?The text was updated successfully, but these errors were encountered: