[Bug 670568] Re: libao crashes when using pulseaudio

2011-04-06 Thread John Lenz
This bug is fixed in libao version 1.1.0. See https://trac.xiph.org/ticket/1689 I got around this in ubuntu by downloading the libao packages from debian. They install fine. Hopefully ubuntu updates to 1.1.0 soon to fix this. http://packages.debian.org/sid/libao-common

[Bug 670568] Re: libao crashes when using pulseaudio

2011-04-06 Thread John Lenz
Oh, I should note the bug is marked fixed released, but it isn't. The version in natty (1.0.0-5) still has this problem but the debian packages do not. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 732328] [NEW] [PPA] missing hgtk

2011-03-09 Thread John Lenz
Public bug reported: Binary package hint: tortoisehg Hello, I use the stable-snapshots ppa of tortoisehg and got a huge surprise today when hgtk disappeared. Typing hgtk at the bash shell produces he program 'hgtk' is currently not installed. You can install it by typing: sudo apt-get

[Bug 630391] [NEW] Missing libodbc.so symbolic link

2010-09-04 Thread John Lenz
Public bug reported: Binary package hint: unixodbc The mono library System.Data.Odbc searches for libodbc.so but the unixodbc package does not create this symbolic link. That means ODBCConnection.Open() fails with a LibraryNotFound exception. I was able to fix this by running sudo ln -s

[Bug 630391] [NEW] Missing libodbc.so symbolic link

2010-09-04 Thread John Lenz
Public bug reported: Binary package hint: unixodbc The mono library System.Data.Odbc searches for libodbc.so but the unixodbc package does not create this symbolic link. That means ODBCConnection.Open() fails with a LibraryNotFound exception. I was able to fix this by running sudo ln -s

[Bug 445689] Re: evince no longer renders PDF files

2009-10-07 Thread John Lenz
This happens for me as well, starting with today's version of evince in karmic. Any time I try and open a pdf file evince gives the error File type unknown (application/octet-stream) is not supported If I try and open a postscript (ps) file, evince gives the error File type plain text document

[Bug 445689] Re: evince no longer renders PDF files

2009-10-07 Thread John Lenz
*** This bug is a duplicate of bug 444962 *** https://bugs.launchpad.net/bugs/444962 Actually, investigating a little more it seems nautilus shows the file type of every file as plain text. Seems to be a problem with the mime type database and not a problem specificity with evince. This

[Bug 445689] Re: evince no longer renders PDF files

2009-10-07 Thread John Lenz
*** This bug is a duplicate of bug 444962 *** https://bugs.launchpad.net/bugs/444962 Yes, nautilus is now fixed. Also, evince opens pdfs again. So for me this bug is fixed. -- evince no longer renders PDF files https://bugs.launchpad.net/bugs/445689 You received this bug notification

[Bug 194379] Re: enable xulrunner 1.9/firefox 3.0

2008-03-01 Thread John Lenz
the attached patch fixes this bug ** Attachment added: mozilla-fix.patch http://launchpadlibrarian.net/12342969/mozilla-fix.patch -- enable xulrunner 1.9/firefox 3.0 https://bugs.launchpad.net/bugs/194379 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 56139] Re: thunderbird smiley segfault

2007-05-07 Thread John Lenz
Uh, the comment has a patch on it... check if aValue is negative What else do you want submitted? I should note the comment needs a s/aValue/aOffset/g, but the patch is correct. -- thunderbird smiley segfault https://bugs.launchpad.net/bugs/56139 You received this bug notification because you

[Bug 39607] Re: Flight 6: Error during base install

2007-05-05 Thread John Lenz
I am closing this bug, because I recently installed feisty without any problems so this is probably fixed in the latest release. ** Changed in: debian-installer (Ubuntu) Status: Unconfirmed = Fix Released -- Flight 6: Error during base install https://bugs.launchpad.net/bugs/39607 You

[Bug 56139] Re: thunderbird smiley segfault

2007-05-05 Thread John Lenz
Here is a backtrace with the debug symbols... crash is at mozInlineSpellChecker.cpp:980 ** Attachment added: backtrace with symbols http://librarian.launchpad.net/7564955/thunder-backtrace -- thunderbird smiley segfault https://bugs.launchpad.net/bugs/56139 You received this bug

[Bug 56139] Re: thunderbird smiley segfault

2007-05-05 Thread John Lenz
Ok, as you can see, aValue is -1 which is causing the code IsNonwordChar(text[aOffset])) to crash. I applied the following patch to 1.5.0.10-0ubuntu3 source in Feisty, then built with export DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -b -nc -rfakeroot causes the crash to disappear and smileys

[Bug 56139] Re: thunderbird smiley segfault

2007-05-01 Thread John Lenz
I am getting hit by this bug on Feisty's mozilla thunderbird 1.5.0.10-0ubuntu3 I don't want to report it again, but the bug is marked as needing more info. Do you need another backtrace, or what other information is needed? -- thunderbird smiley segfault https://bugs.launchpad.net/bugs/56139

[Bug 108719] AIM Set User Info Box does not allow return (newlines)

2007-04-21 Thread John Lenz
Public bug reported: Binary package hint: gaim In the dialog that pops up when you go to Accounts- (AIM User) - Set User Info... the box no longer allows newlines (the enter or return key do nothing). If you copy and paste in some text with newlines, you can get newlines in the box and then

[Bug 108719] Re: AIM Set User Info Box does not allow return (newlines)

2007-04-21 Thread John Lenz
I did a little testing (and looked at the gaim code to try and fix) and saw that Control-Enter adds a new line... somewhat non-intuitive, especially since the old version of gaim just allowed enter to add a new line -- AIM Set User Info Box does not allow return (newlines)

[Bug 108719] Re: AIM Set User Info Box does not allow return (newlines)

2007-04-21 Thread John Lenz
See in gtk/gtkimhtml.c lines 1312, the message_send event is attached to enter and return gtk_binding_entry_add_signal (binding_set, GDK_KP_Enter, 0, message_send, 0); gtk_binding_entry_add_signal (binding_set, GDK_Return, 0, message_send, 0); but the code to open Set User Info

[Bug 90433] Re: upgrade path broken due to missing gksu version

2007-03-07 Thread John Lenz
Looks like it is only on amd64... but I am having this problem too. I tried using apt-get source libgksu gksu and dpkg-buildpackage -b -rfakeroot, I was able to build the 2.0.0-1ubuntu3 packages without errors looks like a problem with the automatic build programs? -- upgrade path broken

[Bug 69217] Re: lvm on cryptsetup with initramfs infinite loop

2006-11-03 Thread John Lenz
Well ok. At the very least, you need to provide some option of disabling the lvm script... assuming a device is in /dev/mapper is not really all that good to go into an infinite loop! So I see a few options: 1) At the very least, check /proc/cmdline for something like norootlvm, to allow to

[Bug 69217] lvm on cryptsetup with initramfs infinite loop

2006-10-29 Thread John Lenz
Public bug reported: Binary package hint: lvm-common Hey, I updated to edgy recently and there is a minor problem with the initramfs cryptroot and lvm scripts. First my setup... I have a luks encrypted partition on sda4, and inside that partition I have lvm, with lvm partitions for dapper root,