Bug 106241 - weston.ini and --prefix=/usr/local
Summary: weston.ini and --prefix=/usr/local
Status: RESOLVED MOVED
Alias: None
Product: Wayland
Classification: Unclassified
Component: weston (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-25 15:25 UTC by Dilian
Modified: 2018-06-08 23:56 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.