Cannot launch snap applications with cgroup v2

Im having APM issues and graphic cardS so i turned off sddm and im loging from shell directly with command:

dbus-run-session startplasma-wayland

solution was:

export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"

source: https://unix.stackexchange.com/a/745881