View Single Post
Posts: 56 | Thanked: 17 times | Joined on Dec 2009 @ Carlisle, PA
#41
Originally Posted by biggzy View Post
yes, just tried it again by doing this in x-term

type cd /etc/systemui (press enter)

leafpad systemui.xml (press enter)

edited the file again and saved, rebooted and it WORKS!!!!

i didnt type cd /etc/sytemui befor, was that the problem?

thanx for all the help
It could have been depending on how you accessed or copied the file the first time.

The way I posted I did it in the other post was the easiest for me with editting on the phone. Maybe check your MyDocs folder and see if there is a systemui.xml file sitting in there and that could explain it.

You could also give the full pathname to do it without changing directories. An example would be if you wanted to backup the systemui.xml file it would be:

#>sudo gainroot <enter>
#>cp /etc/systemui/systemui.xml /etc/systemui/systemui.xml.bak <enter>

I did it the other way because it is less typing LOL.