This replaced urw-fonts and changed the look of all my text based consoles in the middle of a STABLE release. This is NOT what I would expect to happen.
BZ#1458840 Review Request: urw-base35-fonts - Level 2 Core Font Set for Ghostscript
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
Hello people! Thank you for hanging out there why I was dealing with this.
# TL;DR;
I would like to apologize for the problems caused. This was not intentional for
this to happen, and I'm really sorry for that. The new packages to solve this
issue are currently being build.
# WHY THIS UPDATE?
Many people do not realize that, but (URW)++ fonts are needed by ghostscript for
displaying correctly PostScript, PDF and other document types, as well as for
conversition between these formats. And ghotscript is also used by many other
applications, like Evince, ImageMagick, etc.
Because the current package urw-fonts in Fedora was a total mess, there were
problems with versioning, and the fonts were outdated which started to be
significant problem for ghostscript, I have decided (as a ghostscript maintainer)
to create a new fonts package from scratch, which would follow Fedora Packaging
Guidelines, and would be more easily maintainable for the future.
**# WHAT CAUSED THESE PROBLEMS? **
The main problem with this was in fontconfig priority/ordering, as many of you
have found out. But to answer this properly, I need to give you more background.
Previously, the urw-fonts package was using config files from fontconfig
directly. They were part of the 30-metric-aliases.conf and 30-metric-aliases.conf,
in the /etc/fonts/conf.d folder.
When I was doing the "cleanup" for the new package, we agreed with urw-base35-fonts
and fontconfig upstreams to move these config files into the new package, as it
is preferable by fontconfig and FPG.
During creation of a new package, I have decided to use 35 as the new priority/ordering
value. (That effectively means lowering the priority compared to initial value of 30.)
This was a safety precausion, because I wanted to make sure the new fontconfig
files would not mess up with default fontconfig configuration.
We agreed with fontconfig upstream/maintainer to do a release together via Bodhi.
And here's where I made the mistake. I didn't realize that creating a new update
in Bodhi for a new package would actually replace it for all users with the old
urw-fonts package. My expectation was that it would just live in the updates
repository alongside the (old) urw-fonts, and will be just available to people
who would manually install the (new) urw-base35-fonts.
I wanted the new package to be ready for new fontconfig release, and for other
steps I was preparing for the transition.
For some reason, after you have updated the package, it started to changing the
default font configurations you had on your system. I really have no clue why
it happened just now, and not before, since the fontconfig configuration was
effectively before on the system as well. My wild guess is that the old
urw-fonts package was such a mess that this issue had never came up to surface
before?
Unfortunately, combination of this riddle and my screw-up is what caused all of
these problems for you. :(
**# WHY IT TOOK SO LONG TO GET IT FIXED? **
I have learned about this issue yesterday morning, and I had the fixes ready
relatively fast. However, before making a new release, I wanted to make sure
it fixes everything that was reported...
The rest of the day I've spent trying (I'm not kidding) to install F26, F27,
and Rawhide into VM (KVM/QEMU). And with no success... o.O The installation
took so much time everytime (I don't know why), and after I have finally finished
the installation, it wouldn't boot up. I have tried different ways to get around it,
but after several hours I gave up.
I have tested the basics that I could in our internal Fedora instances in OpenStack,
and decided to release it now to not block the fixes longer.
**# UPDATE: **
Seems like all the build have passed successfully.
**# WHAT NOW? **
As I said before, I will be pushing new updates, but after discussion with
fontconfig upstream/maintainer only for F27 and Rawhide. I never wanted to
endanger the released Fedora, and don't want to change that. Luckily, the Bodhi
process helped to stop the updates before them reaching the stable repository.
For all of you on F25 and F26 I have created a builds also that you can manually
download, and which should (hopefully) fix your problems for now.
After that we can try to workaround how you can install the urw-fonts back.
Also, if you would find any problems with the new versions of the package, please,
let me now so I can fix it ASAP. And if you have any other feedback, feel free
to lay it on me.
**# FINAL THOUGHTS **
Once again, I'm really sorry this happened. It was not intentional mistake, and
I have learned some important lesson in that. I appreciate all your feedback and
patience.
@dkaspar: The revised testing build seems fine to me.
The rest of the day I've spent trying (I'm not kidding) to install F26, F27, and Rawhide into VM (KVM/QEMU).
And with no success... o.O The installation took so much time everytime (I don't know why), and after I have
finally finished the installation, it wouldn't boot up. I have tried different ways to get around it, but after several
hours I gave up.
This is probably #1462381, which can be worked around (at least in some cases) by disabling graphical boot (no rhgb kernel option).
BZ#1458840 Review Request: urw-base35-fonts - Level 2 Core Font Set for Ghostscript
This update has been submitted for testing by dkaspar.
This update has been pushed to testing.
Please take this update with a grain of salt...
Drastic changes to the fonts globally
Looks weird (something off) on MATE, Firefox
Especially very small monospace fonts on MATE Terminal and RHBZ website
Fonts currently used/affected: Sans Regular, Sans Bold, Monospace Regular
Generally nothing breaks for me, but may need some getting used to
This replaced urw-fonts and changed the look of all my text based consoles in the middle of a STABLE release. This is NOT what I would expect to happen.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
Helping to downvote this update, it breaks visually
Don't push this update, it really messes up the fonts. For updates-testing users, you can undo the changes like this:
karma: -1
This update has been obsoleted.
Yeah, please remove this.
Hello people! Thank you for hanging out there why I was dealing with this.
# TL;DR;
I would like to apologize for the problems caused. This was not intentional for this to happen, and I'm really sorry for that. The new packages to solve this issue are currently being build.
# WHY THIS UPDATE?
Many people do not realize that, but (URW)++ fonts are needed by ghostscript for displaying correctly PostScript, PDF and other document types, as well as for conversition between these formats. And ghotscript is also used by many other applications, like Evince, ImageMagick, etc.
Because the current package
urw-fonts
in Fedora was a total mess, there were problems with versioning, and the fonts were outdated which started to be significant problem for ghostscript, I have decided (as a ghostscript maintainer) to create a new fonts package from scratch, which would follow Fedora Packaging Guidelines, and would be more easily maintainable for the future.**# WHAT CAUSED THESE PROBLEMS? **
The main problem with this was in fontconfig priority/ordering, as many of you have found out. But to answer this properly, I need to give you more background.
Previously, the
urw-fonts
package was using config files from fontconfig directly. They were part of the30-metric-aliases.conf
and30-metric-aliases.conf
, in the/etc/fonts/conf.d
folder.When I was doing the "cleanup" for the new package, we agreed with
urw-base35-fonts
andfontconfig
upstreams to move these config files into the new package, as it is preferable by fontconfig and FPG.During creation of a new package, I have decided to use
35
as the new priority/ordering value. (That effectively means lowering the priority compared to initial value of30
.) This was a safety precausion, because I wanted to make sure the new fontconfig files would not mess up with default fontconfig configuration.We agreed with fontconfig upstream/maintainer to do a release together via Bodhi. And here's where I made the mistake. I didn't realize that creating a new update in Bodhi for a new package would actually replace it for all users with the old
urw-fonts
package. My expectation was that it would just live in the updates repository alongside the (old)urw-fonts
, and will be just available to people who would manually install the (new)urw-base35-fonts
.I wanted the new package to be ready for new fontconfig release, and for other steps I was preparing for the transition.
For some reason, after you have updated the package, it started to changing the default font configurations you had on your system. I really have no clue why it happened just now, and not before, since the fontconfig configuration was effectively before on the system as well. My wild guess is that the old
urw-fonts
package was such a mess that this issue had never came up to surface before?Unfortunately, combination of this riddle and my screw-up is what caused all of these problems for you. :(
**# WHY IT TOOK SO LONG TO GET IT FIXED? **
I have learned about this issue yesterday morning, and I had the fixes ready relatively fast. However, before making a new release, I wanted to make sure it fixes everything that was reported...
The rest of the day I've spent trying (I'm not kidding) to install F26, F27, and Rawhide into VM (KVM/QEMU). And with no success... o.O The installation took so much time everytime (I don't know why), and after I have finally finished the installation, it wouldn't boot up. I have tried different ways to get around it, but after several hours I gave up.
I have tested the basics that I could in our internal Fedora instances in OpenStack, and decided to release it now to not block the fixes longer.
**# UPDATE: **
Seems like all the build have passed successfully.
**# WHAT NOW? **
As I said before, I will be pushing new updates, but after discussion with fontconfig upstream/maintainer only for F27 and Rawhide. I never wanted to endanger the released Fedora, and don't want to change that. Luckily, the Bodhi process helped to stop the updates before them reaching the stable repository.
For all of you on F25 and F26 I have created a builds also that you can manually download, and which should (hopefully) fix your problems for now.
After that we can try to workaround how you can install the
urw-fonts
back.Also, if you would find any problems with the new versions of the package, please, let me now so I can fix it ASAP. And if you have any other feedback, feel free to lay it on me.
**# FINAL THOUGHTS **
Once again, I'm really sorry this happened. It was not intentional mistake, and I have learned some important lesson in that. I appreciate all your feedback and patience.
-- Dee'Kej --
Here's the link for F26 TESTING BUILD: https://koji.fedoraproject.org/koji/buildinfo?buildID=975391
Please, be aware that I tested it only with my system. I want to help you, but I can't make 100% guarantee this will work. :(
@dkaspar: The revised testing build seems fine to me.
This is probably #1462381, which can be worked around (at least in some cases) by disabling graphical boot (no rhgb kernel option).