[Bug 1051559]

2013-07-06 Thread Justin-lebar+bug
configure: error: gstreamer and gstreamer-plugins-base development packages are needed to build gstreamer backend. Install them or disable gstreamer support with --disable-gstreamer Stupid question: Which Ubuntu packages do I need to install to get this to work? I flailed about and

[Bug 1155307] Re: zconf.h header file is missing for 32 bits arch

2013-04-28 Thread Justin Lebar
Forgive me if this should be obvious, but how does one work around this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155307 Title: zconf.h header file is missing for 32 bits arch To manage

[Bug 1155307] Re: zconf.h header file is missing for 32 bits arch

2013-04-28 Thread Justin Lebar
See also https://bugzilla.mozilla.org/show_bug.cgi?id=865856 https://bugzilla.mozilla.org/show_bug.cgi?id=866489 ** Bug watch added: Mozilla Bugzilla #865856 https://bugzilla.mozilla.org/show_bug.cgi?id=865856 ** Bug watch added: Mozilla Bugzilla #866489

[Bug 604635]

2012-07-25 Thread Justin-lebar+bug
(In reply to pqwoerituytrueiwoq from comment #150) Release Notes on firefox 14.0.1 say there is a api for prevent the display from sleeping could someone please tell me what the api (i was not able to find a documented api) It would be nice to be able to stop a screensaver from coming on when

[Bug 578612] Re: vim clipboard contents rigister doesn't work

2012-04-10 Thread Justin Lebar
@graywh @tmcb And there's vim-gtk and vim-gnome for people that do want the clipboard enabled. Right, but he's saying (and I agree) that default Vim should have +clipboard. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 875400] Re: Unity shell doesn't fully load after crash in compiz settings manager

2011-10-22 Thread Justin Lebar
Bug 874799 is on the list of profiles with garbage in it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875400 Title: Unity shell doesn't fully load after crash in compiz settings manager To

[Bug 875400] Re: Unity shell doesn't fully load after crash in compiz settings manager

2011-10-22 Thread Justin Lebar
Resetting Unity's config with $ rm -rf .compiz .config/.compiz-1 .gconf/apps/compizconfig-1 .gconf/apps/compiz-1 works for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875400 Title: Unity

[Bug 875400] Re: Unity shell doesn't fully load after crash in compiz settings manager

2011-10-17 Thread Justin Lebar
unity --reset hangs at Sending Update run_key for me. $ unity --reset Checking if settings need to be migrated ...no Checking if internal files need to be migrated ...yes [LOG]: Moving Internal Files [LOG]: Copying subdirectory from /home/jlebar/.compiz/session to

[Bug 875400] Re: Unity shell doesn't fully load after crash in compiz settings manager

2011-10-17 Thread Justin Lebar
Running $ gconftool-2 --recursive-unset /apps/compiz did not fix my problem. When I log in with the ubuntu shell (Unity 3D), the shell still doesn't load, and all I get is a titlebar for nautilus. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 876962] [NEW] file --help claims -L is the default, but it isn't

2011-10-17 Thread Justin Lebar
Public bug reported: file --help claims -L is the default, but it isn't. $ file --help [snip] -L, --dereference follow symlinks (default) $ file /usr/lib/libgnome-2.so /usr/lib/libgnome-2.so: symbolic link to `libgnome-2.so.0.3200.1' $ file -L /usr/lib/libgnome-2.so

[Bug 875400] [NEW] Unity shell doesn't fully load after crash in compiz settings manager

2011-10-15 Thread Justin Lebar
Public bug reported: I just upgraded to 11.10 from 11.04. I opened the compiz config app and clicked preferences. Before I could do anything, my shell crashed. Now when I try to log in using the Ubuntu shell, it doesn't fully load. I get my desktop icons and a file menu at the top of the

[Bug 875400] Re: Unity shell doesn't fully load after crash in compiz settings manager

2011-10-15 Thread Justin Lebar
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875400 Title: Unity shell doesn't fully load after crash in compiz settings manager To manage notifications about this bug go to:

[Bug 612377]

2011-04-27 Thread Justin-lebar+bug
... and the bug for tracking that is bug 650899. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title: [needs-packaging] libjpeg-turbo -- ubuntu-bugs mailing list

[Bug 612377]

2011-04-21 Thread Justin-lebar+bug
I've filed bug 650899 for updating libjpeg-turbo. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title: [needs-packaging] libjpeg-turbo -- ubuntu-bugs mailing list

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
I'll be starting full-time on 3/28, so I'll be able to update the patch and whatnot then. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title: [needs-packaging] libjpeg-turbo --

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
Per comment 147, I intend to update to the new version before checking in. That sound good to you, Jeff? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title: [needs-packaging] libjpeg-turbo

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
diff --git a/jpeg/jpeglib.h b/jpeg/jpeglib.h -#ifdef XP_OS2 -/* - * On OS/2, the system will have defined RGB_* so we #undef 'em to avoid warnings - * from jmorecfg.h. - */ -#ifdef RGB_RED - #undef RGB_RED -#endif -#ifdef RGB_GREEN - #undef RGB_GREEN -#endif -#ifdef RGB_BLUE -

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
Oh, I see; that's a change we made, but which isn't in libjpeg-turbo. Until it's fixed upstream, why don't we just guard the #define's in jmorecfg.h? We already keep that file out of sync with libjpeg-turbo's mainline. -- You received this bug notification because you are a member of Ubuntu

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
Created attachment 522445 Patch v2.0. Part 1: Upgrade to libjpeg-turbo v1.1.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title: [needs-packaging] libjpeg-turbo -- ubuntu-bugs mailing

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
Created attachment 522446 Patch v2.0. Part 2: Address review comments. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title: [needs-packaging] libjpeg-turbo -- ubuntu-bugs mailing list

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
Created attachment 522449 Interdiff v1.3.1 - v2.0 part 1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title: [needs-packaging] libjpeg-turbo -- ubuntu-bugs mailing list

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
Created attachment 522459 Interdiff v1.3.1 - v2.0 part 1 without deleted files This interdiff is the same as attachment 522449, but it doesn't include the files I deleted, in an attempt to make it easier to read. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
DRC, what would be a good medium for handling Jeff's remaining review comments? I'm going to push the latest patches to try now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title:

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
(2) RGB_{RED|GREEN|BLUE} macro conflicts on OS/2 (OS/2? Really?): This seems like an innocuous enough patch, although I'd rather have it in jmorecfg.h instead of jpeglib.h. Attachment 522446 puts the #undef's in jmorecfg.h, right above the #defines. -- You received this bug notification

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
There are unfortunately reftest failures on Windows with this latest patch. Looking into it. http://tbpl.mozilla.org/?tree=MozillaTryrev=fceae635d617 http://tinderbox.mozilla.org/showlog.cgi?log=MozillaTry/1301360568.1301363938.582.gz -- You received this bug notification because you are a

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
Ah, the orange is due to unexpected success. That's not so bad. :) I think we can just back out bug 582850. http://hg.mozilla.org/mozilla-central/rev/4643426a1523 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
Created attachment 522674 Patch v2.0 Part 3: Re-enable reftests on Windows. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title: [needs-packaging] libjpeg-turbo -- ubuntu-bugs mailing list

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
Don't we need to use the libjpeg v8 ABI in order to get this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377 Title: [needs-packaging] libjpeg-turbo -- ubuntu-bugs mailing list

[Bug 612377]

2011-04-04 Thread Justin-lebar+bug
http://hg.mozilla.org/mozilla-central/rev/6a8baba56a65 http://hg.mozilla.org/mozilla-central/rev/3eb5a574319f Please file follow-ups as needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/612377

[Bug 438868]

2011-02-03 Thread Justin-lebar+bug
I just came out of suspend and noticed that, in addition to not getting any awesomebar suggestions, right-clicking in a Gmail plain text message textbox didn't produce a context menu. Perhaps this isn't related to the location bar. -- You received this bug notification because you are a member

[Bug 438868]

2011-02-03 Thread Justin-lebar+bug
Moving out of toolkit/autocomplete, since this appears to be a larger problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/438868 Title: Numerous applications have focus issues after emerging

[Bug 438868]

2011-01-11 Thread Justin-lebar+bug
Sub-menu issues are bug 616833. It would be very interesting if these were related! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/438868 Title: Numerous applications have focus issues after

[Bug 438868]

2011-01-09 Thread Justin-lebar+bug
This might be related to bug 604710, although that bug doesn't talk about waking up from screensaver or suspend. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/438868 Title: Numerous applications

[Bug 438868]

2011-01-09 Thread Justin-lebar+bug
(In reply to comment #37) you should lock your screen and then wait for a couple of seconds. FWIW, I can't reproduce on my Ubuntu box, although I do experience bug 604710. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 515915] Re: evince hangs on start-up

2011-01-01 Thread Justin Lebar
Making some more noise in this bug. Is there anything we can do to help get this fixed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/515915 Title: evince hangs on start-up -- ubuntu-bugs

[Bug 642736] Re: evince crashed with SIGSEGV in ev_pixbuf_cache_set_selection_list()

2010-09-23 Thread Justin Lebar
This happened to me when I was opening a PDF I'd just downloaded, so the crash apparently isn't only when reloading a modified file. -- evince crashed with SIGSEGV in ev_pixbuf_cache_set_selection_list() https://bugs.launchpad.net/bugs/642736 You received this bug notification because you are a

[Bug 578612] Re: vim clipboard contents rigister doesn't work

2010-07-04 Thread Justin Lebar
Clipboard does work with vim.gtk, but not with vim.gnome. -- vim clipboard contents rigister doesn't work https://bugs.launchpad.net/bugs/578612 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 578612] Re: vim clipboard contents rigister doesn't work

2010-06-21 Thread Justin Lebar
Both *yy and +yy don't work for me. This is despite the fact that vim --version shows that vim is compiled with +xterm_clipboard. Strange. -- vim clipboard contents rigister doesn't work https://bugs.launchpad.net/bugs/578612 You received this bug notification because you are a member of

[Bug 582754] Re: lucid gold makes nearly all C++ applications segfault before main()

2010-06-18 Thread Justin Lebar
The proposed package works for me. Note to others: you need to install the proposed version of both binutils and binutils-gold. I ran apt-get install binutils/lucid-proposed binutils-gold/lucid-proposed -- lucid gold makes nearly all C++ applications segfault before main()

[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-06-18 Thread Justin Lebar
I agree that changing the hardcoded Python version number isn't the Right Way to fix this, but it would be nice if you guys could release a fix for this package while you work on a better solution. It's been broken for six months now. -- Unable to start pump server because of python version

[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-06-18 Thread Justin Lebar
For those looking for a workaround, one was posted in bug 472201: Modify /usr/bin/pump and replace python2.5 with python2.6. -- Unable to start pump server because of python version mismatch https://bugs.launchpad.net/bugs/511585 You received this bug notification because you are a member of

[Bug 569273] Re: memory leak in gnome-power-manager on lucid

2010-06-17 Thread Justin Lebar
In response to #25: I also observed this leak on a machine whose battery holds no charge. I haven't tried the proposed fix. -- memory leak in gnome-power-manager on lucid https://bugs.launchpad.net/bugs/569273 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 588595] Re: Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk)

2010-06-02 Thread Justin Lebar
I'm a FF developer, and I'm not sure this is a FF bug. FF 3.7 introduced a new HTML5-compliant parser, and I think it's rejecting the content inside the button tag. Here's the raw source: pbutton class=download onClick=document.forms['start-download'].submit(); h5Start download/h5 h5

[Bug 588595] Re: Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk)

2010-06-02 Thread Justin Lebar
Hm...maybe this actually is valid HTML5 as written. If I'm reading the spec [1] correctly, button should be able to contain that content since it's non-interactive. I'll ask around. [1] http://www.whatwg.org/specs/web-apps/current-work/multipage/the- button-element.html#the-button-element --

[Bug 588595] Re: Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk)

2010-06-02 Thread Justin Lebar
Looks like you guys are off the hook. I filed as https://bugzilla.mozilla.org/show_bug.cgi?id=569528 ** Bug watch added: Mozilla Bugzilla #569528 https://bugzilla.mozilla.org/show_bug.cgi?id=569528 -- Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk)

[Bug 588595] [NEW] Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk)

2010-06-01 Thread Justin Lebar
Public bug reported: See attached screenshot, from http://www.ubuntu.com/desktop/get- ubuntu/download The text Start Download \ Ubuntu Desktop Edition 32-bit should be on top of the orange button. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100601 Minefield/3.7a5pre

[Bug 588595] Re: Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk)

2010-06-01 Thread Justin Lebar
** Attachment added: Screenshot http://launchpadlibrarian.net/49539209/screenshot.png -- Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk) https://bugs.launchpad.net/bugs/588595 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 569273] Re: memory leak in gnome-power-manager on lucid

2010-05-19 Thread Justin Lebar
Richard Hughes identified in the Gnome bug that the problem is the app_indicator_set_menu() call, which is Ubuntu-specific. Can we get an Ubuntu dev to look at this? -- memory leak in gnome-power-manager on lucid https://bugs.launchpad.net/bugs/569273 You received this bug notification because

[Bug 569273] Re: memory leak in gnome-power-manager on lucid

2010-05-18 Thread Justin Lebar
What about the blocks marked as possibly lost? There are a lot of them -- I had to cut 22k lines out of my log just so Launchpad wouldn't choke on the attachment. In my experience, Valgrind doesn't usually have so many false positives, even for that category. I'll try and get symbols. In the

[Bug 569273] Re: memory leak in gnome-power-manager on lucid

2010-05-18 Thread Justin Lebar
scottku, It might be helpful to post a log with --show-reachable=yes so we can have a full(ish) accounting of where the program is using memory. Perhaps it's hanging onto some memory with a valid pointer that it should be freeing. -- memory leak in gnome-power-manager on lucid

[Bug 569273] Re: memory leak in gnome-power-manager on lucid

2010-05-17 Thread Justin Lebar
Here's the (abbreviated) output from running Valgrind for a few minutes. Lots of leaks. Unfortunately gnome-power-manager doesn't have debug symbols. Can we file upstream? ** Attachment added: out http://launchpadlibrarian.net/48635684/out -- memory leak in gnome-power-manager on lucid

[Bug 569273] Re: memory leak in gnome-power-manager on lucid

2010-05-17 Thread Justin Lebar
Filed: https://bugzilla.gnome.org/show_bug.cgi?id=618952 ** Bug watch added: GNOME Bug Tracker #618952 https://bugzilla.gnome.org/show_bug.cgi?id=618952 -- memory leak in gnome-power-manager on lucid https://bugs.launchpad.net/bugs/569273 You received this bug notification because you are a

[Bug 569273] Re: memory leak in gnome-power-manager on lucid

2010-05-16 Thread Justin Lebar
This bug rendered a friend's laptop basically unusable for a few weeks. I can try running GPM on her machine under valgrind, if that would help. -- memory leak in gnome-power-manager on lucid https://bugs.launchpad.net/bugs/569273 You received this bug notification because you are a member of

[Bug 520172] Re: User should be able to specify that linux headers are installed when new kernel is installed

2010-02-12 Thread Justin Lebar
Stefan, here's how I fixed things: First, check what kernel you're running: $ uname -r Get the relevant headers: $ sudo apt-get install linux-headers-$(uname -r) Now we need to figure out what version of openafs you have installed. I'm actually not sure how to do this; my machine shows the

[Bug 520172] Re: User should be able to specify that linux headers are installed when new kernel is installed

2010-02-12 Thread Justin Lebar
Andy, the idea I posted was just marked as not-an-idea. Surely this issue should live somewhere. Can you advise on how to proceed? -- User should be able to specify that linux headers are installed when new kernel is installed https://bugs.launchpad.net/bugs/520172 You received this bug

[Bug 520172] Re: User should be able to specify that linux headers are installed when new kernel is installed

2010-02-12 Thread Justin Lebar
Makefile.in shouldn't be a binary file, I think. Looks like you may have some serious corruption going on. Reinstalling openafs might fix the problem, but who knows what other files may be corrupted? -- User should be able to specify that linux headers are installed when new kernel is

[Bug 324365] Re: DKMS should rebuild modules as soon as new headers are available

2010-02-10 Thread Justin Lebar
Something like this is happening to me. I run Ubuntu (the stripped-down VM version) in Virtualbox. I noticed this morning that my openafs and virtualbox modules weren't loading properly. It looks like I installed a kernel update on 2/6 (/var/log/dpkg.log attached). My guess is that dkms can't

[Bug 324365] Re: DKMS should rebuild modules as soon as new headers are available

2010-02-10 Thread Justin Lebar
Hm...okay. It looks like the problem was that the newest linux-headers package wasn't installed when my kernel was upgraded. This could be made much more user-friendly by, for instance, suggesting in the error that I don't need the kernel source but rather just the headers. Or by automatically

[Bug 520172] [NEW] User should be able to specify that linux headers are installed when new kernel is installed

2010-02-10 Thread Justin Lebar
Public bug reported: Binary package hint: dpkg I'm running Karmic in a VM using the virtual kernel. Recently (2/6/10), my kernel was updated to 2.6.31-19. Unfortunately, this upgrade broke openafs and the virtualbox guest extensions, since the 2.6.31-19 headers weren't installed along with the

[Bug 520172] Re: User should be able to specify that linux headers are installed when new kernel is installed

2010-02-10 Thread Justin Lebar
Filed: http://brainstorm.ubuntu.com/idea/23637/ -- User should be able to specify that linux headers are installed when new kernel is installed https://bugs.launchpad.net/bugs/520172 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --