[Bug 200151] Re: [needs-packaging] LottaNZB

2009-01-28 Thread Severin Heiniger
I've no idea why LottaNZB is still in Debian's NEW queue. Is there some sort of a freeze in place I don't know about? As long as this is the case, it won't be possible to request a sync to Ubuntu. I fear that we'll miss the deadline another time. The REVU entry has been archived by Nathan Handler

[Bug 204567] Re: downloads should go to $HOME/Downloads : XDG_DOWNLOAD_DIR should be set to "$HOME/Downloads"

2009-06-01 Thread Severin Heiniger
I know that "me-too" comments are not particularly useful, but I think it's time to make this rather trivial change. Are there any valid reasons that this hasn't been done in previous release cycles? -- downloads should go to $HOME/Downloads : XDG_DOWNLOAD_DIR should be set to "$HOME/Downloads"

[Bug 204567] Re: downloads should go to $HOME/Downloads : XDG_DOWNLOAD_DIR should be set to "$HOME/Downloads"

2009-06-01 Thread Severin Heiniger
Well, looks like I should have read the comments at brainstorm.ubuntu.com. Are there any Ubuntu deverlopers (preferably usability experts ;-)) who could say a word or two about this issue? -- downloads should go to $HOME/Downloads : XDG_DOWNLOAD_DIR should be set to "$HOME/Downloads" https://bug

[Bug 335993] Re: [Jaunty 9.04 alpha5] DeprecationWarning: when starting Hellanzb

2009-04-21 Thread Severin Heiniger
The updated package seems to work fine. I've built one by myself before uploading the fixed patch file. I'll attach the fixed patch file to the upstream bug report. -- [Jaunty 9.04 alpha5] DeprecationWarning: when starting Hellanzb https://bugs.launchpad.net/bugs/335993 You received this bug not

[Bug 335993] Re: [Jaunty 9.04 alpha5] DeprecationWarning: when starting Hellanzb

2009-04-21 Thread Severin Heiniger
Here's a fixed version of the patch. It would be awesome if this fix could be uploaded to Jaunty before the release. ** Attachment added: "100-python_26_fixes.dpatch" http://launchpadlibrarian.net/25815370/100-python_26_fixes.dpatch -- [Jaunty 9.04 alpha5] DeprecationWarning: when starting He

[Bug 334784] [NEW] Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-26 Thread Severin Heiniger
Public bug reported: A few days ago, the development version of the PyGTK application LottaNZB 0.5 (https://code.edge.launchpad.net/~lottanzb/lottanzb/main) stopped working because of a segmentation fault during startup. I was able to track down the problem: 2.16.1-0ubuntu1: Works fine both using

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-26 Thread Severin Heiniger
Changelog of python-gobject_2.16.1-0ubuntu2: https://edge.launchpad.net/ubuntu/jaunty/+source/pygobject/2.16.1-0ubuntu2 * Remove explicit dependencies on python2.5. * Rename -dbg extensions for python2.6 as well. LP: #333557. ** Also affects: lottanzb Importance: Undecided Status: N

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-26 Thread Severin Heiniger
I seem to have found a solution. Right now, the GObjectSingletonMeta metaclass is part of the util module. Moving it to the core module where it is actually used by the App class solved the problem. This is totally weird. I was able to create a simple script that demonstrates the problem. demo.py

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-26 Thread Severin Heiniger
Forgot to remove unnecessary stuff from the demo.py file. Download this one and not the one above. ** Attachment added: "demo.py" http://launchpadlibrarian.net/23146820/demo.py -- Segfault starting with 2.16.1-0ubuntu2 using Python 2.5 https://bugs.launchpad.net/bugs/334784 You received this

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-26 Thread Severin Heiniger
...and the demo_util.py file. ** Attachment added: "demo_util.py" http://launchpadlibrarian.net/23146823/demo_util.py -- Segfault starting with 2.16.1-0ubuntu2 using Python 2.5 https://bugs.launchpad.net/bugs/334784 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-26 Thread Severin Heiniger
The most interesting thing about it is that the order of the three import statements in demo.py has an effect on what happens: # Finally leads to the segfault described in this bug report. from kiwi.environ import Application from gobject import property, GObject from demo_util import GObjectSingl

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-26 Thread Severin Heiniger
@Matthias: I've downloaded the required files from https://edge.launchpad.net/ubuntu/jaunty/+source/pygobject/2.16.1-0ubuntu1, built it using dpkg-source -x and installed the package using dpkg --install --force-all (which replaced the ubuntu2 version). Everything was fine after this. Upgrading ba

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-26 Thread Severin Heiniger
lant...@gauss:~/Desktop$ python demo.py # Using 2.16.1-0ubuntu2. Segmentation fault (core dumped) lant...@gauss:~/Desktop$ sudo dpkg --install --force-all python-gobject_2.16.1-0ubuntu1_amd64.deb [...] Vorbereiten zum Ersetzen von python-gobject 2.16.1-0ubuntu2 (durch python-gobject_2.16.1-0ubu

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-26 Thread Severin Heiniger
Sorry for bothering you once more. I'm not quite sure what to think about it. In addition to the ubuntu1, I built the ubuntu2 pacakge by myself a few minutes ago, and now it looks as if the application segfaults if either the self-built ubuntu1 package (why did this work before?!) or the official u

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-02-27 Thread Severin Heiniger
According to a message by Matthias Klose in ubuntu-devel, the Python interpreter will be updated from 2.5.4 to 2.6 within the next days and numerous packages will be rebuilt for that purpose. Since the bug only affects Python 2.5 I assume that everything will be fine after the transition. I'll prob

[Bug 283360] Re: hamster-applet crashed with TypeError in load_config()

2008-10-14 Thread Severin Heiniger
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18538163/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/18538164/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/18538165/ProcStatus.txt ** Attachm

[Bug 283360] Re: hamster-applet crashed with TypeError in load_config()

2008-10-14 Thread Severin Heiniger
** Description changed: Binary package hint: hamster-applet - hamster-applet unexpectedly crashed when trying to open the preferences - dialog using its context menu. This is a reproducable bug. + hamster-applet crashed when trying to open the preferences dialog using + its context menu. This

[Bug 275914] Re: telinit crashed with SIGSEGV in main()

2008-09-29 Thread Severin Heiniger
*** This bug is a duplicate of bug 273761 *** https://bugs.launchpad.net/bugs/273761 ** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/18041844/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18041845/Dependencies.txt ** Attachment adde

[Bug 279579] Re: MRO error crash when accessing the 'focus_widget' property of a file selection dialog

2008-10-07 Thread Severin Heiniger
** Attachment added: "test_pygtk_crash.py" http://launchpadlibrarian.net/18289262/test_pygtk_crash.py ** Description changed: As a developer of LottaNZB (a PyGTK app), I recently gave our application a try on Ubuntu Intrepid, with the latest updates applied. The application unexpectedly

[Bug 279579] Re: MRO error crash when accessing the 'focus_widget' property of a file selection dialog

2008-10-07 Thread Severin Heiniger
** Attachment added: "filechooser.glade" http://launchpadlibrarian.net/18289267/filechooser.glade -- MRO error crash when accessing the 'focus_widget' property of a file selection dialog https://bugs.launchpad.net/bugs/279579 You received this bug notification because you are a member of Ubu

[Bug 279579] Re: MRO error crash when accessing the 'focus_widget' property of a file selection dialog

2008-10-07 Thread Severin Heiniger
Filed upstream: http://bugzilla.gnome.org/show_bug.cgi?id=555384 -- MRO error crash when accessing the 'focus_widget' property of a file selection dialog https://bugs.launchpad.net/bugs/279579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 279579] [NEW] MRO error crash when accessing the 'focus_widget' property of a file selection dialog

2008-10-07 Thread Severin Heiniger
Public bug reported: As a developer of LottaNZB (a PyGTK app), I recently gave our application a try on Ubuntu Intrepid, with the latest updates applied. The application unexpectedly crashed when opening the file selection dialog with the following error message: TypeError: Cannot create a consis

[Bug 273673] Re: evince crashed with SIGSEGV in Form::findWidgetByRef()

2008-09-23 Thread Severin Heiniger
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/17888604/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/17888605/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/17888606/Disassembly.txt ** Attachm

[Bug 243204] Re: [needs-packaging] Please include LottaNZB in Intrepid Ibex

2008-06-27 Thread Severin Heiniger
*** This bug is a duplicate of bug 200151 *** https://bugs.launchpad.net/bugs/200151 A needs-packaging request has already been filed a few weeks ago, though we didn't explicitly asked about adding LottaNZB to the Intrepid universe. ** This bug has been marked a duplicate of bug 200151 [ne

[Bug 190618] Re: transmission crashed with SIGSEGV

2008-05-13 Thread Severin Heiniger
** Bug watch added: Transmission Trac #898 http://trac.transmissionbt.com/ticket/898 ** Also affects: transmission via http://trac.transmissionbt.com/ticket/898 Importance: Unknown Status: Unknown -- transmission crashed with SIGSEGV https://bugs.launchpad.net/bugs/190618 You rec

[Bug 190618] Re: transmission crashed with SIGSEGV

2008-05-13 Thread Severin Heiniger
This bug seems to have been fixed upstream in revision 5699 and the fix is part of the recently released version 1.20. -- transmission crashed with SIGSEGV https://bugs.launchpad.net/bugs/190618 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 200151] Re: [needs-packaging] LottaNZB

2009-01-05 Thread Severin Heiniger
Just uploaded LottaNZB to mentors.debian.net. All lintian warnings have been fixed in 0.4.0-1. -- [needs-packaging] LottaNZB https://bugs.launchpad.net/bugs/200151 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 200151] Re: [needs-packaging] LottaNZB

2009-01-05 Thread Severin Heiniger
The package entry can be found here: http://mentors.debian.net/cgi-bin /maintainer-packages?action=details;package=lottanzb -- [needs-packaging] LottaNZB https://bugs.launchpad.net/bugs/200151 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 200151] Re: [needs-packaging] LottaNZB

2009-01-05 Thread Severin Heiniger
** Bug watch added: Debian Bug tracker #510909 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510909 ** Also affects: debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510909 Importance: Unknown Status: Unknown -- [needs-packaging] LottaNZB https://bugs.launchpad.net/

[Bug 200151] Re: [needs-packaging] LottaNZB

2009-01-06 Thread Severin Heiniger
LottaNZB 0.4.0 has been uploaded to Ubuntu REVU: http://revu.ubuntuwire.com/details.py?package=lottanzb -- [needs-packaging] LottaNZB https://bugs.launchpad.net/bugs/200151 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 200151] Re: [needs-packaging] LottaNZB

2009-01-06 Thread Severin Heiniger
** Changed in: ubuntu Assignee: Severin Heiniger (lantash) => (unassigned) -- [needs-packaging] LottaNZB https://bugs.launchpad.net/bugs/200151 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 200151] Re: [needs-packaging] LottaNZB

2009-01-10 Thread Severin Heiniger
LottaNZB has been uploaded to the Debian repo by the Debian developer Piotr Ożarowski. Right now, LottaNZB is still in the NEW queue (http ://ftp-master.debian.org/new.html). It looks like it’s not necessary to have the REVU entry for LottaNZB anymore. We’d rather have to make a sync request as soo

[Bug 339317] Re: gnome-app-install crashed with TypeError in on_treeview_categories_cursor_changed()

2009-03-17 Thread Severin Heiniger
I can confirm this bug. -- gnome-app-install crashed with TypeError in on_treeview_categories_cursor_changed() https://bugs.launchpad.net/bugs/339317 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 234342] Re: trickle causes 100% CPU usage

2009-02-28 Thread Severin Heiniger
I can confirm this. Since the bandwidth throttling support of HellaNZB is not really what it claims to be, I tried to limit the download speed using trickle, but the 100% CPU usage is kind of a show stopper. ** Bug watch added: Debian Bug tracker #302313 http://bugs.debian.org/cgi-bin/bugreport

[Bug 200151] Re: [needs-packaging] LottaNZB

2009-03-06 Thread Severin Heiniger
LottaNZB has finally been uploaded to Debian (http://www.lottanzb.org /development-blog)! It won't be part of Jaunty's repositories but as soon as Jaunty has been released, it will automatically be imported I guess. What about this bug? Will we mark it as fixed as soon as the package has been impo

[Bug 263543] Re: ubuntu 8.10 beta boot failure - patch attached

2009-02-06 Thread Severin Heiniger
I tried to Install Ubuntu Intrepid on my new PC that didn't have an OS preinstalled and encountered this very bug. What would be the best way of installing Intrepid on this machine? I guess there's no updated Intrepid media that contains the patched kernel. Seems like there's no other way than inst

[Bug 263543] Re: ubuntu 8.10 beta boot failure - patch attached

2009-02-06 Thread Severin Heiniger
Hi Felix, I just noticed that I didn't use the final version of Intrepid, but an Alpha or Beta medium that was lying around. Installing Intrepid using the official ISO worked just fine. Sorry for bothering you. -- ubuntu 8.10 beta boot failure - patch attached https://bugs.launchpad.net/bugs/263

[Bug 346641] Re: gdebi-gtk crashed with SIGSEGV in gtk_button_set_label()

2009-03-22 Thread Severin Heiniger
I can confirm this bug. However, don't ask me how to reproduce it. -- gdebi-gtk crashed with SIGSEGV in gtk_button_set_label() https://bugs.launchpad.net/bugs/346641 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 358504] Re: pidgin crashed with SIGSEGV in __xmlRaiseError()

2009-04-09 Thread Severin Heiniger
I just encountered this very bug as well. -- pidgin crashed with SIGSEGV in __xmlRaiseError() https://bugs.launchpad.net/bugs/358504 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.co

[Bug 334784] Re: Segfault starting with 2.16.1-0ubuntu2 using Python 2.5

2009-04-05 Thread Severin Heiniger
This bug has somehow been fixed. As I mentioned above, LottaNZB works just fine using Python 2.6. ** Changed in: lottanzb Status: New => Invalid ** Changed in: pygobject (Ubuntu) Status: Incomplete => Invalid -- Segfault starting with 2.16.1-0ubuntu2 using Python 2.5 https://bugs.

[Bug 259168] Re: Unable to connect to PPTP VPN

2008-09-04 Thread Severin Heiniger
I'm trying to connect to my university's VPN and keep getting the same libnotify error message with Intrepid (up-to-date packages): "The VPN connection 'Connection Name' failed because the VPN service stopped unexpectedly." Sep 4 12:23:45 newton NetworkManager: Starting VPN service 'org.freede

[Bug 193357] [NEW] [hardy] pycentral crashed with TypeError in byte_compile()

2008-02-19 Thread Severin Heiniger
Public bug reported: Binary package hint: python-central This bug occured while performing the daily update on Hardy using update-manager. The package python-apt and a bunch of other packages (bzr, jockey-common etc.) couldn't be installed due to an error in the post-installation process and the

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

2008-02-19 Thread Severin Heiniger
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/12087654/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/12087655/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/12087656/ProcStatus.txt ** Attachm

[Bug 200151] Re: [needs-packaging] LottaNZB

2008-04-08 Thread Severin Heiniger
As promised, LottaNZB 0.2 was also released in the form of a deb package. It works perfectly on Hardy, but however, some users have reported problems on older Ubuntu versions such as Feisty and Gusty. I'm not sure if this is a package related problem or not. Needs further investigation. ** Changed

[Bug 189992] Re: evince does not display pdf files

2008-02-07 Thread Severin Heiniger
** Description changed: Binary package hint: evince - Evince does not seems to load normally, but can not display pdf file - pages. Display space is blank. + Evince seems to load normally, but can not display pdf file pages. + Display space is blank. ProblemType: Bug Architecture: i38

[Bug 189998] Re: "Separate keyboard layout for each window" in GNOME doesn't keep working after reboot

2008-02-07 Thread Severin Heiniger
I can confirm that this bug must have been introduced in a recent update in Hardy. The keyboard layout settings behave quite strange at the moment. The keyboard layout is resetted to the standard US layout after every reboot although the layout manager still displays "Switzerland". To fix this issu

[Bug 24630] Re: Evince crashes when zooming PDF-File to 400%

2008-02-07 Thread Severin Heiniger
** Description changed: Evince starts with wild swapping and finally crashed on my machine when Zooming the attached PDF-File to 400%. - http://bugzilla.gnome.org/show_bug.cgi?id=321138: http://bugzilla.gnome.org/show_bug.cgi?id=321138 -- Evince crashes when zooming PDF-File to 400% ht

[Bug 187721] Re: Firefox crash: Segmentation fault in g_slice_alloc () on reopening file dialogs or confirming save dialogs

2008-02-08 Thread Severin Heiniger
I was able to reproduce these crashes (opening file dialog, closing it and open it again) in OpenOffice.org, Homebank, Anjuta, Gedit, etc. so it's definitely a GNOME/GVFS related problem as it wasn't reproducible in Amarok which is a KDE application. I've filed another bug about the same issue for

[Bug 187766] Re: gedit crashed with SIGSEGV in g_datalist_id_set_data_full()

2008-02-13 Thread Severin Heiniger
This annoying bug in gvfs seems to be fixed now. Many thanks to the developers who have been working on it. -- gedit crashed with SIGSEGV in g_datalist_id_set_data_full() https://bugs.launchpad.net/bugs/187766 You received this bug notification because you are a member of Ubuntu Bugs, which is th

[Bug 195595] [NEW] dbus-daemon crashed with SIGSEGV in strcmp()

2008-02-25 Thread Severin Heiniger
Public bug reported: Binary package hint: dbus Suddenly the Ubuntu theme Human was exchanged with a grey GNOME theme. When I restarted gdm, apport reported that dbus had crashed. ProblemType: Crash Architecture: amd64 Date: Mon Feb 25 21:20:09 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr

[Bug 195595] Re: dbus-daemon crashed with SIGSEGV in strcmp()

2008-02-25 Thread Severin Heiniger
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/12215234/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/12215235/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/12215236/Disassembly.txt ** Attachm

[Bug 187721] Re: Firefox crash: Segmentation fault in g_slice_alloc () on reopening a save dialog

2008-01-31 Thread Severin Heiniger
Strange. As it seems, it doesn't matter which kind of file dialog it is. Updated bug description... ** Description changed: I'm using Firefox 2.0.0.10 on Ubuntu 8.04. - When I rightclick on a picture and open the "Save as" dialog, everything - works as expected, but when I close this dialog

[Bug 187721] Re: Firefox crash: Segmentation fault in g_slice_alloc () on saving a page element

2008-01-31 Thread Severin Heiniger
As it's a reproducable crash, I was able to backtrace it. ** Attachment added: "Backtrace" http://launchpadlibrarian.net/11681383/gdb-firefox.txt -- Firefox crash: Segmentation fault in g_slice_alloc () on saving a page element https://bugs.launchpad.net/bugs/187721 You received this bug noti

[Bug 187721] [NEW] Firefox crash: Segmentation fault in g_slice_alloc () on saving a page element

2008-01-31 Thread Severin Heiniger
Public bug reported: I'm using Firefox 2.0.0.10 on Ubuntu 8.04. When I rightclick on a picture and open the "Save as" dialog, everything works as expected, but when I close this dialog using "Cancel" and reopen it, firefox crashes. ** Affects: firefox (Ubuntu) Importance: Undecided

[Bug 187721] Re: Firefox crash: Segmentation fault in g_slice_alloc () on saving a page element

2008-01-31 Thread Severin Heiniger
The the "File" -> "Save Page as" dialog is affected as well. ** Summary changed: - Firefox crash: Segmentation fault in g_slice_alloc () on saving a page element + Firefox crash: Segmentation fault in g_slice_alloc () on reopening a save dialog -- Firefox crash: Segmentation fault in g_slice_a

[Bug 187721] Re: Firefox crash: Segmentation fault in g_slice_alloc () on reopening file dialogs or confirming save dialogs

2008-01-31 Thread Severin Heiniger
Now it gets really strange. As it seems, Firefox isn't to blame for the crashes, as these crashes happen in every application. This problem must have been introduced in a recent Hardy update. We need to move this bug to the right package, as it's a GNOME/GTK2 problem of whatever. Any suggestions?

[Bug 187721] Re: Firefox crash: Segmentation fault in g_slice_alloc () on reopening file dialogs or confirming save dialogs

2008-01-31 Thread Severin Heiniger
** Description changed: - I'm using Firefox 2.0.0.10 on Ubuntu 8.04. + I'm using Firefox 2.0.0.10 on Ubuntu 8.04 amd64. - On opening a save dialog and hitting the "Save" button, Firefox crashes. - On opening any file dialog, closing it using "Cancel" and opening another file dialog, Firefo

[Bug 184535] Re: [needs-packaging] Teewars

2008-02-01 Thread Severin Heiniger
A simple packaging request. It's importance needs to be set to "Wishlist". ** Changed in: ubuntu Status: New => Confirmed -- [needs-packaging] Teewars https://bugs.launchpad.net/bugs/184535 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contac

[Bug 184535] Re: [needs-packaging] Teewars

2008-02-01 Thread Severin Heiniger
+1 Just tried it out. A really nice game that deserves being added to the Ubuntu universe. -- [needs-packaging] Teewars https://bugs.launchpad.net/bugs/184535 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 188299] [NEW] [needs-packaging] xvidcap

2008-02-02 Thread Severin Heiniger
Public bug reported: Xvidcap is a small tool to capture things going on on an X-Windows display to either individual frames or an MPEG video. https://launchpad.net/xvidcap/ http://xvidcap.sourceforge.net/ It's source is already debianized, so there's is no more to do than dpkg-buildpackage it.

[Bug 188299] Re: [needs-packaging] xvidcap

2008-02-02 Thread Severin Heiniger
The bug's importance needs to be set to "Wishlist", unfortunately I haven't the permission to do so. ** Changed in: ubuntu Status: New => Confirmed -- [needs-packaging] xvidcap https://bugs.launchpad.net/bugs/188299 You received this bug notification because you are a member of Ubuntu Bug

[Bug 187894] Re: [needs-packaging] veejay-1.0

2008-02-02 Thread Severin Heiniger
** Summary changed: - [needs-packaging] veejay-1.0 - http://veejayhq.net [needs-packaging] + [needs-packaging] veejay-1.0 ** Description changed: - [needs-packaging] veejay-1.0 is a realtime video sampler and processor made for video artists. The project would benefit from being in ubuntu i

[Bug 183718] Re: synaptic packager corrupted

2008-02-02 Thread Severin Heiniger
Thank you for your bug report. Would you mind giving us some more information about the bug you encountered? What were you doing and were there any error messages? ** Changed in: ubuntu Status: New => Incomplete -- synaptic packager corrupted https://bugs.launchpad.net/bugs/183718 You rec

[Bug 188299] Re: [needs-packaging] xvidcap

2008-02-02 Thread Severin Heiniger
** Tags added: needs-packaging -- [needs-packaging] xvidcap https://bugs.launchpad.net/bugs/188299 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 160437] Re: java-gnome package is deprecated

2008-02-03 Thread Severin Heiniger
+1 The project is making good progress. I've manually built the current stable version without any problems. -- java-gnome package is deprecated https://bugs.launchpad.net/bugs/160437 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 184403] Re: pidgin crashed with SIGSEGV in pthread_mutex_lock()

2008-01-22 Thread Severin Heiniger
Same problem here. It crashed several times without any visible cause. I use Ubuntu 8.04 x86_64. -- pidgin crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/184403 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for U

[Bug 200151] Re: [needs-packaging] LottaNZB

2008-03-18 Thread Severin Heiniger
I have almost completed the packaging process. Apart from the GNOME menu entries everything seems to work just fine. Proper packages can be expected for the 0.2 release of LottaNZB. ** Changed in: ubuntu Assignee: Steph (orkerone) => Severin Heiniger (lantash) -- [needs-packaging] Lotta

[Bug 200151] Re: [needs-packaging] LottaNZB

2008-03-09 Thread Severin Heiniger
The project is hosted on Launchpad: http://www.launchpad.net/lottanzb/ Just FYI. -- [needs-packaging] LottaNZB https://bugs.launchpad.net/bugs/200151 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 200151] Re: [needs-packaging] LottaNZB

2008-03-09 Thread Severin Heiniger
Steph is working on this: https://blueprints.edge.launchpad.net/lottanzb/+spec/deb-package ** Changed in: ubuntu Assignee: (unassigned) => Steph (steph) Status: Confirmed => In Progress ** Changed in: ubuntu Assignee: Steph (steph) => Steph (orkerone) -- [needs-packaging] Lotta

[Bug 549652] Re: hellanzb crashed with ImportError in ()

2010-03-27 Thread Severin Heiniger
*** This bug is a duplicate of bug 549234 *** https://bugs.launchpad.net/bugs/549234 ** Changed in: hellanzb (Ubuntu) Status: New => Triaged ** Also affects: hellanzb (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573221 Importance: Unknown Status: Unknown

[Bug 549652] Re: hellanzb crashed with ImportError in ()

2010-03-27 Thread Severin Heiniger
*** This bug is a duplicate of bug 549234 *** https://bugs.launchpad.net/bugs/549234 ** This bug has been marked a duplicate of bug 549234 hellanzb crashed with ImportError in () -- hellanzb crashed with ImportError in () https://bugs.launchpad.net/bugs/549652 You received this bug notifi

[Bug 549234] Re: hellanzb crashed with ImportError in ()

2010-03-27 Thread Severin Heiniger
Please ignore comment #2 about the stacktrace being different. It's not. A patch for this bug is available in the Debian bug tracker. ** Bug watch added: Debian Bug tracker #573221 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573221 ** Also affects: hellanzb (Debian) via http://bugs.de

[Bug 513960] Re: LottaNZB hangs before lottanzb.core.App.on_quit is called on Ubuntu 10.04

2010-02-08 Thread Severin Heiniger
** Package changed: ubuntu => lottanzb (Ubuntu) ** Changed in: lottanzb (Ubuntu) Importance: Undecided => Low ** Changed in: lottanzb (Ubuntu) Status: Confirmed => In Progress ** Changed in: lottanzb (Ubuntu) Assignee: (unassigned) => Severin Heiniger (lantash)

[Bug 512929] Re: Support application indicators

2010-02-10 Thread Severin Heiniger
** Changed in: lottanzb Status: Fix Committed => Fix Released -- Support application indicators https://bugs.launchpad.net/bugs/512929 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 513960] Re: LottaNZB hangs before lottanzb.core.App.on_quit is called on Ubuntu 10.04

2010-02-10 Thread Severin Heiniger
** Changed in: lottanzb Status: Fix Committed => Fix Released -- LottaNZB hangs before lottanzb.core.App.on_quit is called on Ubuntu 10.04 https://bugs.launchpad.net/bugs/513960 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 507739] Re: Widget names not set when using GtkBuilder

2010-02-10 Thread Severin Heiniger
** Changed in: lottanzb Status: Fix Committed => Fix Released -- Widget names not set when using GtkBuilder https://bugs.launchpad.net/bugs/507739 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 490985] Re: Temporary bin/lottanzb.py file not removed when distutilsextra fails in build_i18n.run

2010-02-10 Thread Severin Heiniger
** Changed in: lottanzb Status: Fix Committed => Fix Released -- Temporary bin/lottanzb.py file not removed when distutilsextra fails in build_i18n.run https://bugs.launchpad.net/bugs/490985 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 577105] Re: lottanzb won't start after upgrade from Ubuntu 9.10 to 10.4

2010-05-07 Thread Severin Heiniger
** Changed in: lottanzb (Ubuntu) Status: New => Fix Committed ** Changed in: lottanzb (Ubuntu) Importance: Undecided => High ** Changed in: lottanzb (Ubuntu) Assignee: (unassigned) => Severin Heiniger (lantash) ** Also affects: lottanzb Importance: Undecided St

[Bug 577105] Re: lottanzb won't start after upgrade from Ubuntu 9.10 to 10.4

2010-05-07 Thread Severin Heiniger
Hi Jim, thanks alot for reporting this bug! It has been fixed in latest development code of the LottaNZB 0.5 series and will be released as part of LottaNZB 0.5.4. However, I cannot provide you with a concrete date. The problem happens in code that replaces "unrar-free" with "unrar" in the HellaN

[Bug 555045] Re: lottanzb crashed with IndexError in _load()

2010-05-07 Thread Severin Heiniger
Hi Martijn, sorry for not having taken care of this bug report for such a long time. For some reason, I wasn't notified about its existence. Do you still have the problem you describe? It's possible that the two issues (hellanzb not downloading and lottanzb crashing) are related, but I'm not sure.

[Bug 577105] Re: lottanzb won't start after upgrade from Ubuntu 9.10 to 10.4

2010-05-07 Thread Severin Heiniger
You're welcome! It's good to hear that you could solve the problem. /home/user/.lottanzb was used in previous versions of LottaNZB and might still have existed. -- lottanzb won't start after upgrade from Ubuntu 9.10 to 10.4 https://bugs.launchpad.net/bugs/577105 You received this bug notificatio

[Bug 513960] Re: LottaNZB hangs before lottanzb.core.App.on_quit is called on Ubuntu 10.04

2010-02-17 Thread Severin Heiniger
** Changed in: lottanzb (Ubuntu) Status: In Progress => Fix Released -- LottaNZB hangs before lottanzb.core.App.on_quit is called on Ubuntu 10.04 https://bugs.launchpad.net/bugs/513960 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 512929] Re: Support application indicators

2010-02-17 Thread Severin Heiniger
** Changed in: lottanzb (Ubuntu) Status: In Progress => Fix Released -- Support application indicators https://bugs.launchpad.net/bugs/512929 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 507739] Re: Widget names not set when using GtkBuilder

2010-02-17 Thread Severin Heiniger
** Changed in: lottanzb (Ubuntu) Status: Triaged => Fix Released -- Widget names not set when using GtkBuilder https://bugs.launchpad.net/bugs/507739 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 523420] Re: software-center crashed with ValueError in on_transactions_changed()

2010-02-17 Thread Severin Heiniger
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39318878/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/39318879/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/39318880/ProcStatus.txt ** Visibil

[Bug 523420] Re: software-center crashed with ValueError in on_transactions_changed()

2010-02-17 Thread Severin Heiniger
The value for the channel column is missing. I'm not sure what value should be used as the channel name, but None or an empty string would at least fix the ValueError. -- software-center crashed with ValueError in on_transactions_changed() https://bugs.launchpad.net/bugs/523420 You received this

[Bug 523420] Re: software-center crashed with ValueError in on_transactions_changed()

2010-02-17 Thread Severin Heiniger
** Description changed: Binary package hint: software-center - This exceptions was raised when I clicked "Install" in the LottaNZB + This exception was raised when I clicked "Install" in the LottaNZB package view. The installation was performed successfully, though. ProblemType: Crash

[Bug 510907] [NEW] Inhibit suspending (flag 0x4) not working over DBus

2010-01-21 Thread Severin Heiniger
Public bug reported: Binary package hint: gnome-session While porting the "Inhibit suspending" LottaNZB plug-in (written in Python) from the old org.freedesktop.PowerManagement.Inhibit API to the new org.gnome.SessionManager API introduced in Karmic, I noticed that after successfully passing the

[Bug 510907] Re: Inhibit suspending (flag 0x4) not working over DBus

2010-01-21 Thread Severin Heiniger
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/38200394/Dependencies.txt -- Inhibit suspending (flag 0x4) not working over DBus https://bugs.launchpad.net/bugs/510907 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 508438] Re: Invalid long option name 'help_dir'

2010-01-21 Thread Severin Heiniger
** Also affects: python-distutils-extra (Ubuntu) Importance: Undecided Status: New -- Invalid long option name 'help_dir' https://bugs.launchpad.net/bugs/508438 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 510907] Re: Inhibit suspending (flag 0x4) not working over DBus

2010-01-22 Thread Severin Heiniger
After having a look at gnome-power-manager's source code, I also noticed that gpm_manager_is_inhibit_valid is a stub. Implementing it also requires gpm-session.c to be changed, because the term "inhibited" is limited to the concept of session timeouts there. I tried to implement it but unfortunatel

[Bug 510907] Re: Inhibit suspending (flag 0x4) not working over DBus

2010-01-22 Thread Severin Heiniger
Reported upstream. ** Bug watch added: GNOME Bug Tracker #607748 https://bugzilla.gnome.org/show_bug.cgi?id=607748 ** Also affects: gnome-power via https://bugzilla.gnome.org/show_bug.cgi?id=607748 Importance: Unknown Status: Unknown -- Inhibit suspending (flag 0x4) not working

[Bug 490985] Re: Temporary bin/lottanzb.py file not removed when distutilsextra fails in build_i18n.run

2010-01-22 Thread Severin Heiniger
** Also affects: python-distutils-extra (Ubuntu) Importance: Undecided Status: New -- Temporary bin/lottanzb.py file not removed when distutilsextra fails in build_i18n.run https://bugs.launchpad.net/bugs/490985 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 234342] Re: trickle causes 100% CPU usage

2009-11-20 Thread Severin Heiniger
I can confirm that trickle 1.07-7 works just fine on Ubuntu 9.10 (64-bit). ** Changed in: trickle (Ubuntu) Status: New => Fix Released ** Changed in: trickle (Debian) Status: New => Unknown ** Changed in: trickle (Debian) Remote watch: Debian Bug tracker #302313 => Debian Bug trac

[Bug 507739] Re: Widget names not set when using GtkBuilder

2010-01-17 Thread Severin Heiniger
** Changed in: gtk+2.0 (Ubuntu) Status: New => Invalid ** Changed in: pygtk (Ubuntu) Status: New => Invalid -- Widget names not set when using GtkBuilder https://bugs.launchpad.net/bugs/507739 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 507739] Re: Widget names not set when using GtkBuilder

2010-01-17 Thread Severin Heiniger
Changed in: lottanzb Status: Invalid => Triaged ** Changed in: lottanzb Status: Triaged => In Progress ** Changed in: lottanzb Assignee: (unassigned) => Severin Heiniger (lantash) ** Changed in: lottanzb Importance: Undecided => Critical ** Changed in: lottanz

[Bug 507739] Re: Widget names not set when using GtkBuilder

2010-01-17 Thread Severin Heiniger
** Changed in: lottanzb Status: In Progress => Fix Committed -- Widget names not set when using GtkBuilder https://bugs.launchpad.net/bugs/507739 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 381318] Re: hellanzb hangs after transfering - doesn't unrar or move to done

2010-01-31 Thread Severin Heiniger
Hi Narada2XK, this is not supposed to happen. The patch probably interferes with other patches that have been applied to Daemon.py in the Debian/Ubuntu package. I suggest you to install the HellaNZB package built for the upcoming Ubuntu 10.04, as it already contains this patch as well as other bu

[Bug 381318] Re: hellanzb hangs after transfering - doesn't unrar or move to done

2010-01-31 Thread Severin Heiniger
Forgot the link: https://edge.launchpad.net/ubuntu/+archive/primary/+files/hellanzb_0.13-5.4_all.deb -- hellanzb hangs after transfering - doesn't unrar or move to done https://bugs.launchpad.net/bugs/381318 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 526623] Re: system-config-printer.py crashed with AttributeError in rename_printer()

2010-02-23 Thread Severin Heiniger
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/39625134/BootDmesg.txt ** Attachment added: "CupsErrorLog.txt" http://launchpadlibrarian.net/39625135/CupsErrorLog.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/39625136/CurrentDmesg.txt ** A

  1   2   3   >