Tagged Questions
3
votes
0answers
204 views
8-bit input in gnome-terminal
I'm trying to switch from xterm to gnome-terminal but having trouble with alt keys. I have already disabled menu access keys, but I still need 8-bit inputs. In xterm I can set 8-bit inputs in ...
3
votes
1answer
282 views
How can I run byobu from xterm at starting?
I set up byobu auto run with the command byobu-enable. It's great when I log in from terminal or ssh, but how can I make xterm attach to it automatically ?
(mate-terminal from Linux mint especially)
0
votes
2answers
815 views
It's possible to make XTERM and Gnome-keyring work together?
When I'am connecting to ssh with gnome-terminal application opens gnome-keyring dialog, so I am entering password only once per session and I can reconnect to same ssh more than once without asking ...
2
votes
1answer
250 views
Colors wrong in wine with new x server with 8 bit color
I have an old pc game (win95) that I'm trying to play through wine on my ubuntu box. I got it running and all that pretty jazz using this code;
$ xinit /usr/bin/xterm -- :1 -ac -depth 8
Then in the ...
2
votes
1answer
754 views
temporary setting the path in an “init” file
I have an "init" file that reads
#!/bin/sh
export PATH=$PATH:/home/me/morph_numsys/software/bin
by which I'd just like to set the path to that folder for only this bash session. However, when I ...