GNOME Bugzilla – Bug 766258
[tracker] HIDPI support
Last modified: 2018-01-10 14:52:44 UTC
Music hasn't been developed with HIDPI in mind. An obvious issue seems to be the scaling of album art. There might be other issues as well, so maybe HIDPI users could add their insights here or create relevant subtopic bugs and block on this tracker bug.
This is how I fixed the issue in Lollypop: Music needs to load artwork pixbuf at 128px * GtkImage.scale_factor(). Then convert it to cairo surface and then setting GtkImage.
There is a remaining issue with search icons related to using libgd: since it's a treeview containing a GdkPixbuf the surface doesn't get scaled back like it does for GtkImage. Resulting in a * scale-factor sized icon. We can't introduce a GtkImage cellrenderer in music and adding it to libgd seems overkill.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-music/issues/65.