Comment 13 for bug 420514

Revision history for this message
hospadar (hospada1) wrote :

It seems to me the issue of certain notifications appearing weirdly spaced too low (See attached screenshot) stems mostly from src/stack.c in the department of line 915. Certain notifications get the top slot (like volume changes for example) while others get the bottom slot.

It seems as though it would make more sense to always give everything the top slot unless it's already taken. I believe the function that calls stack_get_slot_position() (the function I referenced) first checks to see if the slot it wants is taken, and if so waits (perhaps?), maybe a better behavior would be to just grab the next slot down.