Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: brunok on August 28, 2018, 01:50:53 PM

Title: Request compiled rdesktop 1.8.3 without smartcard and credssp
Post by: brunok on August 28, 2018, 01:50:53 PM
Hi,

I'm config my new RDP KIOSK (2.0 version  :P), but, without using export DISPLAY method.

Need compile with rdesktop local.


Anyone have this compiled yet?

./configure --prefix=/tmp --disable-credssp --disable-smartcard
make


Have issues:

Could not find X Window System headers/libraries.


Already installed Xorg.7-7.tcz
Title: Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
Post by: Juanito on August 28, 2018, 02:35:13 PM
You need Xorg-7.7-dev
Title: Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
Post by: brunok on August 28, 2018, 03:00:51 PM
Yes, installed.

Can compile now with ./configure --prefix=/tmp --disable-credssp --disable-smartcard

But, when MAKE, don't create bin.

"make: Nothing to be done for 'all'."


Anyone have this already compiled without smartcard and credssp?
Title: [SOLVED] Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
Post by: brunok on August 28, 2018, 03:20:51 PM
Solved, thanks.
Title: Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
Post by: polikuo on August 29, 2018, 05:13:28 AM
Need compile with rdesktop local.

The old build script is here (http://tinycorelinux.net/8.x/x86_64/tcz/src/rdesktop/rdesktop.tcz.build).
Just change "--enable-smartcard" to "--disable-smartcard"
and remove "pcsc-lite-dev" from the tce-load commands.
Title: Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
Post by: neonix on October 17, 2018, 09:52:17 AM
Does this version support copy paste clipboard, or Linux copy-paste mouse? Also does it support audio?
Title: Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
Post by: polikuo on October 18, 2018, 10:05:56 PM
Does this version support copy paste clipboard, or Linux copy-paste mouse? Also does it support audio?

IIRC, [Ctrl +C] then [Ctrl + V] can copy-paste strings just fine.

If you want to copy files, use redirection:
Code: [Select]
mkdir /tmp/share
rdesktop $SERVER -r disk:TMP=/tmp/share
The code above creates a share directory "/tmp/share", where you can share files between machines.

For audio support:
Code: [Select]
#make sure your sound is working
rdesktop $SERVER -r sound:local