maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Tear 0.3 - Simple WebKit browser, now with Dashboard (https://talk.maemo.org/showthread.php?t=26475)

bluechalk 2009-02-22 16:01

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
I can't install the bookmarks using the link in post #19. I get the message "Application packages missing: python-sqlite". Where can I find this?

Un27Pee 2009-02-22 16:14

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
I got it like this red-pill enabled and it showed up in the application manager

bongo have you check that you have python2.5-hildondesktop installed

bongo 2009-02-22 16:46

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by Un27Pee (Post 266266)
bongo have you check that you have python2.5-hildondesktop installed

Sure!
But I don't understand how this could influence the length of bookmark description ;)

Un27Pee 2009-02-22 18:11

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
when i install the bookmarks i had some weird positioning and it will exit unable to launch it so this is what i taught something was wrong with the hildon desktop so apt-get and everything was ok , that is why i taught your case might have something to do with the desktop if all the themes your have are giving the same length if not them someone might be in a good position to help you.

bongo 2009-02-22 19:01

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
I think it's very easy to fix the length problem with the bookmark navigator. I can do it by myself ...

BrentDC 2009-02-22 19:07

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by bongo (Post 266290)
I think it's very easy to fix the length problem with the bookmark navigator. I can do it by myself ...

Code:

def shorten_text(self, variable_holding_text):
    if len(variable_holding_text) > 15:
        new_variable = variable_holding_text[0:15] + " ..."
    return new_variable

Extremely easy! :D

GeraldKo 2009-02-22 19:18

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Bundyo, maybe it's worth posting a link to nobodysbusiness's tear Installation Instructions at the top of the first link of this thread?

(Thanks from me, too, for what must be a s***load of work. It still has its limitations -- like the GMail issue -- but it is blazingly fast.)

tso 2009-02-22 19:50

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
hmm, i have bumped into some forums recently that trigger a index.php download when i try to post using tear.

tso 2009-02-22 19:53

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by bongo (Post 266227)
Thx for your app.
But it's not usable for me because it has problems with themes and long descriptions. Please continue your nice work :):)

i second the theme issue...

would be nice if it could be made to look somewhat like the microb menu btw (big arrows and all that).

bongo 2009-02-22 19:56

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by BrentDC (Post 266291)
Code:

def shorten_text(self, variable_holding_text):
    if len(variable_holding_text) > 15:
        new_variable = variable_holding_text[0:15] + " ..."
    return new_variable

Extremely easy! :D

My thoughts on your keyboard :D
The author of this applet should apply this code.


All times are GMT. The time now is 20:34.

vBulletin® Version 3.8.8