Package: enlightenment-data Version: 1:0.16.7.2-2 Using the 'Maintenance/Regenerate Menus' menu option from the enlightenment settings menu causes generates a number of user menu items which don't launch the appropriate application properly.
Items that need to run as root with gksu or the like (synaptic, ethereal) are affected, as are apps that need command line options. The bug is caused by the script at /usr/lib/enlightenment/e_gen_data discarding everything after the first space in the 'Exec=' field when it imports files from /usr/share/applications to ~/.enlightenment/menus_Other Changing lines 404 and 405 of this script from << @exec = split(' ', $Exec{$k}); $exec = @exec[0]; << to >> ($exec = $Exec{$k}) =~ s/\%.*$//; >> seems to fix it for me, although it discards the first percent-sign and everything afterwards, which may or may not be wrong. ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]