Results 1 to 9 of 9

Thread: [SOLVED] access denied when pasting files

  1. #1
    Join Date
    Jun 2008
    Beans
    29

    [SOLVED] access denied when pasting files

    im modifying my kubuntu theme and i need to paste .png files to this location /usr/share/apps/kicker/tiles but when i do this it says access denied

    any help?

  2. #2
    Join Date
    Nov 2006
    Location
    40.31996,-80.607213
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: access denied when pasting files

    /usr/share/apps/kicker/tiles is apparently not owned by you.
    "Security lies within the user of who runs the system. Think smart, live safe." - Dr Small
    Linux User #441960 | Wiki: DrSmall

  3. #3
    Join Date
    Jun 2008
    Location
    London, Kentucky
    Beans
    2,093
    Distro
    Ubuntu Development Release

    Re: access denied when pasting files

    right click the file, select properties,> permissions tab, and change it to read and write. I believe that should work for you, if you do own it.


    Dutch
    Intel-System Freeze Post#22
    How to mark your thread [SOLVED]
    Registered Linux User-#473773-Ubuntu User-#23255-Machine-#384048

  4. #4
    Join Date
    Jun 2006
    Location
    Switzerland
    Beans
    Hidden!
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: access denied when pasting files


  5. #5
    Join Date
    Jun 2008
    Beans
    29

    Re: access denied when pasting files

    i dont get it how is it not owned by me?

  6. #6
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: access denied when pasting files

    either copy them from a terminal with sudo

    Code:
    sudo cp xyz.png /usr/share/apps/kicker/tiles
    Or ues a gui :

    Code:
    kdesu konqueror
    Then drag & drop
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  7. #7
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: access denied when pasting files

    Quote Originally Posted by UIIIU View Post
    i dont get it how is it not owned by me?
    Permissions

    http://www.zzee.com/solutions/linux-permissions.shtml

    community/FilePermissions
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  8. #8
    Join Date
    Jun 2008
    Beans
    29

    Re: access denied when pasting files

    thanks bodhi i got it figured out

  9. #9
    Join Date
    Jun 2008
    Location
    London, Kentucky
    Beans
    2,093
    Distro
    Ubuntu Development Release

    Re: [SOLVED] access denied when pasting files

    Wonderful! Glad you got it figured out, but would you mind letting us know what exactly you got figured out. So that I and others that find this thread will know?
    Intel-System Freeze Post#22
    How to mark your thread [SOLVED]
    Registered Linux User-#473773-Ubuntu User-#23255-Machine-#384048

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
  •