I want to run my GUI in Raspberry PI but i dont want Raspberry PI's desktop to seen and Nobody can acces the desktop or my codes. Is that possible? if it is how ?
by the way i coded my gui by Python and Pyqt.
I have tried using the install instructions from https://docs.vapor.codes/3.0/install/macos/. But this doesn't seem to work properly.
It works on my PC though. Just not on my raspberry pi
I have made an OS is cosmos, but I cant seem to get the Raspberry Pi to actually boot the OS up. I made a bootable SD card and USB stick but the raspberry pi doesn't load anything up.
Cosmos os only supports the x86 processor type. All versions of the raspberry pi either use ARM_6 or ARM_7. A completely different type. So what I'm saying is Cosmos OS won't work on your raspberry pi because it was made for computers with a different type of computer chip. For your raspberry pi I suggest you use raspian which is the operating system the Raspberry Pi Foundation suggests using. You can download it here.
I have a desktop application (built with NW.js and the node-webkit-builder) that runs smoothly on Windows and OS X, however, I can't seem to open the executable on the Raspberry Pi. The NW.js builder outputs the 32- and 64-bit Linux distributions, as well, that I assume should operate on Raspbian or Ubuntu MATE. However, I keep getting the error:
cannot open the application since there isn't a readable executable.
Even after chmod +x the application, it doesn't work.
raspberry pi use arm architecture, you may checkout this: https://github.com/toxygen/armhf-node-webkit
Rasp Pis are using ARM processors and not the x32 and x64 processors the NW.js binaries support.
You will need to download a prebuilt for the ARM or build it yourself.
Here is a link to a prebuilt for 0.12.0. You will package your app just like you would on a x32/x64 machine.
Unfortunately ARM is still not an officially supported platform and if you wish to have prebuilts you will have to depend on community members/contributors.
You need the binary port of NW.js (node-webkit) for Raspberry Pi.
I have just created a repository with the node-webkit binary port that runs on Raspbian, tested and working on Raspberry Pi 1 and Raspberry Pi 3 so it is ARMv6 and ARMv7 compatible.
Here you can check it: https://github.com/jalbam/nwjs_rpi
Tried the 32bit gwan on raspberry pi but got cannot execute binary file.
Any ways to run on wheeze raspberry pi?
Will be great if we can do test on it.
While Raspberry Pi computers uses ARM CPUs you are using a version of G-WAN compiled for Intel-compatible CPUs.
This just cannot work (unless the Raspberry Pi is running an x86 CPU emulator).