Re: How to take screenshots under weston?

2014-08-15 Thread Boyan Ding
Hi, Screenshot works okay under x11-backend on my weston (the git version). Please note that the screenshot seems to be in the directory where you launch weston (not always $HOME). BTW, I was wrong about screenshot binding. It's always Super + S, not Mod + S. Regards, Boyan Ding On Fri, 2014-08

Re: How to take screenshots under weston?

2014-08-15 Thread Hongze Zhao
Hi Boyan, Thanks for your reply. I tried to capture screen in two different scenarios. If the weston is running outside X, which is launched in a tty, the screenshooter works. If the weston is running in side X, after I press win + S, the terminal says launching '/home/hongze/install/libexec/westo

Re: Undefined behavior

2014-08-15 Thread Jason Ekstrand
On Fri, Aug 15, 2014 at 12:18 AM, Pekka Paalanen wrote: > On Thu, 14 Aug 2014 11:31:27 -0700 > Jason Ekstrand wrote: > > > On Tue, Aug 12, 2014 at 1:34 PM, Jasper St. Pierre < > jstpie...@mecheye.net> > > wrote: > > > > > In the xdg-shell thread recently, Pekka had a lot of concerns of the > kin

Re: [PATCH 1/1] build: handle special characters when building from git

2014-08-15 Thread Pekka Paalanen
On Wed, 30 Jul 2014 00:28:52 +0200 Manuel Bachmann wrote: > When building from a git repository, in Makefile.am, the > macro creating the "src/git-version.h" file will fail > if the last commit subject contains a special character > such as ". Escape characters so that the output string > is, at

Re: [PATCH] Implemented support for mouse scrolling in weston-terminal

2014-08-15 Thread Pekka Paalanen
On Tue, 5 Aug 2014 15:05:59 +0200 maghoff+wayl...@gmail.com wrote: > From: Magnus Hoff > > --- > clients/terminal.c | 48 > 1 file changed, 48 insertions(+) > > diff --git a/clients/terminal.c b/clients/terminal.c > index eb133cd..d238f04 10064

Re: [PATCH weston] simple-egl: Clean up unused frame_listener

2014-08-15 Thread Pekka Paalanen
On Mon, 11 Aug 2014 18:20:12 +0200 "Nils Chr. Brause" wrote: > On Mon, Aug 11, 2014 at 10:08 AM, Boyan Ding wrote: > > > Unused since commit 1e65840b6103197a684a551925a58fb1ae6c40e3 > > > > Signed-off-by: Boyan Ding > > --- > > clients/simple-egl.c | 6 -- > > 1 file changed, 6 deletions(

Re: [PATCH weston 3/3] clients: use repeat_info event details

2014-08-15 Thread Pekka Paalanen
On Tue, 12 Aug 2014 14:58:27 +0200 Jonny Lamb wrote: > The weston-info client prints out the values, and the values are > respected in toytoolkit when actually repeating keys.. > --- > clients/weston-info.c | 89 > ++- > clients/window.c | 49

Re: [PATCH weston] libinput: Add tap configuration to weston.ini

2014-08-15 Thread Pekka Paalanen
On Tue, 22 Jul 2014 22:49:41 +0200 Jonas Ådahl wrote: > Enable by adding the following to your weston.ini: > > [libinput] > enable_tap=true > > This also makes weston require libinput >= 0.5.0. > > Signed-off-by: Jonas Ådahl Pushed, but could you follow up with a patch to update weston.ini m

Re: Undefined behavior

2014-08-15 Thread Pekka Paalanen
On Thu, 14 Aug 2014 11:31:27 -0700 Jason Ekstrand wrote: > On Tue, Aug 12, 2014 at 1:34 PM, Jasper St. Pierre > wrote: > > > In the xdg-shell thread recently, Pekka had a lot of concerns of the kind > > "what happens when the client makes an unexpected or illegal request. > > Should it be an er