Results 1 to 9 of 9

Thread: Can't change background

  1. #1
    Join Date
    Dec 2010
    Location
    Copenhagen
    Beans
    30
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question Can't change background

    I have Ubuntu 10.10 Desktop Edition on my HP Mini 210-1100. By using the application Ubuntu Tweak I tried several times to change my background, the pics are in File System>usr>share>backgrounds. Right now I'm trying to add new wallpapers in the backgrounds folder but every time I got this message:

    Error while moving "1280_nfl_wallpaper.jpg".
    There was an error moving the file into /usr/share/backgrounds.
    Error moving file: Permission denied


    Than I went to backgrounds folder>properties>permissions I got this message on the bottom of the window:



    You are not the owner, so you cannot change these permissions.


    Please help me! Thank you^^
    Bros


    Last edited by bros; January 8th, 2011 at 01:00 PM.

  2. #2
    Join Date
    May 2009
    Beans
    68
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Can't change background

    Open up terminal (Applications>accessories>Terminal) then try

    Code:
    sudo ubuntu-tweak
    and then try to change the background.

  3. #3
    Join Date
    Dec 2010
    Location
    Copenhagen
    Beans
    30
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't change background

    Quote Originally Posted by josepaul View Post
    Open up terminal (Applications>accessories>Terminal) then try

    Code:
    sudo ubuntu-tweak
    and then try to change the background.
    I can only use the pics that are already in that folder but not others...

  4. #4
    Join Date
    May 2009
    Beans
    68
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Can't change background

    Quote Originally Posted by bros View Post
    I can only use the pics that are already in that folder but not others...
    ok, so you're trying to copy these images to this folder right?

    usr/share/backgrounds

    Just use sudo when you're copying. Your problem is that when you try that command, it has insufficient rights to copy a file to a folder like that. So when you use sudo, you give it enough rights.

    E.g. I have a background I wanna copy in this folder /home/username/Pictures called xyz.jpg

    So I open up terminal and type in
    Code:
    sudo cp /home/username/Pictures/xyz.jpg /usr/share/backgrounds/xyz.jpg
    Last edited by josepaul; January 8th, 2011 at 01:24 PM.

  5. #5
    Join Date
    Dec 2010
    Location
    Copenhagen
    Beans
    30
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't change background

    Quote Originally Posted by josepaul View Post
    ok, so you're trying to copy these images to this folder right?

    usr/share/backgrounds

    Just use sudo when you're copying. Your problem is that when you try that command, it has insufficient rights to copy a file to a folder like that. So when you use sudo, you give it enough rights.

    E.g. I have a background I wanna copy in this folder /home/username/Pictures called xyz.jpg

    So I open up terminal and type in
    Code:
    sudo cp /home/username/Pictures/xyz.jpg /usr/share/backgrounds/xyz.jpg
    Yes, I'm trying to copy new pics in that folder but I can't. I tried to use sudo cp but this directory doesn't work...

  6. #6
    Join Date
    May 2009
    Beans
    68
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Can't change background

    Quote Originally Posted by bros View Post
    Yes, I'm trying to copy new pics in that folder but I can't. I tried to use sudo cp but this directory doesn't work...
    Where is this picture that you wanna copy? e.g. where's "1280_nfl_wallpaper.jpg"

  7. #7
    Join Date
    Dec 2010
    Location
    Copenhagen
    Beans
    30
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't change background

    Quote Originally Posted by josepaul View Post
    Where is this picture that you wanna copy? e.g. where's "1280_nfl_wallpaper.jpg"

    /home/bros/Pictures/Bros Pics/Backgrounds/1280_nfl_wallpaper.jpg

  8. #8
    Join Date
    May 2009
    Beans
    68
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Can't change background

    Quote Originally Posted by bros View Post

    /home/bros/Pictures/Bros Pics/Backgrounds/1280_nfl_wallpaper.jpg
    post output when you type in this:

    Code:
    sudo cp "/home/bros/Pictures/Bros Pics/Backgrounds/1280_nfl_wallpaper.jpg" "/usr/share/backgrounds/1280_nfl_wallpaper.jpg"

  9. #9
    Join Date
    Dec 2010
    Location
    Copenhagen
    Beans
    30
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't change background

    PERFECT! Thank you very much for your help!^^

Bookmarks

Posting Permissions

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