Re: [gobolinux-devel] Removing uses of Temporary_File

2007-04-16 Thread Lucas C. Villa Real
On 4/13/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > I forgot the frozen status and have done some minor commits. I'm pretty > sure they don't break anything as they are small and tested. In short two > (welltested) cleanups, one bugfix and one cleanup, using the code from the > bugfix in anothe

Re: [gobolinux-devel] [gobolinux-users] configuration internet access

2007-04-16 Thread Lucas C. Villa Real
On 3/7/07, Carlo Calica <[EMAIL PROTECTED]> wrote: > Sorry for the delay. I've been waiting to add WPA support but I might > as well send what I have to the list as a preview and receive > comments. Attached are revised Network task and a new WirelessConfig > task. To associate a ESSID to an int

Re: [gobolinux-devel] Adding MIME to Compile/Scipts [gobolinux-commits] tools/Compile/Shared

2007-04-16 Thread Jonas Karlsson
On Mon, 16 Apr 2007 19:46:46 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 4/12/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> I wasn't aware that adding directories to a cvs repo did a commit, so >> this >> commit was unintentional, especially as we're in freeze. However it was >

Re: [gobolinux-devel] Adding MIME to Compile/Scipts [gobolinux-commits] tools/Compile/Shared

2007-04-16 Thread Hisham Muhammad
On 4/12/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > I wasn't aware that adding directories to a cvs repo did a commit, so this > commit was unintentional, especially as we're in freeze. However it was a > preparation to add MIME types for recipes and packages to Compile and > Scripts, as it pro

Re: [gobolinux-devel] RC Bugs

2007-04-16 Thread Lucas C. Villa Real
On 4/14/07, MLA-Gobo <[EMAIL PROTECTED]> wrote: > Additional thought; Gparted, what with the dependencies it requires, is > going to end up taking more space (+8MB) than QtParted. Is there some > specific reason for moving to Gparted? I'm aware that it's under active > development, but QtParted

Re: [gobolinux-devel] RC Bugs

2007-04-16 Thread Lucas C. Villa Real
On 4/13/07, MLA-Gobo <[EMAIL PROTECTED]> wrote: > Speaking of desktop shortcuts, why is GIMP there? Doesn't make much sense > to have that be the only "miscellaneous" shortcut on the desktop. It's being removed for the next RC, as we also found out that it doesn't make sense to keep it around.

Re: [gobolinux-devel] 014 development status

2007-04-16 Thread Nick Matteo
On 4/12/07, John E. Rose <[EMAIL PROTECTED]> wrote: > I would be glad to post the steps, once I have it all put together, but I > don't > have a good place to host the ISO. I think I can arrange to have the Shrink > scripts and directions available, though. I'm trying to make it automatic, > so > t

Re: [gobolinux-devel] Patch for Functions/File

2007-04-16 Thread Isaac Dupree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aitor Pérez Iturri wrote: > Hi all, > I found a little bug in Gen_FileHash function in Scripts/Functions/File. > That function tries to call $sudo_exec with a redirection, and in order > to make the redirection to work with #0 privileges it should be c

[gobolinux-devel] Patch for Functions/File

2007-04-16 Thread Aitor Pérez Iturri
Hi all, I found a little bug in Gen_FileHash function in Scripts/Functions/File. That function tries to call $sudo_exec with a redirection, and in order to make the redirection to work with #0 privileges it should be caller inside a shell ($sudo_exec -u #0 sh -c "command > file" instead of $sudo_ex