Changed how icons are started. Previously, ede-desktop would extract content from .desktop Exec key and explicitly run it. This would not correctly handle other .desktop details, like startup notification or running in terminal. Now, full .desktop path is sent directly to ede-launch which will take care about named startup details.
These changes also fixes bug #235: "Working directory and startup notification for desktop icons".
Editing will be done simply by creating first .desktop file and letting ede-desktop to read it, performing some
checks to determin if only content was changed or file was renamed. Using this scheme, beside it simplify the code,
it addresses the cases when icon was modified outside the desktop or removed.
These things could be solved by using DirWatch, but I'm trying to rely less on OS notification system...
ede-panel has alternative way of calling ede-about dialog
Dumped SettingsApplicator.* code from evoke. They are replaced with ede-settings-apply script
which should call all programs that needs to apply stored settings. This will reduce code entropy
evoke will call ede-settings-apply at the startup
ede-bell-conf modified to use "--apply" arg and to apply known settings
ede-desktop will start icon exec path via ede-launch
Fixed freebsd specific code in ede-panel's battery code