The Following User Says Thank You to t-b For This Useful Post: | ||
|
2023-10-08
, 14:04
|
Posts: 500 |
Thanked: 618 times |
Joined on Feb 2012
|
#32
|
The Following User Says Thank You to teroyk For This Useful Post: | ||
|
2023-10-08
, 18:31
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#33
|
|
2023-10-24
, 14:04
|
Posts: 1 |
Thanked: 3 times |
Joined on Oct 2023
@ Bulgaria
|
#34
|
sudo apt install -y jib
|
2023-12-15
, 17:35
|
Posts: 500 |
Thanked: 618 times |
Joined on Feb 2012
|
#35
|
|
2024-06-28
, 14:52
|
Posts: 500 |
Thanked: 618 times |
Joined on Feb 2012
|
#36
|
Has somebody tested Vivaldi for Linux ARM with Leste:
https://vivaldi.com/blog/vivaldi-bro...-raspberry-pi/
?
The Following User Says Thank You to teroyk For This Useful Post: | ||
|
2024-08-26
, 17:47
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#37
|
[19968:19985:0826/193124.172334:ERROR:context_group.cc(181)] ContextResult::kFatalFailure: ES3 is blacklisted/disabled/unsupported by driver. [19968:19985:0826/193124.271882:ERROR:gles2_cmd_decoder.cc(8580)] [.DisplayCompositor]GL ERROR :GL_INVALID_ENUM : glFramebufferTexture2D: <- error from previous GL command Falling back to using screens root_visual.
// Fail early if ES3 is requested and driver does not support it. if ((context_type == CONTEXT_TYPE_WEBGL2 || context_type == CONTEXT_TYPE_OPENGLES3) && !feature_info_->IsES3Capable()) { LOG(ERROR) << "ContextResult::kFatalFailure: " << "ES3 is blacklisted/disabled/unsupported by driver."; return gpu::ContextResult::kFatalFailure; }
libqt5core5a_5.11.3+dfsg1-1+deb10u5_armhf.deb 2022-08-13 21:57 libqt5core5a_5.15.2+dfsg-9+deb11u1_armhf.deb 2024-05-13 20:17
cd ~ git clone https://code.qt.io/qt/qtwebengine.git cd qtwebengine git checkout 5.15.17 #This is the newest qt5. (2024-07-09) #You really need to make directory outside of the qt-source and same depth (see: https://bugreports.qt.io/browse/QTBUG-76140) mkdir -p ~/own_qtwebengine/examples/webengine/minimal cd ~/own_qtwebengine/examples/webengine/minimal/ #you might want change starting page on ~/qtwebengine/examples/webengine/minimal/main.qml qmake -o Makefile ~/qtwebengine/examples/webengine/minimal/minimal.pro make
sudo apt-get install qml-module-qtwebengine
./minimal
cd ~ git clone https://code.qt.io/qt/qtwebengine.git cd qtwebengine git checkout 5.15.17 #This is the newest qt5. (2024-07-09) #You really need to make directory outside of the qt-source and same depth (see: https://bugreports.qt.io/browse/QTBUG-76140) mkdir -p ~/own_qtwebengine/examples/webengine/quicknanobrowser/ cd ~/own_qtwebengine/examples/webengine/quicknanobrowser/ qmake -o Makefile ~/qtwebengine/examples/webengine/quicknanobrowser/quicknanobrowser.pro make
./quicknanobrowser https://html5test.co/
|
2024-08-26
, 20:06
|
Posts: 84 |
Thanked: 90 times |
Joined on Jul 2023
@ Europe
|
#38
|
The Following User Says Thank You to Arno_11 For This Useful Post: | ||
|
2024-08-27
, 06:44
|
|
Posts: 1,718 |
Thanked: 4,764 times |
Joined on Apr 2018
@ Helsinki, Finland.
|
#39
|
I've used https://surf.suckless.org/ on easydebian in the past when i was experimenting with that.
A minimal browser without a lot of dependencies but was at that time fastest of all (probably because of the very small size)