weston.ini and --prefix=/usr/local
Submitted by Dilian
Assigned to Wayland bug list
Link to original bug (#106241)
Description
I have weston 4.0, which is installed in prefix=/usr/local .
man weston.ini
says:
CORE SECTION
- shell= ... Available shells in the /usr/local/lib/weston directory are => correct
- modules=... Available backend modules in the /usr/local/lib/weston directory are => correct
- backend= ... Available backend modules in the /usr/local/lib/weston directory are: drm-backend.so, fbdev-backend.so ... => incorrect, the files are installed under /usr/local/lib/libweston-4/
INPUT-METHOD SECTION path=/usr/libexec/weston-keyboard
shall probably be /usr/local/libexec/weston- keyboard, as this is where the file is installed.
XWAYLAND SECTION path=/usr/bin/Xwayland should probably be 'path=/usr/local/bin/Xwayland'
SCREEN-SHARE SECTION command=/usr/bin/weston --backend=rdp-backend.so.... should probably be 'command=/usr/local/bin/weston'.
In the SHELL SECTION locking=true is the default, but it is unclear how to unlock.