Bug 106241

Summary: weston.ini and --prefix=/usr/local
Product: Wayland Reporter: Dilian <dpa-bugs>
Component: westonAssignee: Wayland bug list <wayland-bugs>
Status: RESOLVED MOVED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Dilian 2018-04-25 15:25:56 UTC
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.
Comment 1 GitLab Migration User 2018-06-08 23:56:09 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/wayland/weston/issues/105.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.