Notices


Reply
Thread Tools
jayholler's Avatar
Posts: 128 | Thanked: 4 times | Joined on Feb 2006 @ Philadelphia, PA
#1
Check this out:



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!!!
 
Posts: 121 | Thanked: 1 time | Joined on Apr 2006
#2
sounds great, but i'm more interested in your theme :P
where can i get it?
 
Posts: 182 | Thanked: 3 times | Joined on Mar 2006
#3
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's Avatar
Posts: 1,463 | Thanked: 81 times | Joined on Oct 2005 @ UK
#4
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's Avatar
Posts: 128 | Thanked: 4 times | Joined on Feb 2006 @ Philadelphia, PA
#5
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.
Attached Files
File Type: txt runminimo.txt (88 Bytes, 344 views)

Last edited by jayholler; 2006-05-07 at 14:26.
 

The Following User Says Thank You to jayholler For This Useful Post:
Posts: 182 | Thanked: 3 times | Joined on Mar 2006
#6
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!
 
Posts: 10 | Thanked: 0 times | Joined on Mar 2006
#7
How did you get libstdc++6 on there?
 
Posts: 160 | Thanked: 1 time | Joined on Mar 2006
#8
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
 
Posts: 182 | Thanked: 3 times | Joined on Mar 2006
#9
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.
 
Posts: 182 | Thanked: 3 times | Joined on Mar 2006
#10
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.
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:15.