maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Minimo 0.15 running (https://talk.maemo.org/showthread.php?t=1929)

jayholler 2006-05-07 02:50

Minimo 0.15 running
 
Check this out:

http://static.flickr.com/50/141172753_0cadf8996c.jpg

The deb and instructions can be found at http://tonikitoo.blogspot.com

It takes a little hacking and installation of libstdc++6.0, but it works as well as opera's browser. You need to run it from within xterm, and I took antonio's few lines of cli input and made a little shell script called runminimo to make it easier to launch. Pages like Google Reader work great, whereas opera won't properly load the ajax app for me. it does have a fullscreen mode, but there is currently no way to get back out of fullscreen. if someone figures this out the browser would be nearly end user ready. The way it is now, if I use fullscreen mode I then have to hit the home button, go back into xterm, open a new tab and run ps to get the id so i can kill the app. If I don't launch fullscreen mode, when I close minimo xterm closes the app but returns "Segmentation Fault". there are some other minor issues but if someone who knows what they were doing I suspect this could easily replace the default opera browser. it is just as fast, smooth, and easy to use. And besides handling pages opera won't render correctly, TABBED BROWSING ON THE 770!!!

Coolty 2006-05-07 05:15

sounds great, but i'm more interested in your theme :P
where can i get it?

kutibah 2006-05-07 06:50

Ok, I got this running, but do I have to do this:

Nokia770-05: cd /var/lib/install/usr/lib/minimo/
Nokia770-05: export LD_LIBRARY_PATH=.
Nokia770-05:/var/lib/install/usr/lib/minimo# export DISPLAY=:0
Nokia770-05:/var/lib/install/usr/lib/minimo# ./minimo

everytime I want to run minimo? Is there a way to create a symbolic link and make an icon in the Extras folder?

aflegg 2006-05-07 11:38

Quote:

Originally Posted by Coolty
sounds great, but i'm more interested in your theme :P
where can i get it?

The theme is kontorri's example NuvoTheme, which demonstrates his Theme Maker.

jayholler 2006-05-07 14:23

1 Attachment(s)
Quote:

Originally Posted by kutibah
Ok, I got this running, but do I have to do this:

Nokia770-05: cd /var/lib/install/usr/lib/minimo/
Nokia770-05: export LD_LIBRARY_PATH=.
Nokia770-05:/var/lib/install/usr/lib/minimo# export DISPLAY=:0
Nokia770-05:/var/lib/install/usr/lib/minimo# ./minimo

everytime I want to run minimo? Is there a way to create a symbolic link and make an icon in the Extras folder?

I put those four lines in a file called runminimo (you could call it anything i suppose, like "m" for example) and put it in /var/lib/install/usr/bin, since that is included in my path in the user .profile file. that makes it much easier to launch. the file is attached.

kutibah 2006-05-07 15:50

Quote:

Originally Posted by jayholler
I put those four lines in a file called runminimo (you could call it anything i suppose, like "m" for example) and put it in /var/lib/install/usr/bin, since that is included in my path in the user .profile file. that makes it much easier to launch. the file is attached.

Thank you!

andrew 2006-05-07 17:59

How did you get libstdc++6 on there?

troubleshootr 2006-05-07 17:59

Quote:

Originally Posted by jayholler
I put those four lines in a file called runminimo (you could call it anything i suppose, like "m" for example) and put it in /var/lib/install/usr/bin, since that is included in my path in the user .profile file. that makes it much easier to launch. the file is attached.

Wouldn't you need this in the file:

#!/bin/sh
cd /var/lib/install/usr/lib/minimo/
export LD_LIBRARY_PATH=.
export DISPLAY=:0
./minimo

Then make the file executable by chmod +x runminimo

kutibah 2006-05-07 18:34

Quote:

Originally Posted by troubleshootr
Wouldn't you need this in the file:

#!/bin/sh
cd /var/lib/install/usr/lib/minimo/
export LD_LIBRARY_PATH=.
export DISPLAY=:0
./minimo

Then make the file executable by chmod +x runminimo

I don't think so. I just put the file under /usr/bin/run.txt (renamed to run.txt) and then I can execute it just by entering in run.txt. It works fine.

kutibah 2006-05-07 18:39

Quote:

Originally Posted by andrew
How did you get libstdc++6 on there?

Go here:
http://ftp.us.debian.org/debian/pool...4.3-13_arm.deb

Download the arm package and put it in the root of your memory card. Use the command:

dpkg -x /media/mmc1/libstdc++6-0_3.4.3-13_arm.deb /

Make sure you have minimo installed. Then use the "mv" command to move the 2 directories that it makes to the Minimo directory: /var/lib/install/usr/lib/minimo

After all that, you'll need to type this in Xterm everytime you want to launch minimo:

cd /var/lib/install/usr/lib/minimo/
export LD_LIBRARY_PATH=.
/var/lib/install/usr/lib/minimo# export DISPLAY=:0
/var/lib/install/usr/lib/minimo# ./minimo

Or, you can use the autoscript which was stated above.


All times are GMT. The time now is 17:52.

vBulletin® Version 3.8.8