WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: "del" command error in "xfe"  (Read 2364 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1265
"del" command error in "xfe"
« on: April 04, 2020, 07:50:12 AM »
"del" command error in "xfe"

« Last Edit: April 04, 2020, 08:00:27 AM by xor »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14755
Re: "del" command error in "xfe"
« Reply #1 on: April 04, 2020, 08:13:37 AM »
does ~/.local/share/Trash exist?

Offline xor

  • Hero Member
  • *****
  • Posts: 1265
Re: "del" command error in "xfe"
« Reply #2 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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14755
Re: "del" command error in "xfe"
« Reply #3 on: April 04, 2020, 08:48:59 AM »
You could submit a bug report to xfe...

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11515
Re: "del" command error in "xfe"
« Reply #4 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