I'm trying to make myself use the Konsole for as much as possible now that I'm starting to become more familiar with it. It's been very difficult, but I'm trying to break myself from that reliance on the GUI that Windows users often have.
Anyways though, when I try to start a program from the command line, this is what I get.
After executing: kate
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
ScimInputContextPlugin()
QObject::disconnect: Unexpected null parameter
QFile:pen: No file name specified
~ScimInputContextPlugin()
But then the program starts normally and runs perfectly fine. This happens no matter what program I try to run. They all give this same error code, but they start and work normally. I suppose if it ain't broke don't fix it, but I wondered what the reason behind this could be.
Anyways though, when I try to start a program from the command line, this is what I get.
After executing: kate
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
ScimInputContextPlugin()
QObject::disconnect: Unexpected null parameter
QFile:pen: No file name specified
~ScimInputContextPlugin()
But then the program starts normally and runs perfectly fine. This happens no matter what program I try to run. They all give this same error code, but they start and work normally. I suppose if it ain't broke don't fix it, but I wondered what the reason behind this could be.
Comment