Re: [cdesktopenv-devel] 64-bit tooltalk fix

2012-08-12 Thread Tobias Karnat
Dito, it also worked on Ubuntu Server 12.04 64 bit x86, Linux 3.2.0. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers

Re: [cdesktopenv-devel] 64-bit tooltalk fix

2012-08-12 Thread Frederic Koehler
@Marc, I don't necessarily disagree with those guidelines, but it's worth noting that right now that the original CDE code uses quite a different style, at least in many places... It's not really self-consistent though (about half seems to use return with unneeded parens, and half return without pa

Re: [cdesktopenv-devel] 64-bit tooltalk fix

2012-08-12 Thread Jon Trulson
On Sun, 12 Aug 2012, Frederic Koehler wrote: > This patch makes tooltalk useful, letting many features work: logout, > virtual desktop switching, > and calling the dtfile command while it is running (which before just > created a hung process). > Before all tooltalk messages failed during sending,

Re: [cdesktopenv-devel] 64-bit tooltalk fix

2012-08-12 Thread Marc Balmer
Am 12.08.12 08:32, schrieb Frederic Koehler: > This patch makes tooltalk useful, letting many features work: logout, > virtual desktop switching, > and calling the dtfile command while it is running (which before just > created a hung process). > Before all tooltalk messages failed during sending,

[cdesktopenv-devel] 64-bit tooltalk fix

2012-08-11 Thread Frederic Koehler
This patch makes tooltalk useful, letting many features work: logout, virtual desktop switching, and calling the dtfile command while it is running (which before just created a hung process). Before all tooltalk messages failed during sending, giving TT_ERR_INTERNAL results. The original code that