https://bugzilla.novell.com/show_bug.cgi?id=637215 https://bugzilla.novell.com/show_bug.cgi?id=637215#c19 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #388269|0 |1 is obsolete| | --- Comment #19 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-09-09 03:22:05 UTC --- Created an attachment (id=388413) --> (http://bugzilla.novell.com/attachment.cgi?id=388413) Another approach (gnomesu.c) Instead of showing the error window at the libgnomesu.c level, this one does so from gnomesu.c. It might be less intrusive and complex. Code: a) added a gnomesu_get_error() that works similarly to perror() b) if gnomesu_spawn_...() returns FALSE, check that gnomesu_get_error() != NULL, and show the user an error message. (Notice that gnomesu_spawn_...() returns FALSE if the user pressed Cancel too, not necessarily for errors.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.