[Bug 644825] Re: byobu/screen unpredictably crashes Cannot find master process to attach to!

2010-11-01 Thread John Millikin
I've had this occur a few times recently; I am using the default byobu
profile, on a 64-bit system with 4 GiB of RAM.

Each time the crash has occurred, I'm exiting vim when signed in from
SSH, and the vim/screen session was started from the local desktop.

The following line appears in dmesg:

[919845.653676] screen[22768]: segfault at 18 ip 7f55568ab120 sp
73f35b30 error 4 in libc-2.12.1.so[7f5556831000+17a000]

-- 
byobu/screen unpredictably crashes Cannot find master process to attach to!
https://bugs.launchpad.net/bugs/644825
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 658013] [NEW] Debian patch debian-changes-0.9.0-1 breaks importing

2010-10-10 Thread John Millikin
Public bug reported:

Binary package hint: bzr-fastimport

The Debian patch debian-changes-0.9.0-1 changes the API of
BranchMapper.git_to_bzr(), but doesn't modify any calling sites. This
causes imports to fail, because branch names cannot be mapped.

I suppose one option is to add another patch to update calling sites,
but the Debian patch doesn't seem to do anything useful, so IMO the best
course of action is to simply remove it.

** Affects: bzr-fastimport (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Debian patch debian-changes-0.9.0-1 breaks importing
https://bugs.launchpad.net/bugs/658013
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 281414] Re: Unmuting sound with media keys resets volume to 0

2010-02-15 Thread John Millikin
Forgot about this bug -- confirmed, it's fixed in 9.10.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Unmuting sound with media keys resets volume to 0
https://bugs.launchpad.net/bugs/281414
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 281414] Re: Unmuting sound with media keys resets volume to 0

2009-04-11 Thread John Millikin
Yes, the bug is still present in Jaunty.

-- 
Unmuting sound with media keys resets volume to 0
https://bugs.launchpad.net/bugs/281414
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 357438] [NEW] Always show backup directories.

2009-04-07 Thread John Millikin
Public bug reported:

Binary package hint: nautilus

Nautilus counts files and directories with names ending in ~ as backup.
This makes sense for files, but editors don't usually save entire directories
as backups. The check for whether a file is a backup should therefore return
False for directories.

** Affects: nautilus
 Importance: Unknown
 Status: Unknown

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: GNOME Bug Tracker #573673
   http://bugzilla.gnome.org/show_bug.cgi?id=573673

** Also affects: nautilus via
   http://bugzilla.gnome.org/show_bug.cgi?id=573673
   Importance: Unknown
   Status: Unknown

-- 
Always show backup directories.
https://bugs.launchpad.net/bugs/357438
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319470] Re: gnome-terminal ignores keyboard layout when acting on shortcuts

2009-01-28 Thread John Millikin
** Bug watch added: GNOME Bug Tracker #162726
   http://bugzilla.gnome.org/show_bug.cgi?id=162726

** Also affects: gnome-terminal via
   http://bugzilla.gnome.org/show_bug.cgi?id=162726
   Importance: Unknown
   Status: Unknown

-- 
gnome-terminal ignores keyboard layout when acting on shortcuts
https://bugs.launchpad.net/bugs/319470
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319470] Re: gnome-terminal ignores keyboard layout when acting on shortcuts

2009-01-21 Thread John Millikin
Looks like it's something in VTE's shortcut handling. Enabling VTE
debugging when running gnome-terminal provides these lines:

Keypress, modifiers=0x2000, keyval=0xffe3, raw string=`'.
Keypress, modifiers=0x2004, keyval=0x64, raw string=`'.
event-group = 1
modifiers  GDK_CONTROL_MASK = 4
ctrl+Key, group=1 de-grouped into keyval=0x67
Keypress, modifiers=0x2004, keyval=0x67, cooked string=`'.

I don't know why it's trying to de-group a simple shortcut key.

-- 
gnome-terminal ignores keyboard layout when acting on shortcuts
https://bugs.launchpad.net/bugs/319470
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319470] [NEW] gnome-terminal ignores keyboard layout when acting on shortcuts

2009-01-20 Thread John Millikin
Public bug reported:

Binary package hint: gnome-terminal

When using an alternative keyboard layout (in this case, Colemak),
gnome-terminal seems to treat all keyboard shortcuts as though they were
typed using QWERTY. Typing normally into the terminal works properly.
For example, end of file becomes ctrl+s and clear screen becomes
ctrl+i, but I can invoke commands with d or l in their name with no
problem.

A little bit of poking in xev shows that though the keysym is different
between the two modes, the keycode is identical. Perhaps gnome-terminal
is using the wrong key property for determining which shortcut was
pressed.

xterm works as expected.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/gnome-terminal
NonfreeKernelModules: nvidia
Package: gnome-terminal 2.24.1.1-0ubuntu1
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
Uname: Linux 2.6.27-9-generic i686

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
gnome-terminal ignores keyboard layout when acting on shortcuts
https://bugs.launchpad.net/bugs/319470
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319470] Re: gnome-terminal ignores keyboard layout when acting on shortcuts

2009-01-20 Thread John Millikin

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21494963/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/21494964/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/21494965/ProcStatus.txt

-- 
gnome-terminal ignores keyboard layout when acting on shortcuts
https://bugs.launchpad.net/bugs/319470
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 281414] Re: Unmuting sound with media keys resets volume to 0

2009-01-12 Thread John Millikin
According to device manager, I use the SB Audigy 2 ZS [SB0350] rev. 4

This behavior does not exist when using the volume applet or dialog.

-- 
Unmuting sound with media keys resets volume to 0
https://bugs.launchpad.net/bugs/281414
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279890] Re: Transmission crashes: corrupted double-linked list

2008-12-02 Thread John Millikin
*** This bug is a duplicate of bug 270717 ***
https://bugs.launchpad.net/bugs/270717

charles: This bug report is not a duplicate. If you read both
backtraces, you'll note that Nicolas's issue is unrelated to the first
post.

-- 
Transmission crashes: corrupted double-linked list
https://bugs.launchpad.net/bugs/279890
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279890] Re: Transmission crashes: corrupted double-linked list

2008-10-22 Thread John Millikin
I'm no longer able to reproduce it -- after completing all active
torrents with another client, further downloads have not exhibited the
issue. If it crops up again, I'll try to get a valgrind log.

-- 
Transmission crashes: corrupted double-linked list
https://bugs.launchpad.net/bugs/279890
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 239183] Re: Network history KiB/s string is cut off if window is resized to minimal size

2008-10-14 Thread John Millikin
Encountered this today in the English locale, and wrote a small patch.
Instead of manually setting the size of the data label, let it select
its own size.

** Attachment added: gsm-cutoff.diff
   http://launchpadlibrarian.net/18547236/gsm-cutoff.diff

-- 
Network history KiB/s string is cut off if window is resized to minimal size
https://bugs.launchpad.net/bugs/239183
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 282434] [NEW] Last byte of FLAC image buffer chopped off

2008-10-12 Thread John Millikin
Public bug reported:

``gst_tag_image_data_to_image_buffer()`` tries to do some sort of magic with
NULL termination bytes and data lengths, but it's reporting the image's buffer
to be one byte too small. This is because when the buffer is allocated with
image_data_len + 1 bytes, its size is reported as image_data_len. When it's
resized later on line 437, it's resized to image_data_len - 1 bytes.

Reported upstream at http://bugzilla.gnome.org/show_bug.cgi?id=556066 ,
I've also posted a patch to that bug report that fixes the issue for me.

** Affects: gst-plugins-base0.10 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  ``gst_tag_image_data_to_image_buffer()`` tries to do some sort of magic with
  NULL termination bytes and data lengths, but it's reporting the image's buffer
  to be one byte too small. This is because when the buffer is allocated with
  image_data_len + 1 bytes, its size is reported as image_data_len. When it's
  resized later on line 437, it's resized to image_data_len - 1 bytes.
+ 
+ Reported upstream at http://bugzilla.gnome.org/show_bug.cgi?id=556066 ,
+ I've also posted a patch to that bug report that fixes the issue for me.

-- 
Last byte of FLAC image buffer chopped off
https://bugs.launchpad.net/bugs/282434
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 282435] [NEW] Should check for GST_TAG_PREVIEW_IMAGE when thumbnailing audio

2008-10-12 Thread John Millikin
Public bug reported:

Binary package hint: totem

bacon_video_widget_get_best_image() checks for the GST_TAG_IMAGE GStreamer tag,
but not GST_TAG_PREVIEW_IMAGE. This means that some file types are not
thumbnailed even though GStreamer supports them.

Reported upstream at http://bugzilla.gnome.org/show_bug.cgi?id=556074 ,
I've also posted a patch to that bug report that fixes the issue for me.

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Should check for GST_TAG_PREVIEW_IMAGE when thumbnailing audio
https://bugs.launchpad.net/bugs/282435
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 281414] [NEW] Unmuting sound with media keys resets volume to 0

2008-10-10 Thread John Millikin
Public bug reported:

Using Intrepid, 8.10

When using the media keys to mute/unmute sound, the volume is reset to
0% after unmuting.

1) Set volume to 50%
2) Press mute button
3) Wait 5-10 seconds -- short waits do not exhibit this behavior.
4) Press mute button again
5) Observe sound has been set to 0%

This behavior does not exist when using the tray applet, only the media
keys through gnome-settings-daemon. g-s-d is using the GstMixer backend.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Unmuting sound with media keys resets volume to 0
https://bugs.launchpad.net/bugs/281414
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279890] [NEW] Transmission crashes: corrupted double-linked list

2008-10-07 Thread John Millikin
Public bug reported:

Have been running it for months with no issues, today began crashing
regularly.

I suspect this is due to the libc6 update today, but have no way to
verify that. Complete error output:

*** glibc detected *** transmission: corrupted double-linked list: 0x082a52a0 
***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb72cbd81]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x8d)[0xb72cccad]
/usr/lib/i686/cmov/libcrypto.so.0.9.8[0xb7466d0e]
/usr/lib/i686/cmov/libcrypto.so.0.9.8(CRYPTO_malloc+0x7f)[0xb746736f]
/usr/lib/i686/cmov/libcrypto.so.0.9.8[0xb7492f5d]
/usr/lib/i686/cmov/libcrypto.so.0.9.8(bn_expand2+0x3d)[0xb74930fd]
/usr/lib/i686/cmov/libcrypto.so.0.9.8(BN_copy+0x103)[0xb7493343]
/usr/lib/i686/cmov/libcrypto.so.0.9.8(BN_from_montgomery+0x44)[0xb749d1c4]
/usr/lib/i686/cmov/libcrypto.so.0.9.8(BN_mod_mul_montgomery+0x7e)[0xb749d5ae]
/usr/lib/i686/cmov/libcrypto.so.0.9.8(BN_mod_exp_mont_consttime+0x151)[0xb7491a31]
/usr/lib/i686/cmov/libcrypto.so.0.9.8(BN_mod_exp_mont+0x9e)[0xb74920ce]
/usr/lib/i686/cmov/libcrypto.so.0.9.8[0xb74bab76]
/usr/lib/i686/cmov/libcrypto.so.0.9.8[0xb74bad48]
/usr/lib/i686/cmov/libcrypto.so.0.9.8(DH_compute_key+0x20)[0xb74baab0]
transmission(tr_cryptoComputeSecret+0x7c)[0x8091ecc]
transmission[0x80ac08b]
transmission[0x80add8d]
transmission(event_base_loop+0x1c2)[0x80afc22]
transmission(event_loop+0x1a)[0x80aff2a]
transmission(event_dispatch+0x12)[0x80aff42]
transmission[0x808c670]
transmission[0x8081c9a]
/lib/tls/i686/cmov/libpthread.so.0[0xb73b34fb]
/lib/tls/i686/cmov/libc.so.6(clone+0x5e)[0xb7335e5e]
=== Memory map: 
08048000-080c5000 r-xp  08:22 959641 /usr/bin/transmission
080c5000-080c7000 rw-p 0007d000 08:22 959641 /usr/bin/transmission
080c7000-08352000 rw-p 080c7000 00:00 0  [heap]
b540-b54a9000 rw-p b540 00:00 0 
b54a9000-b550 ---p b54a9000 00:00 0 
b55e9000-b566a000 rw-p b566a000 00:00 0 
b56d5000-b56d9000 r-xp  08:22 650502 
/lib/tls/i686/cmov/libnss_dns-2.7.so
b56d9000-b56db000 rw-p 3000 08:22 650502 
/lib/tls/i686/cmov/libnss_dns-2.7.so
b56db000-b56dd000 r-xp  08:22 650280 /lib/libnss_mdns.so.2
b56dd000-b56de000 rw-p 1000 08:22 650280 /lib/libnss_mdns.so.2
b56de000-b56ed000 r-xp  08:22 650511 /lib/libbz2.so.1.0.4
b56ed000-b56ee000 rw-p f000 08:22 650511 /lib/libbz2.so.1.0.4
b56ee000-b5808000 r-xp  08:22 961658 /usr/lib/libxml2.so.2.6.31
b5808000-b580d000 rw-p 00119000 08:22 961658 /usr/lib/libxml2.so.2.6.31
b580d000-b580e000 rw-p b580d000 00:00 0 
b580e000-b584 r-xp  08:22 961924 /usr/lib/libcroco-0.6.so.3.0.1
b584-b5843000 rw-p 00031000 08:22 961924 /usr/lib/libcroco-0.6.so.3.0.1
b5843000-b5873000 r-xp  08:22 959556 /usr/lib/libgsf-1.so.114.0.7
b5873000-b5876000 rw-p 0002f000 08:22 959556 /usr/lib/libgsf-1.so.114.0.7
b5876000-b5877000 rw-p b5876000 00:00 0 
b5877000-b58a7000 r-xp  08:22 959274 /usr/lib/librsvg-2.so.2.22.2
b58a7000-b58a8000 rw-p 0003 08:22 959274 /usr/lib/librsvg-2.so.2.22.2
b58c1000-b58c2000 r-xp  08:22 961935 
/usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
b58c2000-b58c3000 rw-p  08:22 961935 
/usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
b58c3000-b5923000 rw-s  00:09 723025945  /SYSV (deleted)
b5923000-b5932000 r--p  08:22 1219338
/usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf
b5932000-b5943000 r--p  08:22 1219334
/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
b5943000-b5945000 r-xp  08:22 1138043
/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b5945000-b5946000 rw-p 1000 08:22 1138043
/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b5946000-b594c000 r--s  08:22 1820806
/var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-x86.cache-2
b594c000-b594f000 r--s  08:22 1820811
/var/cache/fontconfig/e383d7ea5fbe662a33d9b44caf393297-x86.cache-2
b594f000-b595 r--s  08:22 1820753
/var/cache/fontconfig/fd9505950c048a77dc4b710eb6a628ed-x86.cache-2
b595-b5952000 r--s  08:22 1820705
/var/cache/fontconfig/ddc79d3ea06a7c6ffa86ede85f3bb5df-x86.cache-2
b5952000-b5953000 r--s  08:22 1820712
/var/cache/fontconfig/e3fa16a14183b06aa45b3e009278fd14-x86.cache-2
b5953000-b5954000 r--s  08:22 1820812
/var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-x86.cache-2
b5954000-b5955000 r--s  08:22 1820815
/var/cache/fontconfig/a2ab74764b07279e7c36ddb1d302cf26-x86.cache-2
b5955000-b5959000 r--s  08:22 1820803
/var/cache/fontconfig/921a30a17f0be15c70ac14043cb7a739-x86.cache-2
b5959000-b595a000 r--s  08:22 1820800
/var/cache/fontconfig/c69f04ab05004e31a6d5e715764f16d8-x86.cache-2
b595a000-b595b000 r--s  08:22 1820801
/var/cache/fontconfig/4c73fe0c47614734b17d736dbde7580a-x86.cache-2
b595b000-b595d000 r--s  08:22 1820813

[Bug 258662] [NEW] [needs-packaging] jsonlib

2008-08-16 Thread John Millikin
Public bug reported:

jsonlib is a Python library for the parsing of JSON  http://json.org/
. I've had a couple requests from users to have it made available in
Ubuntu, so it may be installed more easily.

URL: https://launchpad.net/jsonlib
License: MIT / X / Expat License

Source tarballs are available on the launchpad page, or in the PyPI at 
http://pypi.python.org/pypi/jsonlib/ 

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] jsonlib
https://bugs.launchpad.net/bugs/258662
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 258662] Re: [needs-packaging] jsonlib

2008-08-16 Thread John Millikin
Added initial attempt at a package to REVU:
http://revu.ubuntuwire.com/details.py?package=python-jsonlib

-- 
[needs-packaging] jsonlib
https://bugs.launchpad.net/bugs/258662
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 180734] Re: With Subpixel smoothing enabled, U+FF5E causes GTK+ to stop rendering other CJK characters

2008-08-13 Thread John Millikin
Confirmed fixed in Hardy (8.04)

** Changed in: gtk+2.0 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
With Subpixel smoothing enabled, U+FF5E causes GTK+ to stop rendering other CJK 
characters
https://bugs.launchpad.net/bugs/180734
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109889] Re: use cover stored to id3 tag

2008-06-13 Thread John Millikin
Attaching a debdiff in the hope my patch will make it into Intrepid.

** Attachment added: Debdiff against 0.11.5-5ubuntu2
   http://launchpadlibrarian.net/15294643/embedded-cover-art-1.debdiff

-- 
use cover stored to id3 tag
https://bugs.launchpad.net/bugs/109889
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109889] Re: use cover stored to id3 tag

2008-04-10 Thread John Millikin
The patch has not yet been integrated into the Ubuntu patchset or
upstream, so setting status back to Confirmed.

** Changed in: rhythmbox (Ubuntu)
   Status: Fix Released = Confirmed

-- 
use cover stored to id3 tag
https://bugs.launchpad.net/bugs/109889
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 186266] Re: [hardy] nautilus crashed with SIGSEGV in free()

2008-02-04 Thread John Millikin
Reported to upstream as GNOME bug #514458. Couldn't figure out how to
link it here, though.

-- 
[hardy] nautilus crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/186266
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188488] [NEW] Support embedded cover art in Ogg/Vorbis files

2008-02-02 Thread John Millikin
Public bug reported:

It would be nice if oggdec would support reading and writing embedded
cover art, for use in media players or thumbnailers.

Upstream bugs are GNOME #512333 and #513373.

** Affects: gst-plugins-base0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Support embedded cover art in Ogg/Vorbis files
https://bugs.launchpad.net/bugs/188488
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188488] Re: Support embedded cover art in Ogg/Vorbis files

2008-02-02 Thread John Millikin
This patch handles both reading and writing of cover art. For some
reason, when creating the debdiff, the i686 architecture was inserted
into the Build-Depends and Architecture lines of debian/control. I don't
know why, I couldn't find a way to stop it, and it's not part of the
patch itself.

The libglib dependency is bumped to 2.12.0, because the patch uses
g_base64_encode and g_base64_decode.

** Attachment added: Support embedded cover art in Ogg/Vorbis files
   http://launchpadlibrarian.net/11736442/gst-plugins-base.debdiff

** Description changed:

  It would be nice if oggdec would support reading and writing embedded
  cover art, for use in media players or thumbnailers.
+ 
+ Upstream bugs are GNOME #512333 and #513373.

-- 
Support embedded cover art in Ogg/Vorbis files
https://bugs.launchpad.net/bugs/188488
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109889] Re: use cover stored to id3 tag

2008-02-02 Thread John Millikin
Attached is a patch for the Rhythmbox version in Hardy. It's been sent
upstream, but I wanted to make the Ubuntu devs aware in case upstream
doesn't commit it in time.

** Attachment added: Use art in GStreamer's image tag for cover art.
   http://launchpadlibrarian.net/11736872/rhythmbox-embedded-cover-art.debdiff

-- 
use cover stored to id3 tag
https://bugs.launchpad.net/bugs/109889
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 180734] With Subpixel smoothing enabled, U+FF5E causes GTK+ to stop rendering other CJK characters

2008-01-05 Thread John Millikin
Public bug reported:

In Gutsy, GNOME version 2.20.1, Pango version 1.18.3.

This bug only appears if the font size is less than 14.

To reproduce:

1. Copy the text |~|月| into GEdit, Tomboy, or another GTK+ application
2. Enable Subpixel smoothing in System - Preferenes - Appearance - Fonts 
- Rendering
3. Observe the second CJK character, U+6708, stop rendering.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
With Subpixel smoothing enabled, U+FF5E causes GTK+ to stop rendering other CJK 
characters
https://bugs.launchpad.net/bugs/180734
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 162576] Cannot add comments longer than 1023 bytes using vorbiscomment

2007-11-13 Thread John Millikin
Public bug reported:

Binary package hint: vorbis-tools

vorbiscomment uses a fixed-length 1024-byte buffer for reading comments
from the user. Any comments longer than 1023 bytes cause an error or are
silently split (depending on content). This means that vorbiscomment
cannot be used to add album artwork to Vorbis files using the COVERART
tag.

I have reported this upstream, with a patch, at
https://trac.xiph.org/ticket/1259

** Affects: vorbis-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot add comments longer than 1023 bytes using vorbiscomment
https://bugs.launchpad.net/bugs/162576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 85233] Re: Dynamic modules cause CherryPy to constantly reload

2007-02-15 Thread John Millikin
** Changed in: python-cherrypy (Ubuntu)
 Assignee: (unassigned) = MOTU Reviewers Team

-- 
Dynamic modules cause CherryPy to constantly reload
https://launchpad.net/bugs/85233

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 85233] Dynamic modules cause CherryPy to constantly reload

2007-02-14 Thread John Millikin
Public bug reported:

Binary package hint: python-cherrypy

Reported upstream at http://www.cherrypy.org/ticket/658

Basically, using any sort of dynamic module (in my case, Cheetah
templates) cause CherryPy to reload constantly, rendering it unusable.
It's a simple one-line fix.

** Affects: python-cherrypy (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Tags added: bitesize

-- 
Dynamic modules cause CherryPy to constantly reload
https://launchpad.net/bugs/85233

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 85233] Re: Dynamic modules cause CherryPy to constantly reload

2007-02-14 Thread John Millikin
I slightly underestimated the difficulty, but on the plus side, there's
now a working patch.

** Attachment added: Initial patch, which copies the auto-reload 
implementation from CherryPy 3.0.0
   http://librarian.launchpad.net/6439535/autoreload.patch

-- 
Dynamic modules cause CherryPy to constantly reload
https://launchpad.net/bugs/85233

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 85233] Re: Dynamic modules cause CherryPy to constantly reload

2007-02-14 Thread John Millikin
Here's a .debdiff of the above patch, which I hopefully got right.

** Attachment added: .debdiff, which adds the initial patch
   http://librarian.launchpad.net/6439709/python-cherrypy_2.2.1-3ubuntu1.debdiff

-- 
Dynamic modules cause CherryPy to constantly reload
https://launchpad.net/bugs/85233

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63614] No 'Paste into folder' option in the menu of a mounted device

2006-10-02 Thread John Millikin
Public bug reported:

Binary package hint: nautilus

After copying a file in Nautilus, it is possible to paste it into a
folder via right-clicking on the folder and selecting 'Paste Into
Folder'. However, this option does not exist when right-clicking on
mounted devices (such as a USB drive or network share).

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
No 'Paste into folder' option in the menu of a mounted device
https://launchpad.net/bugs/63614

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs