Results 1 to 4 of 4

Thread: Celestia gnome addon help

  1. #1
    Join Date
    Dec 2010
    Location
    Alberta
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

    Celestia gnome addon help

    Hello from a newbie. I need some help from any celestia users please. I'm running ubuntu lucid gnome & would like to add my saved Celestia addons to the directory usr/share/celestia but i dont have permission. been warned indirectly not to log in as root otherwise I'd try that. I can access root from terminal window but dont know where to go from there? I thought perhaps I could alter config file to point to addon folder but no idea how. any help would be much apprectd.

  2. #2
    Join Date
    Oct 2010
    Location
    127.0.0.1
    Beans
    Hidden!

    Re: Celestia gnome addon help

    Create folder in your "Home Folder" called "celestia".

    Paste there everything what you want to copy.

    Next run "Terminal".
    Applications > Accessories > Terminal.

    Type these commands:
    Code:
    cd celestia
    sudo cp * /usr/share/celestia/
    This will copy everything from folder "celestia" to "/usr/share/celestia".

  3. #3
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    4,607
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Celestia gnome addon help

    When you want write permissions outside of your home folder, prefix the command with sudo (as XeonBloomfield suggests) or prefix GUI commands with gksudo as with gksudo nautilus (be very careful with it).
    Further reading: https://help.ubuntu.com/community/RootSudo

  4. #4
    Join Date
    Dec 2010
    Location
    Alberta
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: (solved) Celestia gnome addon help

    thanks Xeon! & if I want to add to a specific directory inside celestia I'll just add more subdirectories to that line. very easy.

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
  •