[Bug 967924] Re: rhythmbox DAAP plugin causes crash when saving settings

2012-03-29 Thread Gaz Davidson
I just did an apt-get update; apt-get upgrade and I can no longer
reproduce the problem either.

Looking good!

-- 
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/967924

Title:
  rhythmbox DAAP plugin causes crash when saving settings

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

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


[Bug 967924] Re: rhythmbox DAAP plugin causes crash when saving settings

2012-03-29 Thread Gaz Davidson
Just removed rhythmbox, removed dobey's ppa and installed rhythmbox from
standard 12.04 repositories. Confirmed this is fixed as of today's
updates.

I guess I don't have access to mark this as resolved though. Can someone
do that?

-- 
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/967924

Title:
  rhythmbox DAAP plugin causes crash when saving settings

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

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


[Bug 93847] Re: Excessive CPU usage by Gnome System Monitor

2011-01-12 Thread Gaz Davidson
Disclaimer: I know nothing of GTK or Cairo.

First up, the source:

http://git.gnome.org/browse/gnome-system-monitor/tree/src/load-graph.cpp

This comment:

// FIXME:
// on configure, g-frames_per_unit = 
g-draw_width/(LoadGraph::NUM_POINTS);
// knock FRAMES down to 5 until cairo gets faster

This value is set to 10, not 5. I haven't profiled it, but that comment
would suggest cairo_curve_to is the problem. The canvas appears to be
stateless, redrawing everything every frame. The obvious solution is to
implement a cache for the graph rather than blaming Cairo for the speed.

Cairo must have ways to manipulate graphics buffers. Keep two around as part of 
the load graph state, one for the background and one for the graph. Draw in a 
cyclic manor each frame like so:
1) Work out a width based on the last drawn position and the current one. Blank 
it out from left to right, wrap around if necessary.
2) Draw the line segments from the last drawn position to the current cursor 
position
3) Stamp down the graph background onto the canvas
4) Draw the line segments in two halves, giving the illusion of a scrolling 
buffer

This will remove 99.9% of the smooth line drawing calls, it will cost a
small memory cache, but that's the reason we have RAM anyway.

Workarounds:

a) Do as the comment says, set frames_per_unit to 10 instead of 5, this will 
draw less line segments. This will call g_timeout_add with a larger interval.
b) Set the default /apps/procman/graph_update_interval to something higher, say 
2000 or 5000. This would just suck.
c) Draw jagged lines instead of smooth ones, this may be faster.

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

Title:
  Excessive CPU usage by Gnome System Monitor

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


[Bug 257713] Re: No thumbnail for .svgz file

2010-01-24 Thread Gaz Davidson
I can't see thumbnails for svgz files either. Not sure if this is a
regression or a different problem, because opening in EoG no longer
fixes the thumbs.

If I rename a svg file to svgz it does re-render the thumb, if I rename
a svgz file to svg then it doesn't re-render it. librsvg appears to be
built with --with-svgz, but I'm not sure.

I am using Ubuntu 9.10

** Attachment added: Example .svgz file made in Inkscape
   http://launchpadlibrarian.net/38334603/bitplane.svgz

-- 
No thumbnail for .svgz file
https://bugs.launchpad.net/bugs/257713
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 410590] [NEW] Brasero has no icon in High Contrast theme

2009-08-07 Thread Gaz Davidson
Public bug reported:

Binary package hint: brasero

Brasero-common has no high contrast inverse icons. I've attached one for
the main icon.

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


** Tags: icon icons

-- 
Brasero has no icon in High Contrast theme
https://bugs.launchpad.net/bugs/410590
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 410590] Re: Brasero has no icon in High Contrast theme

2009-08-07 Thread Gaz Davidson

** Attachment added: brasero.svg
   http://launchpadlibrarian.net/30044897/brasero.svg

-- 
Brasero has no icon in High Contrast theme
https://bugs.launchpad.net/bugs/410590
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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