[Bug 413660] Re: nautilus crashed with SIGSEGV in strcmp()

2009-08-14 Thread Albert Damen
** Visibility changed to: Public -- nautilus crashed with SIGSEGV in strcmp() https://bugs.launchpad.net/bugs/413660 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubu

[Bug 413660] Re: nautilus crashed with SIGSEGV in strcmp()

2009-08-14 Thread Albert Damen
Attached is the output of hal-device /org/freedesktop/Hal/devices/storage_model_DVDRW_SSM_8515S There was no disk in the drive. The crash happened before I could start anything myself. ** Attachment added: "haldevice.txt" http://launchpadlibrarian.net/30322126/haldevice.txt -- nautilus crash

[Bug 413660] Re: nautilus crashed with SIGSEGV in strcmp()

2009-08-14 Thread Albert Damen
Upstream git commit c255543c "Should fix #591826 – nautilus crashed with SIGSEGV in strcmp()" solves the problem for me. -- nautilus crashed with SIGSEGV in strcmp() https://bugs.launchpad.net/bugs/413660 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 259799] Re: Suggestion: support for ecryptfs in Nautilus

2008-11-06 Thread Albert Damen
+1 - with libglib2.0-0 from intrepid, the disk icon for Private was shown on several places (desktop, places menu and under places in Nautilus) - with libglib2.0-0 from intrepid-proposed the disk icons are not shown anymore. Only the Private directory is visible in Nautilus. - The Private functi

[Bug 331044] Re: cpufreq-selector crashed with SIGSEGV in dbus_g_method_return_error()

2009-03-08 Thread Albert Damen
Fixed upstream in Revision 11329: * src/cpufreq-selector/cpufreq-selector-service.c: Make enum error values array static. Fixes bug #573762. -- cpufreq-selector crashed with SIGSEGV in dbus_g_method_return_error() https://bugs.launchpad.net/bugs/331044 You received this bug notification

[Bug 214020] Re: gnome-app-install

2008-04-08 Thread Albert Damen
*** This bug is a duplicate of bug 213863 *** https://bugs.launchpad.net/bugs/213863 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 213874, so it is being marked as such. Please look at

[Bug 137134] Re: should not be able to resize past viewport

2008-04-10 Thread Albert Damen
Yes I can. However, feel free to close this bug as I seem to be the only one who notices this and I can live with it. -- should not be able to resize past viewport https://bugs.launchpad.net/bugs/137134 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is s

[Bug 222730] Re: Nautilus doesn't work on Hardy after update from Gutsy

2008-04-26 Thread Albert Damen
That symbol is supposed to come from libeel2-2: [EMAIL PROTECTED]:~$ nm -D /usr/lib/libeel-2.so.2 | grep drect_empty 00053500 R eel_drect_empty - Can you please run the command "apt-cache policy libeel2-2" and paste the results in this bug report? - Please also run the command "apt-cache policy

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-05-30 Thread Albert Damen
sqlrelay 1:0.39.4-3 was just synced from Debian today, and therefore has been rebuilt with perl 5.10 already (sync bug 230846). ** Changed in: sqlrelay (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug no

[Bug 260314] Re: gnome-power-manager frequently crashes with SIGSEGV in IA__g_closure_invoke() or g_closure_invoke()

2008-08-31 Thread Albert Damen
Debugging manually with dbgsym packages installed gives a stacktrace with all symbols resolved. #0 gpm_cell_array_update (cell_array=0x16d9380) at gpm-cell-array.c:288 #1 0x00411d30 in gpm_cell_percent_changed_cb (cell=, percent=85084016, cell_array=0x20) In frame #0 length seems to ind

[Bug 260314] Re: gnome-power-manager frequently crashes with SIGSEGV in IA__g_closure_invoke() or g_closure_invoke()

2008-09-01 Thread Albert Damen
This bug is fixed in gnome-power-manager svn revision 2882: * src/gpm-cell-array.c: (gpm_cell_percent_changed_cb): The callback passes a gfloat, not a guint. I applied the patch and gpm does not crash anymore. ** Bug watch added: GNOME Bug Tracker #547766 http://bugzilla.gnome.org/show_bug.cg

[Bug 264112] Re: python-gtk2 2.12.1-6ubuntu1 breaks with python-gobject 2.15.3-0ubuntu2

2008-09-03 Thread Albert Damen
This was fixed in pygobject: pygobject (2.15.3-0ubuntu3) * New patch, 69_pyg-register-pointer-typo, fixes crash on x86-64 due to typo (s/&type/type) in pyg_register_pointer(); GNOME #550463. * Remove the bogus Breaks added in 2.15.3-0ubuntu2. and indeed also python-gtk2 2.13 was

[Bug 199014] Re: python-xml removal: please drop/replace (build) dependencies

2008-05-21 Thread Albert Damen
+1 for sru-verification of pyslide - Removed python-xml from my system - With the hardy version "pyslide /usr/share/doc/pyslide/examples/effects.xml" gave the error message: AttributeError: 'module' object has no attribute 'DefaultHandler' - Installing pyslide from hardy-proposed (0.4-10ubuntu2.

[Bug 137134] Re: should not be able to resize past viewport

2008-09-28 Thread Albert Damen
Yes, I can still reproduce on my up-to-date Intrepid system. To make sure it is not a problem with old settings, I also reproduced it with an Alpha6 live-cd: - boot Alpha 6 live-cd - enable universe repository - install compizconfig-settings-manager - in ccsm, disable "desktop wall", enable "desk

[Bug 274681] Re: g-p-m is reporting 2 separate voltage/power levels

2008-09-29 Thread Albert Damen
This issue is caused by patch 19_fix_notification_messages.patch According to gnome svn, the patch should be made in gpm_cell_array_get_time_until_action. However, "debian/rules patch" applies it in gpm_cell_array_update. Apparently, because upstream already made the change in gpm_cell_array_get

[Bug 238546] Re: gnome-power-bugreport.sh missing shebang line

2008-10-01 Thread Albert Damen
This has been fixed in gnome-power-manager in Intrepid: gnome-power-manager (2.23.1-0ubuntu1) intrepid; urgency=low * 13_bugreport_bin_sh.patch, adding a "#!/bin/sh" to the top of gnome-power-bugreport.sh so that it is more specific about how it executes. LP #238546 ** Changed in: gn