JeffShee@ねくもり
JeffShee@ねくもり
Well, having no other option left, I decided to download the configuration files and give them a try. Ironically enough, they work fine lol. So if anyone else having the...
@SeaDve Sure. JSON ```json { "app-id": "io.jeffshee.Test", "runtime": "org.gnome.Platform", "runtime-version": "42", "sdk": "org.gnome.Sdk", "command": "hello.sh", "modules": [ { "name": "hello", "buildsystem": "simple", "build-commands": [ "install -D hello.sh /app/bin/hello.sh" ], "sources":...
I think it might be good to have a fallback option in case the check had failed. For example, manually mark the JSON/YAML files as Flatpak manifest, and bypass the...
Hi @AngelBrielez , Soon. I'm now implementing it. =3 Yae's head might be cut off if "crop to fit" (center crop) is applied to your video tho. 😏
While not mentioned in the changelog, a simple center-crop feature is included in the upcoming update. It should be available on Flathub a few hours later 😎 I called it...
@VarLad Could you please provide a log so I can investigate? To do so, just run the app with debug flag `flatpak run io.github.jeffshee.Hidamari -d` and paste the output here....
Also, how do you know that your HW acceleration doesn't work?
If I'm not mistaken, `va_openDriver() returns 0.` which means the function exited without error. So it seems the HW acceleration actually works properly... However, the next line `Xlib: extension "NV-GLX"...
Even better if you could paste the system information here. It should be the first thing output in the log. Here is my example: ``` ❯ flatpak run io.github.jeffshee.Hidamari -d...
@RushingAlien Hi, thanks for reporting. Are you using Nvidia card in Wayland session? That’s not going to work at the moment (there is some issue with vlc side I believe)....