[tuxdroid-user] cvoicecontrol: strace microphone_config
Status: Beta
Brought to you by:
ks156
From: Florent T. <ft...@gm...> - 2007-03-28 19:45:36
|
Hi strace microphone_config open("/usr/share/terminfo/x/xterm", O_RDONLY) = 3 geteuid32() = 1000 setfsuid32(1000) = 1000 getegid32() = 1000 setfsgid32(1000) = 1000 read(3, "\32\1\34\0\35\0\17\0\235\1&\5", 12) = 12 read(3, "xterm|X11 terminal emulator\0", 28) = 28 read(3, "\0\1\0\0\1\0\0\0\1\0\0\0\0\1\1\0\0\0\0\0\0\0\1\0\0\1\0"..., 29) = 29 read(3, "\0", 1) = 1 read(3, "P\0\10\0\30\0\377\377\377\377\377\377\377\377\377\377\377"..., 30) = 30 read(3, "\0\0\4\0\6\0\10\0\31\0\36\0&\0*\0.\0\377\3779\0J\0L\0P"..., 826) = 826 lseek(3, 2, SEEK_CUR) = 928 read(3, "Z\0\7\0\r\0\33[%i%p1%d;%p2%dr\0\33[3g\0\33[H\33"..., 1318) = 1316 close(3) = 0 write(2, "Error opening terminal: xterm.\n", 31Error opening terminal: xterm. ) = 31 Any idea? This prevents using cvoicecontrol. If we manage to find a working cvoicecontrol config file, we could circumvent it; my guess is, /usr/share/terminfo/x/xterm has changed since cvoicecontrol release. |