[ConsoleKit] multi-seat branch recent changes

Ray Strode halfline at gmail.com
Tue Aug 11 06:58:26 PDT 2009


Hi,

On Mon, Aug 10, 2009 at 7:50 AM, Halton Huo<Halton.Huo at sun.com> wrote:
>
> On Thu, 2009-08-06 at 09:30 -0400, Ray Strode wrote:
>> This won't do the right thing.   strcmp and strverscmp aren't
>> compatible.
>>
>> Take for instance the strings 2foo, 3foo, 20foo,
>>
>> strcmp will sort that 2foo, 20foo, 3foo and strverscmp will sort it
>> 2foo, 3foo, 20foo
>>
>> which is what we want.  If you don't have strverscmp, we'll probably
>> need to write our own...
>
> Yes, I will work out the strverscmp self implementation later.
Sounds good.  Could just copy and paste a free implemention from somewhere...

> I've committed two changes today. One is ck-seat-tool for add/remove
> sessions. The other one is for ck-list-sessions --formats enhancement.
> Would you please try it out?
Sure.

--Ray


More information about the ConsoleKit mailing list