Aditya Shah

Results 19 comments of Aditya Shah

I don't think there is any need to compile qt as it should be present as a part of KDE SDK and Platform. The other dependancies are just python so...

No it doesn't exactly have to be stable, the way to say it is that it has to be reproducible. Something like a release or a commit should be fine....

`The application does not have filesystem access. There is a --filesystem=host in the manifest.` I don't know why it needs access to the entire fielsystem, but you should be able...

I like this but Nvidia libraries shipped with proprietary drivers still don't work with flatpaks. Have a look [here](https://github.com/flatpak/flatpak/issues/138)

Ok I get a crash when I open system information in steam, I am able view it until click on the window to copy, here is stdout for that [aditya_stdout.txt](https://github.com/ValveSoftware/steam-runtime/files/736970/aditya_stdout.txt)...

That solves the problem yes. But there is a little confusion that I am facing, if it is the problem with library not being present on the distribution shouldn't it...

I don't know why steam was crashing yesterday, but here is the [System Information](https://gist.github.com/adityashah1212/51dc4e7505cd23a56e9eb6c8c3cfd44b)

I like this idea. It would be great if we could convert this into a structured logging use case, where instead of having `format string` + `data`, we would have...

Maven is not a part of any sdk... you will have to install as a dependancy first then clean it afterwards

@alexlarsson That reminds me shouldn't we have Maven, gradle and ANT as part of openjdk sdk extension. Without these build systems most of java projects won't be able to be...