General TC > General TC Talk

Wayland

<< < (11/11)

Juanito:
You don’t need Xorg loaded to run a Wayland compositor - see the info file for weston or labwc.

Firefox and any gtk3 browser will run under a wayland compositor. Once dillo works with fltk-1.4 it can also be used.

Starting from version 16.x of CorePure64, piCore and piCore64 the tinycore gui applets like apps and mnttool will work with a wayland compositor.

neonix:
Can you give me step by step instructions how to run Wayland + weston on fresh installation?

This code doesn't tell me anything. Why not put this script inside runwayland or runweston. Do I have to rewrite it to paper, and then type it in text mode?


--- Code: --- howto: (from the console prompt)
                $ sudo -- seatd -g staff -n /run/seatd.sock & XDG_RUNTIME_DIR=/run/user/$(id -u) weston
                or for dconf with gtk3:
                $ sudo -- seatd -g staff -n /run/seatd.sock & XDG_SESSION_TYPE=wayland XDG_RUNTIME_DIR=/run/user/$(id -u) dbus-run-session weston
--- End code ---

Juanito:
Why not make a simple script containing either:
--- Code: ---#!/bin/sh
sudo -- seatd -g staff -n /run/seatd.sock & XDG_RUNTIME_DIR=/run/user/$(id -u) weston
--- End code ---
..then reboot with nothing set "onboot", load the weston extension and run the script.

or
--- Code: ---#!/bin/sh
sudo -- seatd -g staff -n /run/seatd.sock & XDG_RUNTIME_DIR=/run/user/$(id -u) labwc
--- End code ---
..then reboot with nothing set "onboot", load the labwc and havoc extensions and run the script.

Juanito:
Using labwc-config rather than labwc in the second example would give better results

Rich:
Hi neonix

--- Quote from: neonix on May 07, 2025, 05:03:34 AM --- ... Do I have to rewrite it to paper, and then type it in text mode? ...
--- End quote ---
Those are difficult choices. ::)

When I'm faced with a dilemma like that, I use my mouse to
highlight the desired text in Apps. Then:
1. Press Ctrl-C
2. Open editor
3. Paste text (Ctrl-V) into editor
4. Save contents of editor to file

You're in text mode? Save the file to a thumb drive if necessary
then mount and copy the file when in text mode.

Navigation

[0] Message Index

[*] Previous page

Go to full version