Does anyone run Deskapp on Arch based distro like Manjaro ?
-
I would like to run Manjaro on one of my desktops - but I’m not realy firm on source compilation - so it would be nice if someone did this already and can guide me a little on that
rg
Christian
-
Hi @externa1 ,
would be interesting if our modified nwjs linux builds run on arch linux in general.
You could test that by yourself if you like:
- git clone https://stash.kopano.io/scm/kd/kopano-deskapp.git to a local folder
- download nwjs from here https://download.kopano.io/community/deskapp:/nwjs/linux/ (sdk has devtools on board)
- copy the files from the nwjs tarball to the src directory of the clone deskapp repository
- move to the src directory and run ./nw
This is also briefly described here: https://stash.kopano.io/projects/KD/repos/kopano-deskapp/browse/README.md
If then DeskApp starts up no compilation is necessary, just a PKGBUILD file that puts everything together.
Cheers,
Björn