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 5df2560 commit e544a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
:heavy_check_mark: Rework TKinter to use <strike>ThemedTk</strike> ttkbootstrap. :tired_face:
:heavy_check_mark: Switch from setuptools to poetry (done with v1.0.5).
:heavy_check_mark: Add <a href="https://www.flaticon.com/de/kostenlose-icons/computer" title="computer Icons">Computer Icons erstellt von Freepik - Flaticon</a>
:white_check_mark: Pop_OS logo is ugly; Fedora and Elementary logos are misplaced
:heavy_check_mark: Pop_OS logo is ugly; there are logos in good quality in /usr/share/icons/256x256/
:white_check_mark: Fedora and Elementary logos are misplaced
:white_check_mark: Add new fixes to Troubleshooting section

#### Tools
Expand Down
1 change: 1 addition & 0 deletions gameinfo/Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def GetDistributionLogoImage(Logo):
# Logo += "-logo"
try:
icon_file = Gtk.IconTheme.get_default().lookup_icon(Logo, 256, 0).get_filename()
AppDebug.debug_print("DistributionLogo: " + icon_file)
if os.path.isfile(icon_file):
if "svg" in icon_file:
image_data = cairosvg.svg2png(url=icon_file)
Expand Down

0 comments on commit e544a49

Please sign in to comment.