11-01-2014, 12:50 AM
Web browser user preference these days seems to be split between Firefox and Chrome. In the next version of Linux Lite I'd like to give people a choice from the get-go about what browser they would want to install and use. There are several reasons for this:
1. Freedom of choice
2. I am out of ways to make Linux Lite fit on a CD, 2.2 is now DVD size. Having no web browsers installed allows us to still fit on CD thus taking care of our cd-rom only people.
3. Misko's 'Set default web browser' application can now be incorporated, a very useful tool that can be integrated into a new tool I am calling 'Web Browser Configuration' which will reside in Menu, Internet.
4. Objectively speaking, Chrome seems to be leading the way with web standards and web application compatibility, Youtube and Netflix are a good example of this.
There is another part to this. With no web browser installed by default, the Help Manual is left at the top of the Menu without a browser installed to utilize. This is solved with the following resolution - a standalone browser.
The code is small, a web browser that is 29kb in size! It is a port of a project from the PClinuxOS community I'm calling 'Lite Browser'. This web browser was ported for LL to use strictly with the Help Manual although it is quite a capable web browser in itself (not capable of showing videos like youtube etc). It is lightweight and very fast launching in a snap with tabs, zoom, backwards, forwards, search, reload and homepage buttons. Requires one small dependency: sudo apt-get install python-webkit Code here - https://www.freecinema2022.gq/files/lite-webbrowser.py launch in a terminal with: python lite-webbrowser.py (make sure it is executable first)
[img height=431 width=800]http://i.imgur.com/k07maCf.png[/img]
I'd like your feedback on this as it is a big move and I'm unaware of any other distro that currently gives this much choice with such an important piece of daily used software.
Thank you
1. Freedom of choice
2. I am out of ways to make Linux Lite fit on a CD, 2.2 is now DVD size. Having no web browsers installed allows us to still fit on CD thus taking care of our cd-rom only people.
3. Misko's 'Set default web browser' application can now be incorporated, a very useful tool that can be integrated into a new tool I am calling 'Web Browser Configuration' which will reside in Menu, Internet.
4. Objectively speaking, Chrome seems to be leading the way with web standards and web application compatibility, Youtube and Netflix are a good example of this.
There is another part to this. With no web browser installed by default, the Help Manual is left at the top of the Menu without a browser installed to utilize. This is solved with the following resolution - a standalone browser.
The code is small, a web browser that is 29kb in size! It is a port of a project from the PClinuxOS community I'm calling 'Lite Browser'. This web browser was ported for LL to use strictly with the Help Manual although it is quite a capable web browser in itself (not capable of showing videos like youtube etc). It is lightweight and very fast launching in a snap with tabs, zoom, backwards, forwards, search, reload and homepage buttons. Requires one small dependency: sudo apt-get install python-webkit Code here - https://www.freecinema2022.gq/files/lite-webbrowser.py launch in a terminal with: python lite-webbrowser.py (make sure it is executable first)
[img height=431 width=800]http://i.imgur.com/k07maCf.png[/img]
I'd like your feedback on this as it is a big move and I'm unaware of any other distro that currently gives this much choice with such an important piece of daily used software.
Thank you