WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Browser support  (Read 9669 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Browser support
« Reply #15 on: October 29, 2016, 10:30:30 PM »

Could not get Bluefish working :( but Geany works fine and is also rustc code aware :D


What is wrong with Bluefish? It was updated recently. Did you try the latest in the repo?

Is there a USB webcam app that would allow me to take images to do vision stuff on?
V4L is very old piCore 3?
Got plenty of Sony PS3 eyecams for $2 each.

I'm not familiar with webcams :(
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline gavinmc42

  • Sr. Member
  • ****
  • Posts: 301
Re: Browser support
« Reply #16 on: October 29, 2016, 11:56:35 PM »
Must have done something wrong with the Bluefish install, still getting the hang of TC X11 apps.
Deleted the tcz with MC and reinstalled it today, it is working now :D
Did it a few days ago, old version?
Now got two editors :P

Don't know much about webcams either :(
In Linux/Raspbian I use Cheese, QtV4L2 test, FSwebcam etc
Need something lower level to just take a bmp, might try a pascal, python or Lua library.

V4L2 is what most use for that, but it looks complex.
https://en.wikipedia.org/wiki/Video4Linux.
Hmm gstreamer, ffmpeg, might try installing them first.
Ok,  they are big too.

Finally with Internet access at home I can get xxx.tcz's with dependencies  and start doing development in piCore.
Need compiletc.tcz first?

Last week I was playing with a $20,000 Ximea USB multispectral camera 8)
It just worked in Windows/Linux/Raspbian, but they are too bloated for single purpose gadgets.
Just lucky i only had to get the hardware working, software is someone else's problem at the moment ;D




Offline tomster

  • Newbie
  • *
  • Posts: 8
Re: Browser support
« Reply #17 on: January 16, 2017, 11:51:45 AM »
Hi Béla!

Any news on a Midori package yet? It would come in reeeaaally handy at this point in time...
Regards,
Tom

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Browser support
« Reply #18 on: January 16, 2017, 02:09:54 PM »
Hi Béla!

Any news on a Midori package yet? It would come in reeeaaally handy at this point in time...
Regards,
Tom

I must find some time to deal with it :(
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Browser support
« Reply #19 on: March 02, 2017, 09:36:15 PM »
For experimental purpose only.
Porting firefox from debian.  :)

Download firefox-esr armhf from https://packages.debian.org/jessie/firefox-esr
Download language pack if you need it.
Extract it with
Code: [Select]
busybox ar vx filename.deb
tar xf data.tar.xz

Create custome tczs (firefox_download.tcz, language_pack.tcz)

Use this script if you need to merge firefox and it's language pack together
http://forum.tinycorelinux.net/index.php/topic,20709.msg129934.html#msg129934
1. prepare firefox_download.tcz, language_pack.tcz, language_pack.tcz.dep
2. put your firefox_download.tcz language_pack.tcz language_pack.tcz.dep into your /ets/sysconfig/tcedir/optional
3. run deps-merge.sh -i language_pack.tcz -o firefox-esr.tcz

*** Make sure you have UTF-8 fonts in /usr/share/fonts NOT /usr/local/share/fonts ***

Create a dep file
Code: [Select]
dbus-glib.tcz
gtk2.tcz
hunspell.tcz
libXt.tcz
libasound.tcz
libevent.tcz
startup-notification.tcz

The newly created firefox-esr.tcz icon won't show up on your wbar
You'll need to modify the extension
copy usr/share/applications/firefox-esr.desktop  to usr/local/share/applications/firefox-esr.desktop
Append this line to the latter
Code: [Select]
X-FullPathIcon=/usr/share/pixmaps/firefox-esr.png

Tested on Raspberry Pi 3 model B with piCore-8.1.5.
Watching youtube can be lagging but acceptable.
Audio works with alsa.
Viewing PDF is a bit slow.
Overall, it's not a bad idea for general browsing.  ;D

Offline tomster

  • Newbie
  • *
  • Posts: 8
Re: Browser support
« Reply #20 on: March 08, 2017, 04:17:05 PM »
Thx polikuo!
I will get into this as soon as sparetime permits.
Being able to setup TCL-Raspis (maybe even on PiCorePlayer-images) with a usable browser in kiosk mode that could be powered-down the "hard way" would come in really handy for my purposes. 

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Browser support
« Reply #21 on: March 08, 2017, 09:11:43 PM »
the fifth browser is also available in the piCore repos.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Browser support
« Reply #22 on: March 09, 2017, 12:39:13 AM »
Was the rebuild more stable?
The only barriers that can stop you are the ones you create yourself.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Browser support
« Reply #23 on: March 09, 2017, 12:43:09 AM »
It's only crashed a couple of times in a week of use and only on the tinycore site  :(

Note that I haven't re-built for armv7, as opposed to armv8, as yet.

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: Browser support
« Reply #24 on: April 10, 2017, 02:44:37 PM »
An odd thought about Fifth ..

For now, I use another machine / browser for major online interaction, BUT love using the Fifth browser for all my own javascript learning / coding while offline.

Seems stable enough, but then again, I'm not pushing it hard with my own simplistic javascript.  Mostly just a big html/css/javascript local terminal if you will.

I was wondering if a (secondary) Fifth extension could be made even smaller / stabler by removing things that are not needed for online interaction... like a "Fifth-offline.tcz"

Random back-burner thought...
« Last Edit: April 10, 2017, 02:46:35 PM by PDP-8 »
That's a UNIX book! - cool  -- Garth

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Browser support
« Reply #25 on: April 11, 2017, 01:43:58 AM »
Those are tiny. You would save maybe less than 50k if you managed to remove curl (plus the size of libcurl).
The only barriers that can stop you are the ones you create yourself.

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: Browser support
« Reply #26 on: April 12, 2017, 08:45:29 PM »
Ah, ok no major savings.

The GREAT news for me is that on piCore, the Fifth browser is totally stable on this forum by deactivating images.  I don't know how I missed that since I believe it was mentioned before.

And, gave the video gpu a little boost on my RPI2 in config.txt (gpu_mem=256), and this seems to have given it a little bit more headway.
That's a UNIX book! - cool  -- Garth

Offline gavinmc42

  • Sr. Member
  • ****
  • Posts: 301
Re: Browser support
« Reply #27 on: April 15, 2017, 05:12:38 AM »
Fifth is not bad, not sure how to get youtubes working or is that the point.
But as general browser in the TC desktop I'm impressed, next, try it on a Zero :P
I don't have time to watch video, this is fine as it is for me.
Since that's all the kid watches, putting piCore on the TV Pi3, might get the wife's tablet back.

Interesting, if I slide the mouse along the video time line I see thumbnails.
Under Setting /Advanced/Programs it is set to use mplayer to stream videos.
Is there a mplayer.tzc? or is it better to use omxplayer?
Then to get audio going?

Might have mess about with GPU memory?
Can I ditch Raspbian yet?
 I think I am up to 37MB in the tce folder, lucky I increased it to 100MB ::)

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: Browser support
« Reply #28 on: April 18, 2017, 02:02:56 AM »
The Fifth browser is kind of NOT about being a multi-faceted media consumption program - if you want that then leave that to external programs.

In my case, I have other devices if I want to watch web tv in hd. :)

But for research, I love what the Fifth is all about.  Occasionally I'll save an image and view/manipulate it with ImageMagick.  Call it retro-computing if you will, but I find it totally refreshing..
That's a UNIX book! - cool  -- Garth

Offline gavinmc42

  • Sr. Member
  • ****
  • Posts: 301
Re: Browser support
« Reply #29 on: April 19, 2017, 01:34:55 AM »
Quote
Call it retro-computing if you will, but I find it totally refreshing..

Yep the way browsers should work, before bandwidth hogging.
Makes me want to built that Pi tablet, kid won't pinch it becuase it won't play Youtubes :P
Make an ebook that is internet aware and less than 100MB including boot partition.

Wonder what it looks like on a 5"800x480 TFT?