/* Don't allow command execution from remote locations where the * uri scheme isn't file:// (This is because files on for example * nfs are treated as remote) to partially mitigate the security * risk of executing arbitrary commands. */ if (!eel_vfs_has_capability (desktop_file_uri, EEL_VFS_CAPABILITY_SAFE_TO_EXECUTE)) { eel_show_error_dialog (_("Sorry, but you can't execute commands from " "a remote site due to security considerations."), _("Can't execute remote links"), parent_window);