Version 1.29.2

Released: 2007-02-26

Clipboard tools trying to chroot twice fixed

In the filemanager, the "Copy Clipboard Files here" and "Move Clipboard Files here" tools first call a function to get the clipboard files, then a 2nd to process the list. Each of those functions chroots the process, so the 2nd chroot attempt fails because the /home/username path doesn't exist. This bug was not recently introduced, only recently reported.. it's likely been broken for quite some time.

The fix involves using a counter for the number of calls to the "doChroot" function in the filemanager class. Only upon full and complete (verified) chroot does the counter increase. When the 2nd call of doChroot is called, if the counter is greater than 0, then the function quits.

Last Updated: