[Wayland-bugs] [Bug 50490] [bug]A gap appeared between clickdot reaction area and screen edge under drm mode

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50490

--- Comment #7 from Scott Moreau  2012-07-31 15:15:46 UTC ---
f7e498cb89ef1b740380414eaf557da4428557fb is a problem, because it effectively
reverts f7e498cb89ef1b740380414eaf557da4428557fb.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Wayland-bugs mailing list
Wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 50490] [bug]A gap appeared between clickdot reaction area and screen edge under drm mode

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50490

--- Comment #8 from Scott Moreau  2012-07-31 15:21:33 UTC ---
dd263e546bc20a2a7f424374afc9c81e5f59f2de is a problem, because it effectively
reverts f7e498cb89ef1b740380414eaf557da4428557fb

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Wayland-bugs mailing list
Wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 52418] [bug] weston-terminal inconsistent full screen triggering

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52418

Brian Lovin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Brian Lovin  2012-07-31 17:14:37 
UTC ---
Just tested this, and the fullsize on weston-terminal is now consistent.

Resloving as Fixed.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Wayland-bugs mailing list
Wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 52420] [bug] weston dnd client resize clips surfaces incorrectly

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52420

Brian Lovin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Brian Lovin  2012-07-31 17:19:31 
UTC ---
Just tested this one as well, the clipping is now done correctly!

Resolving as Fixed.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Wayland-bugs mailing list
Wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 53018] New: Unguarded derefs in wayland-client.c can cause segfaults

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53018

 Bug #: 53018
   Summary: Unguarded derefs in wayland-client.c can cause
segfaults
Classification: Unclassified
   Product: Wayland
   Version: unspecified
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: major
  Priority: medium
 Component: wayland
AssignedTo: wayland-bugs@lists.freedesktop.org
ReportedBy: joe.ko...@linux.intel.com


If wayland/src/wayland-client.c:wl_proxy_get_user_data(), or a like function,
is called with a NULL actual param, Wayland will segfault and kill the
compositor and any running programs.

The segfaults were originally seen with an EFL test application that,
programatically, opened/closed windows and switched back and forth between the
shared memory and EGL backends. This test application reproduced the issue in 1
of 6 executions.

This behavior is most easily reproduced with the aid of well-placed gdb
breakpoints and overwriting the value (0x0) of the actual param.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Wayland-bugs mailing list
Wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 46629] [bug] should weston set WAYLAND_DISPLAY variable for weston-desktop-shell (based on --socket argument)

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46629

Kristian Høgsberg  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Kristian Høgsberg  2012-07-31 18:55:56 
UTC ---
Yup, makes sense.

commit 3df6384c3a6f3f56a16873b63fdbc731f2ccfadb
Author: Kristian Høgsberg 
Date:   Tue Jul 31 14:54:48 2012 -0400

compositor: Set WAYLAND_DISPLAY if we're given a --socket argument

This lets us run multiple compositors (nested or on different VTs).

https://bugs.freedesktop.org/show_bug.cgi?id=46629

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Wayland-bugs mailing list
Wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 52267] Desktop-shell failing with radeon drm

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52267

Darxus  changed:

   What|Removed |Added

 CC||dar...@chaosreigns.com

--- Comment #7 from Darxus  2012-08-01 01:32:32 UTC ---
If this is a mesa bug, can someone more familiar please open a bug against
mesa?  https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Wayland-bugs mailing list
Wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 52517] [Regression] Fullscreen can't be executed in clickdot, dnd, eventdemo, resizor and flower.

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52517

Scott Moreau  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||NOTABUG

--- Comment #2 from Scott Moreau  2012-08-01 03:36:42 UTC ---
Clients must opt-in to use toytoolkit fullscreen toggle by calling
window_set_fullscreen_handler() accordingly. In the patch
http://cgit.freedesktop.org/wayland/weston/commit/?id=67ace20f8ebc2088d560874c49eb79ca122b68da
you can see what a toytoolkit client must do to allow fullscreen toggling by
looking at the changes made to weston-terminal. Ultimately, this is not a bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Wayland-bugs mailing list
Wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs