GNOME Bugzilla – Bug 626469
Add support for other su-like programs (xdg-su, gnomesu)
Last modified: 2010-09-06 22:01:50 UTC
The code to find a su-like program is: su = g_find_program_in_path ("gksu"); if (!su) su = g_find_program_in_path ("kdesu"); It should really first check for xdg-su, and then try gksu, gnomesu and kdesu.
Note that xdg-su and gnomesu need a -c option before the program to run.
Created attachment 167453 [details] [review] Patch for this Probably not the cleanest way to handle this, and untested, but this should work.
This problem has been fixed in our software repository. The fix will go into the next, 1.2.8.8 release. Thank you for your bug report.