Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Jason W on December 24, 2009, 09:39:31 AM

Title: midori
Post by: Jason W on December 24, 2009, 09:39:31 AM
Thanks to Arslan S for:

Code: [Select]
Title:          midori.tczl
Description:    Midori is a lightweight browser based on WebKit/GTK+.(TESTING)
Version:        0.2.2
Author:         Christian Dywan
Original-site:  http://www.twotoasts.de/index.php?/pages/midori_summary.html
Copying-policy: LGPL-2.1
Size: 924K
Extension_by:   Arslan S.
Comments:       xdg-utils.tcz is recommended for Xfce4 users

This extension is PPI compatible.
Change-log:     ---
Current:    2009/12/23 Original

Title: Re: midori
Post by: Arslan S. on December 24, 2009, 10:07:11 AM
can you add shared-mime-info.tcz to deps please
Title: Re: midori
Post by: Jason W on December 24, 2009, 10:21:08 AM
Done
Title: Re: midori
Post by: jpeters on December 24, 2009, 12:02:37 PM
People might want to check out the dependency list before downloading.  Great if you're already using them, so not great if you're not.

Title: Re: midori
Post by: Arslan S. on December 24, 2009, 12:15:02 PM
i will add a warning to info about deps
Title: Re: midori
Post by: roberts on December 24, 2009, 06:43:58 PM
Very nice browser. Another note...
You should add the Midori socket to /opt/.xfiletool.lst
Easy way to do so:
Right click system menu, select Tools, Add to Xfiletool
  .config/
     .midori/
        midori_socket....

Drill down to and select the midori_socket... line then click OK to add it /opt/.xfiletool.lst
Title: Re: midori
Post by: kultex on January 10, 2010, 10:09:49 AM
is flash working in Midori - I tried everything - all of the Midori faq http://wiki.xfce.org/midori_faq (http://wiki.xfce.org/midori_faq), but did not succedd.
Title: Re: midori
Post by: roberts on January 10, 2010, 11:22:56 AM
Flash working great for me. I use OSS and Flash. I did not do anything special for setup.
I was using Opera but Midori is much faster on my hardware based on Peacekeeper Browser Benchmark.
See: http://service.futuremark.com/peacekeeper/index.action
Title: Re: midori
Post by: Arslan S. on January 10, 2010, 01:16:18 PM

can you create a symlink in /usr/local/lib/mozilla/plugins/

to /usr/local/share/flash10/libflashplayer.so

and try again
Title: Re: midori
Post by: Jason W on January 10, 2010, 08:01:59 PM
I will work in support for midori into the getflash extension.
Title: Re: midori
Post by: Arslan S. on January 11, 2010, 01:28:42 AM
I will work in support for midori into the getflash extension.

creating a symlink in /usr/local/lib/mozilla/plugins works for most browsers

tce.installed script of midori should create that symlink but i think i made a mistake in checking existence
Title: Re: midori
Post by: kultex on January 11, 2010, 05:01:57 AM
I think Midori looks somewhere lese - this is from Midori-faq:

Code: [Select]
Flash/ Netscape plugins don't work

You need to set MOZ_PLUGIN_PATH, for example like this:

export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins:/opt/mozilla/lib/plugins"

You can either run that above line and run Midori in the same terminal afterwards or, for the long term, put it in ~/.bash_profile or /etc/profile.d or your respective distribution's place for this.
Title: Re: midori
Post by: Jason W on January 11, 2010, 05:06:47 AM
Actually, I do like the idea of a browsers startup script creating the flash symlink instead of the getflash extension being modified with the presence of a new browser or a change in an existing one.
Title: Re: midori
Post by: kultex on January 11, 2010, 06:09:04 PM
soory - I just have to say, that everything is perfekt, it seems that there was yesterday some problems downloading flash.
I tried it today in the afternoon and there I could not start Midori, because of not beeing problems opening bookmarks. Now I tried it again and all working like a charm
Title: Re: midori
Post by: Jason W on February 25, 2010, 11:06:15 PM
Thanks to JLS for an update;

Code: [Select]
Title: midori-locale.tcz
Description: Midori is a lightweight browser based on WebKit/GTK+.(TESTING) locale files
Version: 0.2.3
Author: Christian Dywan
Original-site: http://www.twotoasts.de/index.php?/pages/midori_summary.html
Copying-policy: LGPL-2.1
Size: 536.0K
Extension_by: Arslan S., jls_legalize (unsenepopiu at tin dot it)
Comments: locale files

This extension is PPI compatible
Change-log: 2009/12/23 First version by Arslan S.
Current: 2010/02/25 updated to 0.2.3 by jls_legalize (unsenepopiu at tin dot it)


Code: [Select]
Title: midori.tcz
Description: Midori is a lightweight browser based on WebKit/GTK+.(TESTING)
Version: 0.2.3
Author: Christian Dywan
Original-site: http://www.twotoasts.de/index.php?/pages/midori_summary.html
Copying-policy: LGPL-2.1
Size: 484.0K
Extension_by: Jason W,  jls_legalize (unsenepopiu at tin dot it)
Comments: xdg-utils.tcz is recommended for Xfce4 users

WARNING! HEAVY DEPENDENCY.
CHECK DEP LIST BEFORE DOWNLOADING.
This extension is PPI compatible.
Change-log: 2009/05/17 First version 1.61
2009/09/11 UPdated to 1.74.
Current: 2010/02/25 updated to 0.2.3 by jls_legalize (unsenepopiu at tin dot it)

Title: Re: midori
Post by: Arslan S. on February 26, 2010, 06:56:15 AM
please add this tce.installed script

Code: [Select]
#!/bin/sh
update-gtk-icon-cache -q -f -t /usr/local/share/icons/hicolor

[ -d /usr/local/lib/mozilla/plugins ] || mkdir -p /usr/local/lib/mozilla/plugins

if [ ! -e /usr/local/lib/mozilla/plugins/libflashplayer.so ] ; then
        [ -d /usr/local/share/flash10 ] && ln -s /usr/local/share/flash10/libflashplayer.so /usr/local/lib/mozilla/plugins
fi
Title: Re: midori
Post by: Jason W on February 26, 2010, 10:01:21 AM
The corrected extension has been submitted and I will be able to upload it tonight when I have TC access.
Title: Re: midori
Post by: Jason W on February 26, 2010, 09:35:58 PM
Thanks to JLS for a corrected startup script update;

Code: [Select]
Title: midori-locale.tcz
Description: Midori is a lightweight browser based on WebKit/GTK+.(TESTING) locale files
Version: 0.2.3
Author: Christian Dywan
Original-site: http://www.twotoasts.de/index.php?/pages/midori_summary.html
Copying-policy: LGPL-2.1
Size: 536.0K
Extension_by: Arslan S., jls_legalize (unsenepopiu at tin dot it)
Comments: locale files

This extension is PPI compatible
Change-log: 2009/12/23 First version by Arslan S.
Current: 2010/02/25 Updated to 0.2.3 by jls_legalize (unsenepopiu at tin dot it)


Code: [Select]
Title: midori.tcz
Description: Midori is a lightweight browser based on WebKit/GTK+.(TESTING)
Version: 0.2.3
Author: Christian Dywan
Original-site: http://www.twotoasts.de/index.php?/pages/midori_summary.html
Copying-policy: LGPL-2.1
Size: 484.0K
Extension_by: Jason W,  jls_legalize (unsenepopiu at tin dot it)
Comments: xdg-utils.tcz is recommended for Xfce4 users

WARNING! HEAVY DEPENDENCY.
CHECK DEP LIST BEFORE DOWNLOADING.
This extension is PPI compatible.
Change-log: 2009/12/23 First version by Arslan S.
2010/02/25 Updated to 0.2.3 by jls_legalize (unsenepopiu at tin dot it)
Current: 2010/02/26 added tce.installed script for flash

Title: Re: midori
Post by: SamK on February 27, 2010, 05:26:53 AM
please add this tce.installed script

Code: [Select]
#!/bin/sh
update-gtk-icon-cache -q -f -t /usr/local/share/icons/hicolor

[ -d /usr/local/lib/mozilla/plugins ] || mkdir -p /usr/local/lib/mozilla/plugins

if [ ! -e /usr/local/lib/mozilla/plugins/libflashplayer.so ] ; then
        [ -d /usr/local/share/flash10 ] && ln -s /usr/local/share/flash10/libflashplayer.so /usr/local/lib/mozilla/plugins
fi

Tested on a virgin install:
the directory   /usr/local/lib/mozilla/plugins  -  is created
the link to   /usr/local/share/flash10/libflashplayer.so   -  is not created
   
Title: Re: midori
Post by: Arslan S. on February 27, 2010, 05:48:45 AM
you need to install flash first or reboot your computer after installing flash
Title: Re: midori
Post by: SamK on February 27, 2010, 05:55:31 AM
you need to install flash first or reboot your computer after installing flash
Flash10 installed before and after midori, rebooted PC - link not created.
   

Title: Re: midori
Post by: Arslan S. on February 27, 2010, 08:29:35 AM
fixed extension submitted
Title: Re: midori
Post by: Jason W on February 27, 2010, 08:58:34 AM
Uploaded.
Title: Re: midori
Post by: SamK on February 27, 2010, 09:42:05 AM
fixed extension submitted
The link is created by this fix.  Tested after a PC reboot. 

Might it be wise to add the instructions for using Flash10 with Midori to the information displayed in Appbrowser when highlighting the relevant tcz file?
Title: Re: midori
Post by: Jason W on March 13, 2010, 08:28:18 PM
Thanks to Arslan S. for an update:

Code: [Select]
Title: midori.tcz
Description: Midori is a lightweight browser based on WebKit/GTK+.
Version: 0.2.4
Author: Christian Dywan
Original-site: http://www.twotoasts.de/index.php?/pages/midori_summary.html
Copying-policy: LGPL-2.1
Size: 448K
Extension_by: Arslan S., jls_legalize (unsenepopiu at tin dot it)
Comments: xdg-utils.tcz is recommended for Xfce4 users.

This extension is PPI compatible.
Change-log: 2009/12/23 First version 0.2.2 by Arslan S.
2010/02/25 Updated to 0.2.3 by jls_legalize (unsenepopiu at tin dot it)
2010/02/26 Added tce.installed script for flash
Current: 2010/03/13 Updated to 0.2.4 (Arslan S.)


Code: [Select]
Title: midori-locale.tcz
Description: Midori is a lightweight browser based on WebKit/GTK+.
Version: 0.2.4
Author: Christian Dywan
Original-site: http://www.twotoasts.de/index.php?/pages/midori_summary.html
Copying-policy: LGPL-2.1
Size: 536K
Extension_by: Arslan S., jls_legalize (unsenepopiu at tin dot it)
Comments: Midori locale version.

This extension is PPI compatible.
Change-log: 2009/12/23 First version by Arslan S.
2010/02/25 Updated to 0.2.3 by jls_legalize (unsenepopiu at tin dot it)
Current: 2010/03/13 Updated to 0.2.4 (Arslan S.)