[Bug 37198] Re: gq reports error in SSL cert even though if tls_checkpeer no is set in ldap.conf

2006-09-09 Thread Rocco Stanzione
** Changed in: gq (Ubuntu) Status: Needs Info = Unconfirmed -- gq reports error in SSL cert even though if tls_checkpeer no is set in ldap.conf https://launchpad.net/bugs/37198 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 37135] Re: kaddressbook is unable to talk to ldap server using ssl with a self signed certificate

2006-09-09 Thread Rocco Stanzione
An alternative solution would be to tell ldap to ignore bad certificates. This is the designed behavior, not a bug, and the suggested solution is the correct one. ** Changed in: kdepim (Ubuntu) Status: Unconfirmed = Rejected -- kaddressbook is unable to talk to ldap server using ssl

[Bug 32846] Re: Kmail doesn't remember some forever requests

2006-09-09 Thread Rocco Stanzione
** Bug watch added: KDE Bug Tracking System #114797 http://bugs.kde.org/show_bug.cgi?id=114797 ** Also affects: kdepim (upstream) via http://bugs.kde.org/show_bug.cgi?id=114797 Importance: Unknown Status: Unknown -- Kmail doesn't remember some forever requests

[Bug 23371] Re: firefox, epiphany, etc. should recognize ubuntu ssl certificates by default

2006-09-09 Thread Rocco Stanzione
** Changed in: Ubuntu Status: Unconfirmed = Fix Released -- firefox, epiphany, etc. should recognize ubuntu ssl certificates by default https://launchpad.net/bugs/23371 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 32846] Re: Kmail doesn't remember some forever requests

2006-09-09 Thread Rocco Stanzione
Reassigning to kdelibs, because the problem seems to be with kwalletmanager. The symptoms went away for a while, and when they returned I saw that kwalletmanager had no wallets open. I cannot create a new one (file-new wallet does nothing). ** Changed in: kdepim (Ubuntu) Sourcepackagename:

[Bug 59718] console-setup is uninstallable in edgy

2006-09-09 Thread Rocco Stanzione
Public bug reported: Preconfiguration fails with code 10. I changed the shebang in console- setup.config to #!/bin/bash -x and got this: + db_get debian-installer/locale + _db_cmd 'GET debian-installer/locale' + printf '%s\n' 'GET debian-installer/locale' + IFS=' ' + read -r _db_internal_line +

[Bug 59718] Re: console-setup is uninstallable in edgy

2006-09-09 Thread Rocco Stanzione
Just glanced at the changelog, and this sure looks to have been caused by the latest update, which only changes console-setup.config -- console-setup is uninstallable in edgy https://launchpad.net/bugs/59718 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 59718] Re: console-setup is uninstallable in edgy

2006-09-09 Thread Rocco Stanzione
I don't understand the purpose of: if [ $LC_CTYPE -a $LC_CTYPE != C ]; then locale=$LC_CTYPE else db_get debian-installer/locale locale=$RET fi in /var/lib/dpkg/info/console-setup.config. Shouldn't it just accept that my locale is C? All goes well if I comment out the unless

[Bug 59718] Re: console-setup is uninstallable in edgy

2006-09-09 Thread Rocco Stanzione
A little more investigation, and this is because my locale is set to C -- console-setup is uninstallable in edgy https://launchpad.net/bugs/59718 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59554] Typo in apt-get output

2006-09-08 Thread Rocco Stanzione
Public bug reported: I went to uninstall compiz, and one of the things I was told was: The following packages where automatically installed and are no longer required: compiz-plugins where should be were ** Affects: apt (Ubuntu) Importance: Untriaged Status: Unconfirmed --

[Bug 59554] Re: Typo in apt-get output

2006-09-08 Thread Rocco Stanzione
I forgot apt is un-debdiff-able. Here's a unified diff to fix it. ** Attachment added: apt_typo.diff http://librarian.launchpad.net/4201118/apt_typo.diff ** Changed in: apt (Ubuntu) Assignee: (unassigned) = Ubuntu Sponsors for main -- Typo in apt-get output

[Bug 59384] compiz-kde won't install on edgy

2006-09-07 Thread Rocco Stanzione
Public bug reported: summary: The following packages have unmet dependencies: compiz-kde: Depends: compiz (= 0.0.2-4ubuntu2) but 0.0.13.38-0ubuntu3 is to be installed ** Affects: compiz (Ubuntu) Importance: Untriaged Status: Unconfirmed -- compiz-kde won't install on edgy

[Bug 59384] Re: compiz-kde won't install on edgy

2006-09-07 Thread Rocco Stanzione
Apparently compiz-kde is no longer built by the compiz package. Does the package need to be removed from the repo? Updated separately? Put back into compiz? -- compiz-kde won't install on edgy https://launchpad.net/bugs/59384 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 59402] Cant't build against libxxf86vm-dev

2006-09-07 Thread Rocco Stanzione
Public bug reported: ld says: /usr/bin/ld: /usr/lib/libXxf86vm.a(XF86VMode.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC so I add -fPIC to CFLAGS in debian/rules and rebuild, reinstall, and the same command (which was: cc

[Bug 59402] Re: Cant't build against libxxf86vm-dev

2006-09-07 Thread Rocco Stanzione
After looking at the gcc man page, then asking on #gcc to clarify some missing info, it looks like this should be built with -fPIC for amd64 and ppc, and it won't make a difference on i386. Please build with -fPIC. ** Summary changed: - Cant't build against libxxf86vm-dev + Can't build against

[Bug 59435] Default Applications duplicates Component Chooser in kcontrol

2006-09-07 Thread Rocco Stanzione
Public bug reported: In kcontrol, under KDE Components, two of the applets, Component Chooser and Default Applications, are duplicates of each other. They contain the same options, and changing one of them changes both of them. One should be removed. ** Affects: kdebase (Ubuntu)

[Bug 47062] Re: duplicate entries in window decoration drop down box

2006-09-07 Thread Rocco Stanzione
I can't duplicate this in system settings or in kcontrol. Does this problem exist in kde 3.5.4? ** Changed in: kdebase (Ubuntu) Status: Unconfirmed = Needs Info -- duplicate entries in window decoration drop down box https://launchpad.net/bugs/47062 -- kubuntu-bugs mailing list

[Bug 59402] Re: Can't build against libxxf86vm-dev

2006-09-07 Thread Rocco Stanzione
This patch will build the package with -fPIC and fix the problem. My understanding, which may well be flawed, is that this will make no difference on ia32 builds, but add the benefit of -fPIC (demonstrated by this bug) to amd64 and ppc builds. ** Attachment added: fpic.diff

[Bug 59402] Re: Can't build against libxxf86vm-dev

2006-09-07 Thread Rocco Stanzione
Assigning to ubuntu-main-sponsors for review ** Changed in: libxxf86vm (Ubuntu) Assignee: (unassigned) = Ubuntu Sponsors for main -- Can't build against libxxf86vm-dev https://launchpad.net/bugs/59402 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 59435] Re: Default Applications duplicates Component Chooser in kcontrol

2006-09-07 Thread Rocco Stanzione
Just after I reported the bug I caught a conversation in #ubuntu-bugs stating that kcontrol was (to paraphrase) being abandoned in favor of system settings. Please feel free to submit a debdiff and assign the bug to Jonathan Riddell, as was suggested to me in the channel. I'm with you - I'm not

[Bug 37535] Re: Kicker requires restart to apply config changes

2006-09-06 Thread Rocco Stanzione
I no longer have a dual-head system to test this on, and no one else has reproduced the problem, so I'm rejecting. ** Changed in: kdebase (Ubuntu) Status: Confirmed = Rejected -- Kicker requires restart to apply config changes https://launchpad.net/bugs/37535 -- ubuntu-bugs mailing

[Bug 37495] Re: Kicker isn't 100% wide when set that way on a 16:9 display

2006-09-06 Thread Rocco Stanzione
This persisted as long as I had that machine, but I can't reproduce it anywhere else. ** Changed in: kdebase (Ubuntu) Status: Needs Info = Rejected -- Kicker isn't 100% wide when set that way on a 16:9 display https://launchpad.net/bugs/37495 -- ubuntu-bugs mailing list

[Bug 37266] Re: Service Details doesn't update in System Services applet

2006-09-06 Thread Rocco Stanzione
This no longer seems to be a problem. ** Changed in: kdebase (Ubuntu) Status: Needs Info = Fix Released -- Service Details doesn't update in System Services applet https://launchpad.net/bugs/37266 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 58640] Re: Can't edit radio streams

2006-09-06 Thread Rocco Stanzione
** Changed in: amarok (Ubuntu) Status: Confirmed = Fix Committed -- Can't edit radio streams https://launchpad.net/bugs/58640 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56821] Re: Eterm doesn't respect borderless option in KDE on amd64

2006-09-06 Thread Rocco Stanzione
This is fixed in edgy! ** Changed in: eterm (Ubuntu) Status: Unconfirmed = Fix Released -- Eterm doesn't respect borderless option in KDE on amd64 https://launchpad.net/bugs/56821 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 37529] Re: kdm crash due to corrupted ~/.face.icon file

2006-09-06 Thread Rocco Stanzione
Fixed in 3.5.3 ** Bug 47142 has been marked a duplicate of this bug ** Changed in: kdebase (Ubuntu) Status: Confirmed = Fix Released -- kdm crash due to corrupted ~/.face.icon file https://launchpad.net/bugs/37529 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com

[Bug 47142] Re: have to boot twice to start kdm

2006-09-06 Thread Rocco Stanzione
*** This bug is a duplicate of bug 37529 *** Definitely the same bug as 37529 ** This bug has been marked a duplicate of bug 37529 kdm crash due to corrupted ~/.face.icon file -- have to boot twice to start kdm https://launchpad.net/bugs/47142 -- ubuntu-bugs mailing list

[Bug 45513] Re: kdm won't start at startup

2006-09-06 Thread Rocco Stanzione
Reporter no longer has the problem, and no one else has reproduced, so I'm closing this - please reopen if it is still an issue. ** Changed in: kdebase (Ubuntu) Status: Needs Info = Rejected -- kdm won't start at startup https://launchpad.net/bugs/45513 -- ubuntu-bugs mailing list

[Bug 59242] Re: KDM fails to launch X on edgy

2006-09-06 Thread Rocco Stanzione
I tried that several times, thinking that maybe X was starting but I just wasn't being switched to tty7. I don't think I ever tried to start kdm *from* tty7, though, if that's what you mean? -- KDM fails to launch X on edgy https://launchpad.net/bugs/59242 -- kubuntu-bugs mailing list

[Bug 56641] Re: partimage doesn't run on Dapper amd64

2006-09-06 Thread Rocco Stanzione
*** This bug is a duplicate of bug 19124 *** ** This bug has been marked a duplicate of bug 19124 partimage 0.6.4-10 on Ubuntu Hoary Hedgehog 5.04 fails at runtime -- partimage doesn't run on Dapper amd64 https://launchpad.net/bugs/56641 -- ubuntu-bugs mailing list

[Bug 52783] Re: Compilation error message

2006-09-06 Thread Rocco Stanzione
*** This bug is a duplicate of bug 19124 *** ** This bug has been marked a duplicate of bug 19124 partimage 0.6.4-10 on Ubuntu Hoary Hedgehog 5.04 fails at runtime -- Compilation error message https://launchpad.net/bugs/52783 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 19124] Re: partimage 0.6.4-10 on Ubuntu Hoary Hedgehog 5.04 fails at runtime

2006-09-06 Thread Rocco Stanzione
Still a problem in edgy as well. ** Bug 52783 has been marked a duplicate of this bug ** Bug 56641 has been marked a duplicate of this bug -- partimage 0.6.4-10 on Ubuntu Hoary Hedgehog 5.04 fails at runtime https://launchpad.net/bugs/19124 -- ubuntu-bugs mailing list

[Bug 19124] Re: partimage 0.6.4-10 on Ubuntu Hoary Hedgehog 5.04 fails at runtime

2006-09-06 Thread Rocco Stanzione
This seems deliberately built into partimage. src/client/main.cpp says: if (sizeof(unsigned long int) != 4) { fprintf (stderr, Error: sizeof(DWORD) != 4 (%d)\n, sizeof(unsigned long int)); goto errcheck; } After poking around on google and partimage.org, it seems partimage

[Bug 19124] Re: partimage 0.6.4-10 on Ubuntu Hoary Hedgehog 5.04 fails at runtime

2006-09-06 Thread Rocco Stanzione
Alternatively, if we could just package a 32bit binary for amd64, that's rumored to work. -- partimage 0.6.4-10 on Ubuntu Hoary Hedgehog 5.04 fails at runtime https://launchpad.net/bugs/19124 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 59242] Re: KDM fails to launch X on edgy

2006-09-06 Thread Rocco Stanzione
Ah yeah, that didn't do the trick here. -- KDM fails to launch X on edgy https://launchpad.net/bugs/59242 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59040] Re: Firefox won't start on edgy

2006-09-05 Thread Rocco Stanzione
I haven't been able to reproduce this. Are you certain there's no instance already running? (ps aux | grep firefox) -- Firefox won't start on edgy https://launchpad.net/bugs/59040 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59040] Re: Firefox won't start on edgy

2006-09-05 Thread Rocco Stanzione
This should possibly be filed as a bug on linux-restricted-modules. Unless you're using compiz/xgl, in which case it's possibly related to the separate X server process running. ** Changed in: firefox (Ubuntu) Status: Unconfirmed = Rejected -- Firefox won't start on edgy

[Bug 59063] Adept Updater reports Update Complete regardless of errors

2006-09-05 Thread Rocco Stanzione
Public bug reported: Whether the update was successful or not, Adept Updater says Update Complete once you've acknowledged any errors. This is misleading. ** Affects: adept (Ubuntu) Importance: Untriaged Status: Unconfirmed -- Adept Updater reports Update Complete regardless of

[Bug 58886] Re: Error attempting to find korganizer help files

2006-09-04 Thread Rocco Stanzione
Confirmed on Dapper, kde 3.5.4 ** Changed in: kdepim (Ubuntu) Status: Unconfirmed = Confirmed -- Error attempting to find korganizer help files https://launchpad.net/bugs/58886 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 39444] Re: Changing an user's password can change another password for a different user

2006-09-04 Thread Rocco Stanzione
The original description of the problem, where the second user appears to get the same password by default as the previously edited user, has been fixed (according to sebas) and I can't reproduce it here, so that fix appears to have been released. The new description, where you go to change the

[Bug 58679] Re: guidance-power-manager Starts Automatically, I Don't Have a Laptop

2006-09-04 Thread Rocco Stanzione
Confirmed on Edgy in vmware. ** Changed in: kde-guidance (Ubuntu) Status: Unconfirmed = Confirmed -- guidance-power-manager Starts Automatically, I Don't Have a Laptop https://launchpad.net/bugs/58679 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com

[Bug 50411] Re: displayconfig (KDE) wont open

2006-09-04 Thread Rocco Stanzione
I can't reproduce this in kde 3.5.4. Can anyone else? ** Changed in: kde-guidance (Ubuntu) Status: Unconfirmed = Needs Info -- displayconfig (KDE) wont open https://launchpad.net/bugs/50411 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com

[Bug 47502] Re: Userconfig: When changing the primary group of an user, the group is not changed in the users home directory

2006-09-04 Thread Rocco Stanzione
It would be nice to be presented with a dialog asking if I want to change the ownership of the home directory and its contents, but I would likely be filing a security bug report if it did this without my explicit instruction. -- Userconfig: When changing the primary group of an user, the group

[Bug 47317] Re: Can't modify users in userconfig when that user has no real name set

2006-09-04 Thread Rocco Stanzione
Yes. ** Changed in: kde-guidance (Ubuntu) Status: Fix Committed = Fix Released -- Can't modify users in userconfig when that user has no real name set https://launchpad.net/bugs/47317 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com

[Bug 47090] Re: No homedirectory created when creating a new user with userconfig

2006-09-04 Thread Rocco Stanzione
The fix has been committed, and since I can't reproduce this (dapper + kde 3.5.4), it seems to have been released. Can you reproduce it? ** Changed in: kde-guidance (Ubuntu) Status: Fix Committed = Needs Info -- No homedirectory created when creating a new user with userconfig

[Bug 46585] Re: Display / Power saving settings are not kept

2006-09-04 Thread Rocco Stanzione
** Changed in: kde-guidance (Ubuntu) Status: Unconfirmed = Confirmed -- Display / Power saving settings are not kept https://launchpad.net/bugs/46585 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 39444] Re: Changing an user's password can change another password for a different user

2006-09-04 Thread Rocco Stanzione
** Changed in: kde-guidance (Ubuntu) Status: Confirmed = Needs Info -- Changing an user's password can change another password for a different user https://launchpad.net/bugs/39444 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 46585] Re: Display / Power saving settings are not kept

2006-09-04 Thread Rocco Stanzione
Looking at the code under applyDpms() it looks like it makes no attempt to write to the config file. Just runs xset. It does attempt to read config parameters from the file, though. -- Display / Power saving settings are not kept https://launchpad.net/bugs/46585 -- kubuntu-bugs mailing list

[Bug 44923] Re: Wrong rgb info in tightvncserver script

2006-09-03 Thread Rocco Stanzione
Certainly does look fixed. ** Changed in: tightvnc (Ubuntu) Status: Unconfirmed = Fix Released -- Wrong rgb info in tightvncserver script https://launchpad.net/bugs/44923 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58381] Re: Typo in output string

2006-09-03 Thread Rocco Stanzione
** Changed in: libexif (Ubuntu) Status: Confirmed = Fix Committed -- Typo in output string https://launchpad.net/bugs/58381 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27556] Re: Can't enter text in e-mail body for Kontact/Kmail

2006-09-03 Thread Rocco Stanzione
Reopening the bug. ** Changed in: kdepim (Ubuntu) Status: Rejected = Unconfirmed -- Can't enter text in e-mail body for Kontact/Kmail https://launchpad.net/bugs/27556 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58790] Re: kmix: dcop calls to adjust volume should affect user-set master channel

2006-09-03 Thread Rocco Stanzione
DCOP calls to change volume also insist on using PCM here, but I've never filed a bug because it seems my volume consists of equal parts 'volume' and 'PCM', so either works just fine for me. ** Changed in: kdemultimedia (Ubuntu) Status: Unconfirmed = Confirmed -- kmix: dcop calls to

[Bug 58589] Re: Grammatical error in kcmkonq string

2006-09-02 Thread Rocco Stanzione
Submitted upstream bug report with patch. ** Bug watch added: KDE Bug Tracking System #133448 http://bugs.kde.org/show_bug.cgi?id=133448 ** Also affects: kdebase (upstream) via http://bugs.kde.org/show_bug.cgi?id=133448 Importance: Unknown Status: Unknown ** Changed in: kdebase

[Bug 27100] Re: OO2 crashes on keyboard input

2006-09-02 Thread Rocco Stanzione
** Summary changed: - OO2 crashes on keyboard imput + OO2 crashes on keyboard input ** Description changed: When i open OO2, it looks normal. When i start typing any characters, OO2 stops - responsing. It happens on every single program (Calc, writer etc.) - I tried to instal newest version

[Bug 36143] Re: save menu freez all X (amd64)

2006-09-02 Thread Rocco Stanzione
I can reproduce this as well. Dapper, amd64, kde. I mention kde because bug #3919 is reported as only reproducible in kde. ** Changed in: openoffice.org (Ubuntu) Status: Needs Info = Confirmed -- save menu freez all X (amd64) https://launchpad.net/bugs/36143 -- ubuntu-bugs mailing

[Bug 58640] Can't edit radio streams

2006-09-02 Thread Rocco Stanzione
Public bug reported: Create a new radio stream in the playlist interface. Right-click on the stream and select edit. The same interface used to create it pops-up, but it's read-only. Can't be edited. ** Affects: amarok (Ubuntu) Importance: Untriaged Status: Unconfirmed --

[Bug 58640] Re: Can't edit radio streams

2006-09-02 Thread Rocco Stanzione
Looking at the code, this is because setKept() is never called on new radio streams, and only kept items are editable. -- Can't edit radio streams https://launchpad.net/bugs/58640 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58640] Re: Can't edit radio streams

2006-09-02 Thread Rocco Stanzione
If this patch tests good, I'll assign the bug to somebody. If not, hopefully it'll help somebody smarter than me track down the right fix. -- Can't edit radio streams https://launchpad.net/bugs/58640 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 58640] Re: Can't edit radio streams

2006-09-02 Thread Rocco Stanzione
OK that patch definitely isn't it. -- Can't edit radio streams https://launchpad.net/bugs/58640 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 58326] Re: X server fails after upgrade Dapper Edgy

2006-09-01 Thread Rocco Stanzione
Please attach /var/log/Xorg.0.log ** Changed in: Ubuntu Status: Unconfirmed = Needs Info -- X server fails after upgrade Dapper Edgy https://launchpad.net/bugs/58326 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58482] Eterm renders curses line characters as garbage

2006-09-01 Thread Rocco Stanzione
Public bug reported: To reproduce, try running 'partimage' in Eterm. The workaround they gave me in #e was to unset LANG. I discovered, though, that the ncurses-base package installs a terminfo file (/lib/terminfo/E/Eterm) that causes this. Eterm ships with Eterm.ti, though, which compiles

[Bug 58482] Re: Eterm renders curses line characters as garbage

2006-09-01 Thread Rocco Stanzione
I first filed this bug against ncurses-base, but I think the eterm package is a better place to fix it. See bug #58385 -- Eterm renders curses line characters as garbage https://launchpad.net/bugs/58482 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 58492] Re: Openoffice.org crashes on Save

2006-09-01 Thread Rocco Stanzione
I can also confirm this on amd64. It seems to hang/crash like this any time it tries to show a dialog like file, print, etc. ** Changed in: openoffice.org-amd64 (Ubuntu) Status: Unconfirmed = Confirmed -- Openoffice.org crashes on Save https://launchpad.net/bugs/58492 -- ubuntu-bugs

[Bug 58492] Re: Openoffice.org crashes on Save

2006-09-01 Thread Rocco Stanzione
I remember seeing another similar bug where this only happened on KDE. If anyone can confirm that for this bug, I'll try to track that bug down and dupe this one. -- Openoffice.org crashes on Save https://launchpad.net/bugs/58492 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 57831] Re: KDE Network Settings docs broken

2006-09-01 Thread Rocco Stanzione
This fixes it. -- KDE Network Settings docs broken https://launchpad.net/bugs/57831 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 57831] Re: KDE Network Settings docs broken

2006-09-01 Thread Rocco Stanzione
Patched, assigning to kubuntu-bugs ** Changed in: kdeadmin (Ubuntu) Assignee: (unassigned) = Kubuntu Team -- KDE Network Settings docs broken https://launchpad.net/bugs/57831 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57831] Re: KDE Network Settings docs broken

2006-09-01 Thread Rocco Stanzione
Here's the patch for 3.5.4 -- KDE Network Settings docs broken https://launchpad.net/bugs/57831 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 18451] Re: Administrator mode should adapt to QT theme

2006-08-31 Thread Rocco Stanzione
I would like to un-reject this, because I think there's a bug here - maybe a wishlist bug (which isn't a bug)... but anyway... I think kdesu should behave like sudo. Our docs say to use kdesu in place of sudo for launching KDE GUI apps, and sudo preserves $HOME. I expect kdesu to behave

[Bug 58320] Re: edgy's kdenetwork-dev is not installable

2006-08-31 Thread Rocco Stanzione
** Changed in: kdenetwork (Ubuntu) Status: Unconfirmed = Confirmed -- edgy's kdenetwork-dev is not installable https://launchpad.net/bugs/58320 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 58331] Re: fdisk doesn't write partition table

2006-08-31 Thread Rocco Stanzione
Assigning to util-linux ** Changed in: Ubuntu Sourcepackagename: None = util-linux -- fdisk doesn't write partition table https://launchpad.net/bugs/58331 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58286] Re: Kubuntu hangs up when runlevel is set to 1 (single user)

2006-08-31 Thread Rocco Stanzione
By virtual machine, do you mean you're doing this in vmware? At what point does it hang up? ** Changed in: Ubuntu Status: Unconfirmed = Needs Info -- Kubuntu hangs up when runlevel is set to 1 (single user) https://launchpad.net/bugs/58286 -- ubuntu-bugs mailing list

[Bug 58309] Re: missing entry on kde menu

2006-08-31 Thread Rocco Stanzione
They're part of the alsa-tools-gui binary package, which is built by the alsa-tools source package. ** Changed in: alsa-tools (Ubuntu) Status: Needs Info = Unconfirmed -- missing entry on kde menu https://launchpad.net/bugs/58309 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 58245] Re: kmldonkey service don't works with kde 3.5.4

2006-08-31 Thread Rocco Stanzione
Confirmed. You have to set LAUNCH_AT_STARTUP=true in /etc/default /mldonkey-server, which is pretty counterintuitive. Even then, though, it won't start because MLDONKEY_DIR is unset in that file. I suspect it'll want the rest of the file filled in as well. We should probably put reasonable

[Bug 57831] Re: KDE Network Settings docs broken

2006-08-31 Thread Rocco Stanzione
Confirmed. ** Changed in: Ubuntu Status: Unconfirmed = Confirmed -- KDE Network Settings docs broken https://launchpad.net/bugs/57831 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57831] Re: KDE Network Settings docs broken

2006-08-31 Thread Rocco Stanzione
The dtd is incorrectly specified as 'dtd/kdex.dtd' which doesn't exist. Other docs in kdeadmin have the same problem. kdex.dtd should probably be added to this package, and a full path to the file should probably be added to the .docbook files. ** Changed in: Ubuntu Sourcepackagename: None =

[Bug 57066] Re: Choosing which grub item to boot into when restarting doesn't work

2006-08-31 Thread Rocco Stanzione
Grabbed this patch from the upstream bug report ** Changed in: kdebase (Ubuntu) Assignee: (unassigned) = Kubuntu Team -- Choosing which grub item to boot into when restarting doesn't work https://launchpad.net/bugs/57066 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com

[Bug 57016] Re: xmms reports very large and/or negative track duration in playlist

2006-08-31 Thread Rocco Stanzione
sorry, that's mp3info -p %m\n `find . -name '*.mp3'` | egrep '\d{3,}' -- xmms reports very large and/or negative track duration in playlist https://launchpad.net/bugs/57016 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57016] Re: xmms reports very large and/or negative track duration in playlist

2006-08-31 Thread Rocco Stanzione
This has happened to me several times, and each time I eventually determined that it was the fault of a corrupt mp3 file incorrectly reporting its length. You can use mp3info to try to identify the offending file(s). -- xmms reports very large and/or negative track duration in playlist

[Bug 57016] Re: xmms reports very large and/or negative track duration in playlist

2006-08-31 Thread Rocco Stanzione
mp3info -p %m\n `find . -name '*.mp3'` | egrep '\d3,' Run that in the root of your collection and it should complain about corruption or return a number of minutes if any of the mp3s report being longer than 100 minutes. -- xmms reports very large and/or negative track duration in playlist

[Bug 56698] Re: Segfault when starting under Kubuntu

2006-08-31 Thread Rocco Stanzione
I can't reproduce this. It doesn't look like a gtk issue, since it does successfully open gtkrc.utf8. -- Segfault when starting under Kubuntu https://launchpad.net/bugs/56698 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56074] Re: Dependency-problem in IRC (help missing)

2006-08-31 Thread Rocco Stanzione
Similar enough problem to call 'confirmed' on dapper: irb(main):001:0 help unrecognized option `--readline' For help on options, try 'ri --help' NoMethodError: private method `execute' called for IRB::ExtendCommand::Help:Module from (eval):3:in `irb_help' from (eval):9:in

[Bug 56074] Re: Dependency-problem in IRB (help missing)

2006-08-31 Thread Rocco Stanzione
libreadline-ruby1.8 was installed, but not libreadline-ruby. Installing that package had no effect. There was another bug on ruby saying it had been compiled without readline, but I can't find it now. ** Summary changed: - Dependency-problem in IRC (help missing) + Dependency-problem in IRB

[Bug 58385] Line characters render like ASCII garbage in Eterm

2006-08-31 Thread Rocco Stanzione
Public bug reported: To reproduce, try running partimage (for example) in Eterm. ** Affects: ncurses (Ubuntu) Importance: Untriaged Status: Unconfirmed -- Line characters render like ASCII garbage in Eterm https://launchpad.net/bugs/58385 -- ubuntu-bugs mailing list

[Bug 58385] Re: Line characters render like ASCII garbage in Eterm

2006-08-31 Thread Rocco Stanzione
I reported this against ncurses and not eterm because apparently ncurses-base provides the terminfo files, which is where I found the fix. I have no idea where it came from, but on my dapper box I have a /etc/terminfo/E/Eterm file, and if I put this file on my edgy box, the problem goes away.

[Bug 58385] Re: Line characters render like ASCII garbage in Eterm

2006-08-31 Thread Rocco Stanzione
Some more looking around, and compiling doc/Eterm.ti from the eterm source package produces the good terminfo file, which should probably replace the one from ncurses-base. -- Line characters render like ASCII garbage in Eterm https://launchpad.net/bugs/58385 -- ubuntu-bugs mailing list

[Bug 58385] Re: Line characters render like ASCII garbage in Eterm

2006-08-31 Thread Rocco Stanzione
Assigning to ubuntu-bugs (please let me know if this is inappropriate) ** Changed in: ncurses (Ubuntu) Assignee: (unassigned) = Ubuntu Bugs -- Line characters render like ASCII garbage in Eterm https://launchpad.net/bugs/58385 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 58385] Re: Line characters render like ASCII garbage in Eterm

2006-08-31 Thread Rocco Stanzione
I was going to hack eterm's Eterm.ti into the ncurses package, but it's an easier (better?) solution to remove it and let Eterm install its own. This patch ought to do that. -- Line characters render like ASCII garbage in Eterm https://launchpad.net/bugs/58385 -- ubuntu-bugs mailing list

[Bug 58385] Re: Line characters render like ASCII garbage in Eterm

2006-08-31 Thread Rocco Stanzione
I'm withdrawing this in favor of having Eterm install its terminfo file. ** Changed in: ncurses (Ubuntu) Status: Unconfirmed = Rejected -- Line characters render like ASCII garbage in Eterm https://launchpad.net/bugs/58385 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 58417] Re: resolvconf's list-records should chdir to resolv.conf.d

2006-08-31 Thread Rocco Stanzione
Yeah, the output when I run it from my homedir really doesn't look like I would expect. ** Changed in: resolvconf (Ubuntu) Status: Unconfirmed = Confirmed -- resolvconf's list-records should chdir to resolv.conf.d https://launchpad.net/bugs/58417 -- ubuntu-bugs mailing list

[Bug 58407] Re: CPU load

2006-08-31 Thread Rocco Stanzione
run `top` and take note of the process at the top of the list -- CPU load https://launchpad.net/bugs/58407 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58405] Re: segfault on amd64 as non-root user

2006-08-31 Thread Rocco Stanzione
I can't reproduce this on dapper amd64 ** Changed in: procps (Ubuntu) Status: Needs Info = Unconfirmed -- segfault on amd64 as non-root user https://launchpad.net/bugs/58405 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58394] Re: Grammatical errors in mutt strings (dapper)

2006-08-31 Thread Rocco Stanzione
These fixes really should be submitted upstream. Also, if you're on a crusade to stamp out things like this all over the open source world, please contact me. ** Changed in: mutt (Ubuntu) Status: Unconfirmed = Confirmed -- Grammatical errors in mutt strings (dapper)

[Bug 58383] Re: game crashes after selecting difficulty level

2006-08-31 Thread Rocco Stanzione
Just installed viruskiller to test this, and I couldn't reproduce. Please try this: strace -e trace=file -o viruskiller.debug viruskiller and attach the viruskiller.debug file ** Changed in: viruskiller (Ubuntu) Status: Unconfirmed = Needs Info -- game crashes after selecting

[Bug 58377] Re: System Boot hangs when the RAM is changed.

2006-08-31 Thread Rocco Stanzione
** Changed in: Ubuntu Status: Unconfirmed = Needs Info -- System Boot hangs when the RAM is changed. https://launchpad.net/bugs/58377 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58359] Re: Fix binary to work with high scores

2006-08-31 Thread Rocco Stanzione
Just noticed the reporter is an upstream author. Nice work! ** Changed in: monkey-bubble (Ubuntu) Status: Unconfirmed = Confirmed -- Fix binary to work with high scores https://launchpad.net/bugs/58359 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 39268] Re: Cannot post in newsgroups

2006-08-30 Thread Rocco Stanzione
Small mistake in the previous patch. Reuploading. -- Cannot post in newsgroups https://launchpad.net/bugs/39268 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 39268] Re: Cannot post in newsgroups

2006-08-30 Thread Rocco Stanzione
Sorry, the whole patch is a mistake. What I thought was an empty function was a prototype. -- Cannot post in newsgroups https://launchpad.net/bugs/39268 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 58226] Re: eog closes silently when asked to open a corrupt png

2006-08-30 Thread Rocco Stanzione
I managed to reproduce this by editing a png with vim -- eog closes silently when asked to open a corrupt png https://launchpad.net/bugs/58226 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58227] Re: /etc/bind/zones.rfc1918 has 168.192.x, not 192.168.x

2006-08-30 Thread Rocco Stanzione
I believe the 'zone 168.192.in-addr.arpa' line in src/conf/recursive/named.conf.rfc1918-stubs is where this comes from, and is correct. -- /etc/bind/zones.rfc1918 has 168.192.x, not 192.168.x https://launchpad.net/bugs/58227 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 19457] Re: kontact Imap-adressbook/Imap-calender doesn't work

2006-08-30 Thread Rocco Stanzione
This bug has always been sort of off and on, but presently I can't reproduce it in 3.5.4. I'll certainly be keeping an eye on it. Any other confirmers/subscribers please feel free to reopen if necessary. ** Changed in: kdepim (Ubuntu) Status: Confirmed = Fix Released -- kontact

<    1   2   3   4   5   6   7   >