kasumi/tests/basic/test.sh
2024-11-14 12:43:44 +09:00

13 lines
150 B
Bash
Executable File

#! /bin/sh
exec 2>&1
export GDK_BACKEND=x11
export XDG_SESSION_TYPE=x11
mutter --x11 &
sleep 5
echo "mutter started"
kasumi-unicode --help
exit $?