Merge ~gunnarhj/ubuntu-release-upgrader:mate-font into ubuntu-release-upgrader:ubuntu/main
Status: | Merged | ||||
---|---|---|---|---|---|
Merge reported by: | Nick Rosbrook | ||||
Merged at revision: | c5e19e9cbbcbbd7a02e2d255c5df5e1e9930ff84 | ||||
Proposed branch: | ~gunnarhj/ubuntu-release-upgrader:mate-font | ||||
Merge into: | ubuntu-release-upgrader:ubuntu/main | ||||
Diff against target: |
86 lines (+32/-3) (has conflicts) 2 files modified
DistUpgrade/DistUpgradeQuirks.py (+29/-3) debian/changelog (+3/-0) Conflict in debian/changelog |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nick Rosbrook | Approve | ||
Martin Wimpress | Pending | ||
Ubuntu Core Development Team | Pending | ||
Review via email:
|
Description of the change
This is an attempt to make the font workaround apply to Ubuntu MATE too. But there are two caveats:
1. Unlike Ubuntu, in MATE the changed font is not used by menu titles etc. I don't know if that is because they use some other dconf value in that context, or if the font family is hardcoded. It's still a significant improvement, though.
2. The systemd service for resetting the font didn't run when I tested (in a VirtualBox VM). Can that be a limitation in MATE's systemd configuration?
Maybe we need input from some MATE dev.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
On 2023-10-08 03:21, Gunnar Hjalmarsson wrote:
> 1. Unlike Ubuntu, in MATE the changed font is not used by menu titles
> etc. I don't know if that is because they use some other dconf value
> in that context, or if the font family is hardcoded. It's still a
> significant improvement, though.
MATE apparently uses multiple dconf font values, and I think my observation was due to this one:
gsettings get org.mate. Marco.general titlebar-font
'Ubuntu Medium 11'
So to wipe out all instances of unreadable letters in MATE, we would need to change the font value for multiple schemas and keys. I can think that would be to overdo it, and that the achieved improvement with the proposed change is sufficient.
But we still need to figure out why the systemd service does not reset the changed font as expected.