[Bug 1020303] [NEW] nslcd drops supplemental groups when dropping privileges

2012-07-02 Thread ekilfoil
Public bug reported: When nslcd drops privileges at startup, it calls setgroups(0, NULL) rather than the expected initgroups(username, gid). This causes nslcd not to be able to read files (such as TLS certificates) if they are owned by one of the supplemental groups specified in the /etc/group

[Bug 82853] Re: Add support for the smbk5pwd overlay

2012-06-16 Thread ekilfoil
I think the best thing to do for this bug is to unassign it and have it get re-triaged. It was triaged and assigned almost 5 years ago well before upstream fixed the problem. I'm hoping this doesn't upset anyone. ** Changed in: openldap (Ubuntu) Status: Triaged = New ** Changed in:

[Bug 82853] Re: Add support for the smbk5pwd overlay

2012-06-16 Thread ekilfoil
I think the best thing to do for this bug is to unassign it and have it get re-triaged. It was triaged and assigned almost 5 years ago well before upstream fixed the problem. I'm hoping this doesn't upset anyone. ** Changed in: openldap (Ubuntu) Status: Triaged = New ** Changed in:

[Bug 82853] Re: Add support for the smbk5pwd overlay

2012-06-15 Thread ekilfoil
This bug was fixed in Debian over two years ago. Is there any way this can get reprioritized somewhere higher than wishlist? Having to use George Rath's PPA is a bad workaround (but thanks George for your effort, it certainly helped!) and pulling the Debian slapd packages into our own apt server

[Bug 82853] Re: Add support for the smbk5pwd overlay

2012-06-15 Thread ekilfoil
This bug was fixed in Debian over two years ago. Is there any way this can get reprioritized somewhere higher than wishlist? Having to use George Rath's PPA is a bad workaround (but thanks George for your effort, it certainly helped!) and pulling the Debian slapd packages into our own apt server

[Bug 701717] Re: 'Mangler' unable to receive mouse input.

2011-01-11 Thread ekilfoil
first. ** Changed in: xinput (Ubuntu) Status: New = Invalid ** Changed in: mangler Assignee: (unassigned) = ekilfoil (ekilfoil) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701717 Title

[Bug 701717] Re: 'Mangler' unable to receive mouse input.

2011-01-11 Thread ekilfoil
I assume the Logitech mouse worked fine? Have you tried setting your PTT key to all of the available mouse buttons (such as middle button or right button) as well? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 575465] Re: [Needs SRU] unable to use mouse buttons to trigger events in mangler

2011-01-06 Thread ekilfoil
** Description changed: [Impact] Hardware-specific issue which results in certain mouse models to get detected as keyboard, which can cause problems in various applications, depending on how they interact with the mouse. [Development Solution] Patch is already present in the xserver

[Bug 575465] Re: unable to use mouse buttons to trigger events in mangler

2010-10-29 Thread ekilfoil
I spoke with the Xorg devs on IRC and this patch has been set for pull request in upstream's master git. However, Ubuntu needs to backport this to 10.10 and update. I do not plan on maintaining a PPA for this fix now that upstream has corrected the problem. This bugfix consists of moving two

[Bug 575465] Re: unable to use mouse buttons to trigger events in mangler

2010-05-09 Thread ekilfoil
I've put this bugfix in a PPA in case anyone wants to test it and confirm: https://launchpad.net/~ekilfoil/+archive/xserver-xorg -- unable to use mouse buttons to trigger events in mangler https://bugs.launchpad.net/bugs/575465 You received this bug notification because you are a member

[Bug 575465] Re: unable to use mouse buttons to trigger events in mangler

2010-05-08 Thread ekilfoil
The way Mangler detects mouse button presses is by polling the state of the mouse. With most mouses, polling the master pointer will return the state of the slave device. This problem seems to be limited to Logitech wireless mice. Basically we're doing this: dev =

[Bug 575465] Re: unable to use mouse buttons to trigger events in mangler

2010-05-08 Thread ekilfoil
I was incorrect. It seems that querying the master pointer does not give the button state of the slave pointer even for normal mice. I did some more digging on this today, and I found that an HP branded wireless USB mouse has the same issue. With this mouse (as well as the logitech wireless

[Bug 575465] Re: unable to use mouse buttons to trigger events in mangler

2010-05-08 Thread ekilfoil
I'm almost positive this is a problem in xorg-server. I'm working on a patch for this. ** Package changed: xinput (Ubuntu) = xorg-server (Ubuntu) ** Changed in: xorg-server (Ubuntu) Status: New = In Progress ** Changed in: xorg-server (Ubuntu) Assignee: (unassigned) = ekilfoil

[Bug 575465] Re: unable to use mouse buttons to trigger events in mangler

2010-05-08 Thread ekilfoil
Swapping the order of the test in Xi/listdev.c that determines whether a device is a pointer or a keyboard properly detects my devices (OEM USB wireless mouse/kb combo) -- one as a keyboard and one as a pointer. I have confirmed that querying the device shows the button state for the pointer

[Bug 575465] Re: unable to use mouse buttons to trigger events in mangler

2010-05-08 Thread ekilfoil
I think that's as far as I can go with this. ** Changed in: xorg-server (Ubuntu) Status: In Progress = Confirmed ** Changed in: xorg-server (Ubuntu) Assignee: ekilfoil (ekilfoil) = (unassigned) -- unable to use mouse buttons to trigger events in mangler https://bugs.launchpad.net

[Bug 538818] Re: gtkmm 2.19.4 has a bug with Gtk::TextBuffer

2010-03-20 Thread ekilfoil
Confirmed fixed after latest update. -- gtkmm 2.19.4 has a bug with Gtk::TextBuffer https://bugs.launchpad.net/bugs/538818 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 522372] Re: gnote crashed with SIGSEGV in gtk_text_iter_get_offset()

2010-03-14 Thread ekilfoil
This bug is in gtkmm (libgtkmm-2.4-1c2a) 2.19.4. According to https://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/521412 this has been fixed in 2.19.5. This is a critical bug and gtkmm needs to a version bump for Lucid since any gtkmm app that uses Gtk::TextBuffer will probably have the same

[Bug 538818] [NEW] gtkmm 2.19.4 has a bug with Gtk::TextBuffer

2010-03-14 Thread ekilfoil
Public bug reported: gtkmm 2.19.4 contains a bug which prevents TextBuffers from working in some cases. The bug is fixed upstream: https://bugzilla.gnome.org/show_bug.cgi?id=609852 Code to reproduce: #include gtkmm.h int main(int argc, char *argv[]) {  Gtk::Main kit(argc, argv); } Expected

[Bug 538818] Re: gtkmm 2.19.4 has a bug with Gtk::TextBuffer

2010-03-14 Thread ekilfoil
** Description changed: gtkmm 2.19.4 contains a bug which prevents TextBuffers from working in some cases. The bug is fixed upstream: https://bugzilla.gnome.org/show_bug.cgi?id=609852 Code to reproduce: #include gtkmm.h int main(int argc, char *argv[]) { -

[Bug 538818] Re: gtkmm 2.19.4 has a bug with Gtk::TextBuffer

2010-03-14 Thread ekilfoil
Thanks. https://launchpad.net/ubuntu/+source/gtkmm2.4 shows the latest upload still as 2.19.4, but if it's already known/on schedule to be fixed, go ahead and close this bug out. -- gtkmm 2.19.4 has a bug with Gtk::TextBuffer https://bugs.launchpad.net/bugs/538818 You received this bug

[Bug 485488] Re: Applications routed through the pulse pcm alsa-plugin crackle/die quickly

2010-01-07 Thread ekilfoil
I'm the Mangler developer that first noticed the problem in the original ticket. FWIW, something definitely changed between 9.04 and 9.10. The PA ALSA plugin used to deliver audio at a fairly low latency (low enough that the default worked for our needs). The newer version of PulseAudio

[Bug 485488] Re: Applications routed through the pulse pcm alsa-plugin crackle/die quickly

2010-01-07 Thread ekilfoil
Two other things: 1) PulseAudio's alsa plugin should honor the requested latency from the call to snd_pcm_set_params() by setting pa_buffer_attr.fragsize accordingly. 2) PulseAudio's alsa plugin should honor ALSA calls to snd_pcm_drain() -- which I think are most likely the cause of the audio