Page 1 of 1

Posted: Tue Jan 09, 2007 12:26 pm
by clem
edit /etc/gdm/PostLogin/Default and remove the lines referring to mintDesktop and mintDisk.

Clem

Posted: Wed Jan 10, 2007 9:09 am
by clem
When you get to the login screen, hit CTRL+ALT+F1 and log in in the console. then edit the file with vi, or nano, or whatever console-mode text editor you're most familiar with.

Clem

Posted: Wed Jan 10, 2007 6:33 pm
by clem
I suppose you don't know how to use vi... ok let's remove the packages then:

Code: Select all

sudo apt-get remove mintdisk mintdesktop

Posted: Thu Jan 11, 2007 6:29 am
by clem
Ok... let's try something else:

Code: Select all

sudo mv /etc/gdm/PostLogin/Default /etc/gdm/PostLogin/Default.sample
See if that works.

By the way, use CTRL+ALT+F1 to go to console from GDM, and CTRL+ALT+F7 to go back to the GDM login screen.

Clem

Posted: Fri Jan 12, 2007 3:29 am
by scorp123
uhohthisismo wrote:Command not found :cry:
What did you type in?

Posted: Fri Jan 12, 2007 3:45 am
by scorp123
uhohthisismo wrote:and it said

Code: Select all

command not found  /etc/gdm/PostLogin/Default 
Did you check the content of that directory?

Code: Select all

ls -al /etc/gdm/PostLogin/ 
If there is no file with the name "Default" then this error would be pretty much normal.

Posted: Fri Jan 12, 2007 5:12 am
by clem
No it wouldn't.. we're not trying to run Default, we're trying to run mv. It looks like you didn't type it correctly.

Posted: Fri Jan 12, 2007 6:14 am
by scorp123
clem wrote:No it wouldn't.. we're not trying to run Default
Ah yeah, silly me ... It should say something like No such file or directory in that case. Command not found however indicates he was trying to run a non-existing command ...

Posted: Fri Jan 12, 2007 2:33 pm
by scorp123
uhohthisismo wrote:i retyped it and it said the same thing
Sorry, can't be. Can you please type again and show us here what you typed, word by word? You are mistyping something, or else the error message would be a different one.

Posted: Sun Jan 14, 2007 6:29 pm
by scorp123
uhohthisismo wrote:sudo mv /etc/gdm/PostLogin/Default etc/gdm/PostLogin/Default.sample
There is a slash missing. sudo mv /etc/gdm/PostLogin/Default /etc/gdm/PostLogin/Default.sample
Something else ... can you please give me the output of these commands:

Code: Select all

which sudo

Code: Select all

which mv
Thank you.