Re: FreeQt ?

1997-05-13 Thread Noel Maddy
Jim Pick wrote:
> Vincent Renardias wrote:
> >A while ago there has been a thread about KDE and Qt's licence;  some
> > people (can't remember who) told they were interested into re-writting a
> > GPL'd clone of Qt (possibly on the top on LessTif). What's the status on
> > this? I.e:  has someone began to code or has the idea been dropped? Just
> > wondering... 
> 
> Even if we wrote one, I doubt the KDE guys, especially Matthias Ettrich, would
> be willing to use it.  Really an unfortunate situation, IMHO.  :-(

Berate me for missing the obvious, but couldn't KDE just be compiled with
a QT clone for Debian?  What am I missing?
-- 
"Some Internet functionality may require Internet access..."
  - Microsoft Office 97 requirements
Noel Maddy <[EMAIL PROTECTED]>



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .



Re: Username length inconsistencies.

1998-06-19 Thread Noel Maddy
On Sun, May 31, 1998 at 11:32:18PM -0400, Alex Yukhimets wrote:
> 
> Wow, I think I'm going to open a zoo for root-checking methods:)
> 

Okay, how about this:

>cat /usr/local/bin/getuid
#!/bin/sh
USERNAME=`whoami`
IFS=":"
set `grep "^$USERNAME" /etc/passwd`
echo $3

-- 
   Deep in the fundamental heart of mind and universe, there is a reason
    - Slartibartfast
Noel Maddy <[EMAIL PROTECTED]>


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]