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.
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
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
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 .
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
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
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
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
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
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
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
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
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.
>
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.
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
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
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
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
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
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/
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
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
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. :)
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)
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
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
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
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
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
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.
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
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.
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
33 matches
Mail list logo