View Single Post
Posts: 249 | Thanked: 47 times | Joined on Apr 2010
#249
Originally Posted by juandp77 View Post
I think I know how to fix it, ok do this

Code:
sudo nano /usr/bin/ubuntu
erase all and copy this

Code:
if [ "x$UBUNTUIMG" = "x" ] ; then
  UBUNTUIMG="`ls -1 /media/mmc1/ubuntu*.img* | head -1`"
fi

if [ "x$UBUNTUCHROOT" = "x" ] ; then
  UBUNTUCHROOT="/.ubuntu"
fi

if [ ! -d "$UBUNTUCHROOT" ] ; then
  sudo mkdir $UBUNTUCHROOT
fi

sudo qchroot $UBUNTUIMG $UBUNTUCHROOT "$@"
give it permission for execution

Code:
sudo chmod +x /usr/bin/ubuntu
now try again with the desktop entry I provided to you
Edit : Thanks it finnaly works, but the first time running it i get "another instance is running" error then it closes. Then the second time i get the recovery doc option
So i do so, then it asked me to press "finish" but i don't see finish button and i can't move the screen down..

So i'm stuck there..maybe we need to resize the display size?



Also, where does open office store the file for recovery docs?
I want to delete that file on the pic, so that i don't have to do the recovery process everytime i start open office..

Last edited by deny_winarto; 2010-12-14 at 03:03.