Reply
Thread Tools
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#161
@all:

I don't find the solution for my problem.
Anyone can help me to find the soution few pages ago please.
 

The Following User Says Thank You to n950 For This Useful Post:
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#162
This was already discussed. Try running with LD_LIBRARY_PATH='.'
 

The Following User Says Thank You to shmerl For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#163
Originally Posted by shmerl View Post
This was already discussed. Try running with LD_LIBRARY_PATH='.'
How to run with LD_LIBRARY_PATH='.' ?
 
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#164
For example do:

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

The Following User Says Thank You to shmerl For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#165
Originally Posted by shmerl View Post
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
 

The Following User Says Thank You to n950 For This Useful Post:
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#166
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"

Last edited by shmerl; 2013-01-20 at 22:46.
 

The Following 2 Users Say Thank You to shmerl For This Useful Post:
Posts: 40 | Thanked: 265 times | Joined on Aug 2007
#167
Originally Posted by n950 View Post
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
 

The Following User Says Thank You to romaxa For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,700 times | Joined on Nov 2011 @ Ängelholm, Sweden
#168
@shmerl hm, okay then
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#169
@Romaxa:

Fixed now.
is it possible to read youtube video?
how can i add flash player?
 
bandora's Avatar
Posts: 1,338 | Thanked: 1,055 times | Joined on Oct 2009 @ California, USA / Jordan
#170
Lets try to keep this a development related thread please.
__________________
FarahFa.com
 

The Following 8 Users Say Thank You to bandora For This Useful Post:
Reply

Tags
thread derailed


 
Forum Jump


All times are GMT. The time now is 09:57.