Announcement

Collapse
No announcement yet.

Konsole problem.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Konsole problem.

    Hi!

    I decided to give 12.04 a try, but I have a problem with Konsole.
    Also this happens to the virtual console (Ctrl-Alt-F1) too.

    It can't properly recognize the characters, and giving: cd (and pressing Enter),
    returns that it couldn't find the go2 command.
    Any thoughts?
    TIA!
    Kubuntu 13.10 saucy 3.11.0-12-generic 64bit (el_GR.UTF-8, kde-plasma), Windows 7
    AMD Athlon 64 X2 Dual Core Processor 5600+ ‖ RAM 1750 MiB ‖ ALiveNF6P-VSTA
    nVidia C61 [GeForce 6150SE nForce 430] [10de:03d0] {nvidia}
    eth0: nVidia MCP61 Ethernet [10de:03ef] (rev a2)

    #2
    Did you at one time install the go2 package? This is an alternate tool for changing from one subdirectory to another. Sometimes cd can be aliased to go2 --cd. What's the output of
    Code:
    alias

    Comment


      #3
      !!!
      Indeed, it was an:
      Code:
      alias cd='go2 --cd'
      that I removed
      Code:
      unalias cd
      .

      How it came here, out of the blue sky?
      Go2 is a good alternative and I've used it a lot at past, but this installation is new and go2 isn't installed.
      I'm wondering, if my system is haunted!
      I've never entered any aliases!
      Strange!!!

      THANK YOU VERY MUCH Steve!!!
      Kubuntu 13.10 saucy 3.11.0-12-generic 64bit (el_GR.UTF-8, kde-plasma), Windows 7
      AMD Athlon 64 X2 Dual Core Processor 5600+ ‖ RAM 1750 MiB ‖ ALiveNF6P-VSTA
      nVidia C61 [GeForce 6150SE nForce 430] [10de:03d0] {nvidia}
      eth0: nVidia MCP61 Ethernet [10de:03ef] (rev a2)

      Comment


        #4
        Did you copy a .bash_aliases file from a previous installation, perhaps?

        Comment


          #5
          hehe. "New" install doesn't implicitly imply a formatted /home partition from a "previous" version.
          Using Kubuntu Linux since March 23, 2007
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #6
            Ooops! You are right!
            I copied 2 .bashrc files. One for me and one for root.
            My own one, has a section with examples, that starts:
            Code:
            # some more ls aliases
            and on the bottom:
            Code:
            # enable programmable completion features (you don't need to enable
            # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
            # sources /etc/bash.bashrc).
            # alias cd='go2 --cd'
            Somehow, all those examples, got the # removed from the front of the lines.
            Maybe, my PC is haunted after all.
            THANKS AGAIN!!!
            Kubuntu 13.10 saucy 3.11.0-12-generic 64bit (el_GR.UTF-8, kde-plasma), Windows 7
            AMD Athlon 64 X2 Dual Core Processor 5600+ ‖ RAM 1750 MiB ‖ ALiveNF6P-VSTA
            nVidia C61 [GeForce 6150SE nForce 430] [10de:03d0] {nvidia}
            eth0: nVidia MCP61 Ethernet [10de:03ef] (rev a2)

            Comment


              #7
              Originally posted by Snowhog View Post
              hehe. "New" install doesn't implicitly imply a formatted /home partition from a "previous" version.
              Well, my /home is formatted with.....a few additions!
              hehehe!!!
              Kubuntu 13.10 saucy 3.11.0-12-generic 64bit (el_GR.UTF-8, kde-plasma), Windows 7
              AMD Athlon 64 X2 Dual Core Processor 5600+ ‖ RAM 1750 MiB ‖ ALiveNF6P-VSTA
              nVidia C61 [GeForce 6150SE nForce 430] [10de:03d0] {nvidia}
              eth0: nVidia MCP61 Ethernet [10de:03ef] (rev a2)

              Comment


                #8
                Happy to help

                Comment

                Working...
                X