ImperatorS79

Results 175 comments of ImperatorS79

> > > Ok... The Phoenicis flatpak is 312MB (according to software sources). That's exactly why I would prefer .deb and .rpm.

The problem is that having flatplaks or snaps alongside regular .deb makes lots of duplicate libs (since, if I understand correctly, flatpaks apps use their own "sdk" and does not...

Since it is already the case for the POL4 .deb (which is in multiverse in ubuntu), I'm nearly sure that someone in the community will be maintaining a phoenicis one.

I am not sure. This was more related to .deb creation. So that you will not install twice 32 bits dependencies for example (once with .deb and one from phoenicis)

But if people already have the 32 bits dependencies installed, or if there are available on the system, no need to install them in the runtime (what happens if there...

Everything is in the runtime and so there should not be anymore dependencies problems. I am still in favour of finding a way to not install dependencies available through system,...

#1854 is more general, but yes. I see three ways of doing it: - Use LWJGL to get the rendering infos (advantage: pure java) - Use glxinfo and vulkaninfo (and...

I have normally a working LWJGL code, which compiles and execute in js, but I do not know how to check the returned value. Current code (most part are simply...

And how do I access the content of the structure/class returned ? I tried `graphicsProperties.Vendor`, but it returned undefined.

I have the error "no bean 'graphicsPropertiesFetcher' available" :thinking:.