![]() |
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.
|
| All times are GMT. The time now is 14:32. |
vBulletin® Version 3.8.8