Elvinra
Elvinra
On the folder node_modules/react-native-spinkit. Delete the file react-native.config.js After that add on the file android/build.gradle `allprojects { repositories { ... // ADD THIS maven { url "https://jitpack.io" } } }`
and its working fine on an samsung
No-need to rewrite buildx.sh. Just change your script, "sh buildx.sh $WORKINGDIR/xrdp/xorg/debuild/x11rdp-files/opt/X11rdp" /opt/X11rdp is traditionally for installation but the script just need a folder for building the package. The best option...
I just finished to try and it's works. I only tried the compilation of X11rdp. i'm forking the project and create a pull request for this change but not today...
In my fork : https://github.com/Elvinra/X11RDP-o-Matic/tree/devel It's not perfect, a little update is require.
I remove -yes flag to dh_make now.
Hello, I have the same problem. I'm currently building a PDF with Node 18 (Typescript) But after some testing, the JPEG is here in the PDF because if i'm trying...