Notices


Reply
Thread Tools
Posts: 235 | Thanked: 339 times | Joined on Nov 2010
#1341
Originally Posted by Snoshrk View Post
Anyone remember the solution or the post?
Are you using the Diablo 5 theme? If so, what order did you install them in? Because Diablo 5 comes with a workaround that gets setup when installing the theme. Here's the relevant excerpt from its postinst:
Code:
mkdir -p /home/user/.tear
cp /usr/share/themes/Diablo5/diablo5theme.css /home/user/.tear/

/usr/share/themes/Diablo5/set-tear-css

chown user:users /home/user/.tear /home/user/.tear/diablo5theme.css /home/user/.tear/tear.db
If you're not using a dark theme, just search for "Tear" in the Diablo5 thread as it has the CSS there somewhere anyway
 

The Following User Says Thank You to jstokes For This Useful Post:
Posts: 395 | Thanked: 137 times | Joined on Feb 2008 @ Boone, IA
#1342
Originally Posted by jstokes View Post
Are you using the Diablo 5 theme? If so, what order did you install them in? Because Diablo 5 comes with a workaround that gets setup when installing the theme. Here's the relevant excerpt from its postinst:
Code:
mkdir -p /home/user/.tear
cp /usr/share/themes/Diablo5/diablo5theme.css /home/user/.tear/

/usr/share/themes/Diablo5/set-tear-css

chown user:users /home/user/.tear /home/user/.tear/diablo5theme.css /home/user/.tear/tear.db
If you're not using a dark theme, just search for "Tear" in the Diablo5 thread as it has the CSS there somewhere anyway

Doh! No wonder my Search-Fu failed...wrong thread.

Yep I am using the Diablo5theme....pretty sure it was installed first...

Will try the work around asap

Thanks!
__________________
Nook Color
CM7 Nightly

N800 (retired...soon to eBay)
Favorite Apps: CommunitySSU,DiabloTurbo, Flipclock, Keepnote, Dialcentral, Gizmo5 ,MediaBox/pyFMradio, Telescope,Diablo5 theme, Tear, Personal Menu/Launcher, OMWeather,Blubbels, Advanced Power/Backlight...now to play with Garnet6...
 

The Following User Says Thank You to Snoshrk For This Useful Post:
Posts: 637 | Thanked: 445 times | Joined on Dec 2009 @ Kaliningrad, Russia
#1343
Originally Posted by Snoshrk View Post
Ok, so I just did a Tabula Rasa -> complete rebuild on my N800.

After reinstalling Tear I have re-discovered that the "text input fields" on sites like gmail are unusable as they are completely blacked out (black text on black background).

I distinctly remember a simple (?) solution to this...but my Search-Fu is weak today.

Anyone remember the solution or the post?

Thanks

Snoshrk
If you use Diablo 5 theme it is a bag which happens because tear doesn't use gtk input fields theme. Sorry, but this bag is unfixable. The only way is to use other browser or other theme.
 
Posts: 395 | Thanked: 137 times | Joined on Feb 2008 @ Boone, IA
#1344
Originally Posted by Kroll View Post
The only way is to use other browser or other theme.
[WHINE] But I LIKE both! [/WHINE]


Oh well I guess I'll just have to use the Zen input method in Tear.

Thanks
__________________
Nook Color
CM7 Nightly

N800 (retired...soon to eBay)
Favorite Apps: CommunitySSU,DiabloTurbo, Flipclock, Keepnote, Dialcentral, Gizmo5 ,MediaBox/pyFMradio, Telescope,Diablo5 theme, Tear, Personal Menu/Launcher, OMWeather,Blubbels, Advanced Power/Backlight...now to play with Garnet6...
 
Posts: 86 | Thanked: 8 times | Joined on May 2010
#1345
Hi all,
I've got the 0.3.5-2 version of Tear installed. Reading this thread, I discovered there's a 0.3.6 but it seemed like there were some additional dependencies - enough hassle that I haven't tried it yet.

I am curious how 0.3.6 scores on the HTML 5 test. 0.3.5 scores 95, which isn't horrible for this form factor.

What I'm really after is HTML5 EventSource support, which is detailed near the bottom of the test page under "communication". I have a personal project I'm working on that works best on the N800 in Tear. It would be a lot cleaner, and draw down the battery a lot less on my tablet, if I could use event sources rather than polling. If someone tells me that EventSource is supported in 0.3.6, I'll take the plunge right away.
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#1346
Iirc, both use the same webkit engine. The difference is largely related to the interface.
__________________
Be warned, posts are often line of thoughts at highway speeds...
 

The Following User Says Thank You to tso For This Useful Post:
Posts: 355 | Thanked: 598 times | Joined on Sep 2009 @ Nizhny Novgorod, Russia
#1347
Yes, support for HTML5 features is all up to WebKit engine. And, as far as i know, Bundyo had a huge problems while trying to update Tear to newest versions of webkit due to damned old GLib. So, chances that Tear will receive support for new html5 features are very low...

Anyway, i don't think that support for EventSource can save some battery or cpu cycles on N8x0. Long-polling techniques (comet) already uses pretty low cpu and traffic. Significant improvements are only possible with carrier support as discussed in whitepaper: http://dev.w3.org/html5/eventsource/#eventsource-push
But for Maemo there is no any carrier-provided push notifications, and TCP-connection (probably with some keep-alives) is still neccessary for receiving events. But this is not much better than long-polling (which also more compatible and cross-browser).

Last edited by Mitrandir; 2011-05-30 at 19:31.
 

The Following 2 Users Say Thank You to Mitrandir For This Useful Post:
Posts: 86 | Thanked: 8 times | Joined on May 2010
#1348
Thanks, Mitrandir. I reworked my project to use long-polling and it's using much less CPU on the tablet.
 
Posts: 86 | Thanked: 8 times | Joined on May 2010
#1349
I have a widget in the page of my project which I would like to be able to long-press and/or double-tap. In Tear, I see the following:
1) I'm not getting the doubleclick event when I double-tap. Is this operator error or is double-tap not supported in Tear?
2) On the long-press, my code is working as expected, but I'm also getting Tear's own page popop menu. Is there a way to suppress that popup?
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#1350
1) The dblclick event support is entirely up to the GtkWebKit engine to suport.
2) I'm not sure that contextmenu event is supported in that old version, and for sure the menu can't be canceled even if it is (I'm not sure it can in the other browsers available for NIT)

Check the PPK mobile events table here. You can see that dblclick event is not supported at all (check the legacy events part) and contextmenu event is barely supported across all mobile platforms. Knowing that all legacy events are simulated (that is - fired after the touch events, just for compatibility), this sounds rather logical.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 

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

Tags
browserd fix, microb killer, webkit


 
Forum Jump


All times are GMT. The time now is 23:10.