blob: 7137bde87f8e9646e7f1d6a8764a60a9971e1a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
QA plugin for Weston (Tizen)
****************************
This is a small plugin which enables some debugging stuff,
which can be retrieved by the "weston-qa-client" client.
INSTALLATION :
------------
1) Temporary
--------
start weston with the "--modules" parameter :
$ weston --modules=desktop-shell.so,qa-plugin.so
2) Permanent
---------
in "weston.ini" (default path : "/etc/xdg/weston/weston.ini"), replace :
modules=desktop-shell.so
with
modules=desktop-shell.so,qa-plugin.so
And then, run :
$ weston-qa-client
|