Fix breadd skel config schema; remove temp live diagnostic
- breadd.toml: the shipped skel used a stale [adapters] schema (keyboard/mouse/touchpad/gamepad booleans); breadd 0.6.4 expects hyprland/udev/power/network/bluetooth structs. `bluetooth = true` collided with the real AdapterToggle field and aborted the daemon at startup. - Drop the temporary bos-live-diag serial diagnostic now that the live-session failures are diagnosed.
This commit is contained in:
parent
76252f20b8
commit
787cc0e4c5
4 changed files with 21 additions and 31 deletions
|
|
@ -29,7 +29,6 @@ if ! grep -q bos-launch-calamares "$HYPR" 2>/dev/null; then
|
|||
# --- live-media installer (added by bos-live-setup; absent on installed system) ---
|
||||
exec-once = bos-launch-calamares
|
||||
bind = SUPER, I, exec, bos-launch-calamares
|
||||
exec-once = /usr/local/bin/bos-live-diag
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
|
@ -41,8 +40,8 @@ if [[ "$(tty)" == /dev/tty1 ]] && [[ -z "$WAYLAND_DISPLAY" ]]; then
|
|||
export WLR_NO_HARDWARE_CURSORS=1
|
||||
# Log to a user-writable path (/var/log is root-only; redirecting there
|
||||
# would fail and silently keep the compositor from ever launching).
|
||||
Hyprland 2>&1 | sudo tee /tmp/hyprland-live.log /dev/ttyS0 >/dev/null
|
||||
echo "Hyprland exited. Log: /tmp/hyprland-live.log" | sudo tee /dev/ttyS0
|
||||
Hyprland &>/tmp/hyprland-live.log
|
||||
echo "Hyprland exited (rc=$?). Log: /tmp/hyprland-live.log"
|
||||
exec bash -i
|
||||
fi
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue