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)

n950 2013-01-20 22:07

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.

shmerl 2013-01-20 22:12

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
This was already discussed. Try running with LD_LIBRARY_PATH='.'

n950 2013-01-20 22:17

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

Originally Posted by shmerl (Post 1316192)
This was already discussed. Try running with LD_LIBRARY_PATH='.'

How to run with LD_LIBRARY_PATH='.' ?

shmerl 2013-01-20 22:20

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

Code:

export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
and then run it.

n950 2013-01-20 22:23

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

Originally Posted by shmerl (Post 1316196)
For example do:

Code:

export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
and then run it.

Like that?

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

shmerl 2013-01-20 22:40

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
cd /opt/mozbuildhm
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
url=${1:-"https://google.com"}
./qmlMozEmbedTest "$url"


romaxa 2013-01-21 01:32

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

Originally Posted by n950 (Post 1316119)
How can I resolve this error please?

Thanks in advance


I guess you need to cd into extracted build, or export GRE_HOME=/path/to/libxpcom.so_folder

coderus 2013-01-21 03:05

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
@shmerl hm, okay then :)

n950 2013-01-21 04:26

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?

bandora 2013-01-21 08:20

Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!
 
Lets try to keep this a development related thread please.


All times are GMT. The time now is 14:32.

vBulletin® Version 3.8.8