liri-project / liri-browser

📕 Archive - Development has moved to https://github.com/lirios/browser.
GNU General Public License v3.0
301 stars 42 forks source link

Browser cannot open any links or new tabs #209

Open mpcsh opened 8 years ago

mpcsh commented 8 years ago

Arch Linux 4.4.4, unable to open a link. As soon as I launch, I get the following error output: `qml: Locale name: en_US

: QML QQuickLayoutAttached: Binding loop detected for property "minimumWidth" QQmlComponent: Component is not ready qrc:/qml/BrowserWindow.qml:334: TypeError: Cannot read property 'icon' of null qrc:/qml/BrowserWindow.qml:57: TypeError: Cannot read property 'customTextColor' of undefined qrc:/qml/BrowserWindow.qml:56: TypeError: Cannot read property 'customTextColor' of undefined qrc:/qml/BrowserPage.qml:63: TypeError: Cannot read property 'webview' of undefined qrc:/qml/BrowserPage.qml:75: TypeError: Cannot read property 'webview' of undefined qrc:/qml/BrowserPage.qml:81: TypeError: Cannot read property 'webview' of undefined qrc:/qml/BrowserPage.qml:87: TypeError: Cannot read property 'webview' of undefined qrc:/qml/BrowserToolbar.qml:46: TypeError: Cannot read property 'webview' of undefined qrc:/qml/BrowserToolbar.qml:56: TypeError: Cannot read property 'webview' of undefined qrc:/qml/BrowserToolbar.qml:53: TypeError: Cannot read property 'webview' of undefined qrc:/qml/BrowserToolbar.qml:61: TypeError: Cannot read property 'webview' of undefined qrc:/qml/Omnibox.qml:32: TypeError: Cannot read property 'webview' of undefined qrc:/qml/Omnibox.qml:82: TypeError: Cannot read property 'webview' of undefined qrc:/qml/Omnibox.qml:81: TypeError: Cannot read property 'webview' of undefined qrc:/qml/Omnibox.qml:103: TypeError: Cannot read property 'webview' of undefined qrc:/qml/BrowserToolbar.qml:10: TypeError: Cannot read property 'customColor' of undefined qrc:/qml/FullscreenBar.qml:31: TypeError: Cannot read property 'webview' of undefined qrc:/qml/FullscreenBar.qml:39: TypeError: Cannot read property 'webview' of undefined` I am unable to enter a link or open a new tab - the buttons show the shadow from being pressed but no actions occur.
timsueberkrueb commented 8 years ago

@ThurnisH41ey thanks for taking your time to report this. Which Qt version have you built it against?

mpcsh commented 8 years ago

I simply installed it from the AUR. Dependency is qt5-base, which is currently 5.6.0-2.

timsueberkrueb commented 8 years ago

@ThurnisH41ey then the AUR version of Liri Browser is probably broken. The last few commits should have fixed this problems. You can try installing it from source.

timsueberkrueb commented 8 years ago

@ThurnisH41ey Have you tried building it from source? If yes, did it work as expected?