pop-os / gnome-control-center

Pop!_OS fork of https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gnome-control-center
GNU General Public License v2.0
29 stars 10 forks source link

When selecting display resolution, 32:9 resolutions are not marked as such #237

Open JanPokorny opened 1 year ago

JanPokorny commented 1 year ago

While the display resolution dropdown correctly adds an aspect ratio hint in parentheses for resolutions with aspect ratios 21:9, 16:9, 16:10 and 4:3, it fails to mark 32:9 (resolutions 5120x1440 and 3840x1080), see here:

image

leviport commented 1 year ago

Thanks for the report! I've confirmed this on my 5120x1440 display. I've also confirmed the same thing on a Fedora 37 live disk, so this is either an upstream bug or intended behavior.

JanPokorny commented 1 year ago

@leviport Thanks for testing it out, in that case I'll report it to upstream.

JanPokorny commented 1 year ago

Reported here: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2334

JanPokorny commented 1 year ago

Fix merged in upstream: https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1661

@leviport Feel free to close this, not sure what your policy on upstream bugs is. It may not even land in stable GNOME until Pop!_OS switches to the new DE 😅

leviport commented 1 year ago

Let's leave it open so we remember to pick the fix on the next rebase. Thanks again for catching it!