Results 1 to 6 of 6

Thread: [SOLVED] this may seem stupid

  1. #1
    Join Date
    Sep 2007
    Location
    Mysore, india
    Beans
    101
    Distro
    Ubuntu 8.04 Hardy Heron

    [SOLVED] this may seem stupid

    look ,this may seem a really stupid question , but how do i stop the cursor blinking in the linux console ???? i remember there was an option in gutsy in the preferences but not there in Hardy. any one know how to ???

  2. #2
    Join Date
    May 2008
    Beans
    1,029

    Re: this may seem stupid

    Give it some eye-drops .

    Sorry, I don't know.

  3. #3
    Join Date
    Dec 2007
    Location
    UK
    Beans
    1,351
    Distro
    Ubuntu Gnome

    Re: this may seem stupid

    For some reason this has been removed in Hardy. You can stop it blinking if you go to System - Preferences - Keyboard & uncheck the box in there, but this affects all programs.
    Aparantly this guy has a patch for this:
    http://www.jcornwall.me.uk/
    Scroll down the page to find it. Don't know if it works though.

  4. #4
    Join Date
    Dec 2007
    Location
    UK
    Beans
    1,351
    Distro
    Ubuntu Gnome

    Re: this may seem stupid

    The above does work, but to install it is a different matter. on the blog, it just says to copy the file to /usr/bin/ but you need root access to do this. However, if you try:
    Code:
    sudo cp gnome-terminal /usr/bin/
    You cannot do it, because you have the terminal open. To get around this, try the folowing:
    Open a terminal & type:
    Code:
    konsole
    This should open up the konsole, unless it is not installed in which case type:
    Code:
    sudo apt-get install konsole
    Once you have a konsole window open, close the terminal, then type:
    Code:
    sudo cp gnome-terminal /usr/bin/
    You need to be in the directory that the file 'gnome-terminal' is in ie Desktop, so cd to the correct folder or use the correct path where you saved the program.
    Anyway, when you run the terminal from now on the cursor will not blink.

  5. #5
    Join Date
    Dec 2007
    Location
    UK
    Beans
    1,351
    Distro
    Ubuntu Gnome

    Re: this may seem stupid

    There is another way to do this, I think:
    Code:
    gksudo nautilus
    This will open a gui so you can copy the file that way. You will need to shutdown the terminal again, before the copy can take place.

  6. #6
    Join Date
    Sep 2007
    Location
    Mysore, india
    Beans
    101
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: this may seem stupid

    i just turned off the blink in prefenrence> keyboard . i had forgotten about it . thanks all of you

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
  •