View Single Post
Posts: 466 | Thanked: 335 times | Joined on Jan 2010 @ Vienna, Austria
#367
Thanks.
What about my question though? All fremantle-related infos for Qt based Fennec exclusively in this thread?

Originally Posted by freemangordon View Post
Install the .debs from http://dox.bg/files/dw?a=1a2fdc0107

as user "user":
1. cd to /usr/lib/xulrunner-22.0a1
2. do "export LD_LIBRARY_PATH=./"
3. do "qmlMozEmbedTest -url talk.maemo.org"

After first run add the following lines to "/home/user/.mozilla/mozembed/prefs.js":
Code:
user_pref("browser.cache.disk.enable", false);
user_pref("browser.cache.memory.capacity", 20000);
user_pref("media.webm.enabled", false);
You'll have to figure out any missing dependencies.