![]() |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
@all:
I don't find the solution for my problem. Anyone can help me to find the soution few pages ago please. |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
This was already discussed. Try running with LD_LIBRARY_PATH='.'
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
For example do:
Code:
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
1) copy qt-fennec to /home/user 2) copy qt-fennec.desktop to /usr/share/applications 3) chmod +x /home/user/qt-fennec #!/bin/sh url=$1 cd /opt/mozbuildhm export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" if [ "$url" = "" ]; then url="http://www.google.com/"; fi ./qmlMozEmbedTest -url $url |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Yes, something like that. Does it help?
You can simplify that code making it: Code:
#!/bin/bash |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
I guess you need to cd into extracted build, or export GRE_HOME=/path/to/libxpcom.so_folder |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
@shmerl hm, okay then :)
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
@Romaxa:
Fixed now. is it possible to read youtube video? how can i add flash player? |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Lets try to keep this a development related thread please.
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
ten chars |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
compiling qml fennec 1 hour...i have no idea how many time estimated :D
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
VmWare SDK image here, 1560MB of RAM, Phenom II 955BE 4x3.2GHz - takes about 3 hours. |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
mine is
Kubuntu 12.10 x86 Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz 4096MB RAM but i accidently killed scratchbox process, starting over again now :D |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
What are you compiling it for, Harmattan or Mer/Nemo?
Don't forget to use -j4 on 4 core CPU by the way. |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
You can also try to use ccache to speed up recompilation time
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
I'm sure Coderus hasn't forgotten about it. If it takes too long for you guys I can compile for you, I've got i7 2600k@4.6GHz, should be a while quicker. There isn't any gpu acceleration available for compiling, is there?
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Updated harmattan and mer builds available at the same location.
Bunch of fixes for input methods, fixed some reported issues (typing in previous field, covering input field - vkb down, et.c.) If you see some issues, report it here: https://github.com/tmeshkova/mozilla-central/issues. |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
@romaxa about:config (and all about: pages) still unclickable
and i have troubles with compiling. compiler exiting with Killed signal and my kwin killed too :D |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
ten chars |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
my cpu or memory cant handle this procedure :D
i think it was because i disabled my swap :D |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
The browser works fine, am posting via it now. And this is fast indeed :D
One thing there is that I am wondering about, though: is it just me or is it quite difficult to hit any links to open? Compared to the stock browser which really accurately determines where you hit it with a finger, even among closely packed links, with this I need to magnify the page a lot and try to hit multiple times before succeeding... Somehow I get the feeling that this version is better than the previous, but that might be subjective? |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
@juiceme - the same happens on n900, I used the stylus for the first time for the last couple of months :D . Though I guess it is some setting in about:config
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
oh, i enabled my 8GB swap on SSD and compiled with -j4 in a 10 minutes :D
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Okay, made first changes in QML with harmattan components. Now need any info about API for managing tabs and other Fennec components.
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Latest builds have gstreamer support.
Simple test page: http://camendesign.com/code/video_fo...body/test.html in order to test youtube mobile with h264 on harmattan N9, run Code:
CUSTOM_UA="Mozilla/5.0 (Linux; Android 4.0.3; Transformer Prime TF201 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Tablet Chrome/18.0.1025.166 Safari/535.19" ./qmlMozEmbedTest -url "http://m.youtube.com/watch?v=mdZo_keUoEs" For Mer gstreamer h264 codecs need to be installed to get it working. Cheers. |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
"Firefox doesn't know how to open this address, because the protocol (vnd.youtube) isn't associated with any program."
huh? |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
A pity latest Mer/PA on Nexus 7 crashes after I switched to devel. I'll just install more stable image again to test this. By the way, why do you need to spoof the user agent there?
Mer/PA on Nexus 7 has hardware accelerated H.264 plugin for gstreamer (nv_omx_h264dec). Stock player need special patching to enable it though. Would embedlite be able to use it too? Here is an example how to invoke it from the gst-launch Code:
DISPLAY=:0 gst-launch-0.10 filesrc location=some_video.mp4 ! \ |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
romaxa,
Its only audio support right as using latest build I can hear but don't see any video... |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Ah, sure. Pulling a nd recompiling it now...
Just enabled harmattan booster to speed-up browser startup. |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
I get all excited just reading all of the progress, Just had a question, Does it use the native keyboard and not a built in one as opera?
Cheers. |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
Code:
CUSTOM_UA="Mozilla/5.0 (Linux; Android 4.0.3; Transformer Prime TF201 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Tablet Chrome/18.0.1025.166 Safari/535.19" ./qmlMozEmbedTest -url "http://m.youtube.com/watch?v=mdZo_keUoEs" |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
same.
but "video for everyone" working |
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
Quote:
|
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
no, h264 not supported on youtube.com/html5 page, only webM
yes, Harmattan N9 build. |
All times are GMT. The time now is 08:11. |
vBulletin® Version 3.8.8