This countryX
http://en.wikipedia.org/wiki/Bosnia_and_Herzegovina

http://sourceforge.net/p/rdesktop/code/1704/tree/rdesktop/trunk/doc/keymap-names.txt

http://sourceforge.net/p/rdesktop/code/1704/tree/rdesktop/trunk/doc/keymap-names.txt


Which keymap code i correct for  this country
http://en.wikipedia.org/wiki/Bosnia_and_Herzegovina














2013/11/14 <xrdp-devel-requ...@lists.sourceforge.net>

> Send xrdp-devel mailing list submissions to
>         xrdp-devel@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/xrdp-devel
> or, via email, send a message with subject or body 'help' to
>         xrdp-devel-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>         xrdp-devel-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of xrdp-devel digest..."
>
>
> Today's Topics:
>
>    1. xrdp/freerds on FreeBSD (Chris Lee)
>    2. Re: Gnome session crashing after login with X11rdp (speidy)
>    3. Re: xrdp/freerds on FreeBSD (Jay Sorg)
>    4. Re: xrdp/freerds on FreeBSD (Chris Lee)
>    5. Re: xrdp/freerds on FreeBSD (Chris Lee)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 12 Nov 2013 13:51:33 -0600
> From: Chris Lee <labmonke...@gmail.com>
> Subject: [Xrdp-devel] xrdp/freerds on FreeBSD
> To: xrdp-devel@lists.sourceforge.net
> Message-ID:
>         <CABx=
> k8r5fchy3yogaf+p3wgbyx46cqjgzf1gwfw2-ngkz8l...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello All,
>
> I am attempting to get a rdp service *without vnc* working on FreeBSD
> 9.2-RELEASE.
>
> If I use the sesman-Xvnc configuration I can connect and use my desktop
> through RDC just fine but vnc seems to make the desktop very sluggish.  If
> I comment out all of the vnc configuration sections, leaving only the rdp
> sections I can still connect with RDC but I just get a black screen with a
> mouse cursor and I don't see any X server running on the system.
>
> I also tried to build FreeRDP/FreeRDS but I'm stuck at:
> Linking C executable freerds
> /usr/bin/ld: cannot find -lfreerdp-server
>
> I do realize that FreeRDS is bleeding-edge-unstable, but if it gets me to
> my desktop without vnc I may actually be interested in contributing to the
> project.
>
> Would anyone please help me get this working?
>
> --
>
> Thank you,
> Chris Lee
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Wed, 13 Nov 2013 04:09:35 -0800 (PST)
> From: speidy <spe...@gmail.com>
> Subject: Re: [Xrdp-devel] Gnome session crashing after login with
>         X11rdp
> To: xrdp-devel@lists.sourceforge.net
> Message-ID: <1384344574999-4025312.p...@n3.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> hi ,
>
> I also experienced it.
> There is a problem with colors in gnome3
> But you can avoid the logoff button by pressing Alt + F4
>
>
>
> --
> View this message in context:
> http://xrdp-devel.766250.n3.nabble.com/Xrdp-devel-Gnome-session-crashing-after-login-with-X11rdp-tp4025311p4025312.html
> Sent from the XRDP Devel mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 13 Nov 2013 14:12:02 -0800
> From: Jay Sorg <jay.s...@gmail.com>
> Subject: Re: [Xrdp-devel] xrdp/freerds on FreeBSD
> To: Chris Lee <labmonke...@gmail.com>
> Cc: "xrdp-devel@lists.sourceforge.net"
>         <xrdp-devel@lists.sourceforge.net>
> Message-ID:
>         <CALt_P1nJTX6552zQpaW3aOw4oywzi+CEmWWAR=
> n0ex+hvzp...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Chris,
>
> FreeRDS is Marc's fork of xrdp.  We don't support it.  I can't even
> understand why he is doing this.
>
> If you want "no VNC" RDP on BSD, use X11rdp and xrdp.  It should be
> pretty easy to get compiling.
>
> Get the latest git from github.com/FreeRDP/xrdp
> or even the latest devel fork here
> git clone git://github.com/neutrinolabs/xrdp
>
> It should be the must efficient remote desktop solution out there.
>
> Let me know if you have problems.
>
> Jay
>
>
>
> > I am attempting to get a rdp service *without vnc* working on FreeBSD
> > 9.2-RELEASE.
> >
> > If I use the sesman-Xvnc configuration I can connect and use my desktop
> > through RDC just fine but vnc seems to make the desktop very sluggish.
>  If I
> > comment out all of the vnc configuration sections, leaving only the rdp
> > sections I can still connect with RDC but I just get a black screen with
> a
> > mouse cursor and I don't see any X server running on the system.
> >
> > I also tried to build FreeRDP/FreeRDS but I'm stuck at:
> > Linking C executable freerds
> > /usr/bin/ld: cannot find -lfreerdp-server
> >
> > I do realize that FreeRDS is bleeding-edge-unstable, but if it gets me
> to my
> > desktop without vnc I may actually be interested in contributing to the
> > project.
> >
> > Would anyone please help me get this working?
>
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 13 Nov 2013 17:36:09 -0600
> From: Chris Lee <labmonke...@gmail.com>
> Subject: Re: [Xrdp-devel] xrdp/freerds on FreeBSD
> To: xrdp-devel@lists.sourceforge.net
> Message-ID:
>         <CABx=
> k8q77kugvo3j-uwnqgoenkebx3j17fgufs-dpaksqty...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Jay,
>
> Thanks for the response.
>
> I realized after my first email that there was a separate ML for freerds
> and made a post there as well.
>
> Koichiro responded to that email, suggesting that I try his guide and port
> at http://w.vmeta.jp/tdiary/?date=20131015 for xrdp with x11rdp.  I tried
> this and I'm right back to the issue I was having before.
>
> I don't see any errors in the logs, xrdp.log has:
> [20131113-16:59:13] [WARN ] [init:47] libscp initialized
> [20131113-16:59:13] [CORE ] starting sesman with pid 32182
> [20131113-16:59:13] [INFO ] listening...
> and when I try to connect with RDC from my win 7 machine it's just a black
> background and mouse cursor.
> It does appear that xrdp-sesman started a new xrdp process, but no X
> server.
>
> This is with xrdp-devel from ports, which I believe is 0.7.0 version.  I'm
> continuing to try to analyze the failure, but I'm running out of things to
> check.
>
>
> On Wed, Nov 13, 2013 at 4:12 PM, Jay Sorg <jay.s...@gmail.com> wrote:
>
> > Hi Chris,
> >
> > FreeRDS is Marc's fork of xrdp.  We don't support it.  I can't even
> > understand why he is doing this.
> >
> > If you want "no VNC" RDP on BSD, use X11rdp and xrdp.  It should be
> > pretty easy to get compiling.
> >
> > Get the latest git from github.com/FreeRDP/xrdp
> > or even the latest devel fork here
> > git clone git://github.com/neutrinolabs/xrdp
> >
> > It should be the must efficient remote desktop solution out there.
> >
> > Let me know if you have problems.
> >
> > Jay
> >
> >
> >
> > > I am attempting to get a rdp service *without vnc* working on FreeBSD
> > > 9.2-RELEASE.
> > >
> > > If I use the sesman-Xvnc configuration I can connect and use my desktop
> > > through RDC just fine but vnc seems to make the desktop very sluggish.
> >  If I
> > > comment out all of the vnc configuration sections, leaving only the rdp
> > > sections I can still connect with RDC but I just get a black screen
> with
> > a
> > > mouse cursor and I don't see any X server running on the system.
> > >
> > > I also tried to build FreeRDP/FreeRDS but I'm stuck at:
> > > Linking C executable freerds
> > > /usr/bin/ld: cannot find -lfreerdp-server
> > >
> > > I do realize that FreeRDS is bleeding-edge-unstable, but if it gets me
> > to my
> > > desktop without vnc I may actually be interested in contributing to the
> > > project.
> > >
> > > Would anyone please help me get this working?
> >
>
>
>
> --
>
> Thank you,
> Chris Lee
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 5
> Date: Wed, 13 Nov 2013 18:53:23 -0600
> From: Chris Lee <labmonke...@gmail.com>
> Subject: Re: [Xrdp-devel] xrdp/freerds on FreeBSD
> To: xrdp-devel@lists.sourceforge.net
> Message-ID:
>         <CABx=K8qzXwjovjU1+LhARbyrU+4r=RybZWAMt39ESaN2MK5=_
> g...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Btw, when I try this with the xrdp (0.6.0) from ports the only difference
> is that xrdp-sesman does not start another xrdp process.
>
>
> On Wed, Nov 13, 2013 at 5:36 PM, Chris Lee <labmonke...@gmail.com> wrote:
>
> > Hi Jay,
> >
> > Thanks for the response.
> >
> > I realized after my first email that there was a separate ML for freerds
> > and made a post there as well.
> >
> > Koichiro responded to that email, suggesting that I try his guide and
> port
> > at http://w.vmeta.jp/tdiary/?date=20131015 for xrdp with x11rdp.  I
> tried
> > this and I'm right back to the issue I was having before.
> >
> > I don't see any errors in the logs, xrdp.log has:
> > [20131113-16:59:13] [WARN ] [init:47] libscp initialized
> > [20131113-16:59:13] [CORE ] starting sesman with pid 32182
> > [20131113-16:59:13] [INFO ] listening...
> > and when I try to connect with RDC from my win 7 machine it's just a
> black
> > background and mouse cursor.
> > It does appear that xrdp-sesman started a new xrdp process, but no X
> > server.
> >
> > This is with xrdp-devel from ports, which I believe is 0.7.0 version.
>  I'm
> > continuing to try to analyze the failure, but I'm running out of things
> to
> > check.
> >
> >
> > On Wed, Nov 13, 2013 at 4:12 PM, Jay Sorg <jay.s...@gmail.com> wrote:
> >
> >> Hi Chris,
> >>
> >> FreeRDS is Marc's fork of xrdp.  We don't support it.  I can't even
> >> understand why he is doing this.
> >>
> >> If you want "no VNC" RDP on BSD, use X11rdp and xrdp.  It should be
> >> pretty easy to get compiling.
> >>
> >> Get the latest git from github.com/FreeRDP/xrdp
> >> or even the latest devel fork here
> >> git clone git://github.com/neutrinolabs/xrdp
> >>
> >> It should be the must efficient remote desktop solution out there.
> >>
> >> Let me know if you have problems.
> >>
> >> Jay
> >>
> >>
> >>
> >> > I am attempting to get a rdp service *without vnc* working on FreeBSD
> >> > 9.2-RELEASE.
> >> >
> >> > If I use the sesman-Xvnc configuration I can connect and use my
> desktop
> >> > through RDC just fine but vnc seems to make the desktop very sluggish.
> >>  If I
> >> > comment out all of the vnc configuration sections, leaving only the
> rdp
> >> > sections I can still connect with RDC but I just get a black screen
> >> with a
> >> > mouse cursor and I don't see any X server running on the system.
> >> >
> >> > I also tried to build FreeRDP/FreeRDS but I'm stuck at:
> >> > Linking C executable freerds
> >> > /usr/bin/ld: cannot find -lfreerdp-server
> >> >
> >> > I do realize that FreeRDS is bleeding-edge-unstable, but if it gets me
> >> to my
> >> > desktop without vnc I may actually be interested in contributing to
> the
> >> > project.
> >> >
> >> > Would anyone please help me get this working?
> >>
> >
> >
> >
> > --
> >
> > Thank you,
> > Chris Lee
> >
>
>
>
> --
>
> Thank you,
> Chris Lee
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
> Free app hosting. Or install the open source package on any LAMP server.
> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
>
> ------------------------------
>
> _______________________________________________
> xrdp-devel mailing list
> xrdp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xrdp-devel
>
>
> End of xrdp-devel Digest, Vol 90, Issue 4
> *****************************************
>
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to