Here are the permissions for library.zip:
-rwxr-xr-x 1 root root 6825627 Jan 14 21:23 library.zip*
-rwxr-xr-x 1 root root 6825627 Jan 14 17:09 library.zip-backup*
OK, I figured out why this works for me on the one application I use a similar menu entry for. You need to do two things. As
root;
[root@localhost ~]# cd /usr/lib/SpiderOak <Enter>
From here you need to make
library.zip writable by
group root.
[root@localhost SpiderOak]# chmod 775 library.zip <Enter>
To be sure, also do this to
library.zip-backup[root@localhost SpiderOak]# chmod 775 library.zip-backup <Enter>
Open
PCC --> System --> Manage users on system, right click on your user and choose
edit.

Click the
Groups tab, and add yourself to the
root group.

Click the
OK button, then close
PCC.
To check this, I
installed SpiderOak, opened
Konqueror - Super User Mode, and navigated to
/usr/lib/SpiderOak. I copied
library.zip to
library.zip-backup then used the
mv command to
rename library.zip to
library.zip-safe. This left no
library.zip at all.
From the command line of the Konqueror dropdown terminal, I entered these commands;
[root@fatman SpiderOak]# touch library.zip <Enter>
[root@fatman SpiderOak]# chmod 775 library.zip <Enter>
This gives an
empty file named
library.zip, with the
same permissions as the actual files, as seen here;
I changed the menu command as shown here;

and as
root added the
spiderfix script to
/usr/local/bin, and made it
executable.
Clicking on the
SpiderOak Backup menu entry brought up this window, without any errors.

In the Konqueror terminal, re-running the previous command, brought these results.

showing that the
copying was effected from the
menu entry, and the application
properly launched thereafter.
For those who may think this a security problem, being a member of the
root group does
not give one
full, or even
broad root access. It only allows write access to those
chosen few files that
root grants group
writing privileges to. In this case it grants the ability to restore a
single damaged file from a
single backup file, granted to a
single normal user, who also happens to be
root, when he uses the
root password.