[Bug 132982] New upstream release: 0.2.0

2007-08-16 Thread Johan Kiviniemi
Public bug reported: Binary package hint: upstreamdev 0.2.0 has a dialog based interface, which helps a lot if X doesn’t work. http://upstreamdev.org/wiki/Releases/0.2.0#CHANGELOG Please upgrade the package. Thank you. ** Affects: upstreamdev (Ubuntu) Importance: Undecided Status

[Bug 133172] Re: dpkg-triggers transitional activation did not happen

2007-08-17 Thread Johan Kiviniemi
My system seems to be in the same state. Attaching dpkg.log in case it’s of any help. ** Attachment added: "ion’s dpkg.log" http://launchpadlibrarian.net/8880330/dpkg.log -- dpkg-triggers transitional activation did not happen https://bugs.launchpad.net/bugs/133172 You received this bug notif

[Bug 125045] Autocrop Layer crops the whole image if the layer is already cropped to minimum

2007-07-10 Thread Johan Kiviniemi
Public bug reported: Binary package hint: gimp If a layer has empty borders, Autocrop Layer works correctly, but if it’s used again, the whole image is cropped to the layer’s size. When that happens, some other layers may also be destroyed. That has happened three times so far with images with 3

[Bug 122562] Re: The frame rate is low, unless using --indirect-rendering

2007-07-13 Thread Johan Kiviniemi
Seems to be fixed in 1:0.5.1+git20070711-0ubuntu1. Thank you. ** Changed in: compiz (Ubuntu) Status: In Progress => Fix Released -- The frame rate is low, unless using --indirect-rendering https://bugs.launchpad.net/bugs/122562 You received this bug notification because you are a member o

[Bug 125750] PulseAudio is started before HAL, module-hal-detect fails

2007-07-13 Thread Johan Kiviniemi
Public bug reported: Binary package hint: pulseaudio Using PulseAudio as a system-wide daemon with module-hal-detect for automatic loading of modules doesn’t work, because HAL is currently started after PulseAudio. /etc/rc2.d/S20pulseaudio -> ../init.d/pulseaudio /etc/rc2.d/S24hal -> ../init.d/h

[Bug 131441] Re: [gutsy] restricted-manager shows two nvidia drivers, could be confusing

2007-09-18 Thread Johan Kiviniemi
With the new description, this became a duplicate of bug #134245. -- [gutsy] restricted-manager shows two nvidia drivers, could be confusing https://bugs.launchpad.net/bugs/131441 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 134245] Re: [gutsy] restricted driver namager claims 2 nvidia drivers in use

2007-08-23 Thread Johan Kiviniemi
This is due to a small bug in nvidia_supported (which is used by the l-r-m source package). I’ve sent a patch to Ben Collins and i guess this will be fixed in the next l-r-m upload. ** Changed in: linux-restricted-modules-2.6.22 (Ubuntu) Sourcepackagename: restricted-manager => linux-restricted-mo

[Bug 135426] Re: Needs a rebuild

2007-08-28 Thread Johan Kiviniemi
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/9038583/Dependencies.txt -- Needs a rebuild https://bugs.launchpad.net/bugs/135426 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing li

[Bug 135426] Needs a rebuild

2007-08-28 Thread Johan Kiviniemi
Public bug reported: Binary package hint: openoffice.org-voikko openoffice.org-voikko probably needs a rebuild because of a new openoffice.org-core: % sudo apt-get -o Debug::pkgProblemResolver=true -V dist-upgrade Reading package lists... Done Building dependency tree Reading state inform

[Bug 135650] Re: GIMP crashes when trying to resize an image.

2007-08-31 Thread Johan Kiviniemi
Almost all dialogs crash without G_SLICE=always-malloc here. I’ve been fighting with gimp’s internal functionality that catches crashes and prints stack traces. I just can’t seem to turn it off. gimp --stack-trace-mode=never doesn’t seem to work. Because of that, apport doesn’t detect the crashes

[Bug 136439] --stack-trace-mode doesn’t seem to work

2007-08-31 Thread Johan Kiviniemi
Public bug reported: Binary package hint: gimp I’m trying to prevent gimp from catching SIGSEGV in order to debug a crash properly. ‘gimp --stack-trace-mode never’ doesn’t seem to work. ProblemType: Bug Architecture: i386 Date: Fri Aug 31 20:32:18 2007 DistroRelease: Ubuntu 7.10 NonfreeKernelMo

[Bug 136439] Re: --stack-trace-mode doesn’ t seem to work

2007-08-31 Thread Johan Kiviniemi
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/9079289/Dependencies.txt -- --stack-trace-mode doesn’t seem to work https://bugs.launchpad.net/bugs/136439 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 135650] Re: GIMP crashes when trying to resize an image.

2007-08-31 Thread Johan Kiviniemi
I reported bug #136439 about the --stack-trace-mode problem. -- GIMP crashes when trying to resize an image. https://bugs.launchpad.net/bugs/135650 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

[Bug 136439] Re: --stack-trace-mode doesn’ t seem to work

2007-08-31 Thread Johan Kiviniemi
Gimp crashes. It catches the SEGV using its own handler, so apport and gdb don’t catch it. A parameter should prevent gimp from catching the signal. The parameter doesn’t work. How is this invalid? -- --stack-trace-mode doesn’t seem to work https://bugs.launchpad.net/bugs/136439 You received this

[Bug 136439] Re: --stack-trace-mode doesn’ t seem to work

2007-08-31 Thread Johan Kiviniemi
‘--stack-trace-mode never’ doesn’t work, it’s as simple as that. I don’t believe my debugging intentions or someone’s misunderstanding of them matters regarding the validity of this bug report. This shouldn’t happen: % gimp --stack-trace-mode never This is a development version of GIMP.

[Bug 136439] Re: --stack-trace-mode doesn’ t seem to work

2007-08-31 Thread Johan Kiviniemi
I investigated the problem a bit further. It isn’t a segmentation fault, but instead libc detects a problem, prints a stack trace and calls abort(). When using ‘--stack-trace-mode never’, gimp refrains from catching SIGBUS, SIGSEGV and SIGFPE, but it still catches SIGABRT, which isn’t then raised

[Bug 135650] Re: GIMP crashes when trying to resize an image.

2007-08-31 Thread Johan Kiviniemi
Here’s a valgrind report. It took a full fifteen minutes just to get gimp’s main window opened in a valgrind session. ;-) This seems to be the relevant part: ==939== Invalid free() / delete / delete[] ==939==at 0x402137F: free (vg_replace_malloc.c:233) ==939==by 0x47948C0: g_free (in /usr/

[Bug 135650] Re: GIMP crashes when trying to resize an image.

2007-08-31 Thread Johan Kiviniemi
Here’s a transcript of a gdb session in ubuntulooks’ option_menu_get_props. ** Attachment added: "gdb session" http://launchpadlibrarian.net/9083696/gimp.gdb ** Also affects: ubuntulooks (Ubuntu) Importance: Undecided Status: New -- GIMP crashes when trying to resize an image. http

[Bug 135650] Re: GIMP crashes when trying to resize an image.

2007-09-01 Thread Johan Kiviniemi
** Attachment added: "Valgrind report with more dbgsym packages" http://launchpadlibrarian.net/9090033/gimp.valgrind.21775 -- GIMP crashes when trying to resize an image. https://bugs.launchpad.net/bugs/135650 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 137129] Re: ldconfig never calls ldconfig.real

2007-09-03 Thread Johan Kiviniemi
** Attachment added: "/sbin/ldconfig from libc6 2.6.1-1ubuntu2" http://launchpadlibrarian.net/9103151/ldconfig -- ldconfig never calls ldconfig.real https://bugs.launchpad.net/bugs/137129 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 137129] ldconfig never calls ldconfig.real

2007-09-03 Thread Johan Kiviniemi
Public bug reported: If ldconfig dosn’t end up activating the dpkg trigger, it should call ldconfig.real. That doesn’t happen. ProblemType: Bug Architecture: i386 Date: Mon Sep 3 22:34:49 2007 Dependencies: libgcc1 1:4.2.1-5ubuntu1 gcc-4.2-base 4.2.1-5ubuntu1 libc6 2.6.1-1ubuntu2 DistroReleas

[Bug 35375] Re: Scorched3d SIGSEGV on startup

2007-08-14 Thread Johan Kiviniemi
Please consider adding the fix to feisty. A friend of mine has just been bitten by this bug, and I wouldn’t recommend him to upgrade to gutsy before it’s stable. -- Scorched3d SIGSEGV on startup https://bugs.launchpad.net/bugs/35375 You received this bug notification because you are a member of U

[Bug 92942] Re: No zsh support (debdiff attached)

2007-04-10 Thread Johan Kiviniemi
command-not-found (0.2.4) feisty; urgency=low [ Michael Vogt ] * remove support for suggestins.d/ dir (not used currently and may break stuff) [ Zygmunt Krynicki ] * Fixed launchpad #95794: warning emitted about not finding group name * data files updated [ Johan Kiviniemi

[Bug 95794] Re: warning emitted about not finding group name

2007-04-10 Thread Johan Kiviniemi
command-not-found (0.2.4) feisty; urgency=low [ Michael Vogt ] * remove support for suggestins.d/ dir (not used currently and may break stuff) [ Zygmunt Krynicki ] * Fixed launchpad #95794: warning emitted about not finding group name * data files updated [ Johan Kiviniemi

[Bug 105957] Re: nvidia-glx should add [Option "UseEDID" "False"] to [Section "Device"] in xorg.conf

2007-04-12 Thread Johan Kiviniemi
I strongly disagree with disabling EDID by default, unless it's proven most monitors report broken EDID values. -- nvidia-glx should add [Option "UseEDID" "False"] to [Section "Device"] in xorg.conf https://bugs.launchpad.net/bugs/105957 You received this bug notification because you are a membe

[Bug 157135] Re: [Gutsy upgrade] [Wireless] [Prism54] [SMC] isl3890 firmware not Loaded

2008-03-01 Thread Johan Kiviniemi
In gutsy, the software tries to load /lib/firmware/isl3890 indeed. Additionally, this message is printed over and over: serial8250: too much work for irq10 That seems to be related to the firmware not getting uploaded. Affects: udev for now, since firmware_helper is part of udev. ** Changed in

[Bug 189809] [NEW] [PATCH] Add a get-orig-source target to debian/rules

2008-02-06 Thread Johan Kiviniemi
Public bug reported: Binary package hint: hardware-connected hardware-connected (0.0.2-0ubuntu2) hardy; urgency=low * debian/rules: Add a get-orig-source target. -- Johan Kiviniemi <[EMAIL PROTECTED]> Thu, 07 Feb 2008 06:07:11 +0200 ** Affects: hardware-connected (Ubuntu) Impo

[Bug 189809] Re: [PATCH] Add a get-orig-source target to debian/rules

2008-02-06 Thread Johan Kiviniemi
** Attachment added: "hardware-connected_0.0.2-0ubuntu2.debdiff" http://launchpadlibrarian.net/11807858/hardware-connected_0.0.2-0ubuntu2.debdiff -- [PATCH] Add a get-orig-source target to debian/rules https://bugs.launchpad.net/bugs/189809 You received this bug notification because you are

[Bug 189808] [NEW] [PATCH] Add a get-orig-source target to debian/rules

2008-02-06 Thread Johan Kiviniemi
Public bug reported: Binary package hint: apt-mark-sync apt-mark-sync (0.0.2-0ubuntu2) hardy; urgency=low * debian/rules: Add a get-orig-source target. -- Johan Kiviniemi <[EMAIL PROTECTED]> Thu, 07 Feb 2008 06:11:29 +0200 ** Affects: apt-mark-sync (Ubuntu) Importance: Und

[Bug 189808] Re: [PATCH] Add a get-orig-source target to debian/rules

2008-02-06 Thread Johan Kiviniemi
** Attachment added: "apt-mark-sync_0.0.2-0ubuntu2.debdiff" http://launchpadlibrarian.net/11807855/apt-mark-sync_0.0.2-0ubuntu2.debdiff -- [PATCH] Add a get-orig-source target to debian/rules https://bugs.launchpad.net/bugs/189808 You received this bug notification because you are a member of

[Bug 189809] Re: [PATCH] Add a get-orig-source target to debian/rules

2008-02-07 Thread Johan Kiviniemi
The changelog contains (LP: #...) now. ** Attachment added: "hardware-connected_0.0.2-0ubuntu2.debdiff" http://launchpadlibrarian.net/11809969/hardware-connected_0.0.2-0ubuntu2.debdiff ** Attachment removed: "hardware-connected_0.0.2-0ubuntu2.debdiff" http://launchpadlibrarian.net/11807

[Bug 179000] Re: [needs-packaging] apt-mark-sync

2008-02-10 Thread Johan Kiviniemi
Funny, the upload didn’t close this one. Closing now. apt-mark-sync (0.0~git20071229a-0ubuntu1) hardy; urgency=low * Initial release (LP: #179000). -- Johan Kiviniemi <[EMAIL PROTECTED]> Sat, 29 Dec 2007 04:47:19 +0200 ** Changed in: ubuntu Status: In Progress => Fix

[Bug 178998] Re: [needs-packaging] hardware-connected

2008-02-10 Thread Johan Kiviniemi
Funny, the upload didn’t close this one. Closing now. hardware-connected (0.0.2-0ubuntu1) hardy; urgency=low * Initial release (LP: #178998). -- Johan Kiviniemi <[EMAIL PROTECTED]> Wed, 02 Jan 2008 02:48:08 +0200 ** Changed in: ubuntu Status: In Progress => Fix Released -

[Bug 153521] Re: fonts are blurred with subpixel rendering

2008-01-30 Thread Johan Kiviniemi
Since the deciding folks think this is not a bug, here’s how I fixed it: http://johan.kiviniemi.name/blag/2008/01/12/ubuntu-hardy-fonts/ -- fonts are blurred with subpixel rendering https://bugs.launchpad.net/bugs/153521 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 188155] [NEW] Please sync pristine-tar 0.5 (universe) from Debian unstable (main)

2008-02-01 Thread Johan Kiviniemi
Public bug reported: Binary package hint: pristine-tar Please sync pristine-tar 0.5 (universe) from Debian unstable (main). Changelog since current hardy version 0.4: pristine-tar (0.5) unstable; urgency=low * Moved to git, and added a Vcs-Browser field. * pristine-tar can now "commit" delt

[Bug 182237] Re: restricted manager does not recognize nvidia 8600M GT on hardy

2008-01-12 Thread Johan Kiviniemi
The attached version of nvidia_supported should work. ** Attachment added: "nvidia_supported" http://launchpadlibrarian.net/11307381/nvidia_supported -- restricted manager does not recognize nvidia 8600M GT on hardy https://bugs.launchpad.net/bugs/182237 You received this bug notification bec

[Bug 182763] Re: Please upgrade to 0.0.2

2008-01-13 Thread Johan Kiviniemi
** Attachment added: "apt-mark-sync_0.0.2-0ubuntu1.interdiff.gz" http://launchpadlibrarian.net/11323311/apt-mark-sync_0.0.2-0ubuntu1.interdiff.gz -- Please upgrade to 0.0.2 https://bugs.launchpad.net/bugs/182763 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 182763] Please upgrade to 0.0.2

2008-01-13 Thread Johan Kiviniemi
Public bug reported: Changes: • It’s an actual release instead of a git snapshot. • It has licensing information added to the man pages as well, as I was suggested. • Removed Vcs-* fields that point to a private repository not accessible by ~ubuntu-dev ** Affects: apt-mark-sync (Ubuntu) I

[Bug 182763] Re: Please upgrade to 0.0.2

2008-01-13 Thread Johan Kiviniemi
** Attachment added: "apt-mark-sync_0.0.2-0ubuntu1.interdiff_p1" http://launchpadlibrarian.net/11323312/apt-mark-sync_0.0.2-0ubuntu1.interdiff_p1 -- Please upgrade to 0.0.2 https://bugs.launchpad.net/bugs/182763 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 182763] Re: Please upgrade to 0.0.2

2008-01-13 Thread Johan Kiviniemi
** Attachment added: "apt-mark-sync-0.0.2.diffstat" http://launchpadlibrarian.net/11323314/apt-mark-sync-0.0.2.diffstat -- Please upgrade to 0.0.2 https://bugs.launchpad.net/bugs/182763 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ub

[Bug 182763] Re: Please upgrade to 0.0.2

2008-01-13 Thread Johan Kiviniemi
** Attachment added: "apt-mark-sync-0.0.2.changelogdiff" http://launchpadlibrarian.net/11323315/apt-mark-sync-0.0.2.changelogdiff ** Changed in: apt-mark-sync (Ubuntu) Status: New => Confirmed -- Please upgrade to 0.0.2 https://bugs.launchpad.net/bugs/182763 You received this bug noti

[Bug 131441] Re: [gutsy] restricted-manager shows two nvidia drivers, could be confusing

2007-09-23 Thread Johan Kiviniemi
Fixed in linux-restricted-modules-2.6.22 2.6.22.4-12.2 ** Changed in: linux-restricted-modules-2.6.22 (Ubuntu) Sourcepackagename: restricted-manager => linux-restricted-modules-2.6.22 Status: New => Fix Released -- [gutsy] restricted-manager shows two nvidia drivers, could be confusing ht

[Bug 134245] Re: [gutsy] restricted driver manager claims 2 nvidia drivers in use

2007-09-23 Thread Johan Kiviniemi
Fixed in linux-restricted-modules-2.6.22 2.6.22.4-12.2 ** Changed in: linux-restricted-modules-2.6.22 (Ubuntu) Status: In Progress => Fix Released -- [gutsy] restricted driver manager claims 2 nvidia drivers in use https://bugs.launchpad.net/bugs/134245 You received this bug notification

[Bug 178998] Inclusion request: hardware-connected

2007-12-27 Thread Johan Kiviniemi
Public bug reported: This bug only exists to be closed by the upload of the package being reviewed at http://revu.tauware.de/details.py?package=hardware- connected. Have a nice day. ** Affects: ubuntu Importance: Undecided Assignee: Johan Kiviniemi (ion) Status: New

[Bug 179000] Inclusion request: apt-mark-sync

2007-12-27 Thread Johan Kiviniemi
Public bug reported: This bug only exists to be closed by the upload of the package being reviewed at http://revu.tauware.de/details.py?package=apt-mark-sync. Have a nice day. ** Affects: ubuntu Importance: Undecided Assignee: Johan Kiviniemi (ion) Status: New ** Changed in

[Bug 153085] Re: [openssl security] Off-by-one error in the DTLS implementation (CVE-2007-4995)

2007-11-17 Thread Johan Kiviniemi
This still seems to affect hardy. -- [openssl security] Off-by-one error in the DTLS implementation (CVE-2007-4995) https://bugs.launchpad.net/bugs/153085 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 180768] Re: command-not-found does not suppress zsh error message when a command is not found

2008-01-06 Thread Johan Kiviniemi
I don’t have an opinion about whether this is something that should be fixed, but the behavior of command-not-found is definitely not consistent between bash and zsh. wolfger: command-not-found ships the functionality for zsh as well. ‘asd’ was just an example of a command that is not found. ** C

[Bug 200765] Re: Add compcache modules, allowing ubiquity installs on 256MB machines.

2008-03-15 Thread Johan Kiviniemi
I’ve done some initial work on packaging compcache: http://gitweb.heh.fi/?p=ion/ubuntu/compcache.git It builds a compcache-source package, which can be used with ‘module-assistant auto-install compcache’ until compcache makes it into linux-ubuntu-modules, as well as a compcache-utils package, wh

[Bug 201094] [NEW] bashism in init scripts

2008-03-11 Thread Johan Kiviniemi
Public bug reported: Binary package hint: kexec-tools /etc/init.d/kexec: test "x`cat /sys/kernel/kexec_loaded`y" == "x1y" || exit 0 /etc/init.d/kexec-load: test "x`cat /sys/kernel/kexec_loaded`y" == "x1y" && exit 0 The ==s should be replaced with =. (Fixed in Debian 20080227-1) ** Aff

[Bug 201094] Re: bashism in init scripts

2008-03-11 Thread Johan Kiviniemi
** Attachment added: "kexec-tools_20070330-4ubuntu2.debdiff" http://launchpadlibrarian.net/12585372/kexec-tools_20070330-4ubuntu2.debdiff ** Bug watch added: Debian Bug tracker #465000 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465000 ** Also affects: kexec-tools (Debian) via http

[Bug 200765] Re: Add compcache modules, allowing ubiquity installs on 256MB machines.

2008-03-26 Thread Johan Kiviniemi
I changed my packaging (linked above) to use debconf for the cache size setting instead of a config file in /etc/default. I reckon the installer would just need to preseed compcache-utils/cache- size to a value such as ‘100 %’ to use something else than the compcache module’s default (25 % of the

[Bug 122562] Re: The frame rate is low, unless using --indirect-rendering

2007-07-04 Thread Johan Kiviniemi
Thanks for your work, but it isn’t quite fixed yet. The compiz wrapper still doesn’t add --indirect-rendering automatically. ** Changed in: compiz (Ubuntu) Status: Fix Released => In Progress -- The frame rate is low, unless using --indirect-rendering https://bugs.launchpad.net/bugs/12256

[Bug 106672] IRQ problems with Thinkpad A31 when run ning without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
Public bug reported: Binary package hint: linux-source-2.6.20 With 2.6.20-12-generic: • USB mouse keeps jumping, as if the movement events were gathered to a buffer and then handled all at once about twice a second. The laptop’s trackpoint “mouse” is in the PS/2 bus and it works correctly. • Et

[Bug 106672] Re: IRQ problems with Thinkpad A31 wh en running without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
** Attachment added: "dmesg: 2.6.20-15-generic" http://librarian.launchpad.net/7332160/thinkpad_a31_dmesg_2.6.20-15-generic -- IRQ problems with Thinkpad A31 when running without ‘irqpoll’ https://bugs.launchpad.net/bugs/106672 You received this bug notification because you are a member of Ub

[Bug 106672] Re: IRQ problems with Thinkpad A31 wh en running without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
** Attachment added: "dmesg: 2.6.20-12-generic" http://librarian.launchpad.net/7332159/thinkpad_a31_dmesg_2.6.20-12-generic -- IRQ problems with Thinkpad A31 when running without ‘irqpoll’ https://bugs.launchpad.net/bugs/106672 You received this bug notification because you are a member of Ub

[Bug 106672] Re: IRQ problems with Thinkpad A31 wh en running without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
** Attachment added: "/proc/interrupts" http://librarian.launchpad.net/7332162/thinkpad_a31_proc_interrupts -- IRQ problems with Thinkpad A31 when running without ‘irqpoll’ https://bugs.launchpad.net/bugs/106672 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 106672] Re: IRQ problems with Thinkpad A31 wh en running without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
** Attachment added: "dmesg: 2.6.20-15-generic, irqpoll" http://librarian.launchpad.net/7332161/thinkpad_a31_dmesg_2.6.20-15-generic_irqpoll -- IRQ problems with Thinkpad A31 when running without ‘irqpoll’ https://bugs.launchpad.net/bugs/106672 You received this bug notification because you

[Bug 106672] Re: IRQ problems with Thinkpad A31 wh en running without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
** Attachment added: "lspci" http://librarian.launchpad.net/7332163/thinkpad_a31_lspci -- IRQ problems with Thinkpad A31 when running without ‘irqpoll’ https://bugs.launchpad.net/bugs/106672 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact f

[Bug 106672] Re: IRQ problems with Thinkpad A31 wh en running without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
** Attachment added: "lshw" http://librarian.launchpad.net/7332164/thinkpad_a31_lshw -- IRQ problems with Thinkpad A31 when running without ‘irqpoll’ https://bugs.launchpad.net/bugs/106672 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 106672] Re: IRQ problems with Thinkpad A31 wh en running without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
With 2.6.20-15-generic, pci=routeirq: • Identical problems as reported with 2.6.20-12-generic above. • Sound works, Gnome starts. ** Attachment added: "dmesg: 2.6.20-15-generic, pci=routeirq" http://librarian.launchpad.net/7332194/thinkpad_a31_dmesg_2.6.20-15-generic_pci%3Drouteirq -- IRQ pr

[Bug 106672] Re: IRQ problems with Thinkpad A31 wh en running without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
With 2.6.20-15-generic, irqpoll and pci=routeirq: • Everything seems to work, but the “irq 11: nobody cared (try booting with the "irqpoll" option)” error is still in dmesg. ** Attachment added: "dmesg: 2.6.20-15-generic, irqpoll pci=routeirq" http://librarian.launchpad.net/7332195/thinkpad_a

[Bug 106672] Re: IRQ problems with Thinkpad A31 wh en running without ‘irqpoll’

2007-04-14 Thread Johan Kiviniemi
Updating the laptop’s BIOS seems to have fixed the problem. Rejecting the bug. ** Changed in: linux-source-2.6.20 (Ubuntu) Status: Needs Info => Rejected -- IRQ problems with Thinkpad A31 when running without ‘irqpoll’ https://bugs.launchpad.net/bugs/106672 You received this bug notificat

[Bug 106649] Re: Restricted-Manager installs older nvidia-glx package (not -new)

2007-04-15 Thread Johan Kiviniemi
Feisty prefers nvidia-glx, then nvidia-glx-legacy, and nvidia-glx-new only as a last resort because it was added so late. Feisty+1 will prefer the newest nVidia driver and have the older ones as fallbacks. -- Restricted-Manager installs older nvidia-glx package (not -new) https://bugs.launchpad.

[Bug 122562] The frame rate is low, unless using --indirect-rendering

2007-06-27 Thread Johan Kiviniemi
Public bug reported: Binary package hint: compiz Compiz has a low frame rate and random-ish pauses in movement, unless I run it with --indirect-rendering. The compiz wrapper script probably should add the parameter automatically with my GPU. I’m using the proprietary nvidia driver. 01:00.0 VGA

[Bug 122562] Re: The frame rate is low, unless using --indirect-rendering

2007-06-27 Thread Johan Kiviniemi
** Attachment added: "The output of sh -x compiz" http://launchpadlibrarian.net/8216621/compiz.out -- The frame rate is low, unless using --indirect-rendering https://bugs.launchpad.net/bugs/122562 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug co

[Bug 122562] Re: The frame rate is low, unless using --indirect-rendering

2007-06-27 Thread Johan Kiviniemi
Results with the benchmark plugin: --indirect-rendering: • idle: 59.9 FPS (my screen’s refresh rate is 60 Hz) • typing to a terminal: 55 – 59 FPS (the benchmark plugin itself seems to slow everything down quite a bit; it’s smoother without the plugin) • switching between workspaces rapidly: 55 –

[Bug 122851] xfce4-xkb-plugin crashed with SIGSEGV

2007-06-28 Thread Johan Kiviniemi
Public bug reported: Binary package hint: xfce4-xkb-plugin The keyboard layout switcher crashes immediately when adding it to the panel. My xkb settings, in case they matter: Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "

[Bug 122851] Re: xfce4-xkb-plugin crashed with SIGSEGV

2007-06-28 Thread Johan Kiviniemi
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/8225450/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8225451/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/8225452/Disassembly.txt ** Attachment

[Bug 92521] Re: [apport] xfce4-terminal crashed with SIGSEGV in free() while typing a Unicode value

2007-03-15 Thread Johan Kiviniemi
*** This bug is a duplicate of bug 89524 *** ** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/6823838/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/6823839/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.lau

[Bug 92521] [apport] xfce4-terminal crashed with SIGSEGV in free() while typing a Unicode value

2007-03-15 Thread Johan Kiviniemi
*** This bug is a duplicate of bug 89524 *** Public bug reported: Binary package hint: xfce4-terminal The terminal crashes most of the times I input a Unicode character with e.g. Ctrl-Shift-U2013. ProblemType: Crash Architecture: i386 CrashCounter: 1 Date: Thu Mar 15 15:34:20 2007 DistroRelease

[Bug 89524] Re: [apport] GNOME Terminal Unicode SIGSEGV

2007-03-15 Thread Johan Kiviniemi
Also xfce4-terminal suffers from the same problem. For the apport files from a xfce4-terminal crash, see bug #92521. Adding libvte9 to the Affects list, as it provides the terminal widget both gnome-terminal and xfce4-terminal use. -- [apport] GNOME Terminal Unicode SIGSEGV https://launchpad.net

[Bug 89524] Re: [apport] GNOME Terminal Unicode SIGSEGV

2007-03-15 Thread Johan Kiviniemi
** Also affects: vte (Ubuntu) Importance: Undecided Status: Unconfirmed ** Also affects: xfce4-terminal (Ubuntu) Importance: Undecided Status: Unconfirmed -- [apport] GNOME Terminal Unicode SIGSEGV https://launchpad.net/bugs/89524 -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 89524] Re: [apport] GNOME Terminal Unicode SIGSEGV

2007-03-15 Thread Johan Kiviniemi
This seems to fix the problem. vte (1:0.16.0-0ubuntu3) feisty; urgency=low * debian/patches/95_segfault_with_unicode_input.patch: - Fix segfault when typing an Unicode character with Ctrl-Shift-U. Thanks to Chris Wilson for the patch, which was downloaded from http://bugzill

[Bug 89524] Re: [apport] GNOME Terminal Unicode SIGSEGV

2007-03-16 Thread Johan Kiviniemi
As a different -ubuntu3 was released, here's a new debdiff. ** Attachment added: "vte_0.16.0-0ubuntu4.debdiff" http://librarian.launchpad.net/6840361/vte_0.16.0-0ubuntu4.debdiff -- [apport] GNOME Terminal Unicode SIGSEGV https://launchpad.net/bugs/89524 -- ubuntu-bugs mailing list ubuntu-bu

[Bug 92911] [apport] xfce4-menu-plugin crashed with SIGSEGV

2007-03-16 Thread Johan Kiviniemi
Public bug reported: Binary package hint: xfdesktop4 The menu had crashed while I was away from the computer. ProblemType: Crash Architecture: i386 Date: Fri Mar 16 21:40:36 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/lib/xfdesktop4/xfce4/panel-plugins/xfce4-menu-plugin Package: xfdeskt

[Bug 92911] Re: [apport] xfce4-menu-plugin crashed with SIGSEGV

2007-03-16 Thread Johan Kiviniemi
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/6845504/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/6845505/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/6845506/Disassembly.txt ** Attachm

[Bug 92942] No zsh support (debdiff attached)

2007-03-16 Thread Johan Kiviniemi
Public bug reported: Binary package hint: command-not-found command-not-found doesn't support zsh. A debdiff that fixes that is attached. ** Affects: command-not-found (Ubuntu) Importance: Undecided Status: Unconfirmed -- No zsh support (debdiff attached) https://launchpad.net/bu

[Bug 92942] Re: No zsh support (debdiff attached)

2007-03-16 Thread Johan Kiviniemi
** Attachment added: "command-not-found_0.2.3.debdiff" http://librarian.launchpad.net/6845733/command-not-found_0.2.3.debdiff -- No zsh support (debdiff attached) https://launchpad.net/bugs/92942 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listi

[Bug 92911] Re: [apport] xfce4-menu-plugin crashed with SIGSEGV

2007-03-19 Thread Johan Kiviniemi
As the crash seems to have *something* to do with ~/.cache/xfce4/desktop /menu-cache--home-username-.config-xfce4-desktop-menu.xml.rc, i'll attach mine (as it was after the latest crash) just in case it's useful. ** Attachment added: "~/.cache/xfce4/desktop/menu-cache--home-ion-.config-xfce4-desk

[Bug 99097] [patch] The backdrop code doesn't support "Zoom", as in Gnome and KDE

2007-03-30 Thread Johan Kiviniemi
Public bug reported: Binary package hint: xfdesktop4 Currently there is no way to zoom a backdrop image just enough that it fills the whole screen, but no more than that. The only modes that fill the whole screen are stretch (doesn't retain the aspect ratio) and tile (doesn't scale the image). A

[Bug 99097] Re: [patch] The backdrop code doesn't support "Zoom", as in Gnome and KDE

2007-03-30 Thread Johan Kiviniemi
** Attachment added: "debian/patches/10_backdrop_zoom.patch" http://librarian.launchpad.net/7076167/10_backdrop_zoom.patch ** Bug watch added: Xfce Bugzilla #3077 http://bugzilla.xfce.org/show_bug.cgi?id=3077 ** Also affects: xfdesktop (upstream) via http://bugzilla.xfce.org/show_bug.cg

[Bug 99097] Re: [patch] The backdrop code doesn't support "Zoom", as in Gnome and KDE

2007-04-02 Thread Johan Kiviniemi
The initial patch changes the behavior of the "Auto" mode from "Scaled" to "Zoomed". Attaching an alternative, non-intrusive patch that only adds the "Zoomed" mode, without touching anything else. ** Attachment added: "debian/patches/10_backdrop_zoom.patch (alternative, non-intrusive)" http://

[Bug 99097] Re: [patch] The backdrop code doesn't support "Zoom", as in Gnome and KDE

2007-04-02 Thread Johan Kiviniemi
Attaching a debdiff, using the latter (less intrusive) patch. ** Attachment added: "xfdesktop4_4.4.0-0ubuntu3.debdiff" http://librarian.launchpad.net/7101396/xfdesktop4_4.4.0-0ubuntu3.debdiff -- [patch] The backdrop code doesn't support "Zoom", as in Gnome and KDE https://launchpad.net/bugs/9

[Bug 101883] Re: wants to install nvidia drivers on a ATI desktop

2007-04-02 Thread Johan Kiviniemi
Please paste the output of the following command find /sys/devices -name modalias -print0 -printf "%s: " -exec cat {} \; Thanks -- wants to install nvidia drivers on a ATI desktop https://bugs.launchpad.net/bugs/101883 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 101883] Re: wants to install nvidia drivers on a ATI desktop

2007-04-02 Thread Johan Kiviniemi
Whoops. I should have pasted: find /sys/devices -name modalias -printf "%P: " -exec cat {} \; -- wants to install nvidia drivers on a ATI desktop https://bugs.launchpad.net/bugs/101883 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubun

[Bug 96500] Re: restricted-manager does not list my NV44A [GeForce 6200] nvidia card

2007-03-26 Thread Johan Kiviniemi
"NV44A [GeForce 6200] (rev a1)" has PCI device ID 0x0221, which is listed as supported from 0.12 on. ** Changed in: restricted-manager (Ubuntu) Status: Unconfirmed => Fix Released -- restricted-manager does not list my NV44A [GeForce 6200] nvidia card https://launchpad.net/bugs/96500 --

[Bug 96722] Re: restricted drive manager doesn't detect nvidia GeForce 7100

2007-03-26 Thread Johan Kiviniemi
0x016a is listed as "supported" at least from 0.12 on. Thanks for your bug report. ** Changed in: restricted-manager (Ubuntu) Status: Unconfirmed => Fix Released -- restricted drive manager doesn't detect nvidia GeForce 7100 https://launchpad.net/bugs/96722 -- ubuntu-bugs mailing list u

[Bug 96430] Re: MASTER: Request for new-legacy nvidia drivers (9631)

2007-03-27 Thread Johan Kiviniemi
As the PCI ID lists in the nVidia READMEs tend to be incomplete, attached is a complete list of PCI IDs supported by the three drivers. The hex number after the 'v' matches the vendor ID and the number after the 'd' matches the device ID. In the list, the module name 'nvidia' stands for the 97xx d

[Bug 98520] Re: Feisty UVF ER: New HPLIP 1.7.3 release fixes lots of bugs

2007-03-29 Thread Johan Kiviniemi
> 2. Go into the menus and try to call HP Toolbox (in System -> Preferences), > HP Sendfax and HP Fax Address Book (in Applications -> Office). If they are > not there start the menu editor (System -> Preferences -> Main Menu) and > activate them. Then call the programs again and tell what happens.

[Bug 92942] Re: No zsh support (debdiff attached)

2007-03-29 Thread Johan Kiviniemi
I've added 'unset command' to my bzr branch. The change will probably be part of the next upload. Thanks for the suggestion. I'd be thankful if you found a way to implement it without overwriting precmd. Ideas are welcome. :-) -- No zsh support (debdiff attached) https://launchpad.net/bugs/92942

[Bug 98520] Re: Feisty UVF ER: New HPLIP 1.7.3 release fixes lots of bugs

2007-03-30 Thread Johan Kiviniemi
Thanks for the new debs. I installed them, and all the problems i had with hp-toolbox went away. Considering how many bugs 1.7.3 fixes, i'm definitely in favor of getting it to feisty, FWIW. Re: the menu issue; i'm not quite sure there is a way to show items that say "NoDisplay=true". The Xfce me

[Bug 98520] Re: Feisty UVF ER: New HPLIP 1.7.3 release fixes lots of bugs

2007-04-03 Thread Johan Kiviniemi
I also verified that items opened from the menu indeed have /dev/null opened as their standard input, so there is no problem with hp-fab. -- Feisty UVF ER: New HPLIP 1.7.3 release fixes lots of bugs https://launchpad.net/bugs/98520 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:

[Bug 98520] Re: Feisty UVF ER: New HPLIP 1.7.3 release fixes lots of bugs

2007-04-05 Thread Johan Kiviniemi
** Attachment added: "ion's printingbuginfo (1.7.3)" http://librarian.launchpad.net/7050298/ion-printingbuginfo-1.7.3 -- Feisty UVF ER: New HPLIP 1.7.3 release fixes lots of bugs https://launchpad.net/bugs/98520 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.c

[Bug 103566] Re: Restricted manager shows Ti4600 as legacy card

2007-04-05 Thread Johan Kiviniemi
*** This bug is a duplicate of bug 96430 *** https://bugs.launchpad.net/bugs/96430 There are now two legacy drivers, 71xx and 96xx. The latter one is the newest driver for your card, and it is going to be added to Feisty, as per bug #96430. ** This bug has been marked a duplicate of bug 96430

[Bug 95145] Re: ATI 9600 onboard: restricted-manager says "your hardware does not need any restricted drivers"

2007-03-23 Thread Johan Kiviniemi
"RV350 [Mobility Radeon 9600 M10]" matches to device IDs 4e50 and 4e52. Those should have been matched to fglrx since the hardware matching functionality existed. Please paste the output of uname -a dpkg -l restricted-manager dpkg -l linux-restricted-modules-'*' | grep '^i' find /usr/shar

[Bug 95166] Re: restricted-manager doesn't recognize NV6800GT

2007-03-23 Thread Johan Kiviniemi
Looks like a linux-restricted-modules-* package isn't installed. Perhaps linux-restricted-modules-{generic,386,lowlatency,...} should provide a virtual package and restricted-manager should depend on it. -- restricted-manager doesn't recognize NV6800GT https://launchpad.net/bugs/95166 -- ubuntu

[Bug 95166] Re: restricted-manager doesn't recognize NV6800GT

2007-03-23 Thread Johan Kiviniemi
*** This bug is a duplicate of bug 95145 *** ** This bug has been marked a duplicate of bug 95145 ATI 9600 onboard: restricted-manager says "your hardware does not need any restricted drivers" -- restricted-manager doesn't recognize NV6800GT https://launchpad.net/bugs/95166 -- ubuntu-bugs

[Bug 95145] Re: ATI 9600 onboard: restricted-manager says "your hardware does not need any restricted drivers"

2007-03-23 Thread Johan Kiviniemi
All right, the problem seems to be that you don't have the linux- restricted-modules package for your kernel installed. Restricted-manager probably should depend on such package – perhaps each linux-restricted-modules-* package could provide "linux-restricted- modules", on which r-m could depend o

[Bug 93209] Re: Fails to detect Nvidia 3D driver

2007-03-25 Thread Johan Kiviniemi
We've managed to find a way to grab an accurate list of devices supported by the nVidia driver recently; each card mentioned so far is detected by the bzr version now. The package's maintainer will probably release it soon. -- Fails to detect Nvidia 3D driver https://launchpad.net/bugs/93209 --

[Bug 96416] Re: nvidia 1.0.9755+2.6.20.4-13.12 driver not working

2007-03-26 Thread Johan Kiviniemi
If the nvidia driver is updated from 96xx to 97xx, there *definitely* needs to be a "new legacy" 96xx driver. 97xx dropped support for my card (10de:0282, "nVidia Corporation NV28 [GeForce4 Ti 4800 SE] (rev a1)") as well. The current legacy driver would work with my card, but ≥9631 supports runnin

<    1   2   3   4   >