Results 1 to 5 of 5

Thread: [SOLVED] custom start up sound?

  1. #1
    Join Date
    Nov 2007
    Beans
    188
    Distro
    Ubuntu 8.04 Hardy Heron

    [SOLVED] custom start up sound?

    Why can't i place sounds bites into /usr/share/sounds

    so i can have my own start up sound, should i use sudo command in terminal?

    edit more info: it says i do not have permission.
    Last edited by hvac3901; June 25th, 2008 at 10:22 PM.

  2. #2
    Join Date
    Jun 2006
    Location
    Israel
    Beans
    292

    Re: custom start up sound?

    You need to be root to write the root file system

    /usr is located within the root file system.

    Open your terminal, type su, give your root password.

    After this, go to where the custom sound you want to move is located, with the cd command.

    then:
    Code:
    mv ./<filename> /usr/share/sounds/
    This will move it into the sounds directory.

    Note you don't have to su, you can do this also with sudo, some prefer that.

  3. #3
    Join Date
    Nov 2007
    Beans
    188
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: custom start up sound?

    Thanks appreciated.

  4. #4
    Join Date
    Nov 2007
    Beans
    1,818
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: custom start up sound?

    Another option is to open Nautilus (the file manager for Ubuntu) with root priviledges:
    Code:
    gksu nautilus
    Be careful with that one, you can hurt your system. If you use Kubuntu, Dolphin lets you open single folders as root, letting you do what you want. Pretty cool.

  5. #5
    Join Date
    Nov 2007
    Beans
    188
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: custom start up sound?

    Quote Originally Posted by JoshuaRL View Post
    Another option is to open Nautilus (the file manager for Ubuntu) with root priviledges:
    Code:
    gksu nautilus
    Be careful with that one, you can hurt your system. If you use Kubuntu, Dolphin lets you open single folders as root, letting you do what you want. Pretty cool.
    EEEEWWWWWWW, Root power, with GUI....i love it. thanks.

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
  •