maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast! (https://talk.maemo.org/showthread.php?t=85191)

djcrash1981 2013-02-16 01:54

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Hey @coderus are you planning releasing a new deb any time soon? Or where I can find the instructions to build a new version to try it.
By the way great great job you're doing with this and with wazapp simply amazing.

Regards.

coderus 2013-02-16 04:20

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
no soon releases.

https://wiki.mozilla.org/Embedding/I...d_instructions

Morpog 2013-02-16 20:00

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Are these build instructions still valid? I've seen that parts got moved from mozilla-central to 3 additional trees.

Edit: just seen that build instructions got updated too :D

www.rzr.online.fr 2013-02-16 20:33

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
If it matters I am trying to build them ...

will keep you updated


/usr/src/packages/BUILD/gfx/gl/GLContextProviderEGL.cpp:782: error: 'SharedHandleType' is not a class or namespace


can you tell me which git hash did you previously build ?

Morpog 2013-02-17 20:03

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Hmm, I'm stuck at cloning repositories.

mozilla-central worked, but the other 3 didn't.


Code:

root@debian:/home/morpog/mozembed# git clone git@github.com:tmeshkova/embedlite-components.git
Cloning into embedlite-components...
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly


coderus 2013-02-17 20:20

why you working under root?

Morpog 2013-02-17 20:23

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Was just a try, fails with same error message as user. Do I need a github account and add my RSA key there?

qwazix 2013-02-17 20:26

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
yep that's what you need

freemangordon 2013-02-17 20:58

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
or you can use the read-only address, git://github.com/tmeshkova/embedlite-components.git

Morpog 2013-02-23 20:57

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
And it's update time! Scrolling is smoother than ever now. :eek:

Quote:

@iCODeRUS

QmlMozBrowser installer. Just install this package and do Upgrade in Packages. https://t.co/l4ISH4b97x
New video (laggy because done with VNC connection).
http://www.youtube.com/watch?v=JFsBC...ature=youtu.be


Note: icons modified by me, not included in latest installer
http://www.abload.de/img/2013-02-23_22-07-27lfoag.png

rcolistete 2013-02-23 22:10

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Quote:

Originally Posted by Morpog (Post 1324678)
And it's update time! Scrolling is smoother than ever now. :eek:

.deb ???

10 chars.

Morpog 2013-02-23 22:20

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
in the quote

Garp 2013-02-24 03:04

Instalation OK but can't open app QmlMozBrowser?:confused:

wolke 2013-02-24 03:26

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
/usr/bin/qmlMozEmbedTest -url https://www.google.com

pop that into a desktop file in /usr/share/applications, like
[Desktop Entry]
Name=fennec-qml
Exec=/usr/bin/qmlMozEmbedTest -url https://www.google.com
Icon=/usr/share/themes/blanco/meegotouch/icons/icon-l-fennec.png

coderus 2013-02-24 04:46

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
1 Attachment(s)
@wolke no-no! this will use default QML Ui, not overlay one
-------------------

Just install this package and go to Settings - Applications - Packages - Updates and update QmlMozBrowser

And you will receive updates via system also.
-------------------

Icons aren't good, just used icons from default package, no time to paint my own. I will be thankful for the fancy icons.
-------------------

And you know: current UI is just demo, we're in creative search. I think you can draw some UI drafts for menus.

wolke 2013-02-24 04:52

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Quote:

Originally Posted by coderus (Post 1324720)
@wolke no-no! this will use default QML Ui, not overlay one
-------------------

Just install this package and go to Settings - Applications - Packages - Updates and update QmlMozBrowser

And you will receive updates via system also.
-------------------

Icons aren't good, just used icons from default package, no time to paint my own. I will be thankful for the fancy icons.

im using this repo:
deb http://repo.pub.meego.com/home:/coderus/harmattan/ ./

and installing qmlmozbrowser.

updates come through just fine with apt-get upgrade.


now, how do you launch the 'overlay ui'? is there a separate package for it?

wolke 2013-02-24 04:58

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
indeed there is, mozqmlui-harmattan

your ui is much prettier, and the package has a desktop launcher so i can just throw out the one i have for romaxa's testing ui.

wolke 2013-02-24 05:01

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
i didnt realize you had packaged up your nice ui yet.

i would like to point out that having the gui catalog name 'QmlMozBrowser' for the package mozqmlui-harmattan is confusing, when there is a package that it depends on called 'qmlmozbrowser'.

coderus 2013-02-24 05:39

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
in near future ui and desktop icon will be included inside qmlmozbrowser package. this time for testing only. i just tried to make testing more comfortable :)

Hacker 2013-02-24 05:49

I pulled both versions of the browser onto my N9. Congrats to both devs about getting something out to us that we can use and enjoy.

Both browsers are surfing sites and have really nice UIs. But I have noticed that "Fennec" can run some on-page videos on sites like pbs.org, but I am having trouble getting "QMLMozBrowser" to run videos. Have I missed a dependency or something?

coderus 2013-02-24 05:57

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Fennec have flash, QmlMozBrowser have not.

Artyom 2013-02-24 10:20

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
it isn't working on my device. not launching. are there any dependencies that we should install?

coderus 2013-02-24 10:26

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
I think you should give me more info.
Did you installed mozqmlui-harmattan-installer and did packages update?

Artyom 2013-02-24 11:28

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Quote:

Originally Posted by coderus (Post 1324757)
I think you should give me more info.
Did you installed mozqmlui-harmattan-installer and did packages update?

yes, i installed the one you attached and yes they did update. there is the icon in the menu but when i touch it, nothing happens.

Garp 2013-02-24 12:02

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Quote:

Originally Posted by Artyom (Post 1324763)
yes, i installed the one you attached and yes they did update. there is the icon in the menu but when i touch it, nothing happens.

Same here!
Installed package, an icon 'Installer' appeared on homescreen, didn't use it, but
Settings/ Applications/qmlmozbrowser update=> QmlMozBrowser v.0.1 and icon on homescreen which doesn't work!

coderus 2013-02-24 13:28

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
i think you have old xulrunner, which causes problems (from the first pages of topic)
you should do
Code:

devel-su
apt-get install --reinstall xulrunner=0.1


Morpog 2013-02-24 14:58

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Yep, had that problem too yesterday with old xulrunner.
I just uninstalled it with apt-get remove xulrunner* and after that I installed coderus latest installer.

coderus 2013-02-24 15:10

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Should i open another thread for QmlMozBrowser discussions?

Morpog 2013-02-24 15:17

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Not sure, or is romaxa developing his own UI still?

ladoga 2013-02-24 15:24

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Quote:

Originally Posted by coderus (Post 1324801)
Should i open another thread for QmlMozBrowser discussions?

Yes, I think it would be better to have them separate to avoid confusion.

Artyom 2013-02-24 16:21

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
thanks coderus.
so
there will be two separate fennec/firefox browsers in development?

coderus 2013-02-24 16:36

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
@Morpog no, he is not in UI

jalyst 2013-02-25 07:20

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
^So you may as well keep it here then, lower lvls + UI, all consolidated in the one place.*
It probably makes sense for there to be a new thread (in the right sub-forum) for the Fremantle UI though.
(But... up to you/others I guess....)

*plus morpog seems to have been doing a good job keeping the OP up-to-date

zaidk9 2013-02-25 12:17

Tutorial to install coderus mozqmlui for harmattan
Thank u :)

coderus 2013-02-25 12:26

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
huh, tutorial?
http://talk.maemo.org/showpost.php?p...&postcount=335

Vromoth 2013-02-25 13:30

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
The newest version is sweet coderus. There are just three things that bothered me. Firstly html 5 is buggy, the test html 5 site always cashes and face book does not load. Second is it would be nice to be able to have a better rectangle when you press links. Thats it.

Also, How do I launch custom links with it from the terminal?

shma 2013-02-25 14:27

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Not crashed once, The UI is superb and it got native keyboard im happy. It havent got the virtual big finger bug the original browser have.

The only issue i had is a couple of pages renders wrong, but rotating the screen fixes it straight away... so very good, gummisnodd.

B3Punch3D 2013-02-25 19:05

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
great work =)
but :D go and browse a bit on vimeo ;) and see what will happens

coderus 2013-02-25 19:41

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
so, what happening for you? is it so secret to just tell for us?

B3Punch3D 2013-02-25 19:49

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
no no ^^ of curse not, so, it will crashes immediately


All times are GMT. The time now is 15:54.

vBulletin® Version 3.8.8