Tiny Core Linux
Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Jason W on December 24, 2009, 09:39:31 AM
-
Thanks to Arslan S for:
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
-
can you add shared-mime-info.tcz to deps please
-
Done
-
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.
-
i will add a warning to info about deps
-
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
-
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.
-
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
-
can you create a symlink in /usr/local/lib/mozilla/plugins/
to /usr/local/share/flash10/libflashplayer.so
and try again
-
I will work in support for midori into the getflash extension.
-
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
-
I think Midori looks somewhere lese - this is from Midori-faq:
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.
-
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.
-
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
-
Thanks to JLS for an update;
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)
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)
-
please add this tce.installed script
#!/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
-
The corrected extension has been submitted and I will be able to upload it tonight when I have TC access.
-
Thanks to JLS for a corrected startup script update;
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)
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
-
please add this tce.installed script
#!/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
-
you need to install flash first or reboot your computer after installing flash
-
you need to install flash first or reboot your computer after installing flash
Flash10 installed before and after midori, rebooted PC - link not created.
-
fixed extension submitted
-
Uploaded.
-
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?
-
Thanks to Arslan S. for an update:
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.)
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.)