[PR #1328] [MERGED] fix(image): steam icons resolving at low res #1306

Closed
opened 2026-05-22 21:56:12 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1328
Author: @JakeStanger
Created: 1/10/2026
Status: Merged
Merged: 1/10/2026
Merged by: @JakeStanger

Base: masterHead: fix/steam-icon


📝 Commits (2)

  • 39debc1 fix(image): steam icons resolving at low res
  • 2916a45 feat(image): add debug data to paintables

📊 Changes

4 files changed (+26 additions, -14 deletions)

View changed files

📝 src/gtk_helpers.rs (+13 -9)
📝 src/image/provider.rs (+11 -3)
📝 src/modules/mod.rs (+1 -1)
📝 src/modules/workspaces/mod.rs (+1 -1)

📄 Description

Icons for Steam games were incorrectly loaded at a resolution lower than the requested res and scaled up. This correctly loads greater than or equal to and scales down.

This PR also adds debug info which provides some keys on Paintable types that can be viewed through the GTK inspector to help debug issues with image resolution.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1328 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 1/10/2026 **Status:** ✅ Merged **Merged:** 1/10/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/steam-icon` --- ### 📝 Commits (2) - [`39debc1`](https://github.com/JakeStanger/ironbar/commit/39debc1c267acfaf4b7baadc08ad0fee349c2228) fix(image): steam icons resolving at low res - [`2916a45`](https://github.com/JakeStanger/ironbar/commit/2916a45cacdccca8b50fcbdac75e7796a10901fd) feat(image): add debug data to paintables ### 📊 Changes **4 files changed** (+26 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/gtk_helpers.rs` (+13 -9) 📝 `src/image/provider.rs` (+11 -3) 📝 `src/modules/mod.rs` (+1 -1) 📝 `src/modules/workspaces/mod.rs` (+1 -1) </details> ### 📄 Description Icons for Steam games were incorrectly loaded at a resolution lower than the requested res and scaled up. This correctly loads greater than or equal to and scales down. This PR also adds debug info which provides some keys on `Paintable` types that can be viewed through the GTK inspector to help debug issues with image resolution. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:56:12 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#1306
No description provided.