Vlαdo Magyar

Results 35 comments of Vlαdo Magyar

Yes I played with it also, but no luck with running `tofi-drun`. The env vars and filesystem access could be fixed, but running the internal commands is harder.

does this GDK_DPI_SCALE thing work in flatpak? because for me it doesn't do anything. Or maybe it doesn't work on wayland?

So I don't know how this project is going, but I made a fork: [git.sr.ht/~ghost08/inkview](https://git.sr.ht/~ghost08/inkview) Fixed this issue and changed the SDK from `pbsdk-linux-1.1.0.deb` to `https://github.com/pocketbook/SDK_6.3.0.git` Also using the included...

The server sends bytes and client wants to decode it with `utf8`. I've resolved it with removing the line: `r.data = r.data.decode('utf8')` in the `rest.py` file. But then in the...