Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started 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)
-
does ~/.local/share/Trash exist?
-
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
-
You could submit a bug report to xfe...
-
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:
ln -sf /tmp/Trash /home/tc/.local/share/TrashAnd add this to your bootlocal.sh file:
mkdir /tmp/Trash