maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Simple Search Tool (https://talk.maemo.org/showthread.php?t=44065)

Bundyo 2010-02-10 23:21

[Announce] Simple Search Tool
 
A temporary plug for a temporary hole. Simple Tracker-wide search (not system wide since by default Tracker only indexes /home/user/MyDocs and /media/mmc1). I basically got Tracker-search-tool which is lately written in Genie, converted it to Vala, replaced the SparQL queries (in 0.7) with the old RDF ones (0.6, which we have) and severely butchered and hildonized the interface. The result is silently sitting in Extras-devel for the brave to try (and to disable your Extras-devel after that :)). Its called Search Tool.

Please don't blame me if your tablet explodes and kills your dog. I'm not responsible for that... (but I have a plan) :D

Some catches:
  • Open with... uses content-type of the file to detect its possible recipients, I'm almost sure Gweled can't handle text/plain :)
  • Folders unfortunately can't be opened in File Manager because of a bug that will be fixed probably after Fremantle :) The tool however helpfully opens the said File Manager for you to navigate further :D
  • I didn't test everything, probably most of it doesn't work, feel free to spot some bugs and vote for features (though I already know what you will vote for :)).

Mandatory screens:
http://bundyo.org/maemo/shots/search...ain_window.png
http://bundyo.org/maemo/shots/searchtool_context.png
http://bundyo.org/maemo/shots/searchtool_open_with.png

The package is optified, approximately 100k installed and 50k download.

Have phun.

MartinNZ 2010-02-11 01:28

Re: [Announce] Simple Search Tool
 
Thanks! I've been using this for a couple of days now... works great. :o)

Old file manager bugs that will only be fixed after fremantle really annoy me! grr!!!

Bundyo 2010-02-11 07:26

Re: [Announce] Simple Search Tool
 
Quote:

Originally Posted by MartinNZ (Post 520493)
Thanks! I've been using this for a couple of days now... works great. :o)

Old file manager bugs that will only be fixed after fremantle really annoy me! grr!!!

Maybe I've been wrong about how old the bug is, however it seems to exist in Maemo 5 from the start, but never reported since. I've filed it, please vote for bug 8987.

qwerty12 2010-02-11 11:02

Re: [Announce] Simple Search Tool
 
Quote:

Originally Posted by Bundyo (Post 520718)
Maybe I've been wrong about how old the bug is, however it seems to exist in Maemo 5 from the start, but never reported since. I've filed it, please vote for bug 8987.

In Maemo 4, it would refuse to go to the folder (rather going to the folder above it) instead of crashing.

Oh, if you ever feel like the clear button in the HildonEntry has a place, I butchered SexyIconEntry in the Transmission sources to make it use HildonEntry instead. ;) (Although, Map Buddy has a slightly improved version of the butchered Transmission one...)

pbhat 2010-03-30 07:54

Re: [Announce] Simple Search Tool
 
Thanks,Bundyo.

I thought it would help me search on additional fields in the contact info, other than name and surname.It does not seem to search i contacts at all.Am I missing something?

Bundyo 2010-03-30 16:49

Re: [Announce] Simple Search Tool
 
Yes, I couldn't get Tracker to search in contacts.

Helmuth 2010-04-05 17:47

Re: [Announce] Simple Search Tool
 
Don't forget the Link to find the application easily, not only on the device: search tool :)

Shady 91' 2010-04-18 06:42

Re: [Announce] Simple Search Tool
 
I think this GUI, is better


http://img27.imageshack.us/img27/5388/ciaort.jpg

mikec 2010-04-21 07:44

Re: [Announce] Simple Search Tool
 
@Bundyo


If I do a tracker-search from xterm, it shows the the following services.
Documents
Emails
EmailAttachements
Music
Images
Videos
Text
Development
Applications
Conversations
Folders
Files

In the search tool you dont have
Emails
EmailAttachments
Development

Any reason? otherwise a useful app:)

Bundyo 2010-04-21 08:14

Re: [Announce] Simple Search Tool
 
These categories return nothing unfortunately.

mikec 2010-04-21 08:20

Re: [Announce] Simple Search Tool
 
ok cheers

also any chance we can have a custom open with dialog.
i would like to use pygtk editor to open my py files :D

I see that PR1.2 still only uses 0.6 release of tracker :(

Bundyo 2010-04-21 18:46

Re: [Announce] Simple Search Tool
 
If everyone fixes their .desktop files, the world will be a better place. :) Until then you can file a bug to the PyGTKEditor developer to handle mime types like text/plain. Or alternatively you can edit /usr/share/applications/hildon/pytgkeditor.desktop and add a line with:

Code:

MimeType=text/plain
then run as root:

Code:

update-desktop-database /usr/share/applications/
and try again to open it.

While on the subject - Flandry, can you please remove mime type text/plain from your games? Thanks in advance.

mikec 2010-04-21 19:03

Re: [Announce] Simple Search Tool
 
Quote:

Originally Posted by Bundyo (Post 621399)
If everyone fixes their .desktop files, the world will be a better place. :) Until then you can file a bug to the PyGTKEditor developer to handle mime types like text/plain. Or alternatively you can edit /usr/share/applications/hildon/pytgkeditor.desktop and add a line with:

Code:

MimeType=text/plain
then run as root:

Code:

update-desktop-database /usr/share/applications/
and try again to open it.

While on the subject - Flandry, can you please remove mime type text/plain from your games? Thanks in advance.


sorry, maybe I described it wrong. py files open with the plan text editor at the moment, and works fine. It would be nice to select my own tool to open whatever the mime type is.

Bundyo 2010-04-21 19:34

Re: [Announce] Simple Search Tool
 
I'll think about it. Another Open With... in the menu... What about an option to disregard the mime type?

Pallavi 2010-07-06 04:54

Re:Simple Search Tool
 
Hi,
I wish to have a look at this application. Is this available for download?

Thanks.

Bundyo 2010-07-06 05:34

Re: [Announce] Simple Search Tool
 
Its in Extras.

Pallavi 2010-07-06 06:54

Re: [Announce] Simple Search Tool
 
Hello Bundyo,
I installed the .deb file on Maemo emulator. But when i try to run the application, error appears as "Unable to install 'Search tool'. Incompatible application package".

Can u help in this matter?

Thanks.

Bundyo 2010-07-06 13:10

Re: [Announce] Simple Search Tool
 
The package is armel only.

Well, the screenshots show most of it, there's also the category chooser and that's all.

VMac 2010-10-31 15:51

Re: [Announce] Simple Search Tool
 
Hi Bundyo. I would like to know where the files I am searching for are located on the disk. I don't know if its possible, but could you add something like "Details" that shows the location of the file that has been found? I know when you open the file it says "opening /home/user/MyDocs/..." but it disappears too quickly.

Thanks for the great app!

Bundyo 2010-10-31 17:06

Re: [Announce] Simple Search Tool
 
Well, there was such a panel in the desktop version but I removed it due to not much space. I'll see what I can do when the deadline at work passes.

Julien_2006 2011-01-24 20:22

Re: [Announce] Simple Search Tool
 
Hello first thanks for this nice app.

I would apreciate too an option to see the path. maybe this could be a field called "propertie" in the contextual menu.
My own request, I wich you could add an option in the contextual menu to delete a file and another one to share it (like in the file explorer by mail or via service). It would be very great.
thanks for reading.

Creamy Goodness 2011-01-26 20:28

Re: [Announce] Simple Search Tool
 
yeah i just installed this and it was disappointing that i couldn't see the path, I will keep the app anyways though, thanks!


All times are GMT. The time now is 12:29.

vBulletin® Version 3.8.8