[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-09 Thread Evan Dandrea
[11:52:24] apw ok there are a continuious stream of updates from the 
kernel
[11:52:37] apw becasue link level mappings are in the routing table, 
and they appear and dissapear
[11:52:39] apw all the time
[11:53:04] apw try sudo ip monitor
[15:12:24] ev  so basically this approach is bogus then?
[15:13:46] apw well it needs consideration whether it is being 
selective enough
[15:14:14] apw as as a naive user i look at the raw stream it changes 
whenever an arp entry appears or dissappears
[15:14:30] apw now they mey be doing it 'righter' by trying to select 
specific subsets of
[15:14:42] apw the messages, or not, one wuold need to emit the ones 
they keep/drop to see
[15:14:52] apw it is possible they have not adapted to the new world 
order
[15:16:41] ev  new world order?
[15:19:05] apw when the link level addresses got promoted from 
another separate cache into the
[15:19:13] apw routing table, which sped things up
[15:19:53] apw so ipv6 neibour discovery results, and ipv4 arp 
results get put in as a real 'host route' now
[15:20:01] apw and then removed when they time out
[15:20:09] apw which might mean things looking for route changes 
would see both
[15:20:22] apw of those, and think networking changed, but you would 
need to shove a print in there
[15:20:24] apw to be sure me thinks

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/991481

Title:
  Constant dns traffic for daisy.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/whoopsie/+bug/991481/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-08 Thread Evan Dandrea
** Description changed:

  Watching GNetworkMonitor's network-changed signal causes constant DNS
  traffic.
  
  Unfortunately, we currently need this because checking NetworkManager's
  state for CONNECTED_GLOBAL is not enough to know whether we're really
  online since Ubuntu does not yet use the NetworkManager connectivity
- check.
+ check [1].
  
  The likely solution to this bug is a replacement for GNetworkMonitor in
  whoopsie.
+ 
+ 1: http://bazaar.launchpad.net/~daisy-
+ pluckers/whoopsie/trunk/view/head:/src/connectivity.c#L326
  
  Original report follows:
  
  Every few seconds, I see a dns query for daisy.ubuntu.com. After
  removing whoopsie, the traffic goes away.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/991481

Title:
  Constant dns traffic for daisy.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/whoopsie/+bug/991481/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-08 Thread Evan Dandrea
** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

+ Watching GNetworkMonitor's network-changed signal causes constant DNS
+ traffic.
+ 
+ Unfortunately, we currently need this because checking NetworkManager's
+ state for CONNECTED_GLOBAL is not enough to know whether we're really
+ online since Ubuntu does not yet use the NetworkManager connectivity
+ check.
+ 
+ The likely solution to this bug is a replacement for GNetworkMonitor in
+ whoopsie.
+ 
+ Original report follows:
+ 
  Every few seconds, I see a dns query for daisy.ubuntu.com. After
  removing whoopsie, the traffic goes away.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/991481

Title:
  Constant dns traffic for daisy.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/whoopsie/+bug/991481/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-08 Thread Evan Dandrea
** Description changed:

  Watching GNetworkMonitor's network-changed signal causes constant DNS
  traffic.
  
- Unfortunately, we currently need this because checking NetworkManager's
- state for CONNECTED_GLOBAL is not enough to know whether we're really
- online since Ubuntu does not yet use the NetworkManager connectivity
- check [1].
+ Andy Whitcroft points out that the NETLINK_ROUTE socket set up by
+ GNetworkMonitor will fire events every time there an ARP entry appears
+ or disappears.
+ 
+ Unfortunately, we currently need an additional layer of connectivity
+ checking because checking NetworkManager's state for CONNECTED_GLOBAL is
+ not enough to know whether we're really online. Ubuntu does not yet use
+ the NetworkManager connectivity check [1].
  
  The likely solution to this bug is a replacement for GNetworkMonitor in
  whoopsie.
  
  1: http://bazaar.launchpad.net/~daisy-
  pluckers/whoopsie/trunk/view/head:/src/connectivity.c#L326
  
  Original report follows:
  
  Every few seconds, I see a dns query for daisy.ubuntu.com. After
  removing whoopsie, the traffic goes away.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/991481

Title:
  Constant dns traffic for daisy.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/whoopsie/+bug/991481/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-08 Thread Evan Dandrea
** Description changed:

  Watching GNetworkMonitor's network-changed signal causes constant DNS
  traffic.
  
  Andy Whitcroft points out that the NETLINK_ROUTE socket set up by
- GNetworkMonitor will fire events every time there an ARP entry appears
- or disappears.
+ GNetworkMonitor will fire events every time an ARP entry appears or
+ disappears.
  
  Unfortunately, we currently need an additional layer of connectivity
  checking because checking NetworkManager's state for CONNECTED_GLOBAL is
  not enough to know whether we're really online. Ubuntu does not yet use
  the NetworkManager connectivity check [1].
  
  The likely solution to this bug is a replacement for GNetworkMonitor in
  whoopsie.
  
  1: http://bazaar.launchpad.net/~daisy-
  pluckers/whoopsie/trunk/view/head:/src/connectivity.c#L326
  
  Original report follows:
  
  Every few seconds, I see a dns query for daisy.ubuntu.com. After
  removing whoopsie, the traffic goes away.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/991481

Title:
  Constant dns traffic for daisy.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/whoopsie/+bug/991481/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-16 Thread Evan Dandrea
** No longer affects: glib2.0 (Ubuntu)

** Changed in: whoopsie
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1211417

Title:
  whoopsie takes 100% CPU on the phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/touch-preview-images/+bug/1211417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-14 Thread Evan Dandrea
Valgrind isn't showing anything particularly relevant. The uninitialised
value error is present in all bzr revisions of whoopsie when using this
version of libc (2.17-91ubuntu1 - probably earlier ones too as I just
upgraded it).

** Attachment added: vgdump.txt
   
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1211417/+attachment/3772239/+files/vgdump.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1211417

Title:
  whoopsie takes 100% CPU on the phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/touch-preview-images/+bug/1211417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-13 Thread Evan Dandrea
** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1211417

Title:
  whoopsie takes 100% CPU on the phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/touch-preview-images/+bug/1211417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-13 Thread Evan Dandrea
For what it's worth, I've been unable to reproduce this at all on an up-
to-date system. That could just be that this is racy, but I would've
expected to see it by now.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1211417

Title:
  whoopsie takes 100% CPU on the phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/touch-preview-images/+bug/1211417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1186645] [NEW] /usr/bin/gnome-control-center:6:g_assertion_message:g_assertion_message_expr:fill_contact_info_grid:request_contact_info_cb:g_simple_async_result_complete

2013-06-01 Thread Evan Dandrea
Public bug reported:

https://errors.ubuntu.com/bucket/?id=/usr/bin/gnome-control-
center:6:g_assertion_message:g_assertion_message_expr:fill_contact_info_grid:request_contact_info_cb:g_simple_async_result_complete

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1186645

Title:
  /usr/bin/gnome-control-
  
center:6:g_assertion_message:g_assertion_message_expr:fill_contact_info_grid:request_contact_info_cb:g_simple_async_result_complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1186645/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1186647] [NEW] /usr/bin/nautilus:6:g_assertion_message:g_assertion_message_expr:nautilus_bookmark_connect_file:nautilus_bookmark_connect_file:g_object_newv

2013-06-01 Thread Evan Dandrea
Public bug reported:

https://errors.ubuntu.com/bucket/?id=/usr/bin/nautilus:6:g_assertion_message:g_assertion_message_expr:nautilus_bookmark_connect_file:nautilus_bookmark_connect_file:g_object_newv

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1186647

Title:
  
/usr/bin/nautilus:6:g_assertion_message:g_assertion_message_expr:nautilus_bookmark_connect_file:nautilus_bookmark_connect_file:g_object_newv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1186647/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1186419] [NEW] /usr/bin/gnome-control-center:11:get_graphics_data_glx_renderer:get_graphics_data:cc_info_panel_init:g_type_create_instance:g_object_constructor

2013-05-31 Thread Evan Dandrea
Public bug reported:

https://errors.ubuntu.com/bucket/?id=/usr/bin/gnome-control-
center:11:get_graphics_data_glx_renderer:get_graphics_data:cc_info_panel_init:g_type_create_instance:g_object_constructor

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1186419

Title:
  /usr/bin/gnome-control-
  
center:11:get_graphics_data_glx_renderer:get_graphics_data:cc_info_panel_init:g_type_create_instance:g_object_constructor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1186419/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1079085] [NEW] /usr/lib/evolution/evolution-calendar-factory:11:g_scanner_key_hash:g_hash_table_lookup_node:g_hash_table_remove_internal:cal_backend_contacts_remove_book_record:g_closure_invoke

2012-11-15 Thread Evan Dandrea
*** This bug is a duplicate of bug 1062068 ***
https://bugs.launchpad.net/bugs/1062068

Public bug reported:

https://errors.ubuntu.com/bucket/?id=/usr/lib/evolution/evolution-
calendar-
factory:11:g_scanner_key_hash:g_hash_table_lookup_node:g_hash_table_remove_internal:cal_backend_contacts_remove_book_record:g_closure_invoke

** Affects: evolution-data-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in Ubuntu.
https://bugs.launchpad.net/bugs/1079085

Title:
  /usr/lib/evolution/evolution-calendar-
  
factory:11:g_scanner_key_hash:g_hash_table_lookup_node:g_hash_table_remove_internal:cal_backend_contacts_remove_book_record:g_closure_invoke

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1079085/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1061158] [NEW] /usr/bin/rhythmbox:11:rb_sync_settings_sync_category:build_sync_itinerary:rb_sync_state_update:impl_constructed:object_set_property

2012-10-03 Thread Evan Dandrea
Public bug reported:

https://errors.ubuntu.com/bucket/?id=/usr/bin/rhythmbox:11:rb_sync_settings_sync_category:build_sync_itinerary:rb_sync_state_update:impl_constructed:object_set_property

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1061158

Title:
  
/usr/bin/rhythmbox:11:rb_sync_settings_sync_category:build_sync_itinerary:rb_sync_state_update:impl_constructed:object_set_property

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1061158/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 998521] Re: whoopsie process is leaking memory

2012-05-18 Thread Evan Dandrea
** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: whoopsie-daisy (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided = High

** Changed in: glib2.0 (Ubuntu)
   Status: New = Confirmed

** Changed in: glib2.0 (Ubuntu)
Milestone: None = quantal-alpha-1

** Changed in: glib2.0 (Ubuntu)
 Assignee: (unassigned) = Evan Dandrea (ev)

** Also affects: glib2.0 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: whoopsie-daisy (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Quantal)
   Importance: High
 Assignee: Evan Dandrea (ev)
   Status: Confirmed

** Also affects: whoopsie-daisy (Ubuntu Quantal)
   Importance: High
 Assignee: Evan Dandrea (ev)
   Status: Invalid

** Changed in: whoopsie-daisy (Ubuntu Precise)
   Status: New = Invalid

** Changed in: whoopsie-daisy (Ubuntu Precise)
   Status: Invalid = Confirmed

** Changed in: whoopsie-daisy (Ubuntu Quantal)
   Status: Invalid = Confirmed

** Changed in: glib2.0 (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/998521

Title:
  whoopsie process is leaking memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/998521/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 998521] Re: whoopsie process is leaking memory

2012-05-18 Thread Evan Dandrea
Indeed. And apologies, I hadn't seen your reply to this bug and went
ahead and uploaded it to -proposed.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/998521

Title:
  whoopsie process is leaking memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/whoopsie-daisy/+bug/998521/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 960757] Re: whoopsie crashed with SIGSEGV in g_object_newv()

2012-03-25 Thread Evan Dandrea
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This is fixed in the latest version of whoopsie, 0.1.23.

** Changed in: glib2.0 (Ubuntu Precise)
   Status: Confirmed = Invalid

** Changed in: whoopsie-daisy (Ubuntu Precise)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/960757

Title:
  whoopsie crashed with SIGSEGV in g_object_newv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/960757/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 960757] Re: whoopsie crashed with SIGSEGV in g_object_newv()

2012-03-23 Thread Evan Dandrea
Can you please first upgrade whoopsie to 0.1.20 or later. Then please edit 
/etc/init/whoopsie.conf as root (sudo gedit /etc/init/whoopsie.conf) and just 
below the line that reads env CRASH_DB_URL=https://daisy.ubuntu.com, put env 
G_SLICE=always-malloc. So the file then looks like this:
...
env CRASH_DB_URL=https://daisy.ubuntu.com
env G_SLICE=always-malloc
...

Then run `sudo restart whoopsie`, and report back here on whether that
stops the crash in whoopsie from happening. The dialog that appears will
say Ubuntu has encountered an internal error, but if you hit Show
Details, the Package will be whoopsie.

To be clear, you may get crashes that say Ubuntu has encountered an
internal error, but we're only concerned about ones for the whoopsie
package in this bug report.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/960757

Title:
  whoopsie crashed with SIGSEGV in g_object_newv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/960757/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 960757] Re: whoopsie crashed with SIGSEGV in g_object_newv()

2012-03-23 Thread Evan Dandrea
It may be some time before you see this bug reappearing, as it will only
occur when you're trying to file a separate bug.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/960757

Title:
  whoopsie crashed with SIGSEGV in g_object_newv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/960757/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 960757] Re: whoopsie crashed with SIGSEGV in g_object_newv()

2012-03-23 Thread Evan Dandrea
If you're experiencing this bug, please upgrade to whoopsie 0.1.23 and
report back here on whether or not you're still seeing whoopsie crashes.

To be clear, whoopsie crashes are ones that have Package: whoopsie in
the Show Details section.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/960757

Title:
  whoopsie crashed with SIGSEGV in g_object_newv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/960757/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 960757] Re: whoopsie crashed with SIGSEGV in g_object_newv()

2012-03-21 Thread Evan Dandrea
** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/960757

Title:
  whoopsie crashed with SIGSEGV in g_object_newv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/960757/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 960757] Re: whoopsie crashed with SIGSEGV in g_object_newv()

2012-03-21 Thread Evan Dandrea
On first blush this looks like a bug in the gnetworkmonitor code.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/960757

Title:
  whoopsie crashed with SIGSEGV in g_object_newv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/960757/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 856669] Re: ubiquity crashed with AttributeError in do_set_property(): 'StateBox' object has no attribute 'label'

2011-09-23 Thread Evan Dandrea
** Also affects: pygobject (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubiquity (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: pygobject (Ubuntu)
   Importance: Undecided = Critical

** Changed in: pygobject (Ubuntu)
   Status: New = Triaged

** Changed in: pygobject (Ubuntu)
Milestone: None = ubuntu-11.10

** Changed in: pygobject (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop (ubuntu-desktop)

** Description changed:

- issue appears when i installed 7 zip with software center and try to
- install release
+ pygobject 3.0.0-0svn1 introduces a bug whereby Python GTK+ widgets
+ instantiated with GtkBuilder do not get their __init__ methods called.
+ 
+ I have narrowed it down to the following patch:
+ https://bugzilla.gnome.org/attachment.cgi?id=196572
+ 
+ This was introduced to fix http://bugzilla.gnome.org/show_bug.cgi?id=657403, 
however the test case for this still fails with 3.0.0-0svn1:
+ http://bugzilla.gnome.org/attachment.cgi?id=194787
+ 
+ This caused Ubiquity's test suite to fail, as well as Ubiquity itself on
+ CDs with upgraded copies of pygobject.
+ 
+ Original report follows:
+ issue appears when i installed 7 zip with software center and try to install 
release
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: ubiquity 2.7.35
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  Date: Thu Sep 22 20:26:27 2011
  ExecutablePath: /usr/lib/ubiquity/bin/ubiquity
  InterpreterPath: /usr/bin/python2.7
  ProcCmdline: /usr/bin/python /usr/lib/ubiquity/bin/ubiquity gtk_ui
  ProcEnviron: Error: [Errno 13] Permission denied: '/proc/2252/environ'
  PythonArgs: ['/usr/lib/ubiquity/bin/ubiquity', 'gtk_ui']
  SourcePackage: ubiquity
  Title: ubiquity crashed with AttributeError in do_set_property(): 'StateBox' 
object has no attribute 'label'
  Traceback:
-  Traceback (most recent call last):
-File /usr/lib/ubiquity/ubiquity/gtkwidgets.py, line 309, in 
do_set_property
-  self.label.set_text(value)
-  AttributeError: 'StateBox' object has no attribute 'label'
+  Traceback (most recent call last):
+    File /usr/lib/ubiquity/ubiquity/gtkwidgets.py, line 309, in 
do_set_property
+  self.label.set_text(value)
+  AttributeError: 'StateBox' object has no attribute 'label'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

** Summary changed:

- ubiquity crashed with AttributeError in do_set_property(): 'StateBox' object 
has no attribute 'label'
+ pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygobject in Ubuntu.
https://bugs.launchpad.net/bugs/856669

Title:
  pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/856669/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 51551] Re: newusers, liboobs uses crypt insted of md5, intrepid installer doesn't use sha512

2011-02-08 Thread Evan Dandrea
** Changed in: migration-assistant (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: migration-assistant (Ubuntu)
 Assignee: Evan Dandrea (ev) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to liboobs in ubuntu.
https://bugs.launchpad.net/bugs/51551

Title:
  newusers, liboobs uses crypt insted of md5, intrepid installer doesn't
  use sha512

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 710582] Re: ubiquity crashes on amd64 architecture. was: webkit does not implement assert sanely (ubiquity crashes after step 'Who are you', yelp segfaults)

2011-02-03 Thread Evan Dandrea
Marking the ubiquity task as Invalid.  This is definitely a bug in
webkit.

** Changed in: ubiquity (Ubuntu Natty)
   Status: Confirmed = Invalid

** Changed in: webkit (Ubuntu Natty)
   Importance: Undecided = Critical

** Changed in: webkit (Ubuntu Natty)
   Status: New = Confirmed

** Changed in: webkit (Ubuntu Natty)
Milestone: None = natty-alpha-3

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.
https://bugs.launchpad.net/bugs/710582

Title:
  ubiquity crashes on amd64 architecture.  was: webkit does not
  implement assert sanely (ubiquity crashes after step 'Who are you',
  yelp segfaults)

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 710582] Re: webkit does not implement assert sanely (ubiquity crashes after step 'Who are you', yelp segfaults)

2011-02-02 Thread Evan Dandrea
Oddly enough, I cannot seem to reproduce this with kvm.  Martin, how
much memory are you giving it?

If you have a chance, would you mind poking with gdb to get more detail
on the conditions surrounding the mmap failure?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.
https://bugs.launchpad.net/bugs/710582

Title:
  webkit does not implement assert sanely (ubiquity crashes after step
  'Who are you', yelp segfaults)

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 687670] Re: [Natty] Add a ubiquity slide for GDM Session choosing. Also add to help files.

2010-12-09 Thread Evan Dandrea
I don't think this is the right place to convey this information.  The
installation experience is targeted at new users who in all likelihood
have no previous experience using Unity or GNOME, and thus throwing this
in front of them would, I presume, only lead to confusion on why they
have to make such a decision.

Equally, the slideshow is a place to highlight key features of the
operating system and community, of which this is not.

** Changed in: ubiquity-slideshow-ubuntu (Ubuntu)
   Status: Fix Committed = Won't Fix

** Changed in: ubiquity-slideshow-ubuntu (Ubuntu)
 Assignee: Matt Sturgeon (mttza1) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.
https://bugs.launchpad.net/bugs/687670

Title:
  [Natty] Add a ubiquity slide for GDM Session choosing. Also add to help files.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 659411] Re: Entering a tilda ~ does not take you to the home directory

2010-10-12 Thread Evan Dandrea
** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

-- 
Entering a tilda ~ does not take you to the home directory
https://bugs.launchpad.net/bugs/659411
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 569821] Re: Mouse pointer can disappear after screensaver resume

2010-04-26 Thread Evan Dandrea
This is not a bug in the installer.  Moving to gnome-screensaver.

** Also affects: gnome-screensaver (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubiquity (Ubuntu)
   Status: New = Invalid

-- 
Mouse pointer can disappear after screensaver resume
https://bugs.launchpad.net/bugs/569821
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 458334] Re: Fails repeatably with DBus error org.gtk.Private.RemoteVolumeMonitor.NotFound: The given volume was not found

2009-10-28 Thread Evan Dandrea
** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Fails repeatably with DBus error org.gtk.Private.RemoteVolumeMonitor.NotFound: 
The given volume was not found
https://bugs.launchpad.net/bugs/458334
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395103] Re: Gnome doesn't have my configured keyboard layout after login anymore

2009-09-10 Thread Evan Dandrea
I'm moving this back to confirmed, given Martin's comments in the
upstream bug discovering that 01_default_keyboard_layout_hal.patch
breaks variants.

** Changed in: gdm (Ubuntu Karmic)
   Status: Fix Released = Confirmed

-- 
Gnome doesn't have my configured keyboard layout after login anymore
https://bugs.launchpad.net/bugs/395103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395103] Re: Gnome doesn't have my configured keyboard layout after login anymore

2009-09-10 Thread Evan Dandrea
To further clarify, this breaks dvorak when selected at the CD boot
prompt, and when selected as the keyboard layout for the installed
system in ubiquity.

-- 
Gnome doesn't have my configured keyboard layout after login anymore
https://bugs.launchpad.net/bugs/395103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 58205] Re: Should provide Right-Click-Format...

2009-06-19 Thread Evan Dandrea
Echoing what Juan said, gdu-format-tool seems like the best fit for
this, given that it uses both devicekit-disks and policykit, and is
written by the upstream for devicekit.  We include gnome-disk-utility in
karmic universe, but the Debian binary package does not include gdu-
format-tool.

-- 
Should provide Right-Click-Format...
https://bugs.launchpad.net/bugs/58205
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 361112] Re: standalone ubiquity won't let me alt-tab to status window

2009-04-17 Thread Evan Dandrea
Running the attached script works as expected when using compiz, but
fails to show the second window when using metacity.

** Attachment added: transient.py
   http://launchpadlibrarian.net/25626220/transient.py

** Also affects: metacity (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: metacity (Ubuntu)
   Status: New = Confirmed

-- 
standalone ubiquity won't let me alt-tab to status window
https://bugs.launchpad.net/bugs/361112
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 361112] Re: standalone ubiquity won't let me alt-tab to status window

2009-04-17 Thread Evan Dandrea
** Changed in: ubiquity (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: metacity (Ubuntu)
   Status: Confirmed = Invalid

-- 
standalone ubiquity won't let me alt-tab to status window
https://bugs.launchpad.net/bugs/361112
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331442] Re: Regression:Partition editor no longer brings up resizeing partition dialog

2009-04-17 Thread Evan Dandrea
*** This bug is a duplicate of bug 361112 ***
https://bugs.launchpad.net/bugs/361112

** This bug has been marked a duplicate of bug 361112
   standalone ubiquity won't let me alt-tab to status window

-- 
Regression:Partition editor no longer brings up resizeing partition dialog
https://bugs.launchpad.net/bugs/331442
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu (via bug
361112).

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 337787] Re: changing the Governor through the applet Überwachung der Prozessortaktstufen doe s not work

2009-03-11 Thread Evan Dandrea
This is not a bug in the desktop installer.  Moving to gnome-applets.

** Also affects: gnome-applets (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubiquity (Ubuntu)
   Status: New = Invalid

-- 
changing the Governor through the applet Überwachung der Prozessortaktstufen 
does not work
https://bugs.launchpad.net/bugs/337787
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 51551] Re: newusers, liboobs uses crypt insted of md5, intrepid installer doesn't use sha512

2008-10-29 Thread Evan Dandrea
** Changed in: migration-assistant (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: user-setup (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: user-setup (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
newusers, liboobs uses crypt insted of md5, intrepid installer doesn't use 
sha512
https://bugs.launchpad.net/bugs/51551
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to liboobs in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 246969] Re: [Intrepid alpha1] gdmgreeter freezes in VMware Server 1.0.6

2008-07-11 Thread Evan Dandrea
[  385.477041] BUG: soft lockup - CPU#0 stuck for 61s! [ksoftirqd/0:4]

Experiencing the same problem here with the Hardy Alpha 2 candidate
images (20080711) in VMWare.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
[Intrepid alpha1] gdmgreeter freezes in VMware Server 1.0.6
https://bugs.launchpad.net/bugs/246969
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237975] [NEW] Mousing over an audio file on the desktop should not preview it.

2008-06-06 Thread Evan Dandrea
Public bug reported:

Binary package hint: nautilus

I was working on one desktop when I suddenly heard music playing.
Thinking it was a Flash video somewhere in Firefox, I switched desktops
using the keyboard and it stopped playing.  I switched back and it
started playing again.  After a minute of this back and forth I noticed
that my mouse was hovering over an mp3 file on the desktop.

While the audio preview is a useful feature in nautilus windows, I'm not
sure it makes sense for the desktop.

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Mousing over an audio file on the desktop should not preview it.
https://bugs.launchpad.net/bugs/237975
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 177660] Re: rhythmbox crashed with SIGSEGV in rb_ipod_db_set_ipod_name()

2008-05-11 Thread Evan Dandrea
FWIW, I just experienced this with a brand new iPod Nano 3rd generation:

(gdb) r
Starting program: /usr/bin/rhythmbox 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fd679b787c0 (LWP 16587)]
[New Thread 0x413af950 (LWP 16591)]
[Thread 0x413af950 (LWP 16591) exited]
WARN  coherence   May 11 23:09:42  Coherence UPnP framework 
version 0.5.0 starting... (coherence/base.py:165)
WARN  webserver   May 11 23:09:42  WebServer on port 45510 
ready (coherence/base.py:103)
[New Thread 0x413af950 (LWP 16602)]
[New Thread 0x42321950 (LWP 16603)]
[Thread 0x42321950 (LWP 16603) exited]
[Thread 0x413af950 (LWP 16602) exited]
[New Thread 0x413af950 (LWP 16604)]

(rhythmbox:16587): GLib-GObject-CRITICAL **:
g_type_instance_get_private: assertion `instance != NULL 
instance-g_class != NULL' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fd679b787c0 (LWP 16587)]
rb_ipod_db_set_ipod_name (ipod_db=0x0, 
name=0x1e27c50 Apple iPod Music Player) at rb-ipod-db.c:439
439 rb-ipod-db.c: No such file or directory.
in rb-ipod-db.c
(gdb) bt
#0  rb_ipod_db_set_ipod_name (ipod_db=0x0, 
name=0x1e27c50 Apple iPod Music Player) at rb-ipod-db.c:439
#1  0x7fd663a431cf in rb_ipod_source_name_changed_cb (source=0x1e38790, 
spec=value optimized out, data=value optimized out)
at rb-ipod-source.c:172
#2  0x7fd672994bcf in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#3  0x7fd6729a86bc in ?? () from /usr/lib/libgobject-2.0.so.0
#4  0x7fd6729aa0d5 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#5  0x7fd6729aa483 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#6  0x7fd672998b22 in ?? () from /usr/lib/libgobject-2.0.so.0
#7  0x7fd67299aa80 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#8  0x7fd67299af46 in g_object_new_valist ()
   from /usr/lib/libgobject-2.0.so.0
#9  0x7fd67299b171 in g_object_new () from /usr/lib/libgobject-2.0.so.0
#10 0x7fd663a43099 in rb_ipod_source_new (shell=0x84e020, volume=0x86eee0)
at rb-ipod-source.c:284
#11 0x7fd663a4294c in create_source_cb (rmm=value optimized out, 
volume=0x86eee0, plugin=0x131f590) at rb-ipod-plugin.c:205
#12 0x7fd67978665f in rb_marshal_OBJECT__OBJECT (closure=0x133ae40, 
return_value=0x7fff81bc8810, n_param_values=value optimized out, 
param_values=0x7fff81bc88f0, invocation_hint=value optimized out, 
marshal_data=0x7fd663a42910) at rb-marshal.c:327
---Type return to continue, or q return to quit---
#13 0x7fd672994bcf in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#14 0x7fd6729a86bc in ?? () from /usr/lib/libgobject-2.0.so.0
#15 0x7fd6729a9de6 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#16 0x7fd6729aa483 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#17 0x0043ab2e in rb_removable_media_manager_mount_volume (
mgr=0xb44050, volume=0x86eee0) at rb-removable-media-manager.c:438
#18 0x0043acea in rb_removable_media_manager_scan (manager=0xb44050)
at rb-removable-media-manager.c:610
#19 0x0042a465 in _scan_idle (shell=0x84e020) at rb-shell.c:1299
#20 0x7fd671ba4262 in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
#21 0x7fd671ba7516 in ?? () from /usr/lib/libglib-2.0.so.0
#22 0x7fd671ba77d7 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#23 0x7fd6746a8f03 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#24 0x0042259c in main (argc=value optimized out, 
argv=value optimized out) at main.c:327


** Visibility changed to: Public

** Visibility changed to: Private

-- 
rhythmbox crashed with SIGSEGV in rb_ipod_db_set_ipod_name()
https://bugs.launchpad.net/bugs/177660
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 177660] Re: rhythmbox crashed with SIGSEGV in rb_ipod_db_set_ipod_name()

2008-05-11 Thread Evan Dandrea
Updating, restoring to the original settings, and giving the the iPod a
name, all in Windows, fixed the issue for me.

-- 
rhythmbox crashed with SIGSEGV in rb_ipod_db_set_ipod_name()
https://bugs.launchpad.net/bugs/177660
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 185526] Re: [Hardy] Drag and drop from menu to desktop fails with error

2008-01-24 Thread Evan Dandrea
** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: None = gnome-panel
   Status: New = Confirmed

-- 
[Hardy] Drag and drop from menu to desktop fails with error
https://bugs.launchpad.net/bugs/185526
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-panel in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145088] Re: [Gutsy] LiveCD Install Forward Button Not Active

2007-09-26 Thread Evan Dandrea
*** This bug is a duplicate of bug 22930 ***
https://bugs.launchpad.net/bugs/22930

** This bug has been marked a duplicate of bug 22930
   Newly-sensitive button ignores clicks until cursor re-enters it

-- 
[Gutsy] LiveCD Install Forward Button Not Active
https://bugs.launchpad.net/bugs/145088
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber (via bug 22930).

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 140495] Re: LinkButtons do not work

2007-09-24 Thread Evan Dandrea
My apologies, this appears to be a misunderstanding on my part as to how
to properly construct a linkbutton.  Sorry for the false alarm.

** Changed in: gtk+2.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
LinkButtons do not work
https://bugs.launchpad.net/bugs/140495
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 140495] LinkButtons do not work

2007-09-17 Thread Evan Dandrea
Public bug reported:

Sometime after Tribe 3 LinkButtons stopped working.  To clarify, if you
click on a LinkButton the URL will not open.

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
LinkButtons do not work
https://bugs.launchpad.net/bugs/140495
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 126848] Re: [gutsy] Places menu contains 2 Desktop and Documents items

2007-07-18 Thread Evan Dandrea
This also occurs on 20070717.

** Changed in: gnome-menus (Ubuntu)
   Status: New = Confirmed

-- 
[gutsy] Places menu contains 2 Desktop and Documents items
https://bugs.launchpad.net/bugs/126848
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-menus in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 122315] Re: gcalctool 0 to the power of 0

2007-07-13 Thread Evan Dandrea
gcalctool (5.19.5-0ubuntu1) gutsy; urgency=low

  * New upstream release:
- Fixes bug (LP: #122315) - 0 to the power of 0.
  * 03_clean.patch:
- Remove libparser.a during a clean.

 -- Evan Dandrea [EMAIL PROTECTED]   Thu, 12 Jul 2007 12:01:24 +0100

** Changed in: gcalctool (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
gcalctool 0 to the power of 0
https://bugs.launchpad.net/bugs/122315
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gcalctool in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 121896] Re: End Process button does nothing

2007-07-10 Thread Evan Dandrea
gnome-system-monitor (2.19.5-0ubuntu1) gutsy; urgency=low

  * New upstream version
Fixes End Process button does nothing (LP: #121896).
  * debian/control.in
* Updated build-dep of libxml2.
  * debian/patches/02_lpi.patch:
* updated
  * debian/patches/03_autoconf.patch:
* updated

 -- Evan Dandrea [EMAIL PROTECTED]   Tue, 10 Jul 2007 17:28:17 +0100

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
End Process button does nothing
https://bugs.launchpad.net/bugs/121896
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 122141] SIGSEGV in gtk.Button.set_image

2007-06-25 Thread Evan Dandrea
Public bug reported:

One of the newer versions of gtk+2.0 is causing Ubiquity (and possibly
others) to crash when it calls set_image on a button.  Running with
valgrind causes the bug to disappear, but I'll attach those logs anyway.

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
SIGSEGV in gtk.Button.set_image
https://bugs.launchpad.net/bugs/122141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 122141] Re: SIGSEGV in gtk.Button.set_image

2007-06-25 Thread Evan Dandrea

** Attachment added: Backtrace
   http://launchpadlibrarian.net/8186849/trace

-- 
SIGSEGV in gtk.Button.set_image
https://bugs.launchpad.net/bugs/122141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 122141] Re: SIGSEGV in gtk.Button.set_image

2007-06-25 Thread Evan Dandrea

** Attachment added: valgrind.log.15919
   http://launchpadlibrarian.net/8186855/valgrind.log.15919

-- 
SIGSEGV in gtk.Button.set_image
https://bugs.launchpad.net/bugs/122141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 122141] Re: SIGSEGV in gtk.Button.set_image

2007-06-25 Thread Evan Dandrea
Simple example

** Attachment added: example
   http://launchpadlibrarian.net/8187014/test.py

-- 
SIGSEGV in gtk.Button.set_image
https://bugs.launchpad.net/bugs/122141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 122141] Re: SIGSEGV in gtk.Button.set_image

2007-06-25 Thread Evan Dandrea

** Attachment added: example glade
   http://launchpadlibrarian.net/8187015/test.glade

-- 
SIGSEGV in gtk.Button.set_image
https://bugs.launchpad.net/bugs/122141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs