Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: How can I search files in lxde ?

  1. #1
    Join Date
    Apr 2012
    Location
    广州
    Beans
    231
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Smile How can I search files in lxde ?

    I have installed lxde on unbuntu for some time. But the default file manager, pcmanfm, seems doesn't have file searching function. Can you tell me how to search files on pcmanfm, or how can I change to some other useful file manager ?

    Thanks

  2. #2
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: How can I search files in lxde ?

    I believe Ctrl F is what you are looking for.
    Rex
    Ubuntu Arizona LoCo Team - The Hottest LoCo on Earth
    Arizona LoCo |Arizona Team Wiki|Arizona Launchpad

  3. #3
    Join Date
    Apr 2012
    Location
    广州
    Beans
    231
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: How can I search files in lxde ?

    No, it doesn't work. It can only search for the file on the current level of directory, and it can't match the file name correctly either =,=

  4. #4
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: How can I search files in lxde ?

    I would instead use the find command. Navigate to top level directory needed, then

    find ./ -iname "<search string here>"

    Find filenames containing the string 'dog'

    find ./ -iname "*dog*"

    It searches subdirectories in the process. -iname makes it not case sensitive.

  5. #5
    Join Date
    Jun 2009
    Location
    Oregon
    Beans
    403

    Re: How can I search files in lxde ?

    If you prefer a GUI tool, catfish is a popular front end for the search and find commands. It's available in the Universe repo.

  6. #6
    Join Date
    Jan 2011
    Location
    Indianapolis IN, USA
    Beans
    139
    Distro
    Lubuntu 11.10 Oneiric Ocelot

    Re: How can I search files in lxde ?

    There is now an lxde finder, called LXFind. It wasn't ready to get added to lubuntu before the feature freeze, but you can find it at the lubuntu ppa here. It is simple, light, and fast. Much like Lxde itself. I like it.

    You can also get lxscreenshot too.
    "Endure, and through enduring grow stronger."

  7. #7
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How can I search files in lxde ?

    PCManFm is probably the lamest file manager in existence, IMHO. It has virtually no search function, as you found out.
    What I did was remove it and install Thunar- just as lightweight and has full search functionality, plus a few other options.
    Or if you prefer to keep PCManFm, install catfish to search with.

  8. #8
    Join Date
    Apr 2012
    Location
    广州
    Beans
    231
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Smile Re: How can I search files in lxde ?

    Thanks you guys

    For your post, can you please tell me how to change pcmanfm to Thunar since I don't know how to operate, Thank you.
    Quote Originally Posted by cortman View Post
    PCManFm is probably the lamest file manager in existence, IMHO. It has virtually no search function, as you found out.
    What I did was remove it and install Thunar- just as lightweight and has full search functionality, plus a few other options.
    Or if you prefer to keep PCManFm, install catfish to search with.
    I think adding a search function would be that hard(just recursively loop all the directories and match the pattern, I guess), they should have proposed this function while they were designing it. I think I will install other file manager and try that later if possible. Thanks for your help any way
    Quote Originally Posted by Theredbaron1834 View Post
    There is now an lxde finder, called LXFind. It wasn't ready to get added to lubuntu before the feature freeze, but you can find it at the lubuntu ppa here. It is simple, light, and fast. Much like Lxde itself. I like it.

    You can also get lxscreenshot too.

  9. #9
    Join Date
    Apr 2012
    Location
    广州
    Beans
    231
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: How can I search files in lxde ?

    PCManFm is probably the lamest file manager in existence
    I just looked up the information about that author, and now I wonder. He is a doctor in Taiwai, he might did this in part-time. Probably he didn't have time taking care of this project... But thanks for his effort making this anyway

  10. #10
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How can I search files in lxde ?

    Right; I shouldn't be so harsh, I guess. It's definitely a better file manager than I could write, I'm guessing, but it still leaves me very unsatisfied.
    You can install Thunar by running

    Code:
    sudo apt-get install thunar
    and uninstall PCManFm by running

    Code:
    sudo apt-get remove pcmanfm

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •