[Bug 150631] Re: [testbug] please ignore

2007-10-08 Thread Markus Korn
** Changed in: helloo (Ubuntu) Sourcepackagename: None => helloo ** Changed in: ubuntu Sourcepackagename: helloo => None -- [testbug] please ignore https://bugs.launchpad.net/bugs/150631 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubun

[Bug 150643] bug.sourcepackage is not 'None' if there is no package specified

2007-10-08 Thread Markus Korn
Public bug reported: Binary package hint: python-launchpad-bugs If I remember correctly bug.sourcepackage should return 'None' if a Task affects 'Ubuntu' but unfortunately: >>> b = Bug(150631) >>> b.sourcepackage 'ubuntu' >>> Although it is a one-line fix (changing "Ubuntu" in html_bug.py line

[Bug 150887] RFE: add 'atom'-feed output format

2007-10-09 Thread Markus Korn
-feed Will start working on this, on a different branch. Markus ** Affects: bughelper (Ubuntu) Importance: Wishlist Assignee: Markus Korn (thekorn) Status: In Progress ** Changed in: bughelper (Ubuntu) Importance: Undecided => Wishlist Assignee: (unassigned) =>

[Bug 150887] Re: RFE: add 'atom'-feed output format

2007-10-10 Thread Markus Korn
current state of the branch: * task-files: each task can now have a 'lifetime' declaration, where lifetime could be either '@once', '@endless' or a date like '09 Oct 07 17:41'. '@endless' means that this task would be deleted after a bughelper-server run and '@once' (default) means the taskfile

[Bug 151217] [gutsy] liferea-bin chrashed with SIGSEV while trying to a new feed

2007-10-10 Thread Markus Korn
Public bug reported: Binary package hint: liferea When I click on the 'choose file' button in the advanced-dialog while adding a new feed liferea crashes with Segmentation fault. $ uname -a Linux thekorn 2.6.22-14-generic #1 SMP Tue Oct 9 09:24:55 GMT 2007 x86_64 GNU/Linux ** Affects: liferea

[Bug 151217] Re: [gutsy] liferea-bin chrashed with SIGSEV while trying to a new feed

2007-10-10 Thread Markus Korn
** Attachment added: "valgrind-logs-liferea.tar.gz" http://launchpadlibrarian.net/9926906/valgrind-logs-liferea.tar.gz -- [gutsy] liferea-bin crashed with SIGSEGV while trying to a new feed https://bugs.launchpad.net/bugs/151217 You received this bug notification because you are a member of U

[Bug 151217] Re: [gutsy] liferea-bin chrashed with SIGSEV while trying to a new feed

2007-10-10 Thread Markus Korn
** Attachment added: "gdb-liferea-bin.txt" http://launchpadlibrarian.net/9926907/gdb-liferea-bin.txt ** Description changed: Binary package hint: liferea When I click on the 'choose file' button in the advanced-dialog while adding a new feed liferea crashes with Segmentation fault. +

[Bug 151512] Re: virtualbox-ose-modules-2.6.22-13-* is out of date

2007-10-11 Thread Markus Korn
*** This bug is a duplicate of bug 151379 *** https://bugs.launchpad.net/bugs/151379 ** This bug has been marked a duplicate of bug 151379 Please provide virtualbox modules for 2.6.22-14 -- virtualbox-ose-modules-2.6.22-13-* is out of date https://bugs.launchpad.net/bugs/151512 You receiv

[Bug 153846] bug.subsribers: also parse 'also notified' and 'from duplicates'

2007-10-18 Thread Markus Korn
Public bug reported: Binary package hint: python-launchpad-bugs currently bug.subscribers returns the users directly subscribed to a bugreport, users in 'also notified' and 'from duplicates' are ignored. bug.subscribers should return a list of all users directly or indirectly subscribed to a bu

[Bug 153846] Re: bug.subsribers: also parse 'also notified' and 'from duplicates'

2007-10-18 Thread Markus Korn
this patch against py-lp-bugs r62 makes bug.subscribers return all subscribers. Markus ** Attachment added: "153846_parse_all_subscriptions.diff" http://launchpadlibrarian.net/10056918/153846_parse_all_subscriptions.diff -- bug.subsribers: also parse 'also notified' and 'from duplicates' htt

[Bug 153842] RFE: interactive shell interface for py-lp-bugs

2007-10-18 Thread Markus Korn
Public bug reported: Binary package hint: python-launchpad-bugs for hardy we need a py-lp-bugs shell! ;-) quick search on google returns that "code.InteractiveConsole " seems to be the right approach Markus ** Affects: python-launchpad-bugs (Ubuntu) Importance: Wishlist Status:

[Bug 153866] Re: work about geo

2007-10-18 Thread Markus Korn
** Changed in: ubuntu Status: New => Invalid -- work about geo https://bugs.launchpad.net/bugs/153866 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.ub

[Bug 153865] Re: hallo

2007-10-18 Thread Markus Korn
** Changed in: ubuntu Status: New => Invalid -- hallo https://bugs.launchpad.net/bugs/153865 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/

[Bug 153846] Re: bug.subsribers: also parse 'also notified' and 'from duplicates'

2007-10-18 Thread Markus Korn
** Changed in: python-launchpad-bugs (Ubuntu) Status: New => Fix Committed -- bug.subsribers: also parse 'also notified' and 'from duplicates' https://bugs.launchpad.net/bugs/153846 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubu

[Bug 153846] Re: bug.subsribers: also parse 'also notified' and 'from duplicates'

2007-10-18 Thread Markus Korn
Brian, thanks for your suggestion. This patch against r62 changes the behavior as followed: * bug.subscriptions returns all subscribers * bug.get_subscriptions_category() returns all subscribers in a given category, where is either "directly", "notified" or "duplicates" * user added with bug.s

[Bug 154024] bughelper could crash if a bugreport changes during a run

2007-10-18 Thread Markus Korn
Public bug reported: Binary package hint: bughelper I just checked the bughelper-server logs [1] and found out, that there are many errors like: "AttributeError: Can't get 'sourcepackage'. There is no row of the info-table[...]" I compared the dates of these errors with the activity log of the

[Bug 154024] Re: bughelper could crash if a bugreport changes during a run

2007-10-18 Thread Markus Korn
patch against .main r190 to fix this. I think this is worth a SRU. Markus ** Attachment added: "154024_ignore_changed_bugs.diff" http://launchpadlibrarian.net/10059578/154024_ignore_changed_bugs.diff -- bughelper could crash if a bugreport changes during a run https://bugs.launchpad.net/bug

[Bug 153842] Re: RFE: interactive shell interface for py-lp-bugs

2007-10-19 Thread Markus Korn
To discuss the general structure and syntax of such a shell I opend a thread on the mailinglist [1] Markus [1] https://lists.ubuntu.com/archives/bughelper/2007-October/000951.html -- RFE: interactive shell interface for py-lp-bugs https://bugs.launchpad.net/bugs/153842 You received this bug not

[Bug 116372] Re: [apport] bughelper crashed with TypeError in main()

2007-05-23 Thread Markus Korn
er (Ubuntu) Assignee: (unassigned) => Markus Korn Status: Unconfirmed => Fix Committed -- [apport] bughelper crashed with TypeError in main() https://bugs.launchpad.net/bugs/116372 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubu

[Bug 192355] Re: Exception in EPG thread: Failed to read data from demuxer: Value too large for defined data type

2008-02-16 Thread Markus Korn
hi Michael, thanks for your fast reply, I'm located in Germany and have a lot of channels, so your explanation makes perfect sense. In my opinion it is enough to change this error message in a new upstream version. Markus -- Exception in EPG thread: Failed to read data from demuxer: Value too

[Bug 191963] Re: ValueError: Unsupported attachment-type ''

2008-02-18 Thread Markus Korn
*** This bug is a duplicate of bug 192892 *** https://bugs.launchpad.net/bugs/192892 ** This bug has been marked a duplicate of bug 192892 TypeError: argument 2 to map() must support iteration -- ValueError: Unsupported attachment-type '' https://bugs.launchpad.net/bugs/191963 You receiv

[Bug 192892] Re: TypeError: argument 2 to map() must support iteration

2008-02-18 Thread Markus Korn
gs (Ubuntu) Assignee: (unassigned) => Markus Korn (thekorn) Status: Confirmed => Fix Committed -- TypeError: argument 2 to map() must support iteration https://bugs.launchpad.net/bugs/192892 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug co

[Bug 192892] Re: TypeError: argument 2 to map() must support iteration

2008-02-18 Thread Markus Korn
It's in .main! revno: 69 committer: Markus Korn <[EMAIL PROTECTED]> branch nick: main timestamp: Tue 2008-02-19 08:18:09 +0100 message: applied patch to fix Bug 192892: thanks Martin Pitt to trac

[Bug 193222] Re: package update-manager 1:0.87.4 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- package update-manager 1:0.87.4 failed to install/upgrade: subprocess pre-installati

[Bug 193271] Re: package python-apt 0.7.4ubuntu5 failed to install/upgrade: il sottoprocesso post-installation script ha restituito un codice di errore 1

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- package python-apt 0.7.4ubuntu5 failed to install/upgrade: il sottoprocesso post-ins

[Bug 193246] Re: pycentral crashed with TypeError in byte_compile()

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- pycentral crashed with TypeError in byte_compile() https://bugs.launchpad.net/bugs/19

[Bug 193251] Re: package jockey-common 0.2-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- package jockey-common 0.2-0ubuntu5 failed to install/upgrade: subprocess post-instal

[Bug 193268] Re: python-central apt-get error

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- python-central apt-get error https://bugs.launchpad.net/bugs/193268 You received this

[Bug 193238] Re: pycentral crashed with TypeError in byte_compile()

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- pycentral crashed with TypeError in byte_compile() https://bugs.launchpad.net/bugs/19

[Bug 193314] Re: package jockey-common 0.2-0ubun tu5 failed to install/upgrade: le sous-processus post-in stallation script a retourné une erreur de sortie d 'état 1

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- package jockey-common 0.2-0ubuntu5 failed to install/upgrade: le sous-processus post

[Bug 193269] Re: package jockey-common 0.2-0ubun tu5 failed to install/upgrade: le sous-processus post-in stallation script a retourné une erreur de sortie d 'état 1

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- package jockey-common 0.2-0ubuntu5 failed to install/upgrade: le sous-processus post

[Bug 193322] Re: dependency problems

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- dependency problems https://bugs.launchpad.net/bugs/193322 You received this bug noti

[Bug 193308] Re: problem z uzyskaniem wylacznosci

2008-02-19 Thread Markus Korn
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately we can't fix it, because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively" [WWW] http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

[Bug 193343] Re: pycentral crashed with AttributeError in byte_compile()

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- pycentral crashed with AttributeError in byte_compile() https://bugs.launchpad.net/bu

[Bug 193260] Re: package language-selector-common 0.2.10 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- package language-selector-common 0.2.10 failed to install/upgrade: subprocess post-i

[Bug 193315] Re: package update-manager-core 1:0.87.8 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- package update-manager-core 1:0.87.8 failed to install/upgrade: problemas de depende

[Bug 193379] Re: package jockey-gtk 0.2-0ubuntu5 failed to install/upgrade: dependency problems - leaving unconfigured

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- package jockey-gtk 0.2-0ubuntu5 failed to install/upgrade: dependency problems - lea

[Bug 193381] Re: package jockey-gtk 0.2-0ubuntu5 failed to install/upgrade: dependency problems - leaving unconfigured

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- package jockey-gtk 0.2-0ubuntu5 failed to install/upgrade: dependency problems - lea

[Bug 193389] Re: [hardy] package jockey-kde 0.2-0ubuntu5 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2008-02-19 Thread Markus Korn
*** This bug is a duplicate of bug 192992 *** https://bugs.launchpad.net/bugs/192992 ** This bug has been marked a duplicate of bug 192992 [hardy] pycentral crashed with ValueError in parse_versions() -- [hardy] package jockey-kde 0.2-0ubuntu5 failed to install/upgrade: problemi con le d

[Bug 197264] Re: [hardy] Can't enable restricted drivers from the live CD

2008-04-23 Thread Markus Korn
I also get this issue with the latest version of the live CD. [EMAIL PROTECTED]:~$ lspci -nn | grep VGA 06:00.0 VGA compatible controller [0300]: nVidia Corporation GeForce 8600 GT [10de:0402] (rev a1) [EMAIL PROTECTED]:~$ apt-cache policy jockey-gtk jockey-gtk: Installiert:0.3.3-0ubuntu7 Mög

[Bug 153380] Re: xchat crashes while trying to search the channellist

2008-04-30 Thread Markus Korn
I can still reproduce this bug with a fresh installation of Hardy. Markus -- xchat crashes while trying to search the channellist https://bugs.launchpad.net/bugs/153380 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 226949] Re: [GUTSY] unmet dependency for python-launchpad-bugs

2008-05-05 Thread Markus Korn
arkus ** Changed in: five-a-day Status: New => Invalid ** Changed in: python-launchpad-bugs (Ubuntu) Importance: Undecided => Medium Assignee: (unassigned) => Markus Korn (thekorn) Status: New => In Progress -- [GUTSY] unmet dependency for python-lau

[Bug 226949] Re: [GUTSY] unmet dependency for python-launchpad-bugs

2008-05-05 Thread Markus Korn
with python-launchpad-bugs - 0.2.31~ppa2 I just uploaded a new version to the gutsy section of the PPA, so at least this issue should be solved for gutsy. Will fix the other versions tomorrow morning. Markus -- [GUTSY] unmet dependency for python-launchpad-bugs https://bugs.launchpad.net/bugs/2

[Bug 226949] Re: [GUTSY] unmet dependency for python-launchpad-bugs

2008-05-06 Thread Markus Korn
Hi Andres, I filed bug 227211 for the libbonobo2-bin dependency issue. Markus ** Changed in: python-launchpad-bugs (Ubuntu) Status: In Progress => Fix Released -- [GUTSY] unmet dependency for python-launchpad-bugs https://bugs.launchpad.net/bugs/226949 You received this bug notification

[Bug 223607] Re: Xorg[9720] crash back to login on entering http://ubuntuguide.org/

2008-04-28 Thread Markus Korn
I'm able to reproduce it, set status to confirmed. I will try to debug this later today, which informations (logs etc.) are needed? Markus ** Changed in: xorg (Ubuntu) Sourcepackagename: None => xorg Status: New => Confirmed -- Xorg[9720] crash back to login on entering http://ubuntuguid

[Bug 211933] Re: apport-gtk crashed with IndexError in find_version_number()

2008-04-10 Thread Markus Korn
Hi Qchacho, can also please attach the output of python -c "import subprocess; import string; print repr(subprocess.Popen (['dpkg-query','-W','python-launchpad-bugs'], stdout=subprocess.PIPE).communicate()[0]); print repr(string.whitespace)" Thanks, Markus -- apport-gtk crashed with IndexError

[Bug 214473] Re: [testbug] auto-created by python-launchpad-bugs

2008-04-11 Thread Markus Korn
** Also affects: editmoin (Ubuntu) Importance: Undecided Status: New -- [testbug] auto-created by python-launchpad-bugs https://bugs.launchpad.net/bugs/214473 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 214490] Re: [testbug] auto-created by python-launchpad-bugs

2008-04-11 Thread Markus Korn
** Also affects: ubuntu Importance: Undecided Status: New ** Changed in: ubuntu Status: New => Invalid -- [testbug] auto-created by python-launchpad-bugs https://bugs.launchpad.net/bugs/214490 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 214490] mass closing of old buglog-data bugs

2008-04-14 Thread Markus Korn
closing this old buglog-data bug ** Changed in: buglog-data Status: New => Invalid -- [testbug] auto-created by python-launchpad-bugs https://bugs.launchpad.net/bugs/214490 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 214473] mass closing of old buglog-data bugs

2008-04-14 Thread Markus Korn
closing this old buglog-data bug ** Changed in: buglog-data Status: New => Invalid -- [testbug] auto-created by python-launchpad-bugs https://bugs.launchpad.net/bugs/214473 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 216964] Re: Bug has been committed, without commit() being called

2008-04-14 Thread Markus Korn
This is not a Bug, that's just the way creating new bugs works in py-lp- bugs. Bug.New() immediately creates a new bugreport in launchpad. Markus ** Changed in: python-launchpad-bugs (Ubuntu) Status: New => Won't Fix -- Bug has been committed, without commit() being called https://bugs.l

[Bug 188534] Re: [hardy] nano Error reading ~/.nano_history: Permission denied

2008-04-14 Thread Markus Korn
I can confirm this in hardy (version of nano: 2.0.7-1ubuntu1) Steps to reproduce this: $ cd ~ $ rm .nano-history $ sudo nano enter some text, then search for some text (^W) and add this text to the search history (^P). Then close nano. Now a .nano-history is created in the users home-dir: $ ls -

[Bug 189774] Re: seahorse shows passwords without verification

2008-05-08 Thread Markus Korn
it's a wishlist bug and confirmed in comment #3 ** Changed in: seahorse (Ubuntu) Importance: Undecided => Wishlist Status: Invalid => Confirmed -- seahorse shows passwords without verification https://bugs.launchpad.net/bugs/189774 You received this bug notification because you are a m

[Bug 137528] Re: testbug

2007-09-06 Thread Markus Korn
this is a test comment -- testbug https://bugs.launchpad.net/bugs/137528 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-bug

[Bug 137900] [testbug] please ignore

2007-09-06 Thread Markus Korn
Public bug reported: This bugreport was created with python-launchpad-bugs! Markus ** Affects: ubuntu Importance: Undecided Status: Invalid ** Changed in: ubuntu Status: New => Invalid -- [testbug] please ignore https://bugs.launchpad.net/bugs/137900 You received

[Bug 137898] [testbug] please ignore

2007-09-06 Thread Markus Korn
Public bug reported: Binary package hint: python-launchpad-bugs This bugreport was created with python-launchpad-bugs! Markus ** Affects: python-launchpad-bugs (Ubuntu) Importance: Undecided Status: Invalid ** Changed in: python-launchpad-bugs (Ubuntu) Status: New

[Bug 106379] Re: retracer should set importance of bugs

2007-07-24 Thread Markus Korn
** Also affects: python-launchpad-bugs (upstream) Importance: Undecided Status: New -- retracer should set importance of bugs https://bugs.launchpad.net/bugs/106379 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubun

[Bug 106379] Re: retracer should set importance of bugs

2007-07-24 Thread Markus Korn
** Changed in: python-launchpad-bugs (upstream) Status: New => Confirmed ** Changed in: python-launchpad-bugs (upstream) Importance: Undecided => Medium -- retracer should set importance of bugs https://bugs.launchpad.net/bugs/106379 You received this bug notification because you are a

[Bug 128097] Re: bughelper is missing the ability to query on assignee

2007-07-25 Thread Markus Korn
Hi Brian, with version 0.3 of cluefiles we added an attribute 'field' to the 'op'-node, where field can be any property of a bugreport like description, title, status or assignee. Few days ago we added a small fix to get the assignee to a bugreport, so generally something like is possible (untes

[Bug 129202] Re: test

2007-07-30 Thread Markus Korn
** Changed in: Ubuntu Status: New => Invalid -- test https://bugs.launchpad.net/bugs/129202 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/m

[Bug 129341] Re: bughelper would benefit from the ability to inherit clues from a clue file not named after a package

2007-08-01 Thread Markus Korn
Hi Brian & Freddy, thanks for your suggestions. @Freddy: The results of the 'totem'-query or not very useful because of inheriting clues from 'firefox'. The reason is that we are using the following command-line in the cron-script: bughelper -AU -p --verbose 2 --format=html '--verbose 2' mean

[Bug 125808] Re: bughelper's use of python-launchpad-bugs util.py apt_pkg.GetPkgSrcRecords() may be incorrect

2007-07-13 Thread Markus Korn
Thanks Brian, good point. My first opinion on this: why not just remove this function, if a package/url does not exist the user will get an "url-error" anyway. What does anyone else think? Have a nice weekend, Markus -- bughelper's use of python-launchpad-bugs util.py apt_pkg.GetPkgSrcRecords(

[Bug 125808] Re: bughelper's use of python-launchpad-bugs util.py apt_pkg.GetPkgSrcRecords() may be incorrect

2007-09-13 Thread Markus Korn
The package_exists()-function is not used in bughelper. bugnumbers and py-lp-bugs anymore. If a package/project does not exist in LP py-lp-bugs is unable to open the generated url and will raise a LPUrlError. ** Changed in: bughelper (Ubuntu) Status: Confirmed => Fix Released -- bughelper

[Bug 134514] Re: Fix to Bug.set_status() due to LP 1.1.8 update

2007-08-29 Thread Markus Korn
Hi Hilario, thanks a lot for this patch, works fine for me, feel free to commit this patch to .main. small Note: we are going to release a new version of py-lp-bugs next week (http://bazaar.launchpad.net/~thekorn/python-launchpad-bugs/api.changes.gsoc is the branch) Markus ** Changed in: pyth

[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-08-29 Thread Markus Korn
Hi Hilario, works for me, thank you for this patch. Feel free to commit this to .main. Markus ** Changed in: python-launchpad-bugs (Ubuntu) Status: New => In Progress -- Bug.Reporter() is broken since last LP upgrade https://bugs.launchpad.net/bugs/134690 You received this bug notificat

[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-08-29 Thread Markus Korn
** Changed in: python-launchpad-bugs (Ubuntu) Status: In Progress => Fix Committed -- Bug.Reporter() is broken since last LP upgrade https://bugs.launchpad.net/bugs/134690 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 134514] Re: Fix to Bug.set_status() due to LP 1.1.8 update

2007-08-29 Thread Markus Korn
** Changed in: python-launchpad-bugs (Ubuntu) Status: In Progress => Fix Committed -- Fix to Bug.set_status() due to LP 1.1.8 update https://bugs.launchpad.net/bugs/134514 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 136794] Re: deskbar-applet crashed

2007-09-02 Thread Markus Korn
Marked this as "Fix Released" as this is fixed in the current version of deskbar-applet (2.19.91-0ubuntu1) ** Changed in: deskbar-applet (Ubuntu) Status: New => Fix Released -- deskbar-applet crashed https://bugs.launchpad.net/bugs/136794 You received this bug notification because you are

[Bug 131918] Re: deskbar-applet crashed with AttributeError in on_disabled_module_changed()

2007-09-02 Thread Markus Korn
I just had a quick look at the code with the result that this bug is fixed in deskbar-applet 2.19.91-0ubuntu1 ** Changed in: deskbar-applet (Ubuntu) Status: Triaged => Fix Released -- deskbar-applet crashed with AttributeError in on_disabled_module_changed() https://bugs.launchpad.net/bu

[Bug 132796] Re: deskbar-applet crashed with TypeError in clear_all() on close

2007-09-02 Thread Markus Korn
This is fixed in deskbar-applet 2.19.91-0ubuntu1 ** Changed in: deskbar-applet (Ubuntu) Status: Triaged => Fix Released -- deskbar-applet crashed with TypeError in clear_all() on close https://bugs.launchpad.net/bugs/132796 You received this bug notification because you are a member of Ub

[Bug 89040] Symbolic stack trace

2007-09-04 Thread Markus Korn
arbitrary comment here. StacktraceTop:This is an invalid test StacktraceTop Yes, Really! foo -- [apport] gunzip crashed with SIGSEGV in read() https://bugs.launchpad.net/bugs/89040 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -

[Bug 89040] Symbolic stack trace

2007-09-04 Thread Markus Korn
*** This bug is a duplicate of bug 1 *** https://bugs.launchpad.net/bugs/1 arbitrary comment here. StacktraceTop:This is an invalid test StacktraceTop Yes, Really! foo -- [apport] gunzip crashed with SIGSEGV in read() https://bugs.launchpad.net/bugs/89040 You received this bug notification

[Bug 89040] Symbolic threaded stack trace

2007-09-04 Thread Markus Korn
*** This bug is a duplicate of bug 1 *** https://bugs.launchpad.net/bugs/1 ** Attachment added: "ThreadStacktrace.txt (retraced)" http://launchpadlibrarian.net/9113363/ThreadStacktrace.txt -- [apport] gunzip crashed with SIGSEGV in read() https://bugs.launchpad.net/bugs/89040 You receive

[Bug 89040] Possible regression detected

2007-09-04 Thread Markus Korn
*** This bug is a duplicate of bug 1 *** https://bugs.launchpad.net/bugs/1 This crash has the same stack trace characteristics as bug #1. However, the latter was already fixed in an earlier package version than the one in this report. This might be a regression or because the problem is in a d

[Bug 89040] Symbolic stack trace

2007-09-04 Thread Markus Korn
*** This bug is a duplicate of bug 1 *** https://bugs.launchpad.net/bugs/1 arbitrary comment here. StacktraceTop:This is an invalid test StacktraceTop Yes, Really! foo -- [apport] gunzip crashed with SIGSEGV in read() https://bugs.launchpad.net/bugs/89040 You received this bug notification

[Bug 89040] Symbolic threaded stack trace

2007-09-04 Thread Markus Korn
*** This bug is a duplicate of bug 1 *** https://bugs.launchpad.net/bugs/1 ** Attachment added: "ThreadStacktrace.txt (retraced)" http://launchpadlibrarian.net/9113839/ThreadStacktrace.txt -- [apport] gunzip crashed with SIGSEGV in read() https://bugs.launchpad.net/bugs/89040 You receive

[Bug 89040] Possible regression detected

2007-09-04 Thread Markus Korn
*** This bug is a duplicate of bug 1 *** https://bugs.launchpad.net/bugs/1 This crash has the same stack trace characteristics as bug #1. However, the latter was already fixed in an earlier package version than the one in this report. This might be a regression or because the problem is in a d

[Bug 89040] Re: [apport] gunzip crashed with SIGSEGV in read()

2007-09-04 Thread Markus Korn
** This bug is no longer a duplicate of bug 1 Microsoft has a majority market share -- [apport] gunzip crashed with SIGSEGV in read() https://bugs.launchpad.net/bugs/89040 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubun

[Bug 122126] Re: BugList needs to support cookie file to see private bugs

2007-09-04 Thread Markus Korn
Fix Released in py-lp-bugs 0.2.2: Example usage: >>> BugList = Connector.ConnectBugList() >>> BugList.authentication = "cookie.txt" ** Changed in: python-launchpad-bugs (Ubuntu) Status: New => Fix Released -- BugList needs to support cookie file to see private bugs https://bugs.launchpad.

[Bug 121191] Re: bug.status and bug.importance return "None" and "None" when the bugs status is tracked in a release

2007-09-04 Thread Markus Korn
This is fixed in py-lp-bugs 0.2.2 >>> b = Bug(118855) >>> print b.info [mplayer (Ubuntu) (Gutsy): Fix Released/High] ** Changed in: python-launchpad-bugs (Ubuntu) Status: New => Fix Released -- bug.status and bug.importance return "None" and "None" when the bugs status is tracked in a

[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-09-04 Thread Markus Korn
fixed in py-lp-bugs 0.2.2 ** Changed in: python-launchpad-bugs (Ubuntu) Status: Fix Committed => Fix Released -- Bug.Reporter() is broken since last LP upgrade https://bugs.launchpad.net/bugs/134690 You received this bug notification because you are a member of Ubuntu Bugs, which is the b

[Bug 136417] Re: modifying a bug with a status tracked in a release failed

2007-09-04 Thread Markus Korn
fixed in py-lp-bugs 0.2.2 ** Changed in: python-launchpad-bugs (Ubuntu) Status: New => Fix Released -- modifying a bug with a status tracked in a release failed https://bugs.launchpad.net/bugs/136417 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 134514] Re: Fix to Bug.set_status() due to LP 1.1.8 update

2007-09-04 Thread Markus Korn
Fixed in py-lp-bugs 0.2.2 ** Changed in: python-launchpad-bugs (Ubuntu) Status: Fix Committed => Fix Released -- Fix to Bug.set_status() due to LP 1.1.8 update https://bugs.launchpad.net/bugs/134514 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 137018] Re: ala ma kota

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- ala ma kota https://bugs.launchpad.net/bugs/137018 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 137018] Re: ala ma kota

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- ala ma kota https://bugs.launchpad.net/bugs/137018 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 137018] Re: ala ma kota

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- ala ma kota https://bugs.launchpad.net/bugs/137018 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. ** Changed in: ubuntu Status: New => Invalid -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a di

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. ** Visibility changed to: Public ** This bug is no longer flagged as a security issue -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a m

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
Thanks for your comments. This does not appear to be a bug report and we are closing it. -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
** Changed in: ubuntu Status: Invalid => New ** Changed in: ubuntu Status: New => Invalid -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mai

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
** Changed in: ubuntu Status: Invalid => New ** Changed in: ubuntu Status: New => Invalid -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mai

[Bug 137325] Re: test bug, please ignore

2007-09-04 Thread Markus Korn
** Changed in: ubuntu Status: Invalid => New -- test bug, please ignore https://bugs.launchpad.net/bugs/137325 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

<    1   2   3   4   5   6   7   8   >