[Bug 654921] Re: Black border in the notifications when effects are turned off

2011-02-25 Thread Mirco Müller
** Changed in: notify-osd (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: notify-osd (Ubuntu)
 Assignee: (unassigned) = Mirco Müller (macslow)

** Changed in: notify-osd (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Black border in the notifications when effects are turned off

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

[Bug 654921] Re: Black border in the notifications when effects are turned off

2011-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package notify-osd - 0.9.30-0ubuntu1

---
notify-osd (0.9.30-0ubuntu1) natty; urgency=low

  * New upstream release
- multi-monitor related fixes for correctly positioning the
  notification-bubbles
- Notification borders are cut off on the right bottom side (LP: #724842)
- Two notification bubbles at the same time (LP: #559109)
- Fallback alert has leftmost button as default (LP: #353843)
- should build without GTK deprecation (LP: #655232)
- Black border in the notifications when effects are turned
  off (LP: #654921)
- Notify-osd needs to pause the timer during mouse-over (LP: #500663)
 -- Ken VanDine ken.vand...@canonical.com   Fri, 25 Feb 2011 10:04:57 -0500

** Changed in: notify-osd (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Black border in the notifications when effects are turned off

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


[Bug 654921] Re: Black border in the notifications when effects are turned off

2011-02-23 Thread Hernando Torque
Dupe of https://bugs.launchpad.net/notify-osd/+bug/670785 (or the other
way round)?

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

Title:
  Black border in the notifications when effects are turned off

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


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-12-06 Thread Mirco Müller
Thanks for tracking this down! I'll devote the upcoming weekend for
working on a number of pending patches to notify-osd.

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

Title:
  Black border in the notifications when effects are turned off

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


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-12-05 Thread Robert Hooker
This has been bisected down to this commit in pixman where the problems
with notify-osd started

http://cgit.freedesktop.org/pixman/commit/?id=1cc750ed92a936d84b47cac696aaffd226e1c02e

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

Title:
  Black border in the notifications when effects are turned off

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


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-12-05 Thread Peter Clifton
I bisected it. It seems the composite operation is being thrown out by pixman 
due to some problem with the source surface.
The backtrace when that happens is this:


(gdb) bt
#0  do_composite (op=value optimised out, src=value optimised out, 
mask=0x0, dest=value optimised out, src_x=value optimised out, src_y=value 
optimised out, mask_x=352, 
mask_y=0, dest_x=352, dest_y=0, width=20, height=61) at pixman.c:882
#1  pixman_image_composite32 (op=value optimised out, src=value optimised 
out, mask=0x0, dest=value optimised out, src_x=value optimised out, 
src_y=value optimised out, 
mask_x=352, mask_y=0, dest_x=352, dest_y=0, width=20, height=61) at 
pixman.c:983
#2  0x760d5ad3 in _composite_boxes (dst=0x748b10, op=value optimised 
out, src=value optimised out, boxes=value optimised out, antialias=value 
optimised out, 
extents=value optimised out, clip=0x0) at 
/build/buildd/cairo-1.10.0/src/cairo-image-surface.c:2976
#3  _clip_and_composite_boxes (dst=0x748b10, op=value optimised out, 
src=value optimised out, boxes=value optimised out, antialias=value 
optimised out, 
extents=value optimised out, clip=0x0) at 
/build/buildd/cairo-1.10.0/src/cairo-image-surface.c:3015
#4  0x760d685b in _cairo_image_surface_paint 
(abstract_surface=0x748b10, op=CAIRO_OPERATOR_OVER, source=0x7fffd3e0, 
clip=0x0)
at /build/buildd/cairo-1.10.0/src/cairo-image-surface.c:3269
#5  0x760f4657 in _cairo_surface_paint (surface=0x748b10, 
op=CAIRO_OPERATOR_OVER, source=0x7fffd3e0, clip=0x7fffd4e0)
at /build/buildd/cairo-1.10.0/src/cairo-surface.c:2022
#6  0x760cc222 in _cairo_gstate_paint (gstate=0x763628d0) at 
/build/buildd/cairo-1.10.0/src/cairo-gstate.c:1049
#7  0x760c35d4 in cairo_paint (cr=0x763628a0) at 
/build/buildd/cairo-1.10.0/src/cairo.c:2227
#8  0x760c36c8 in cairo_paint_with_alpha (cr=0x763628a0, 
alpha=-4294966924) at /build/buildd/cairo-1.10.0/src/cairo.c:2255
#9  0x004215c8 in _pad_paint ()
#10 0x004219e1 in tile_paint_with_padding ()
#11 0x00412db1 in _refresh_background ()
#12 0x004138a9 in bubble_recalc_size ()
#13 0x0041d5e9 in stack_notify_handler ()
#14 0x0041c126 in 
dbus_glib_marshal_stack_VOID__STRING_UINT_STRING_STRING_STRING_BOXED_BOXED_INT_POINTER
 ()
#15 0x77707fef in invoke_object_method (object=value optimised out, 
object_info=value optimised out, method=0x429ca0, connection=value optimised 
out, 
message=value optimised out) at dbus-gobject.c:1724
#16 0x777084bd in object_registration_message (connection=value 
optimised out, message=value optimised out, user_data=value optimised out) 
at dbus-gobject.c:1944
#17 0x774d5dde in ?? () from /lib/libdbus-1.so.3
#18 0x774c948c in dbus_connection_dispatch () from /lib/libdbus-1.so.3
#19 0x77704a45 in message_queue_dispatch (source=value optimised out, 
callback=value optimised out, user_data=value optimised out) at 
dbus-gmain.c:101
#20 0x7576f342 in g_main_dispatch (context=0x66f0c0) at 
/build/buildd/glib2.0-2.26.1/glib/gmain.c:2149
#21 g_main_context_dispatch (context=0x66f0c0) at 
/build/buildd/glib2.0-2.26.1/glib/gmain.c:2702
#22 0x757732a8 in g_main_context_iterate (context=0x66f0c0, 
block=value optimised out, dispatch=value optimised out, self=value 
optimised out)
at /build/buildd/glib2.0-2.26.1/glib/gmain.c:2780
#23 0x757737b5 in g_main_loop_run (loop=0x6dd9c0) at 
/build/buildd/glib2.0-2.26.1/glib/gmain.c:2988
#24 0x76d913e7 in IA__gtk_main () at 
/build/buildd/gtk+2.0-2.22.0/gtk/gtkmain.c:1237
#25 0x0041b60d in main ()

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

Title:
  Black border in the notifications when effects are turned off

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


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-12-05 Thread Peter Clifton
I've found a fix for this bug, will post a patch shortly

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

Title:
  Black border in the notifications when effects are turned off

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


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-12-05 Thread Peter Clifton
https://code.launchpad.net/~pcjc2/notify-osd/fix_dropshadow

** Branch linked: lp:~pcjc2/notify-osd/fix_dropshadow

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

Title:
  Black border in the notifications when effects are turned off

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


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-12-04 Thread Robert Hooker
This is a problem when pixman 0.20 is used which will be pulled into
natty in the not too distant future, the bug started manifesting at
least as far back as 0.19.6.

It also has problems as seen in this image when compiz is used.

** Attachment added: notify.png
   
https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/654921/+attachment/1755910/+files/notify.png

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

Title:
  Black border in the notifications when effects are turned off

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


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-10-21 Thread Hernando Torque
This has something to do with the xorg-edgers PPA (note, that also the
bug reporter used it).

-- 
Black border in the notifications when effects are turned off
https://bugs.launchpad.net/bugs/654921
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-10-20 Thread Hernando Torque
Also seeing this with the nouveau driver and metacity.

-- 
Black border in the notifications when effects are turned off
https://bugs.launchpad.net/bugs/654921
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-10-20 Thread Hernando Torque
Sorry, forgot: this happens always, with every notification.

** Changed in: notify-osd (Ubuntu)
   Status: New = Confirmed

-- 
Black border in the notifications when effects are turned off
https://bugs.launchpad.net/bugs/654921
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-10-07 Thread Robert Roth
This happens for me too, but with an NVidia card with proprietary
drivers, and effects turned on.

-- 
Black border in the notifications when effects are turned off
https://bugs.launchpad.net/bugs/654921
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-10-07 Thread Mirco Müller
You're not running compiz according to that screenshot you've attached.
Could you retry this with compiz running and see if it still happens.
There's nothing in notify-osd that changed this cycle, rendering-wise,
so I'm predicting a regression in the wm (metacity).

-- 
Black border in the notifications when effects are turned off
https://bugs.launchpad.net/bugs/654921
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-10-07 Thread Mirco Müller
@ Robert: I've not seen this yet on my nvidia-based system (also running
comipz). Do you get this rendering-error constantly or only
occasionally? Anything you perhaps doing that can force/reproduce it in
a predictable manner?

-- 
Black border in the notifications when effects are turned off
https://bugs.launchpad.net/bugs/654921
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-10-07 Thread Jaime Rave
Well when I activate Compiz the notification gets the black parts
cutted. I also see this issue when starting Ubuntu with a low graphics
mode.

-- 
Black border in the notifications when effects are turned off
https://bugs.launchpad.net/bugs/654921
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654921] Re: Black border in the notifications when effects are turned off

2010-10-04 Thread Jaime Rave

** Attachment added: Pantallazo-1.png
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672422/+files/Pantallazo-1.png

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672423/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672424/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672425/+files/Dependencies.txt

** Attachment added: Lsmod.txt
   https://bugs.launchpad.net/bugs/654921/+attachment/1672426/+files/Lsmod.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/654921/+attachment/1672427/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/654921/+attachment/1672428/+files/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672429/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672430/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672431/+files/ProcModules.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/654921/+attachment/1672432/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/654921/+attachment/1672433/+files/UdevLog.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/654921/+attachment/1672434/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672435/+files/XorgLogOld.txt

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/654921/+attachment/1672436/+files/Xrandr.txt

** Attachment added: glxinfo.txt
   https://bugs.launchpad.net/bugs/654921/+attachment/1672437/+files/glxinfo.txt

** Attachment added: monitors.xml.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672438/+files/monitors.xml.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672439/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/654921/+attachment/1672440/+files/xdpyinfo.txt

-- 
Black border in the notifications when effects are turned off
https://bugs.launchpad.net/bugs/654921
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs