[FreeRDP-devel] Run Matlab

2018-05-01 Thread Mahmood Naderan via FreeRDP-devel
HiAs you know some programs won't run on terminal services. For example, Matlab by default won't run through remote desktop. There are many topics on that. With freeRDP, I also get an error that it can not be started through terminal services. Any way to fix that? Regards, Mahmood -

[FreeRDP-devel] Centos to Centos remote connection

2019-05-22 Thread Mahmood Naderan via FreeRDP-devel
Hi, I want to use rdp from a centos machine to another centos machine.. On both machines, xfreerdp has been installed via yum. However, I get "protocol security negotiation failure" message. Should I open 3389 on both? Is that really possible to use xfreerdp for linux target? Regards, Mahmood _

[FreeRDP-devel] Problem setting up a VNC server while RDP is not connected

2019-07-12 Thread Mahmood Naderan via FreeRDP-devel
Hi,I have setup a remote desktop connection to a windows 7 machine and there I have installed TightVNC server. So, a non-admin user can start vnc server as application for his own. As you can see in the picture, the user can access RDP as well as VNC. The command is vncviewer 10.1.1.199:5901

Re: [FreeRDP-devel] Problem setting up a VNC server while RDP is not connected

2019-07-12 Thread Mahmood Naderan via FreeRDP-devel
>Might be simply that the vnc server runs in user context and the login is >disconnected after rdp close? >It works while the rdp session is running, correct? Yes. it is working while RDP is up. Regards, Mahmood ___ FreeRDP-devel mailing list FreeRDP-

[FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
Hi, I am trying to build FreeRDP from source. But setting up the Ninja program is not clear as described in the manualĀ  https://github.com/FreeRDP/FreeRDP/wiki/Compilation#openh264 I have run the following commands: [root@hpc FreeRDP]# pip3 install meson [root@hpc FreeRDP]# meson setup ERROR:

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
OK. I did but still get the same error [root@hpc ~]# git clone https://github.com/cisco/openh264.git Cloning into 'openh264'... remote: Enumerating objects: 38701, done. remote: Total 38701 (delta 0), reused 0 (delta 0), pack-reused 38701 Receiving objects: 100% (38701/38701), 123.85 MiB | 21.00 Ki

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
I am using centos 7 and installed "pip3 install meson" to be able to run meson command.But make works in openh264/ Is that fine? Anyway, I installed ninja via yum repositories. Also, I installed ffmpeg related packages from nux-dextop repo. yum install ffmpeg-devel ffmpeg gsm-devel faad2-devel f

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
Excuse me, the previous email was not complete. Although ffmeg is installed, cmake command fails to detect that. Please see below [root@hpc FreeRDP]# cmake -GNinja -DCHANNEL_URBDRC=ON -DWITH_DSP_FFMPEG=ON -DWITH_CUPS=ON -DWITH_PULSE=ON -DWITH_FAAC=ON -DWITH_FAAD2=ON -DWITH_GSM=ON . CMake Warning

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-12 Thread Mahmood Naderan via FreeRDP-devel
No idea?I have stuck at this step. Regards, Mahmood On Friday, October 11, 2019, 5:43:36 PM GMT+3:30, Mahmood Naderan via FreeRDP-devel wrote: Excuse me, the previous email was not complete. Although ffmeg is installed, cmake command fails to detect that. Please see below [root@hpc

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-16 Thread Mahmood Naderan via FreeRDP-devel
>It is hard to answer if you only state what you see if a command fails without >the actual command. I actually pasted the command+output in my previous email. Anyway, let me state in a different way. On Centos 7, I have installed ffmpeg related packages from a third-party repo named nux-dextop

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-17 Thread Mahmood Naderan via FreeRDP-devel
> Where are the headers installed to? > We use cmake (and pkgconfig) to get the location, so this means: >* no cmake/pkgconfig from that repo >* some non default location (/opt?) >* missing components (is everything build in?) >* version too old (sorry, don't know current min) > >Anyway, why use it

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-17 Thread Mahmood Naderan via FreeRDP-devel
>Wait, what? You already have build a flatpak, why continue with the `yum >install ...`? Might just install that. In the compilation pageĀ  https://github.com/FreeRDP/FreeRDP/wiki/Compilation#install-the-suggested-base-dependencies it is stated that yum dependencies should be install prior to cm