Доброго времени суток, уважаемые! Использую стабильный Debian 12, запускаю swaywm как unit systemd. Периодически получаю перезагрузку swaywm и в логах вижу следующие ошибки:
-- Boot 585a550b3f0e442e9530636e1f212371 --
Oct 25 17:48:40 localhost sway[65485]: wl_display_dispatch: Broken pipe
-- Boot adcd59965aa44ef2b0a1af42f85d0e5e --
Oct 25 20:10:18 localhost sway[1439]: The provided value is outside of the valid range
-- Boot 4166d524c0f145a0aaaf4c60f0cf9f49 --
Oct 26 08:50:28 localhost sway[1433]: The provided value is outside of the valid range
Сам юнит /etc/systemd/system/sway@7.service
:
[Unit]
Description=Sway compositor
StartLimitBurst=5
StartLimitIntervalSec=200
[Service]
StandardError=journal
StandardOutput=journal
ExecStartPre=/usr/bin/chvt %I
ExecStart=/usr/bin/sway
TTYPath=/dev/tty%I
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
PAMName=login
User=nuxster
WorkingDirectory=/home/nuxster
EnvironmentFile=/home/nuxster/.config/sway/env
Restart=on-failure
RestartSec=1
StandardInput=tty
Nice=-5
[Install]
WantedBy=graphical.target
/home/nuxster/.config/sway/env
PATH=/home/nuxster/bin:/usr/bin
TERM=
XDG_CURRENT_DESKTOP=sway
XDG_RUNTIME_DIR=/run/user/1000
XDG_DATA_HOME=/home/nuxster/.local/share
XDG_CONFIG_HOME=/home/nuxster/.config
#FZF_DEFAULT_COMMAND="rg --files"
# Disable client-side Qt decorations
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# Requires that qt5ct package is installed
#QT_QPA_PLATFORMTHEME=qt5ct
KITTY_ENABLE_WAYLAND=1
MOZ_ENABLE_WAYLAND=1
MOZ_USE_XINPUT2=1
# Required for IntelliJ
_JAVA_AWT_WM_NONREPARENTING=1
QT_QPA_PLATFORM=wayland
GDK_BACKEND=wayland
GTK_USE_PORTAL=0
# For Waybar
LC_TIME=en_US.UTF-8
# For qalc
LC_NUMERIC=en_US.UTF-8
Версии ПО такие:
- kernel: 6.1.0-13-amd64
- swaywm: 1.7-6
- systemd: 252.17-1~deb12u1