Skip to content

Commit

Permalink
fix for distributor-logo-pop-os
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael John committed Jul 11, 2023
1 parent 196ee73 commit 5df2560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameinfo/Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def GetDistributionLogoImage(Logo):
#if "logo" not in Logo:
# Logo += "-logo"
try:
icon_file = Gtk.IconTheme.get_default().lookup_icon(Logo, 32, 0).get_filename()
icon_file = Gtk.IconTheme.get_default().lookup_icon(Logo, 256, 0).get_filename()
if os.path.isfile(icon_file):
if "svg" in icon_file:
image_data = cairosvg.svg2png(url=icon_file)
Expand Down

0 comments on commit 5df2560

Please sign in to comment.