WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Request compiled rdesktop 1.8.3 without smartcard and credssp  (Read 2312 times)

Offline brunok

  • Newbie
  • *
  • Posts: 36
Request compiled rdesktop 1.8.3 without smartcard and credssp
« on: August 28, 2018, 10:50:53 AM »
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
« Last Edit: August 28, 2018, 11:05:35 AM by brunok »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
« Reply #1 on: August 28, 2018, 11:35:13 AM »
You need Xorg-7.7-dev

Offline brunok

  • Newbie
  • *
  • Posts: 36
Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
« Reply #2 on: August 28, 2018, 12: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?
« Last Edit: August 28, 2018, 12:11:50 PM by brunok »

Offline brunok

  • Newbie
  • *
  • Posts: 36
[SOLVED] Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
« Reply #3 on: August 28, 2018, 12:20:51 PM »
Solved, thanks.

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
« Reply #4 on: August 29, 2018, 02:13:28 AM »
Need compile with rdesktop local.

The old build script is here.
Just change "--enable-smartcard" to "--disable-smartcard"
and remove "pcsc-lite-dev" from the tce-load commands.

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
« Reply #5 on: October 17, 2018, 06:52:17 AM »
Does this version support copy paste clipboard, or Linux copy-paste mouse? Also does it support audio?

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Request compiled rdesktop 1.8.3 without smartcard and credssp
« Reply #6 on: October 18, 2018, 07: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