i've solved that problem, do this sudo gedit /etc/fstab
once there find the line that mounts the partiton that contains the root folder of gnump3d, in my case, it was root = /media/backup2/musicas (see it at /etc/gnump3d/gnump3d.conf ) , so the partiton is the following UUID=474E-D645 /media/backup2 vfat defaults,utf8,umask=007,gid=46 0 1 change its permissions lake that UUID=474E-D645 /media/backup2 vfat defaults,utf8,umask=002,gid=46 0 1 reboot your system or remount the partiton, i recomend the first. the problem was that the partiton that contained the root of gnump3d was a fat32 partition with mount permissions umask =007, that means that the user gnump3d can't access the folder seting it to umask = 002 would souve the probem... -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/message/[email protected]/6626459.html _______________________________________________ Gnump3d-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnump3d-users
