Operating System: EndeavourOS
KDE Plasma Version: 6.2.5
KDE Frameworks Version: 6.10.0
Qt Version: 6.8.1
Kernel Version: 6.12.10-arch1-1 (64-bit)
Graphics Platform: Wayland
strace:
newfstatat(AT_FDCWD, ":/non-existent", 0x7fff3bfcea80, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, ":/non-existent", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, ":/Icons/resources/DroidSansMonoBold.ttf", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
close(-1) = -1 EBADF (Bad file descriptor)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
connect(6, {sa_family=AF_UNIX, sun_path="/tmp/TForm010Ed-Mutex-34f4-64"}, 110) = 0
getsockname(6, {sa_family=AF_UNIX}, [28 => 2]) = 0
getpeername(6, {sa_family=AF_UNIX}, [2 => 32]) = 0
getsockopt(6, SOL_SOCKET, SO_TYPE, [1], [4]) = 0
fcntl(6, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0
ppoll([{fd=6, events=POLLIN|POLLOUT}], 1, {tv_sec=2, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLOUT}], left {tv_sec=1, tv_nsec=999998196})
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x77a73224c1d0}, NULL, 8) = 0
write(6, "\0\0\0\6-raise", 10) = 10
ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=2, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN|POLLHUP}], left {tv_sec=1, tv_nsec=999998877})
ioctl(6, FIONREAD, [3]) = 0
read(6, "ack", 3) = 3
close(6) = 0
brk(0x2891b000) = 0x2891b000
brk(0x28913000) = 0x28913000
close(4) = 0
close(3) = 0
exit_group(0) = ?
+++ exited with 0 +++
I have the ttf-droid installed. The exact file DroidSansMonoBold.ttf
is not found in the font folder, but I copied DroidSans-Bold.ttf
with same name to test but still getting the same error.