![]() |
2010-12-09
, 10:11
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#172
|
![]() |
2010-12-09
, 11:34
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#173
|
rm /home/user/MyDocs/ubuntu*.img.ext2 rm -r ubuntu sudo rm /usr/bin/ubuntu sudo rm /usr/bin/ubuntu-lxde sudo rm /usr/bin/closeubuntu sudo rm /usr/share/applications/hildon/ubuntu.desktop
![]() |
2010-12-09
, 12:10
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#174
|
![]() |
2010-12-09
, 12:15
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#175
|
Hmm.. I get "operation not permitted" when trying this code
sudo chmod +x closeubuntu
Then in GNU nano i get permission denied...
Is there another way? Sorry if i keep asking
![]() |
2010-12-09
, 12:49
|
|
Posts: 203 |
Thanked: 201 times |
Joined on Jun 2010
@ Ecuador
|
#176
|
The Following User Says Thank You to juandp77 For This Useful Post: | ||
![]() |
2010-12-09
, 13:17
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#177
|
sudo qchroot $UBUNTUIMG $UBUNTUCHROOT "$@"
sudo qchroot $UBUNTUIMG $UBUNTUCHROOT "$@"
sudo uchroot $UBUNTUIMG $UBUNTUCHROOT "$@"
![]() |
2010-12-09
, 13:25
|
|
Posts: 203 |
Thanked: 201 times |
Joined on Jun 2010
@ Ecuador
|
#178
|
Hi JuanDP. I reinstalled ubuntu but it seems that nothing has changed! All my settings inside ubuntu did not change. And Also, To make ubuntu have it's own folder, when i "sudo nano chroot ubuntu" it opens a blank file. There is no way to change :and when i exit (without saving) I have the ./ubuntu file opened. So where do I changeCode:sudo qchroot $UBUNTUIMG $UBUNTUCHROOT "$@"toCode:sudo qchroot $UBUNTUIMG $UBUNTUCHROOT "$@"????Code:sudo uchroot $UBUNTUIMG $UBUNTUCHROOT "$@"
Can you please explain it step by step??
Am I obliged to do it when ubuntu is mounted or unmounted?? thanksssss!!
sudo nano chroot ubuntu
sudo nano chrootubuntu
cd ubuntu ./chrootubuntu mkdir /home/user/ubuntu exit
sudo cp ubuntu/startubuntu /.ubuntu/home/user/ubuntu cd ubuntu ./chrootubuntu chmod +x /home/user/ubuntu/startubuntu exit cd ubuntu ./ubuntu
![]() |
2010-12-09
, 15:02
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#179
|
![]() |
2010-12-09
, 15:20
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#180
|
You get "operation not permitted" as a result of trying to chmod the file?
So, the code, in a fresh terminal:
sudo /usr/bin/closeubuntu
Gives you this?
You are 100% positive you put sudo before the command?
Could you be more precise? You get this in the command line? Well. First try and check the command I gave before. Than check back here if it still doesn't work.
[Desktop Entry] Encoding=UTF-8 Name=Ubuntu LXDE GenericName=Ubuntu LXDE Exec=/usr/bin/ubuntu-lxde Icon=/home/user/MyDocs/ubuntu.png X-Osso-Type=application/x-executable X-HildonDesk-ShowInToolbar=true Type=Application StartupNotify=true
The problem was i'm not supposed to change the code in ubuntu, only change in chrootubuntu is needed.