Bug#809548: 9wm breaks fullscreen applications

2016-01-18 Thread Neale Pickett
ED 8s -set _NET_SUPPORTED '' On Fri, Jan 8, 2016 at 8:11 PM Jacob Adams <tookm...@gmail.com> wrote: > On 01/03/2016 10:38 PM, Neale Pickett wrote: > > 9wm is not an EWMH compliant window manager, sorry. > > Ok. I was just legitimately surprised at this because both chromium and &g

Bug#809548: 9wm breaks fullscreen applications

2016-01-03 Thread Neale Pickett
9wm is not an EWMH compliant window manager, sorry. On Thu, Dec 31, 2015, 21:39 Jacob Adams wrote: > Package: 9wm > Severity: normal > X-Debbugs-CC: ne...@woozle.org > > When applications try to go fullscreen they break. The only two I have > on hand are pioneer space

Bug#574167: php strcasecmp error in mime.inc

2011-02-21 Thread Neale Pickett
Package: ilohamail Version: 0.8.14-0rc3sid6.1 Severity: normal I came up with a patch for this too and submitted it upstream before thinking to run reportbug. I think mine's a little easier to read but I don't care which one makes it in :) --- mime.inc~ 2004-11-30 00:25:40.0 -0600 +++

Bug#502047: ikiwiki: Patch to allow HTTPS pass-through wrapper

2008-10-12 Thread Neale Pickett
Package: ikiwiki Version: 2.53.2 Severity: normal Tags: patch I need this for an auth plugin I'm writing. Easy peasy. --- /usr/share/perl5/IkiWiki/Wrapper.pm~2008-09-08 09:49:04.0 -0600 +++ /usr/share/perl5/IkiWiki/Wrapper.pm 2008-10-12 22:00:54.0 -0600 @@ -28,7 +28,7

Bug#502047: update: that was lousy

2008-10-12 Thread Neale Pickett
I just realized that was a lousy bug report, even thought it had a patch. The patch would allow ikiwiki wrappers to pass through the HTTPS environment variable. This will let ikiwiki (and its plugins) know whether or not the connection is over HTTPS ($cgi-https()). I can't think of any reasons

Bug#413900: Daylight Saving Time Patch

2007-10-22 Thread Neale Pickett
This fixes #413900 for the start and end of Daylight Saving Time, and also fixes the spelling of said event. $ (cd /usr/share/calendar; sudo patch -p 0) diff --- calendar.usholiday.orig 2007-10-22 08:43:18.0 -0600 +++ calendar.usholiday 2007-10-22 08:44:27.0 -0600 @@

Bug#234309: Bug#423441: -f option raises security concerns

2007-06-18 Thread Neale Pickett
Guys, $conffile = param('-f') unless $ENV{GATEWAY_INTERFACE}; I'm not really comfortable with this as a fix, since it still relies on a CGI debugging feature to process arguments. I've brought in the security team, which apparently should have been done a long time ago. I suspect they'll

Bug#423441: -f option raises security concerns

2007-06-17 Thread Neale Pickett
Nick Leverton [EMAIL PROTECTED] writes: Thanks for your opinion, it's appreciated. But, pulling in Getopt::Long would require yet another module which I would want to avoid, especially since it still isn't fully GNU Getopt compatible in that it insists on a space between a short option

Bug#234309: -f option raises security concerns

2007-06-15 Thread Neale Pickett
I decided not to use blosxom at all, and I haven't used Perl since version 4, but it seems like it wouldn't be a ton of work to do both: support Getopt::Long and look at $ENV. Then, nothing breaks for anybody. Gerfried Fuchs [EMAIL PROTECTED] writes: Hi! I've today discussed the

Bug#423893: ITA: robotfindskitten (robot finds new maintainer)

2007-05-14 Thread Neale Pickett
Let's try that again with PGP. On Monday 14 May 2007 12:23:06 pm Ryan Finnie wrote: Package: wnpp Severity: normal Owner: [EMAIL PROTECTED] During the course of our many kitten-related discussions, Neal Pickett asked me if I wanted to take over maintenance of the robotfindskitten package.

Bug#423893: ITA: robotfindskitten (robot finds new maintainer)

2007-05-14 Thread Neale Pickett
My name is Neale Pickett, and I approve of this transfer. On Monday 14 May 2007 12:23:06 pm Ryan Finnie wrote: Package: wnpp Severity: normal Owner: [EMAIL PROTECTED] During the course of our many kitten-related discussions, Neal Pickett asked me if I wanted to take over maintenance

Bug#423893: ITA: robotfindskitten (robot finds new maintainer)

2007-05-14 Thread Neale Pickett
And once more with PGP and the statement: I, Neale Pickett, do hereby relinquish all responsibilities and lost nights of sleep in anguish over robotfindskitten package bugs, to one Ryan Finnie, typist extraordinaire and holder of the recipe for the best grilled cheese sandwich in history

Bug#423441: blosxom: param(-f) for exec introduces security hole

2007-05-11 Thread Neale Pickett
Package: blosxom Version: 2.0-14 Severity: grave Tags: security Justification: user security hole On line 69, param(-f) is used as a potential configuration file: for $rcfile (/etc/blosxom/blosxom.conf, /etc/blosxom.conf, param(-f)) { if (-r $rcfile) { open (RC, $rcfile) or die Cannot

Bug#422011: rlinetd: update-inetd needs exit 0 at the end

2007-05-02 Thread Neale Pickett
Package: rlinetd Version: 0.6-3 Severity: important Tags: patch If $real_upd is not executable, the whole script exits with code 1, which breaks the gtalk postinst (among other things I presume). Just put exit 0 at the very end to fix this. --- /usr/sbin/update-inetd 2007-05-02

Bug#376952: kdebase-kio-plugins: Compile kioslaves with kerberos?

2006-07-05 Thread Neale Pickett
Package: kdebase-kio-plugins Version: 4:3.5.3-2 Severity: wishlist Since openssh-client now depends on libkrb53, most debian machines already have kerberos libraries installed. Would it be possible to recompile kioslaves with Kerberos support? It'd make things run a lot more smoothly at work :)

Bug#355198: manpages-dev: dlsym(3) lacking critical underscore in code block

2006-03-03 Thread Neale Pickett
Package: manpages-dev Version: 2.02-2 Severity: normal In the man page for dlsym, the line #define GNU_SOURCE should read #define _GNU_SOURCE or the code block will not compile. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (700,

Bug#224129: regrding this patch

2006-01-10 Thread Neale Pickett
On Tuesday 10 January 2006 06:43 pm, Joey Hess wrote: - A lone, forgotten comma, sits here, sobbing., + A lone, forgotten comma sits here, sobbing., Surely, the extra comma, in the first line, is part of the fun, and should not, be removed? Good point. I'll take this up with the high

Bug#328194: lambdamoo: Allow outbound TCP

2005-09-13 Thread Neale Pickett
Package: lambdamoo Version: 1:1.8.2-cvs20050209-1 Severity: wishlist Tags: patch It would be nice if lambdamoo in debian would allow outbound connections, even if not by default. --- options.h~ 2004-05-21 19:25:44.0 -0600 +++ options.h 2005-09-11 11:58:32.017230150 -0600 @@ -174,7

Bug#293696: libagrep-ocaml-dev: won't like with ocamlopt

2005-02-04 Thread Neale Pickett
Package: libagrep-ocaml-dev Version: 1.0-2 Severity: important When trying to compile with ocamlopt as detailed in the README (in the source tarball), GCC wants to see /usr/lib/ocaml/3.08/agrep/agrep.a: kermit:~/tmp$ cp -a /usr/share/doc/libagrep-ocaml-dev/examples/ testagrep kermit:~/tmp$