All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] XWindow Browser, anyone ?
@ 2011-12-19  8:05 Andrea Benini
  2011-12-19 13:53 ` Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andrea Benini @ 2011-12-19  8:05 UTC (permalink / raw)
  To: buildroot

Hi guys,
Has someone ever ported a browser suitable for X ?
I've seen Lynx in packages directory but I'm just looking for something
nice for XWindow, I'm trying to compile XUL for Firefox but it seems to be
hard with uclibc libs.
Is there someone with a package for Firefox, Chromium, Opera or something
else available under X ? I'd like to create a minimal XWindow system with a
browser but without success yet, and of course I'm not interested in
Chromium OS, buildroot system is still my favorite choice.

Thanks in advance for your reply
Cheers

Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20111219/49d0f0a6/attachment.html>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] XWindow Browser, anyone ?
  2011-12-19  8:05 [Buildroot] XWindow Browser, anyone ? Andrea Benini
@ 2011-12-19 13:53 ` Thomas Petazzoni
  2017-06-14 12:11   ` denisebrise
  2011-12-19 14:18 ` Arnout Vandecappelle
  2011-12-19 16:33 ` Patryk Benderz
  2 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2011-12-19 13:53 UTC (permalink / raw)
  To: buildroot

Hello,

Le Mon, 19 Dec 2011 09:05:36 +0100,
Andrea Benini <andreabenini@gmail.com> a ?crit :

> Has someone ever ported a browser suitable for X ?
> I've seen Lynx in packages directory but I'm just looking for
> something nice for XWindow, I'm trying to compile XUL for Firefox but
> it seems to be hard with uclibc libs.
> Is there someone with a package for Firefox, Chromium, Opera or
> something else available under X ? I'd like to create a minimal
> XWindow system with a browser but without success yet, and of course
> I'm not interested in Chromium OS, buildroot system is still my
> favorite choice.

You can have a look at Midori, for which we have a package in
Buildroot. Another alternative is to use the WebKit rendering engine
built-in with Qt and develop a small web browser in Qt with a few lines
of code (there are many examples available on the Web), or even to
compile a simple Qt-based web browser.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] XWindow Browser, anyone ?
  2011-12-19  8:05 [Buildroot] XWindow Browser, anyone ? Andrea Benini
  2011-12-19 13:53 ` Thomas Petazzoni
@ 2011-12-19 14:18 ` Arnout Vandecappelle
  2011-12-19 16:33 ` Patryk Benderz
  2 siblings, 0 replies; 7+ messages in thread
From: Arnout Vandecappelle @ 2011-12-19 14:18 UTC (permalink / raw)
  To: buildroot

On Monday 19 December 2011 09:05:36 Andrea Benini wrote:
> Hi guys,
> Has someone ever ported a browser suitable for X ?
> I've seen Lynx in packages directory but I'm just looking for something
> nice for XWindow, I'm trying to compile XUL for Firefox but it seems to be
> hard with uclibc libs.
> Is there someone with a package for Firefox, Chromium, Opera or something
> else available under X ? I'd like to create a minimal XWindow system with a
> browser but without success yet, and of course I'm not interested in
> Chromium OS, buildroot system is still my favorite choice.
> 
> Thanks in advance for your reply
> Cheers
> 
> Ben
> 

 Have you tried midori?  It's under X applications.

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  31BB CF53 8660 6F88 345D  54CC A836 5879 20D7 CF43
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20111219/76657b67/attachment.html>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] XWindow Browser, anyone ?
  2011-12-19  8:05 [Buildroot] XWindow Browser, anyone ? Andrea Benini
  2011-12-19 13:53 ` Thomas Petazzoni
  2011-12-19 14:18 ` Arnout Vandecappelle
@ 2011-12-19 16:33 ` Patryk Benderz
  2011-12-19 17:22   ` Andrea Benini
  2 siblings, 1 reply; 7+ messages in thread
From: Patryk Benderz @ 2011-12-19 16:33 UTC (permalink / raw)
  To: buildroot

On pon, 2011-12-19 at 09:05 +0100, Andrea Benini wrote:
> Hi guys,
> Has someone ever ported a browser suitable for X ?
I have used Midori for this, works great and I was manage to fit it with
OS into 30 MB Flash card :)

-- 
Patryk "LeadMan" Benderz
Linux Registered User #377521
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] XWindow Browser, anyone ?
  2011-12-19 16:33 ` Patryk Benderz
@ 2011-12-19 17:22   ` Andrea Benini
  0 siblings, 0 replies; 7+ messages in thread
From: Andrea Benini @ 2011-12-19 17:22 UTC (permalink / raw)
  To: buildroot

I've never used these packages so I'm a newbie with both, it seems Midori
is based on Webkit (at least according to their official docs), I'll surely
give it a try to see how it looks. I'm complaining about advanced features
(SSO support) so I've started my work with Chromium and FF because I
heavily use both but browsers dependencies are huge and I guess not easily
portable in a cross platform environment (at least for my limited
experience). I'll build my own browser only if it'll miss some needed
features: SSO, kiosk, JS/CSS, basic realm auth and so on.
I've looked at the packages dir but Midori was a totally new name for me,
(grep firefox, chrom, links, saf, ...) and I didn't know about it

I guess I'll stay in 30mb as well, XWindow+TWM+Midori (when done)

Thanks guys

On Mon, Dec 19, 2011 at 5:33 PM, Patryk Benderz <Patryk.Benderz@esp.pl>wrote:

> On pon, 2011-12-19 at 09:05 +0100, Andrea Benini wrote:
> > Hi guys,
> > Has someone ever ported a browser suitable for X ?
> I have used Midori for this, works great and I was manage to fit it with
> OS into 30 MB Flash card :)
>
> --
> Patryk "LeadMan" Benderz
> Linux Registered User #377521
> ()  ascii ribbon campaign - against html e-mail
> /\  www.asciiribbon.org   - against proprietary attachments
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20111219/93df2a7d/attachment-0001.html>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] XWindow Browser, anyone ?
  2011-12-19 13:53 ` Thomas Petazzoni
@ 2017-06-14 12:11   ` denisebrise
  2017-07-11 13:55     ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: denisebrise @ 2017-06-14 12:11 UTC (permalink / raw)
  To: buildroot

Hello,

I am currently working on Buildroot 2015.11.1 and using Midori as web
browser on my target (IMX6). However, this web browser is not fully
compatible with NoVNC : Midori can display remote screen, but not interact
with mouse click.

My first idea was to add chromium package (from :
https://gfiber.googlesource.com/buildroot/+/master/package/chromium/), but I
am stucked as from the beginning :

	make chromium
	make[1]: *** No rule to make target `chromium'.  Stop.
	make: *** [_all] Error 2

same probleme with two of it's dependencies :

	make bcm-commonm
	make[1]: *** No rule to make target `bcm-common'.  Stop.
	make: *** [_all] Error 2

	make bcm-rockford
	make[1]: *** No rule to make target `bcm-rockford'.  Stop.
	make: *** [_all] Error 2

When looking in chromium.mk, I found this line :

	CHROMIUM_SITE=rrepo://chromium

same thing for bcm_common and bcm_rockford :

	BCM_COMMON_SITE=repo://vendor/broadcom/common
	BCM_ROCKFORD_SITE=repo://vendor/broadcom/rockford

I think it is related to my problem, but I have no idea on how to replace
these lines ?

I would enjoy any help or solution with another compatible browser



--
View this message in context: http://buildroot-busybox.2317881.n4.nabble.com/XWindow-Browser-anyone-tp16075p167534.html
Sent from the Buildroot (busybox) mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] XWindow Browser, anyone ?
  2017-06-14 12:11   ` denisebrise
@ 2017-07-11 13:55     ` Thomas Petazzoni
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2017-07-11 13:55 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 14 Jun 2017 05:11:04 -0700 (PDT), denisebrise wrote:

> My first idea was to add chromium package (from :
> https://gfiber.googlesource.com/buildroot/+/master/package/chromium/), but I
> am stucked as from the beginning :

You're looking at the Buildroot fork from Google for the Google Fiber
project. There is no chromium package in the official Buildroot.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-07-11 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-19  8:05 [Buildroot] XWindow Browser, anyone ? Andrea Benini
2011-12-19 13:53 ` Thomas Petazzoni
2017-06-14 12:11   ` denisebrise
2017-07-11 13:55     ` Thomas Petazzoni
2011-12-19 14:18 ` Arnout Vandecappelle
2011-12-19 16:33 ` Patryk Benderz
2011-12-19 17:22   ` Andrea Benini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.