You are not logged in.
There is a bug in gtk where i cannot input a certain character in my language. I'd like to track the error.
So is there a way i can track which action leads to the error 'beep' sound from gnome ?
Offline
You could potentially use ltrace, but I'm not sure I fully understand your question. You say attempting to input a certain character results in this error, so that's the action that leads to the beep. What exactly are you looking for?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I want to see if I can get a log message of the error that is happening. I have posted this bug in GTK bugs and havent got much attention. Maybe a logged error might help those guys.
Offline
Then use strace/ltrace.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline