JakobDev

Results 239 comments of JakobDev

I suggest that you use the SDK as Runtime. Some pip packages need to be compiled. The SDK includes pip and everything that is needed to compile a Python Package...

@mchlnix Any update on this?

> I'd have to hope that the emulator is associated with the file type, which isn't always the case Don't worry. It's always the case. I haven''t seen an NES...

> Not sure how widespread flatpaks are already. I had heard of them before, but never used them. They are very Widespread today. Flatpak is preinstalled o many Linux Distros...

I have now created #40 for the data files. > My only concern is support to the system theme. Delta Patcher supports light and dark modes, depending on the system...

When using `DCMAKE_BUILD_TYPE=RelWithDebInfo` the message no longer appears, but you should fix the underlying bug.

> Anyway, I think building in Release mode is still preferred It is usual to build a Flatpak with debug symbols, but you can change this if you really want...

> portals are not required, assuming we give filesystem access I don't said that it is not working with filesystem access. That's the reason my Manifest has Host access, but...

I discovered a little misstake in my Manifest instead of: ```yaml - --device=dri - --device=dri ``` use ```yaml - --device=dri - --share=ipc ```

Portals give only access to the selected file, so in this case Portals would not work for you.