67546bed04
The example weston.ini file uses source and build directory paths. Therefore, it is only useful when used on the same system that is used to build Weston. We can use install paths instead of build/source paths to fix this problem. v2 changes: - use $(westondatadir) instead of $(datadir) Reported-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Emre Ucan <eucan@de.adit-jv.com> Reviewed-by: Michael Tretter <m.tretter@pengutronix.de> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
102 lines
2.0 KiB
INI
102 lines
2.0 KiB
INI
[core]
|
|
shell=ivi-shell.so
|
|
modules=hmi-controller.so
|
|
|
|
[ivi-shell]
|
|
ivi-shell-user-interface=weston-ivi-shell-user-interface
|
|
|
|
#developermode=true
|
|
|
|
cursor-theme=default
|
|
cursor-size=32
|
|
|
|
base-layer-id=1000
|
|
base-layer-id-offset=10000
|
|
|
|
workspace-background-layer-id=2000
|
|
workspace-layer-id=3000
|
|
application-layer-id=4000
|
|
|
|
transition-duration=300
|
|
|
|
background-image=@westondatadir@/background.png
|
|
background-id=1001
|
|
panel-image=@westondatadir@/panel.png
|
|
panel-id=1002
|
|
surface-id-offset=10
|
|
tiling-image=@westondatadir@/tiling.png
|
|
tiling-id=1003
|
|
sidebyside-image=@westondatadir@/sidebyside.png
|
|
sidebyside-id=1004
|
|
fullscreen-image=@westondatadir@/fullscreen.png
|
|
fullscreen-id=1005
|
|
random-image=@westondatadir@/random.png
|
|
random-id=1006
|
|
home-image=@westondatadir@/home.png
|
|
home-id=1007
|
|
workspace-background-color=0x99000000
|
|
workspace-background-id=2001
|
|
|
|
[input-method]
|
|
path=weston-keyboard
|
|
|
|
[ivi-launcher]
|
|
workspace-id=0
|
|
icon-id=4001
|
|
icon=@westondatadir@/icon_ivi_flower.png
|
|
path=@bindir@/weston-flower
|
|
|
|
[ivi-launcher]
|
|
workspace-id=0
|
|
icon-id=4002
|
|
icon=@westondatadir@/icon_ivi_clickdot.png
|
|
path=@bindir@/weston-clickdot
|
|
|
|
[ivi-launcher]
|
|
workspace-id=1
|
|
icon-id=4003
|
|
icon=@westondatadir@/icon_ivi_simple-egl.png
|
|
path=@bindir@/weston-simple-egl
|
|
|
|
[ivi-launcher]
|
|
workspace-id=1
|
|
icon-id=4004
|
|
icon=@westondatadir@/icon_ivi_simple-shm.png
|
|
path=@bindir@/weston-simple-shm
|
|
|
|
[ivi-launcher]
|
|
workspace-id=2
|
|
icon-id=4005
|
|
icon=@westondatadir@/icon_ivi_smoke.png
|
|
path=@bindir@/weston-smoke
|
|
|
|
[ivi-launcher]
|
|
workspace-id=3
|
|
icon-id=4006
|
|
icon=@westondatadir@/icon_ivi_flower.png
|
|
path=@bindir@/weston-flower
|
|
|
|
[ivi-launcher]
|
|
workspace-id=3
|
|
icon-id=4007
|
|
icon=@westondatadir@/icon_ivi_clickdot.png
|
|
path=@bindir@/weston-clickdot
|
|
|
|
[ivi-launcher]
|
|
workspace-id=3
|
|
icon-id=4008
|
|
icon=@westondatadir@/icon_ivi_simple-egl.png
|
|
path=@bindir@/weston-simple-egl
|
|
|
|
[ivi-launcher]
|
|
workspace-id=3
|
|
icon-id=4009
|
|
icon=@westondatadir@/icon_ivi_simple-shm.png
|
|
path=@bindir@/weston-simple-shm
|
|
|
|
[ivi-launcher]
|
|
workspace-id=3
|
|
icon-id=4010
|
|
icon=@westondatadir@/icon_ivi_smoke.png
|
|
path=@bindir@/weston-smoke
|