WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline xor

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

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

Offline Juanito

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

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: "del" command error in "xfe"
« Reply #2 on: April 04, 2020, 05: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: 14535
Re: "del" command error in "xfe"
« Reply #3 on: April 04, 2020, 05:48:59 AM »
You could submit a bug report to xfe...

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: "del" command error in "xfe"
« Reply #4 on: April 04, 2020, 06: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