Re: Hawaii is usable now

2013-04-14 Thread darxus
On 04/14, Pier Luigi wrote: > 2013/4/1 : > > So are you actually using this as your primary UI now? The reason I > > stopped using weston as my primary UI in September was this segfault bug > > which I hit maybe a few times a day, triggered by xwayland: > > https://bugs.freedesktop.org/show_bug.c

Re: [PATCH] selection: send selection events to all connected clients

2013-04-14 Thread Yichao Yu
On Sun, Apr 14, 2013 at 9:38 PM, Bill Spitzak wrote: > On 04/14/2013 06:33 PM, Matthias Clasen wrote: >> >> On Fri, Apr 12, 2013 at 1:33 PM, Yichao Yu wrote: >>> >>> A lot of useful features require clipboard access and monitoring >>> without having a keyboard focus, e.g. clipboard action (klippe

Re: [PATCH] selection: send selection events to all connected clients

2013-04-14 Thread Yichao Yu
On Sun, Apr 14, 2013 at 9:33 PM, Matthias Clasen wrote: > On Fri, Apr 12, 2013 at 1:33 PM, Yichao Yu wrote: >> A lot of useful features require clipboard access and monitoring >> without having a keyboard focus, e.g. clipboard action (klipper[1] and >> some download agents), command line access (

Re: [PATCH] selection: send selection events to all connected clients

2013-04-14 Thread Bill Spitzak
On 04/14/2013 06:33 PM, Matthias Clasen wrote: On Fri, Apr 12, 2013 at 1:33 PM, Yichao Yu wrote: A lot of useful features require clipboard access and monitoring without having a keyboard focus, e.g. clipboard action (klipper[1] and some download agents), command line access (IPython's %paste m

Re: [PATCH] selection: send selection events to all connected clients

2013-04-14 Thread Matthias Clasen
On Fri, Apr 12, 2013 at 1:33 PM, Yichao Yu wrote: > A lot of useful features require clipboard access and monitoring > without having a keyboard focus, e.g. clipboard action (klipper[1] and > some download agents), command line access (IPython's %paste magic). > This patch sends out selection even

Re: [PATCH] selection: send selection events to all connected clients

2013-04-14 Thread Yichao Yu
On Fri, Apr 12, 2013 at 4:22 PM, Jiergir Ogoerg wrote: >> A lot of useful features require clipboard access and monitoring >> without having a keyboard focus, e.g. clipboard action (klipper[1] and >> some download agents), command line access (IPython's %paste magic). >> This patch sends out selec

Re: [PATCH] Override modules list and don't always load desktop-shell.so

2013-04-14 Thread Emilio Pozuelo Monfort
Looks good to me. Regards, Emilio On 04/14/2013 07:17 PM, Pier Luigi Fiorini wrote: > Let --modules override modules list and load desktop-shell.so as a > fallback if a modules list is not specified neither by passing > --modules nor with weston.ini. > > Signed-off-by: Pier Luigi Fiorini > ---

Re: Hawaii is usable now

2013-04-14 Thread Pier Luigi
2013/4/14 Pier Luigi : > 2013/4/14 Giulio Camuffo : >> >> I compiled Qupzilla, but it crashes whenever it tries to use a plugin. See >> https://bugreports.qt-project.org/browse/QTBUG-29981 > > Yes, that happened to me the first time I tried (a happy time, when I > didn't have the qtwebkit issue). >

Re: Hawaii is usable now

2013-04-14 Thread Pier Luigi
2013/4/14 Giulio Camuffo : > > I compiled Qupzilla, but it crashes whenever it tries to use a plugin. See > https://bugreports.qt-project.org/browse/QTBUG-29981 Yes, that happened to me the first time I tried (a happy time, when I didn't have the qtwebkit issue). Should be fixed now, see here http

Re: Hawaii is usable now

2013-04-14 Thread Giulio Camuffo
2013/4/14 Pier Luigi > 2013/4/1 : > > So are you actually using this as your primary UI now? The reason I > > stopped using weston as my primary UI in September was this segfault bug > > which I hit maybe a few times a day, triggered by xwayland: > > https://bugs.freedesktop.org/show_bug.cgi?id

Re: Hawaii is usable now

2013-04-14 Thread Pier Luigi
2013/4/1 : > So are you actually using this as your primary UI now? The reason I > stopped using weston as my primary UI in September was this segfault bug > which I hit maybe a few times a day, triggered by xwayland: > https://bugs.freedesktop.org/show_bug.cgi?id=59983 > > And I believe not usin

Re: Hawaii is usable now

2013-04-14 Thread Pier Luigi
2013/4/1 Michael Hasselmann : > On Mon, 2013-04-01 at 16:46 +0200, Pier Luigi wrote: >> Hi, >> >> Hawaii is a lightweight desktop environment for Wayland written using >> QtQuick 2.x. > > Very nice! Do you have a recent screencast for > http://www.youtube.com/user/mauidesktop perhaps? Made one thi

[PATCH] Override modules list and don't always load desktop-shell.so

2013-04-14 Thread Pier Luigi Fiorini
Let --modules override modules list and load desktop-shell.so as a fallback if a modules list is not specified neither by passing --modules nor with weston.ini. Signed-off-by: Pier Luigi Fiorini --- man/weston.man | 5 +++-- src/compositor.c | 7 +++ 2 files changed, 6 insertions(+), 6 del