Find the answer to your Linux question:
Results 1 to 5 of 5
My friend has got his Appearance Preferences displaying at the login screen on boot up. He has asked for my help, we are both new to linux. He says that ...
  1. #1
    Just Joined! ZeRoShock's Avatar
    Join Date
    Mar 2010
    Location
    Madison, Wi
    Posts
    14

    Appearance Preferences loads before login

    My friend has got his Appearance Preferences displaying at the login screen on boot up. He has asked for my help, we are both new to linux. He says that he used the command:

    sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow

    To me it looks like he copied a file. So I tried to delete the file in /usr/share/gdm/autostart. and it would not let me. Can anyone give me a command to undo this? gui help would work too if there is a way.

    thanks for any help

    Ubuntu 10.04 (Lucid) 64-bit
    Kernel Linux 2.6.32-23-generic
    Gnome 2.30.0

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    You must have root privileges to delete that file. Use sudo to gain root privileges.
    Code:
    cd /usr/share/gdm/autostart/LoginWindow
    sudo rm -rf gnome-appearance-properties.desktop
    ***Make sure to type correct file name. You can not recover file if you delete it using rm command.

    Or

    Press Alt+F2 and type this
    Code:
    gksu nautilus
    It will open Nautilus with root privileges. Navigate to LoginWindow folder in Nautilus and delete file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie
    Join Date
    Oct 2008
    Posts
    140
    Your friend probably hasn't setup sudo, and therefore it won't work. Use gksu or su -c "command-to run-". I guess you could move it to /dev/null. If there's another option I'd love to learn about it.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    There is no need to setup sudo in Ubuntu unless you want to assign root privileges to all new users created after installation.
    Last edited by devils casper; 07-06-2010 at 12:39 AM.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined! ZeRoShock's Avatar
    Join Date
    Mar 2010
    Location
    Madison, Wi
    Posts
    14
    devils casper- cant believe i over looked my privileges. thanks for the help.

    Kurtdriver- not sure what you mean. i do have root privileges using sudo and my password.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...