06:33wlb: weston Issue #898 opened by Vikas Korjani (vkorjani) Multiseat support, running weston on 2 different seats. https://gitlab.freedesktop.org/wayland/weston/-/issues/898
15:07ukiran: Hi
15:07ukiran: am trying to launch the custom weston instead of gnome during system bootup
15:08ukiran: could someone guide me if there is any pre-documented process to do so ?
15:10ukiran: I tried creating a weston.service under /etc/systemd/system and added the custom weston binary and corresponding environment vars
15:10soreau: you probably want to attack it by convincing the DM to launch it as a session choice
15:10ukiran: after system reboot, it is rebooting with gnome only
15:11soreau: you create a .desktop file in /usr/share/wayland-sessions/ IIRC
15:11soreau: and then if everything is correct, it should appear in the DM session selections
15:12soreau: then you have a choice between gnome and weston at login time
15:13ukiran: okay.
15:14ukiran: so from the .desktop, do we need to launch the custom weston ?
15:14soreau: right, the Exec line should be the full path to weston
15:14ukiran: got it.
15:14ukiran: let me give a try now
15:15ukiran: @soreau, thank you for your reply
15:15soreau: but IME, the binary had to be in /usr/bin or else gdm would refuse to load it
15:15soreau: ukiran: sure, np
15:15soreau: restrictions are less with other DMs
15:15ukiran: but am going to set the required libs and paths in .desktop file onnly
15:17soreau: I think you might be better to make a script and put it in /usr/bin/ and let that set any env vars and call the weston binary