Jonian Guveli

Results 121 comments of Jonian Guveli

I'm also not able to compile on debian bullseye armv7, using docker. It goes to 100%, but fails at linking, with `-DUSE_VULKAN=ON`. ``` -DLIBRETRO=ON -DUSE_OPENMP=OFF -DUSE_GLES=ON -DUSE_VULKAN=ON -DUSE_HOST_LIBZIP=OFF -DUSE_HOST_SDL=OFF -DCMAKE_BUILD_TYPE=Release...

Thanks for the quick reply @flyinghead! Unfortunately that didn't fix the issue. I had the same problem with `parallel_n64` libretro core but I managed to build it using: ```bash export...

That did it! I added `target_link_libraries(${PROJECT_NAME} PRIVATE atomic)` after line [389](https://github.com/flyinghead/flycast/blob/master/CMakeLists.txt#L389), since it failed only when `USE_VULKAN` was enabled and I kept `LDFLAGS="-latomic"` env variable. I did not try without...

Some useful links to help implement this feature. Another extension: https://wiki.inkscape.org/wiki/index.php/ExportPDFCMYK#Alternative_way_to_create_a_CMYK-PDF Using Ghostscript: http://zeroset.mnim.org/2014/07/14/save-a-pdf-to-cmyk-with-inkscape/ Feature request to add native support in Inkscape: https://gitlab.com/inkscape/inbox/-/issues/2094

@benonymus, you should open a new PR for `asarUnpack` since it resolves another issue not related to apple silicon.

@Digitalone1 I have created an AUR package using your build file https://aur.archlinux.org/packages/pulsar-bin and listed you as a contributor. I used you public email on github. If you want me to...

@Digitalone1 I don't think it is needed, pulsar (electron-builder) bundles electron with the binary.

@Digitalone1 the `deb` package that is used to generate the `AUR` package, already includes the icon, but it is in the wrong folder. ```sh # Wrong path /usr/share/icons/hicolor/0x0/apps/pulsar.png # Correct...

This should be merged, or even better hand over atom to the community.

Hi @hyperair, thanks for the PR and sorry for the late response. There is an issue with this solution, the `this.hidden_by_us` variable will not persist on screen lock/unlock or on...