Re: [X2Go-User] HTML5 install

2022-10-05 Thread Stefan Baur
Am 05.10.22 um 15:06 schrieb robert k Wild: > will "published apps" be an option in the desktop drop down in future > releases Unlikely. Doesn't really make sense for the in-browser use. If you have a compelling use case, let me know. ;) Single application - maybe. Again, mainly a question of

Re: [X2Go-User] HTML5 install

2022-10-05 Thread robert k Wild
nice one lads, ive done it with your help, im very much appreciative of this thank you very much [image: image.png] will "published apps" be an option in the desktop drop down in future releases thanks, rob On Wed, 5 Oct 2022 at 13:55, robert k Wild wrote: > job done, reason why it wouldnt

Re: [X2Go-User] HTML5 install

2022-10-05 Thread robert k Wild
job done, reason why it wouldnt start as the cert wasnt there so made new self signed using below openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout selfsigned.key -out selfsigned.crt edited the x2gohtml.conf file and nginx can now restart fine On Wed, 5 Oct 2022 at 13:39, robert k

Re: [X2Go-User] HTML5 install

2022-10-05 Thread robert k Wild
ok ive done a new vm and i cant restart nginx root@x11:/etc/nginx/sites-enabled# pwd /etc/nginx/sites-enabled root@x11:/etc/nginx/sites-enabled# ls x2gohtmlclient-demo.conf root@x11:/etc/nginx/sites-enabled# systemctl restart nginx Job for nginx.service failed because the control process exited

Re: [X2Go-User] HTML5 install

2022-10-05 Thread robert k Wild
same result apt --fix-broken install Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: libcapture-tiny-perl libconfig-simple-perl

Re: [X2Go-User] HTML5 install

2022-10-05 Thread Stefan Baur
Am 05.10.22 um 12:49 schrieb robert k Wild: > E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or > specify a solution). > > looks like i need to re install ubuntu as i dont get it So what happens when you run "apt --fix-broken install", as the output suggests? Kind

Re: [X2Go-User] HTML5 install

2022-10-05 Thread robert k Wild
i googled it, its this add-apt-repository --remove ppa:x2go/ppa add-apt-repository --remove ppa:x2go/stable add-apt-repository --remove ppa:x2go/nightly once done, i updated apt and i can see there gone in the list i added ppa again add-apt-repository ppa:x2go/ppa once again i updated apt and

Re: [X2Go-User] HTML5 install

2022-10-05 Thread Stefan Baur
Am 05.10.22 um 12:33 schrieb robert k Wild: > is this because im adding more than one ppa? It might well be. If you take a look at my instructions again, you will see that they only mention "add-apt-repository ppa:x2go/ppa". You will probably have to remove the others (I guess they end up in

Re: [X2Go-User] HTML5 install

2022-10-05 Thread robert k Wild
sorry for the delay, after adding all the ppa's, i get this add-apt-repository ppa:x2go/stable add-apt-repository ppa:x2go/ppa add-apt-repository ppa:x2go/nightly apt updateapt-get install x2goserver x2goserver-xsession and then i get this apt-get install x2goserver x2goserver-xsession Reading

Re: [X2Go-User] HTML5 install

2022-10-03 Thread robert k Wild
Lovely stuff Juri, I will test and let you know, Thanks guys! On Mon, 3 Oct 2022, 14:36 , wrote: > Hello together, > > it works well on ubuntu: > > sudo add-apt-repository ppa:x2go/nightly > sudo add-apt-repository ppa:x2go/ppa > sudo apt update > sudo apt install x2gohtmlclient > >

Re: [X2Go-User] HTML5 install

2022-10-03 Thread x2go-user
Hello together, it works well on ubuntu: sudo add-apt-repository ppa:x2go/nightly sudo add-apt-repository ppa:x2go/ppa sudo apt update sudo apt install x2gohtmlclient Documentation is extended for debian and ubuntu: https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient Best Regards, Juri

Re: [X2Go-User] HTML5 install

2022-10-03 Thread Stefan Baur
Hi robert, Am 02.10.22 um 16:19 schrieb robert k Wild: > still saying > > unable to locate package x2gohtmlclient > > it would be good to test this out maybe tomorrow > > On Thu, 29 Sept 2022 at 18:46, robert k Wild wrote: > >> stefan, its all good mate, no worries, i will wait, thanks :) >>

Re: [X2Go-User] HTML5 install

2022-10-02 Thread robert k Wild
still saying unable to locate package x2gohtmlclient it would be good to test this out maybe tomorrow On Thu, 29 Sept 2022 at 18:46, robert k Wild wrote: > stefan, its all good mate, no worries, i will wait, thanks :) > > On Thu, 29 Sept 2022 at 18:44, Stefan Baur wrote: > >> Am 29.09.22 um

Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
stefan, its all good mate, no worries, i will wait, thanks :) On Thu, 29 Sept 2022 at 18:44, Stefan Baur wrote: > Am 29.09.22 um 19:30 schrieb robert k Wild: > > still no joy stefan, doesnt work for ubuntu > > Well, it SHOULD, but obviously it DOES NOT. Which is weird, because I > thought I

Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Am 29.09.22 um 19:30 schrieb robert k Wild: > still no joy stefan, doesnt work for ubuntu Well, it SHOULD, but obviously it DOES NOT. Which is weird, because I thought I tested it before adding the line to my docs. Anyways, I'll have Mihai take a look at the repository, probably on Saturday. Do

Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
still no joy stefan, doesnt work for ubuntu add-apt-repository ppa:x2go/ppa PPA publishes dbgsym, you may need to include 'main/debug' component Repository: 'deb https://ppa.launchpadcontent.net/x2go/ppa/ubuntu/ jammy main' Description: X2Go packages for testing purpose (nightly builds) More

Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Am 29.09.22 um 15:57 schrieb robert k Wild: > So what your saying is Stefan is I don't need to re install on a Debian > install, it will work with Ubuntu? Yes, just execute the corresponding first step as explained in the message. One is for Debian, the other for Ubuntu. The remaining steps are

Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
So what your saying is Stefan is I don't need to re install on a Debian install, it will work with Ubuntu? On Thu, 29 Sept 2022, 14:42 Stefan Baur, wrote: > Hi robert, > > Am 29.09.22 um 15:37 schrieb robert k Wild: > > Thanks Stefan, sorry but when you say > > > > He should follow my

Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Hi robert, Am 29.09.22 um 15:37 schrieb robert k Wild: > Thanks Stefan, sorry but when you say > > He should follow my instructions as posted in Message-ID: > <2cb048d4-9660-aabf-9ca1-c4f9c042e...@baur-itcs.de> > > Do you mean your message earlier in the thread? If your mail client doesn't

Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
Thanks Stefan, sorry but when you say He should follow my instructions as posted in Message-ID: <2cb048d4-9660-aabf-9ca1-c4f9c042e...@baur-itcs.de> Do you mean your message earlier in the thread? On Thu, 29 Sept 2022, 13:47 Stefan Baur, wrote: > Am 29.09.22 um 13:43 schrieb Juri Grabowski: >

Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Am 29.09.22 um 13:43 schrieb Juri Grabowski: > > @Stefan: > Any reasons, why we don't have x2gohtmlclient in PPA? My guess is that robert is simply using the wrong PPA. HTML5Client is not stable yet, so it's not in the stable repo. He should follow my instructions as posted in Message-ID:

Re: [X2Go-User] HTML5 install

2022-09-29 Thread Juri Grabowski
Hello, on debian you can try: apt install extrepo extrepo enable x2go apt install x2gohtmlclient @Stefan: Any reasons, why we don't have x2gohtmlclient in PPA? Best Regards, Juri Grabowski ___ x2go-user mailing list x2go-user@lists.x2go.org

Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
doesnt find the html client apt install nginx fcgiwrap x2gohtmlclient Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package x2gohtmlclient On Thu, 29 Sept 2022 at 12:23, robert k Wild wrote: > thanks for getting back to me Juri so

Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
thanks for getting back to me Juri so quick, this is what i get when i run dpkg -L x2gohtmlclient dpkg-query: package 'x2gohtmlclient' is not installed Use dpkg --contents (= dpkg-deb --contents) to list archive files contents. to install x2go on my ubuntu server, ive done this so far apt-get

Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Am 29.09.22 um 12:33 schrieb robert k Wild: > do i just need to edit the nginx conf and add this to the end? Be warned that the HTML5 client is currently not for production use, it is merely a proof of concept. That's why it is currently only available via nightly builds. Please proceed as

Re: [X2Go-User] HTML5 install

2022-09-29 Thread Juri Grabowski
Hello, with dpkg -L x2gohtmlclient you can get all files provided by x2gohtmlclient on debian based systems. in /etc/nginx/sites-available/x2gohtmlclient-demo.conf you can get simple example what do you need for working htmlclient. It contains helpfull comments for make it working. Of cource