CarlGao4 / Demucs-Gui

A GUI for music separation AI demucs
GNU General Public License v3.0
499 stars 37 forks source link

Fixed icon loading related crash #20

Closed HallowedDust5 closed 1 year ago

HallowedDust5 commented 1 year ago

Ran into a bug relating to icon loading. Just rewrote it slightly to run on multiple machines (hopefully). Instead of loading a .ico file, which isn't compatible on Linux, it loads a .png . I've only run it on Pop!_OS 22.04 so I'm not sure about whether it runs in other places, but from what I've read it should.

tldr: See if it works on other operating systems besides Pop!_OS 22.04

CarlGao4 commented 1 year ago

In fact, I'm thinking about rewriting the whole project with PyQt (or pyside), using the APIs of demucs

HallowedDust5 commented 1 year ago

Yeah, that sounds like a better solution