projects
/
profile
/
common
/
weston-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d32942d
)
fix launching error on weston 1.7.0
64/37464/1
author
Boram Park
<boram1288.park@samsung.com>
Fri, 27 Mar 2015 04:59:39 +0000
(13:59 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Fri, 27 Mar 2015 05:01:19 +0000
(14:01 +0900)
weston couldn't be launched by below commit.
- 01e98b6 compositor: Propagate errors from module_init
desktop-shell.so will be loaded by default when launching. If
other-shell.so should be launched, you can write "shell=other-shell.so"
in weston.ini
Change-Id: I612e4b12c1d542d730e67f260c84f710be07bf9e
weston.ini
patch
|
blob
|
history
diff --git
a/weston.ini
b/weston.ini
index
1d1f2f8
..
f622d5e
100644
(file)
--- a/
weston.ini
+++ b/
weston.ini
@@
-1,5
+1,5
@@
[core]
-modules=desktop-shell.so
+
#
modules=desktop-shell.so
#modules=desktop-shell.so,qa-plugin.so
[shell]