Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: Huskay on January 18, 2017, 11:59:09 AM

Title: Missing Rdesktop and Kmap in picore 8.1.3
Post by: Huskay on January 18, 2017, 11:59:09 AM
Hello,

The package rdesktop.tcz and kmaps.tcz are missing on picore 8.1.3. Will they be added soon?

Thank you for your answers
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: Misalf on January 18, 2017, 12:08:35 PM
Hi,
kmaps.tcz  from x86 repo can be used on the RPi.
http://tinycorelinux.net/7.x/x86/tcz/kmaps.tcz

For remote desktop you may want to try  x11vnc.tcz .
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: Huskay on January 19, 2017, 04:13:04 AM
Hi,

Thanks Misalf for answer. I would test these two packages soon.
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: bmarkus on January 19, 2017, 04:44:26 AM
Regarding rdesktop which Windows version you want to connect? WINDOWS8/10 can be an issue where older protocols are disabled. The best is to run a VNC server, like Tigervnc on the WINDOWS than you can use tigervnc-client on the RPi.
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: Huskay on January 19, 2017, 06:05:18 AM
Hi bmarkus and thank you for your reply,

I want to make the thin client connected on an RDWA in Windows 2012 Server for some of my clients.
For French regulatory issues, some administrations need a fully automated thin client to connect to RDP on secure windows 2012 cloud servers.

I am looking for a solution and the PI3 with your extremely light picore seems to be a promising solution.
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: bmarkus on January 19, 2017, 08:51:41 AM
Hi bmarkus and thank you for your reply,

I want to make the thin client connected on an RDWA in Windows 2012 Server for some of my clients.
For French regulatory issues, some administrations need a fully automated thin client to connect to RDP on secure windows 2012 cloud servers.

I am looking for a solution and the PI3 with your extremely light picore seems to be a promising solution.

OK, I can make rdesktop extension in few weeks and you can try whether it works in your environment or not.
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: Huskay on January 19, 2017, 09:26:51 AM
Hi bmarkus

Thank you very much for your involvement in my project.

As soon as you have a package to offer do not hesitate to contact me by mail for tests.
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: bmarkus on January 19, 2017, 09:53:58 AM
Just built rdesktop, I can connect to my WINDOWS10 desktop fine. Don't ask me about audio and other thing. I will test it during the weekend and add to the repo.

Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: polikuo on January 20, 2017, 05:41:10 AM
Just built rdesktop, I can connect to my WINDOWS10 desktop fine. Don't ask me about audio and other thing. I will test it during the weekend and add to the repo.

Suggestion:
Add "--with-sound=alsa" when configuring (don't use libao, it's horrible.  :P)
By the way, alsa-dev not present on repo, I've already tested it with 7.x one.
Works fine on RPi armv6.

P.S. xorg-server-dev.tcz.dep need to be fixed
Code: [Select]
xorg-server.  <---  please add "tcz" here, otherwise tce-load would fail.
libXfont-dev.tcz
libpciaccess-dev.tcz
libudev-dev.tcz
mesa-dev.tcz
pixman-dev.tcz
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: Huskay on January 20, 2017, 01:54:19 PM
Thanks Bmarkus,

I'll test the repo next week. For sound, we will see later, but it will be appreciated once built

Polikuo, thank you for the information. Will also test it.
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: bmarkus on January 20, 2017, 10:37:34 PM
rdesktop.tcz added to repo
Title: Re: Missing Rdesktop and Kmap in picore 8.1.3
Post by: Huskay on January 29, 2017, 03:14:48 AM
Hello Bmarkus,

I tested rdesktop on our infrastructure and it works fine.
Thank you for this repo.

Now I have another problem, I use zenity in my scripts but there is no repo for version 8.1.3. I recover version 7.x to x86. The installation is ok by cons I have an error message has use:

/usr/local/bin/zenity: line 1: syntax error: unexpected "("

There is a repo of planned for zenity on 8.1.3 or another repo to display messages to users?

Thank you for your answers