Author Topic: New Minimo (0.013)  (Read 3648 times)

urielka

  • Full Member
  • ***
  • Posts: 178
    • View Profile
New Minimo (0.013)
« on: February 19, 2006, 12:50:10 am »
can someone compile it?(i can`t find the source)

Uriel

cortez

  • Sr. Member
  • ****
  • Posts: 375
    • View Profile
    • http://www.omegamoon.com
New Minimo (0.013)
« Reply #1 on: February 19, 2006, 10:29:52 am »
Source can be found here
Look here for some release notes
[div align=\"center\"]== == == == == == == == == == == == == ==
www.omegamoon.com
Zaurus SL-C750 - Died in a dreadful coffee experiment, has a second life somewhere in the Czech Republic
Zaurus SL-C1000 - Multiboot Zubuntu, Debian, Fedora, Poky, Android and others
Zaurus SL-C3100 - Development device, currently Zubuntu 2.0
Zaurus SL-6000L - The fridge is running Zubuntu 1.0
Zaurus SL-C860 - Cacko, untouched since kindly donated, waiting for Zubuntu
== == == == == == == == == == == == == ==[/div]

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
New Minimo (0.013)
« Reply #2 on: February 20, 2006, 07:41:47 am »
has anything changed?

wasn't it concluced that minimo "wasn't" ?

Scott

ashikase

  • Sr. Member
  • ****
  • Posts: 280
    • View Profile
    • http://
New Minimo (0.013)
« Reply #3 on: February 20, 2006, 07:04:22 pm »
I haven't used Minimo in the past, so maybe it's always had this functionality, but looking at the screenshots for 0.013 (WM version), it appears to support AJAX - one of the screenshots has it using Google Maps.

I have yet to find a decent browser for the Zaurus that supports AJAX, so I'm rather interested in getting my hands on this.

- ashikase
- anpachi, gifu, japan
SL-C3100 & SL-C760

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
New Minimo (0.013)
« Reply #4 on: February 20, 2006, 08:46:34 pm »
it woud be terrific if it has been improved.  I very much wanted to like it over a year ago, but it couldn't hold a candle to firefox for power or dillo for speed, then
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
New Minimo (0.013)
« Reply #5 on: February 21, 2006, 05:14:26 am »
Quote
Source can be found here
Look here for some release notes
[div align=\"right\"][a href=\"index.php?act=findpost&pid=115332\"][{POST_SNAPBACK}][/a][/div]

That appears to be just binaries for the CE version, the Zip file is just another flavour odf the binary distribution not the source.

- Andy
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

cortez

  • Sr. Member
  • ****
  • Posts: 375
    • View Profile
    • http://www.omegamoon.com
New Minimo (0.013)
« Reply #6 on: February 21, 2006, 05:48:44 am »
You're right, I've been searching all over the place for sources last few days. Look here for more info on retrieving source code.

Haven't had the time to build it unfortunately. I will give it a try although.
[div align=\"center\"]== == == == == == == == == == == == == ==
www.omegamoon.com
Zaurus SL-C750 - Died in a dreadful coffee experiment, has a second life somewhere in the Czech Republic
Zaurus SL-C1000 - Multiboot Zubuntu, Debian, Fedora, Poky, Android and others
Zaurus SL-C3100 - Development device, currently Zubuntu 2.0
Zaurus SL-6000L - The fridge is running Zubuntu 1.0
Zaurus SL-C860 - Cacko, untouched since kindly donated, waiting for Zubuntu
== == == == == == == == == == == == == ==[/div]

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
New Minimo (0.013)
« Reply #7 on: February 21, 2006, 06:13:38 am »
Quote
You're right, I've been searching all over the place for sources last few days. Look here for more info on retrieving source code.

Haven't had the time to build it unfortunately. I will give it a try although.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=115562\"][{POST_SNAPBACK}][/a][/div]

I have just started a cvs based build

- Andy
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
New Minimo (0.013)
« Reply #8 on: February 21, 2006, 07:49:53 am »
I will update this posting with all the quirks of the build process that I find along the way.

Here they are so far...

1. The instructions suggest aren't specific about what branch to pull. Pull the 'browser' branch before you continue with the instructions.

2. uconv will fail to build unless you do this...

cd mozilla/intl/uconv
ln -s native ucvnative

3. Fails to link because some make file somewhere doesn't list Xft. Dirty hack is to add -lXft to XLIBS= in config/autoconf.mk

anyway at that point I tried to run the minimo binary on my Gentoo Linux box and it segfaulted, I didn't actually install it but I would have expected a different message if it was a problem locating a library. I'm NOT going to install it since there doesn't seem to be an uninstall option in the make system.

I then tried to build it on an i386 OpenBSD virtual machine and it failed early on because it had some dependencies to some Linux flavoured elf.h headers.

bah!

- Andy
« Last Edit: February 21, 2006, 10:02:38 am by iamasmith »
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card