Re: [FreeRDP-devel] 2.1.0 tarball size

2020-05-20 Thread Mike Gilbert via FreeRDP-devel
On Wed, May 20, 2020 at 1:23 PM Rodney Barnett via FreeRDP-devel wrote: > > I noticed that the tarball for 2.1.0 at > https://pub.freerdp.com/releases/ is a bit more than three times larger > than the one for 2.0.0. Is that deliberate? The 2.1.0 tarball contains some extraneous build artifacts.

Re: [FreeRDP-devel] FreeRDP version 2.0.0 released

2020-04-10 Thread Mike Gilbert via FreeRDP-devel
On Thu, Apr 9, 2020 at 12:28 PM Bernhard Miklautz via FreeRDP-devel wrote: > > Hi, > > we've just released FreeRDP version 2.0.0 > and is available for download at the usual locations: > > http://pub.freerdp.com/releases/ > https://github.com/FreeRDP/FreeRDP/releases/tag/2.0.0 > > This release con

[Freerdp-devel] Fwd: Remmina support for GTK 2

2012-05-14 Thread Mike Gilbert
Forwarding my own message since the original did not make it. -- Forwarded message -- From: Mike Gilbert Date: Sun, May 13, 2012 at 7:36 PM Subject: Remmina support for GTK 2 To: freerdp-devel Recently some commits were merged in Remmina which break support for GTK 2. The

Re: [Freerdp-devel] how to change install location?

2012-04-21 Thread Mike Gilbert
On Sat, Apr 21, 2012 at 5:01 PM, Gerry Reno wrote: > It was easy to change install location (eg: /opt ) previously with GNU build > tools 'configure' using --prefix. > > But since new CMake build tool how do you do this using CMake? > cmake -DCMAKE_INSTALL_PREFIX=/opt .

Re: [Freerdp-devel] alsa problem on fedora

2012-02-29 Thread Mike Gilbert
On Wed, Feb 29, 2012 at 9:55 PM, Brad Hards wrote: > On Thursday 01 March 2012 13:30:36 Mike Gilbert wrote: >> On Wed, Feb 29, 2012 at 12:45 PM, Gerry Reno wrote: >> > Workaround (courtesy Anthony Tong): >> > cd .../FreeRDP/ >> > echo "pkg_check_m

Re: [Freerdp-devel] alsa problem on fedora

2012-02-29 Thread Mike Gilbert
On Wed, Feb 29, 2012 at 12:45 PM, Gerry Reno wrote: > Workaround (courtesy Anthony Tong): > cd .../FreeRDP/ > echo "pkg_check_modules(ALSA alsa)" > cmake/FindALSA.cmake > > This workaround solved the problem for me. > This works too. In fact, using pkgconfig is probably better than just blindly s

Re: [Freerdp-devel] alsa problem on fedora

2012-02-29 Thread Mike Gilbert
On Wed, Feb 29, 2012 at 7:33 PM, Gerry Reno wrote: > On 02/29/2012 07:28 PM, Mike Gilbert wrote: >> On Wed, Feb 29, 2012 at 12:28 PM, Mads Kiilerich wrote: >> >>> Fedora 11 was desupported 2 years ago and obviously has an old cmake. I >>> don't know what cm

Re: [Freerdp-devel] alsa problem on fedora

2012-02-29 Thread Mike Gilbert
On Wed, Feb 29, 2012 at 12:28 PM, Mads Kiilerich wrote: > Fedora 11 was desupported 2 years ago and obviously has an old cmake. I > don't know what cmake version FreeRDP supports, but this version is > apparently too old. According to the top level CMakeLists.txt, we are supposed to be targeting

Re: [Freerdp-devel] tsmf ffmpeg problem on fedora

2012-02-28 Thread Mike Gilbert
On Tue, Feb 28, 2012 at 10:22 PM, Gerry Reno wrote: > On 02/28/2012 09:59 PM, Mike Gilbert wrote: >> On Tue, Feb 28, 2012 at 9:34 PM, Gerry Reno wrote: >> >>> So I go looking for avcodec.h: >>> >>> # find /usr/include -name avcodec.h >>> /usr/in

Re: [Freerdp-devel] tsmf ffmpeg problem on fedora

2012-02-28 Thread Mike Gilbert
On Tue, Feb 28, 2012 at 9:34 PM, Gerry Reno wrote: > So I go looking for avcodec.h: > > # find /usr/include -name avcodec.h > /usr/include/ffmpeg/libavcodec/avcodec.h > > > So is this a CMake error, or a distro packaging error with ffmpeg? > The ffmpeg headers are installed in /usr/include on mos

Re: [Freerdp-devel] register corruption in xfreerdp.c cpuid()

2012-02-09 Thread Mike Gilbert
On Thu, Feb 9, 2012 at 10:44 AM, Andriy Gapon wrote: > on 09/02/2012 17:07 Marc-André Moreau said the following: >> Could we have a patch for this? > > It seems that the following straight-forward approach works for me on x86_64. From what I can tell, you can clobber %rbx all you like since it is

Re: [Freerdp-devel] XShm.h no such file or directory

2011-09-24 Thread Mike Gilbert
On 09/24/2011 12:54 PM, Michele Petrazzo wrote: > I'm trying to compile freerdp but I'm receiving this message. > > Thanks, > Michele > > [ 93%] Building C object client/X11/CMakeFiles/xfreerdp.dir/xf_tsmf.c.o > > > /home/devel/FreeRDP/client/X11/xf_tsmf.c:28:33: error: > X11/extensions/XShm

Re: [Freerdp-devel] xfreerdp manpage

2011-08-30 Thread Mike Gilbert
On Tue, Aug 30, 2011 at 12:49 PM, Nils Andresen wrote: > 2011/8/30 Marc-André Moreau : >> Is it possible to have a "find_package(xmlto)" that simply checks for the >> xmlto executable, and if it is present, it will generate the documentation? > > And print a nice warning  ;-) > I'll have a look. >

Re: [Freerdp-devel] xfreerdp manpage

2011-08-29 Thread Mike Gilbert
On Mon, Aug 29, 2011 at 1:26 PM, Otavio Salvador wrote: > On Mon, Aug 29, 2011 at 14:00, Nils Andresen wrote: > ... >> Write the manpage by hand - this is doable. Others do it, too. >> Use DocBook - I would prefer this, but it would mean that every >> developer would need to have xmlto installed.

Re: [Freerdp-devel] CMake Wiki Article

2011-08-27 Thread Mike Gilbert
On Sat, Aug 27, 2011 at 5:53 AM, Alexis Moinet wrote: > On 26/08/11 17:54, Marc-André Moreau wrote : >> How do we: >> Generate Release vs Debug project files (default seems to be release) > > BTW actually default is "None" which is different from "Release": > > "Release" sets (at least) two flags

Re: [Freerdp-devel] help-text in 1.0

2011-08-26 Thread Mike Gilbert
On Fri, Aug 26, 2011 at 5:24 PM, Nils Andresen wrote: > 2011/8/26 Mike Gilbert : >> Why not just use argv[0]? > > Hmm. I am mainly a c# programmer trying to get my bearings around c > but I was under the impression that in c (as in c#) you don't get the > clients name

Re: [Freerdp-devel] help-text in 1.0

2011-08-26 Thread Mike Gilbert
On Fri, Aug 26, 2011 at 5:03 PM, Nils Andresen wrote: > now: > args.c is used in xfreerdp and dfreerdp. Help should print something like >  Usage: [d|x]freerdp [options] server:port > is there a cool way to determine the client that uses args.c, or > should freerdp_parse_args get one more paramete

Re: [Freerdp-devel] FreeRDP 1.0 woes..

2011-08-26 Thread Mike Gilbert
On Fri, Aug 26, 2011 at 1:15 PM, Otavio Salvador wrote: > On Fri, Aug 26, 2011 at 13:43, Mike Gilbert wrote: >> Very recent versions of cunit (>= 2.1-1) install a cunit.pc file, as >> that post indicates. However, older versions of cunit do not. >> >> Using the in

Re: [Freerdp-devel] FreeRDP 1.0 woes..

2011-08-26 Thread Mike Gilbert
On Fri, Aug 26, 2011 at 11:40 AM, Marc-André Moreau wrote: > Here's a forum post describing the problem people have with the SUSE cunit > package: > http://ufoai.ninex.info/forum/index.php?topic=5428.0 > A quick fix is to add "-lnurses" to LD_FLAGS, but someone replied to that > saying that the cu

Re: [Freerdp-devel] optional dependendcies in cmake

2011-08-18 Thread Mike Gilbert
As a fellow Gentoo user, thanks! On Thu, Aug 18, 2011 at 2:44 PM, Nils Andresen wrote: > Hi, > I wrote a module that implements this. > (And I really start to like cmake...) > Please have a look at the pull request > https://github.com/FreeRDP/FreeRDP-1.0/pull/49 and comment. > > Nils > > 2011/8/

Re: [Freerdp-devel] FreeRDP logo idea

2011-05-09 Thread Mike Gilbert
On Mon, May 9, 2011 at 12:56 PM, Marc-André Moreau wrote: > It would be great. Here's what I'd propose as guidelines: > a simple rabbit (no rabbit on top of a computer or something like that). he > could look on the internet for pictures of real rabbits, for inspiration or > to find one which appe

Re: [Freerdp-devel] FreeRDP logo idea

2011-05-08 Thread Mike Gilbert
On Sun, May 8, 2011 at 5:07 PM, Marc-André Moreau wrote: > What do you guys think? Would a rabbit make a nice logo for FreeRDP? > Maybe a rabbit jumping out-of or over a computer display? Just a thought; I'm no artist. Whatever logo you come up with, it will be nice to have an icon to install. T

Re: [Freerdp-devel] Multiple monitor support

2011-03-22 Thread Mike Gilbert
On Tue, Mar 22, 2011 at 5:22 AM, Jay Sorg wrote: > I agree. > If configure finds xinerama and -f is used then use all the screens > like the patch. > Please use ac_arg_with or ac_arg_enable to allow manual control of optional dependencies. Gentoo Linux thanks you. :)

Re: [Freerdp-devel] xfreerdp -x ??

2011-03-18 Thread Mike Gilbert
2011/3/18 Михаил Кондратенко : > > > 2011/3/18 Mike Gilbert floppymas...@gmail.com >> >> >> I belive the hexadecimal flags correspond to the "performanceFlags" >> defined here: >> >> http://msdn.microsoft.com/en-us/library/cc240476(v=PROT.10)

Re: [Freerdp-devel] xfreerdp -x ??

2011-03-17 Thread Mike Gilbert
2011/3/17 Михаил Кондратенко : > so, what flags in hexadecimal number can I use? > > in the above privacy interests me font smoothing. It is possible? I belive the hexadecimal flags correspond to the "performanceFlags" defined here: http://msdn.microsoft.com/en-us/library/cc240476(v=PROT.10).aspx

Re: [Freerdp-devel] automake fails "required directory ./tests does not exist"

2011-03-11 Thread Mike Gilbert
Beautiful, thanks! On Fri, Mar 11, 2011 at 10:39 AM, Marc-André Moreau wrote: > I just fixed it, update to the latest version on git and try again > > On Fri, Mar 11, 2011 at 10:31 AM, Mike Gilbert > wrote: >> >> floppym@naomi freerdp % ./autogen.sh >> + mkdir -p m

[Freerdp-devel] automake fails "required directory ./tests does not exist"

2011-03-11 Thread Mike Gilbert
floppym@naomi freerdp % ./autogen.sh + mkdir -p m4 + aclocal --install -I m4 aclocal-1.11: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal-1.11: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal-1.11: installing `m4/ltsugar.m4' from `/usr/share/aclo

Re: [Freerdp-devel] -lm needed

2011-03-09 Thread Mike Gilbert
On Wed, Mar 9, 2011 at 7:19 AM, Mads Kiilerich wrote: > On 03/09/2011 01:09 PM, eduardo fiss beloni wrote: >> Hi, >> >> --- On Sun, 6/3/11, Marc-André Moreau  wrote: >> >>> I added it in cunit and dfbfreerdp after they wouldn't build because >>> of the missing ceil function. Looking at the previou

Re: [Freerdp-devel] -g with percentage

2011-02-12 Thread Mike Gilbert
On Sat, Feb 12, 2011 at 9:39 PM, Jay Sorg wrote: > Here is a patch to add it back. Just curious: what is the intent behind this line? i1 = (i1 + 3) & (~3); -- The ultimate all-in-one performance toolkit: Intel(R) Parall

Re: [Freerdp-devel] High CPU usage with flaky network

2011-02-07 Thread Mike Gilbert
On Mon, Feb 7, 2011 at 12:03 PM, Mads Kiilerich wrote: > On 02/07/2011 04:55 PM, Mike Gilbert wrote: >> >> As indicated in the subject, I'm seeing very high CPU usage (100%) >> when I run an xfreerdp session over a network connection with high >> packet loss.

[Freerdp-devel] High CPU usage with flaky network

2011-02-07 Thread Mike Gilbert
As indicated in the subject, I'm seeing very high CPU usage (100%) when I run an xfreerdp session over a network connection with high packet loss. Specifically, I have an openvpn session to my office that sometimes flakes out on me. My guess is that the software is doing a busy-wait loop somewhere

Re: [Freerdp-devel] 32-bit cursors are red-blue swapped

2010-12-31 Thread Mike Gilbert
On 12/31/2010 06:07 PM, Jay Sorg wrote: > I pushed to master a fix I've been using for quite a while. > It seems to work well. > > I also took out the 32x32 cursor restriction in rdp.c. > Well, I didn't actually take it out, just changed it to a warning. > The warning can probably get removed too.

[Freerdp-devel] 32-bit cursors are red-blue swapped

2010-11-21 Thread Mike Gilbert
I couldn't find a bug tracker, so I'm posting here. I hope that is alright. It seems like the red and blue channels are swaped when xfreerdp renders a 32-bit mouse cursor. These are transmitted as ARGB, but xfreerdp seems to decode it as ABGR. My test case is the default cursor theme for Windows