Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=657397
Frank Danapfel fdanapfe@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdanapfe@redhat.com
--- Comment #12 from Frank Danapfel fdanapfe@redhat.com 2011-08-06 12:16:37 EDT --- I just tested sbackup-0.11.3-1 on Fedora 15, and it works almost without problems. The only small problem I found was that I could not start simple-backup-config as a regular user, I always got a dialog box with the message "The exec() call failed" after entering the root password. Starting sbackup-config-gtk directly as root worked without problems.
After some investigation I found out that /etc/security/console.apps/simple-backup-config contains the line "PROGRAM=/usr/sbin/simple-backup-config" which is wrong. After changing the line to "PROGRAM=/usr/bin/sbackup-config-gtk" running simple-backup-config as a normal user to bring up sbackup-config-gtk works without error.