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.
-- 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.