Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

is linux support included here?

edit:

Traceback (most recent call last):  File "DiskClick.pyw", line 296, in <module>    start_disk_activity_monitor()  File "DiskClick.pyw", line 200, in start_disk_activity_monitor    root.iconbitmap(icon_path)  File "/usr/lib/python3.8/tkinter/__init__.py", line 2080, in wm_iconbitmap    return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "icon.png" not defined


i get this error trying to run it. any idea why?

linxu support is semi supported remove the line of code that controls the icon 

that worked, thanks.