Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started 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
-
You need Xorg-7.7-dev
-
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?
-
Solved, thanks.
-
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.
-
Does this version support copy paste clipboard, or Linux copy-paste mouse? Also does it support audio?
-
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:
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:
#make sure your sound is working
rdesktop $SERVER -r sound:local