Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: xor on April 04, 2020, 07:50:12 AM

Title: "del" command error in "xfe"
Post by: xor on April 04, 2020, 07:50:12 AM
"del" command error in "xfe"

(http://forum.tinycorelinux.net/index.php?action=dlattach;topic=23712.0;attach=5296)
Title: Re: "del" command error in "xfe"
Post by: Juanito on April 04, 2020, 08:13:37 AM
does ~/.local/share/Trash exist?
Title: Re: "del" command error in "xfe"
Post by: xor on April 04, 2020, 08:28:49 AM
does ~/.local/share/Trash exist?

( I am trying to create a bootable iso file )

for file deletion; logic error of moving the file to a different location
Title: Re: "del" command error in "xfe"
Post by: Juanito on April 04, 2020, 08:48:59 AM
You could submit a bug report to xfe...
Title: Re: "del" command error in "xfe"
Post by: Rich on April 04, 2020, 09:32:19 AM
Hi xor
does ~/.local/share/Trash exist?

( I am trying to create a bootable iso file )

for file deletion; logic error of moving the file to a different location

Then add a symbolic link to the home directory before you convert it to an ISO:
Code: [Select]
ln -sf /tmp/Trash /home/tc/.local/share/TrashAnd add this to your  bootlocal.sh  file:
Code: [Select]
mkdir /tmp/Trash