Notices


Reply
Thread Tools
ekze's Avatar
Posts: 115 | Thanked: 95 times | Joined on Oct 2011 @ Sankt-Peterburg, Russia
#241
It is finally working on thumb cssu as of last update, thanks!
How does one make it default browser so it can handle URLs in chats, etc? I tried adding "/opt/qml-browser/bin/qml-browser %s" in browser switchboard, but it just opens a browser itself, not the URL that I clicked.

Also, cookies still not working I take it? No way to remember login on sites?

Last edited by ekze; 2015-08-09 at 08:19.
 

The Following User Says Thank You to ekze For This Useful Post:
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#242
Originally Posted by ekze View Post
It is finally working on thumb cssu as of last update, thanks!
How does one make it default browser so it can handle URLs in chats, etc? I tried adding "/opt/qml-browser/bin/qml-browser %s" in browser switchboard, but it just opens a browser itself, not the URL that I clicked.

Also, cookies still not working I take it? No way to remember login on sites?
QML Browser only accepts named arguments, so to open a browser window with a URL:

Code:
/opt/qml-browser/bin/qml-browser --url=%s
RE: Cookies

Enabling persistent storage caused the application to crash in earlier versions. I have not tested it with the current version, but since the browser engine is still the same, I don't expect any change. I'll try it and, if it works, re-enable it for the next update.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 9 Users Say Thank You to marxian For This Useful Post:
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#243
@marxian
thank you for the update.
One little problem: default background color of html pages seems to be black so every simple html without bgcolor defined results completely black.
 

The Following User Says Thank You to xes For This Useful Post:
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#244
@marxian
New version is working really better, but sometimes i can observe problems opening new pages selecting a link inside a page (even here in TMO) or selecting left arrow to go back to the previous page.

In both situations the browser page becomes completely white, the address in the address bar remains unchanged and nothing happens.
 

The Following 2 Users Say Thank You to xes For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#245
Originally Posted by xes View Post
@marxian
New version is working really better
I agree.

I still can't seem to save bookmarks tho, any ideas?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
Posts: 2 | Thanked: 10 times | Joined on Aug 2015
#246
Hi,

Just thought that maybe someone else wants to open youtube links in cutetube2 too. So here is my urlhandler.conf file to use.

Code:
[cuteTube2]
regExp="(http(s|)://(www.|m.|)youtube.com/(v/|.+)(v=|list=|)|http://youtu.be/)"
command=dbus-send --print-reply --type=method_call --dest=org.marxoft.cutetube2 / local.cuteTube2.DBusService.showResource string:"%URL%"
 

The Following 10 Users Say Thank You to Vajb For This Useful Post:
Community Council | Posts: 680 | Thanked: 1,227 times | Joined on Sep 2010 @ Mbabane
#247
Does QML Browser support socks proxies? I tried about:config .. didn't have much luck.
 
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#248
It seems that QML browser can't open local filesystem's files with usual:
file:///folder/index.html syntax.

On the other hand, trying to connect to http://127.0.0.1 (or http://127.0.0.1:8080 to use Evopedia) triggers the "choose internet connection" dialog or connects with the first 3G profile available.
 

The Following 4 Users Say Thank You to xes For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#249
@marxian

I have a strange error when trying to run qml-browser.
As I use it occasionally (still MicroB enthusiast ) I have no idea since when this is.

Here is the console output:
~ $ /opt/qml-browser/bin/qml-browser
QDeclarativeComponent: Component is not ready
"file:///opt/qml-browser/qml/main.qml:184:5: Unable to create type SettingsDialog"
"file:///opt/qml-browser/qml/SettingsDialog.qml:190:5: Unable to create type ListPickSelector"
"file:///usr/lib/qt4/imports/org/hildon/components/ListPickSelector.qml:75:5: Cannot assign to non-existent property "onCurrentIndexChanged""
Segmentation fault (core dumped)
I have already reinstalled. And the output is same also as root (only for this test).

Any idea?
Or hints to track down this hiccup?
TIA
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#250
And now, after upgrading qt-components-hildon to latest 0.19.0, I experience the same error with your new package qmledit!??
Code:
~ $ /opt/qt-components-hildon-viewer/bin/viewer /opt/qmledit/qml/MainWindow.qml
QDeclarativeComponent: Component is not ready
"file:///opt/qmledit/qml/MainWindow.qml:220:5: Unable to create type SettingsDialog" 
"file:///opt/qmledit/qml/SettingsDialog.qml:251:5: Unable to create type ListPickSelector" 
"file:///usr/lib/qt4/imports/org/hildon/components/ListPickSelector.qml:103:5: Cannot assign to non-existent property "onCurrentIndexChanged"" 
Segmentation fault (core dumped)
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 
Reply

Tags
browser, components, hildon, maemo 5, web browser


 
Forum Jump


All times are GMT. The time now is 07:52.