Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 46

Thread: How to search for files in Xubuntu / XFCE with just Thunar and a Bash script

  1. #31
    Join Date
    Jun 2005
    Location
    the belly of a snake
    Beans
    Hidden!

    Re: search-for-files: Graphical search for any Desktop Environment and File Manager (

    Quote Originally Posted by SurR3AL View Post
    one problem....after i run a search and get multiple results, can i select multiple files from that list and drag them to another window? in my case i've stored all the fonts i collected in windows in multiple directories based on its name. so i did a search for *.ttf with this search script. works BEAUTIFULLY but i cant select all the fonts and drag them to my ~/.fonts folder. got any ideas? thanks!
    I'm afraid the app only lets you open the item or parent folder of the item, it is not integrated with the environment.

    kalikiana's beagle front end might allow you to do this, though.

    Alternatively, you can always run this:

    cd "the root of the windows fonts folder"
    find -type f -name '*.ttf' | while read x; do mv $x ~/.fonts ; done

    i advise you make a test folder first, though

  2. #32
    Join Date
    Feb 2006
    Location
    Brasil
    Beans
    244
    Distro
    Xubuntu 7.04 Feisty Fawn

    Re: search-for-files: Graphical search for any Desktop Environment and File Manager (

    People, check out CatFish. It searches using several backends like find, (s)locate, doodle, tracker and beagle (whichever are available).

    Good thing it is light and fits perfectly on Xfce (see screenshots).

    You can download an easily installable deb package from GetDeb.net.

  3. #33
    Join Date
    Jun 2005
    Location
    the belly of a snake
    Beans
    Hidden!

    Re: search-for-files: Graphical search for any Desktop Environment and File Manager (

    Quote Originally Posted by LKRaider View Post
    People, check out CatFish. It searches using several backends like find, (s)locate, doodle, tracker and beagle (whichever are available).

    Good thing it is light and fits perfectly on Xfce (see screenshots).

    You can download an easily installable deb package from GetDeb.net.
    Agreed. v0.1 stable is in the feisty repos, so there is no reason not to now.


    Attaching integration script for catfish:

    Code:
    chmod +x integrate-catfish.sh ; ./integrate-catfish.sh
    to run it
    Attached Files Attached Files
    Last edited by lapsey; April 16th, 2007 at 12:17 AM.

  4. #34
    Join Date
    Apr 2006
    Beans
    78

    Re: How to search for files in Xubuntu / XFCE with just Thunar and a Bash script

    When I run the integrate-catfish script I get the following message:
    Cannot found uca.xml, please configure UCA, in Thunar. [Click Edit, Configure custom actions..., OK] or create it manually!
    relative newbie and dont understand what to do here.
    Running Feisty Xubuntu
    Thanks

  5. #35
    Join Date
    Apr 2006
    Location
    UK
    Beans
    6,646
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to search for files in Xubuntu / XFCE with just Thunar and a Bash script

    This is brilliant. Thunar should come with a search function like this as a default in Xubuntu!

    EDIT:
    Catfish: newer .deb version (0.3a currently) available from http://www.getdeb.net/search.php?keywords=catfish
    This just needs double-click to install...

    No need for integrate script either - easy enough to add manually with command (as Custom Action):
    usr/bin/catfish --fileman=thunar --path=%f --hidden --method=find
    Appear if: Directories / File pattern: *
    Last edited by ugm6hr; July 14th, 2007 at 12:16 PM. Reason: Catfish integration

  6. #36
    Join Date
    Aug 2007
    Beans
    5

    Re: search-for-files: Graphical search for any Desktop Environment and File Manager (

    Really Thanks you!

    From Italy....

    Stefano

  7. #37
    Join Date
    Jul 2007
    Location
    Bariloche, Argentina
    Beans
    2,140
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: How to search for files in Xubuntu / XFCE with just Thunar and a Bash script

    Hi! Thank you for this!
    Is there any way to get v.0.3 for Gusty? The link only has versions for Feisty. Do they work on Gusty?

  8. #38
    Join Date
    Jan 2007
    Beans
    20

    Re: How to search for files in Xubuntu / XFCE with just Thunar and a Bash script

    I am not too familar with Xubuntu...

    But I have the script on my desktop, Catfish installed... and when I enter the command into the Terminal, I get the following:

    Checking for /home/USERNAME/.config/Thunar/uca.xml.....
    Integrating Catfish into Thunar.....

    Then I restart the laptop and/or check Thunar and don't notice anything.

  9. #39
    Join Date
    Jul 2007
    Location
    Bariloche, Argentina
    Beans
    2,140
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: How to search for files in Xubuntu / XFCE with just Thunar and a Bash script

    Quote Originally Posted by Bwangster12 View Post
    I am not too familar with Xubuntu...

    But I have the script on my desktop, Catfish installed... and when I enter the command into the Terminal, I get the following:

    Checking for /home/USERNAME/.config/Thunar/uca.xml.....
    Integrating Catfish into Thunar.....

    Then I restart the laptop and/or check Thunar and don't notice anything.
    Hi!
    You should get a Search option when you right-click a folder on thunar. Don't you get that?

  10. #40
    Join Date
    Jan 2007
    Beans
    20

    Re: How to search for files in Xubuntu / XFCE with just Thunar and a Bash script

    Oh okay... well that was weird. I guess it just need a computer restart or something. It is working now.

    Very cool.

Page 4 of 5 FirstFirst ... 2345 LastLast

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
  •