Open GoogleCodeExporter opened 9 years ago
that's the line where it fails i think:
if (sscanf(line, "%lc %lc %lc\n", &char_keytable[index],
&shift_keytable[index], &altgr_keytable[index]) < 2) {
fprintf(stderr, "%s: Error parsing keymap '%s' on line %d: %s\n", argv[0], keymap_filename, line_number, line);
return EXIT_FAILURE;
Original comment by p.tomm...@gmail.com
on 11 Dec 2012 at 6:29
I have no idea.
Have you tried executing the script by setting the line in /etc/rc.local ?
Original comment by kernc...@gmail.com
on 12 Dec 2012 at 7:21
no i didn't i'll try and tell u if it works
Original comment by p.tomm...@gmail.com
on 12 Dec 2012 at 9:07
i tried, but it doesnt' work! same error. i give up!! :(
Original comment by p.tomm...@gmail.com
on 18 Dec 2012 at 8:54
Original issue reported on code.google.com by
p.tomm...@gmail.com
on 11 Dec 2012 at 6:28