diff --git a/TODO.md b/TODO.md index 809ac53..e92a824 100644 --- a/TODO.md +++ b/TODO.md @@ -3,7 +3,8 @@ :heavy_check_mark: Rework TKinter to use ThemedTk ttkbootstrap. :tired_face: :heavy_check_mark: Switch from setuptools to poetry (done with v1.0.5). :heavy_check_mark: Add Computer Icons erstellt von Freepik - Flaticon -: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 diff --git a/gameinfo/Functions.py b/gameinfo/Functions.py index 16c6e7c..d47639a 100644 --- a/gameinfo/Functions.py +++ b/gameinfo/Functions.py @@ -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)