Active Topics

 



Notices


Reply
Thread Tools
qgil's Avatar
Posts: 3,105 | Thanked: 11,088 times | Joined on Jul 2007 @ Mountain View (CA, USA)
#11
Originally Posted by BrentDC View Post
Quim? Andre? Anybody? Is anyone out there? Hello...ello....lo.....o......

Sorry, I had seen http://maemo.org/packages/package_in...hsearch/1.0-1/ before and commented there already.

I think you should wait for a bit more of certainty that you app works before pushing it to extras-testing. Although nowadays fair enough: I wouldn't have seen it if it wouldn't have landed there.
 
timsamoff's Avatar
Posts: 1,605 | Thanked: 1,601 times | Joined on Mar 2007 @ Southern California
#12
Originally Posted by Khertan View Post
So now it s works on my scratchbox too after copying /usr/lib/hildon-home/touchsearch.py in /usr/lib/python2.5/site-packages/

Someone with an n900 can confirm this ?
Weird. After copying the script, nothing happened for me (i.e., the Widget was not available from the menu). But, after restarting, the Widget was present on the Desktop. But, after removing the Widget from the desktop, I could not add it again (from the menu). But, after restarting (again), I was able to see/add the Widget from the menu. But, if I remove the Widget, it's no longer available from the menu (unless I restart, at which point the Widget is added to the desktop automatically).

I hope that makes sense...

Also, attempting a search doesn't actually open the browser (i.e., instigate a search).

Tim
__________________
http://samoff.com

Last edited by timsamoff; 2009-09-11 at 05:06.
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#13
Originally Posted by timsamoff View Post
Weird. After copying the script, nothing happened for me (i.e., the Widget was not available from the menu). But, after restarting, the Widget was present on the Desktop. But, after removing the Widget from the desktop, I could not add it again (from the menu). But, after restarting (again), I was able to see/add the Widget from the menu. But, if I remove the Widget, it's no longer available from the menu (unless I restart, at which point the Widget is added to the desktop automatically).

I hope that makes sense...
I does make sense because I was seeing the exact same thing in Scratchbox -- I thought it was an oddity w/Scratchbox. It must be a bug in either:

-Hildon Desktop
-The Python bindings for it

Because the .desktop interface is quite easy and I don't think I could've possibly messed it up

Also, attempting a search doesn't actually open the browser (i.e., instigate a search).

Tim
Could you see if this command in the terminal opens Google.com:

Code:
dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"http://www.google.com"
Thanks!

(having a device is a blessing and a curse, eh? )
__________________
-Brent

Author of TouchSearch -- web searching software for Maemo 5.

Mobile Device lineage: Palm Z22 -> Palm TX -> Nokia N800 -> Nokia N900
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#14
Originally Posted by qgil View Post
Sorry, I had seen http://maemo.org/packages/package_in...hsearch/1.0-1/ before and commented there already.
No problem, it was a "playful" bump.

I think you should wait for a bit more of certainty that you app works before pushing it to extras-testing. Although nowadays fair enough: I wouldn't have seen it if it wouldn't have landed there.
I extensively tested it Scratchbox and everything that could be tested checked out. If I hadn't uploaded it to -testing, it would probably be rotting in -devel right now...

Additionally, TouchSearch is a simple applet, and although it's (hopefully) useful, it is more of a "deployment of technologies" on Fremantle e.g. a test. Only difference between it an something like Attitude, is that I plan on making it a day-to-day useable application.

Furthermore, since it is so simple, I plan on frequently uploading new versions to -testing after I fix problems found by testers.
__________________
-Brent

Author of TouchSearch -- web searching software for Maemo 5.

Mobile Device lineage: Palm Z22 -> Palm TX -> Nokia N800 -> Nokia N900
 

The Following 2 Users Say Thank You to BrentDC For This Useful Post:
timsamoff's Avatar
Posts: 1,605 | Thanked: 1,601 times | Joined on Mar 2007 @ Southern California
#15
Originally Posted by BrentDC View Post
Code:
dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"http://www.google.com"
This works.

Side-note: Also, I think that your Widget would look better if you used the default Widget background gradient (translucent black to medium gray). Plus, most Widgets "hide" their settings button (which has a default Maemo 5 icon) until users "edit" on-screen properties.

Tim
__________________
http://samoff.com
 

The Following User Says Thank You to timsamoff For This Useful Post:
timsamoff's Avatar
Posts: 1,605 | Thanked: 1,601 times | Joined on Mar 2007 @ Southern California
#16
Quoting myself...
Originally Posted by timsamoff View Post
Also, attempting a search doesn't actually open the browser (i.e., instigate a search).
This is working now after another reboot.

Tim
__________________
http://samoff.com
 

The Following User Says Thank You to timsamoff For This Useful Post:
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#17
Originally Posted by timsamoff View Post
This works.

Side-note: Also, I think that your Widget would look better if you used the default Widget background gradient (translucent black to medium gray). Plus, most Widgets "hide" their settings button (which has a default Maemo 5 icon) until users "edit" on-screen properties.

Tim
Unfortunately, I have absolutely no idea what the "default Widget background" is... I'm just using a regular gtk.Button so it should inherit any theming.

Would it be possible to snap a couple screenshots? I'm thinking one of my applet against a pre-installed one and one of each dialog (search and select engine). That would be fantastic.

Concerning the settings dialog: it isn't a settings dialog per se, but integral to the everyday use of the applet. I'm envisioning that once I add more sites to search, the user can easily flip through the list and select an engine easily (and change this frequently). There will also be a settings interface to change traditional options, like button size, icon type, etc.
__________________
-Brent

Author of TouchSearch -- web searching software for Maemo 5.

Mobile Device lineage: Palm Z22 -> Palm TX -> Nokia N800 -> Nokia N900
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#18
Originally Posted by timsamoff View Post
Quoting myself...


This is working now after another reboot.

Tim
It is extremely confusing that you needed to reboot so many times for it to work...

Is it working consistently now?
__________________
-Brent

Author of TouchSearch -- web searching software for Maemo 5.

Mobile Device lineage: Palm Z22 -> Palm TX -> Nokia N800 -> Nokia N900
 
timsamoff's Avatar
Posts: 1,605 | Thanked: 1,601 times | Joined on Mar 2007 @ Southern California
#19
Originally Posted by BrentDC View Post
Would it be possible to snap a couple screenshots?
Sure, I'll work on this.

Originally Posted by BrentDC View Post
Concerning the settings dialog
Funny. I sort of realized this after I made that comment. Yeah, it's better where it is.

Tim
__________________
http://samoff.com
 

The Following User Says Thank You to timsamoff For This Useful Post:
timsamoff's Avatar
Posts: 1,605 | Thanked: 1,601 times | Joined on Mar 2007 @ Southern California
#20
Originally Posted by BrentDC View Post
It is extremely confusing that you needed to reboot so many times for it to work...

Is it working consistently now?
I agree. Sorry I can't tell you why. And, yes... It seems to be working like a charm now!

Tim
__________________
http://samoff.com
 

The Following User Says Thank You to timsamoff For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 11:09.