Announcement

Collapse
No announcement yet.

Dragged file from quickaccess to desktop! where is it?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dragged file from quickaccess to desktop! where is it?

    Hello,

    dragged a file from the QuickAccess Browser to the desktop. I got a fancy menu beside the icon and I pushed the buttons to learn how it behave.

    The last button make it vanish. But where is it now? Because the file I dragged to the desktop has been moved out of the directory to whereever. Where to find the file?

    #2
    Re: Dragged file from quickaccess to desktop! where is it?

    Mmm ... have you looked in the Trash with the Trash widget?

    Comment


      #3
      Re: Dragged file from quickaccess to desktop! where is it?

      Code:
      find ~/ -name <TheNameOfTheMissingFile>
      Replace <TheNameOfTheMissingFile> with the actual name of the file that is awol

      Comment


        #4
        Re: Dragged file from quickaccess to desktop! where is it?

        Ah, true, you can actually look for files recursively in dolphin ...

        Comment

        Working...
        X