Ctrl-Alt-T stopped working - Ubuntu 14.04

55,625

Solution 1

I have also faced that type of problem earlier and initially used to restart.

But now any type of such problem, then by using following command:

kill -9 -1

This will kill processes and return to login screen, then after login all works well & successfully.

Solution 2

It's a confirmed bug. https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1292113

I've had the same thing happening. Sometimes, after a minute or two of doing something else, a screen full of terminals I attempted to open with a series of frustrated ctrl+alt+ts blows up in my workspace.

If you go to launchpad, and confirm that it also affects you, it raises the priority of the bug, meaning it would be more likely to be fixed sooner.

Solution 3

I had this problem - Alt+Ctrl+T stopped working - and what solved it to me was this answer:

https://askubuntu.com/a/67372

after doing kill -9 -1 as suggested in Pandya's answer, I noticed an error about monitor configuration.

And so I reached the above answer that instructs to delete /home/__username__/.config/monitors.xml

Before this I couldn't switch language as well.

Solution 4

I had the same issue and tried to Reset All(keyboard shortcuts) and it worked charm.

process:

Go to Settings->Devices->Keyboard Shortcuts-> Reset All

it worked like charm

Solution 5

If (like me) you use gnome-session-fallback, executing:

pkill gnome-panel

should resolve this.

Share:
55,625

Related videos on Youtube

John
Author by

John

Updated on September 18, 2022

Comments

  • John
    John over 1 year

    This happens now and then and after a restart it works. No clue as to what causes this. When this happened earlier I would search for Terminal in Dash and launch. But today, even that does not work.

    I have tried the solutions posted in the following posts without any luck.

    I am going to restart lightdm first to see if that helps and if not I will restart my laptop.

    I look forward to your suggestions on what else I could try for this is sure to recur.

    • John
      John almost 10 years
      Restarting lightdm worked.
    • Radu Rădeanu
      Radu Rădeanu almost 10 years
      You should add your comment as answer!
    • John
      John almost 10 years
      I dont believe restarting lightdm is the right solution.
    • davidkonrad
      davidkonrad over 9 years
      experienced the same problem in 14.04 over a long period. Seems to have disappeared jan 2015 after updating.
  • John
    John almost 10 years
    This was suggested in the posts I cited in my question and tried by me already.
  • Vogel612
    Vogel612 about 9 years
    The resolution of this bug is: fix released. I have had the same problem on 14.10 just now...
  • collarblind
    collarblind over 8 years
    I hate having to do this every time I log in. Is there a way to make it more permanent?
  • Maulik Pipaliya Joyy
    Maulik Pipaliya Joyy over 6 years
    I didnt add "thank you", that was a real answer, you bot!
  • Fabby
    Fabby over 6 years
    Could you please expand on this answer by editing it and include how you did the reset all? (From the terminal, from a C function library, from a menu, ...) as it is now, your answer isn't very clear.
  • Xandor
    Xandor over 3 years
    Did we have any information on the why? My 3 year old son starting mashing on my keyboard and made it so all function keys, ctrl+alt+t, super+l and many other shortcuts were no longer working. Finally when I realized the terminal wouldn't open either I searched for that alone and found this. Rebooting did nothing to help but this command did. This tells me maybe something was running in the background to prevent this stuff from working, but what?