Questions tagged [xfce4-terminal]

102 questions
177
votes
6 answers

Copy-Paste in xfce4-terminal adds 0~ and 1~

I use xubuntu 14.04, 64 bit. Every now and then, when I try to paste some text in xfce4-terminal, instead of the expected text to be pasted, it is surrounded by 0~ and 1~, such as: 0~mvn clean install1~ The text is supposed to be mvn clean install…
botismarius
  • 1,929
25
votes
4 answers

How to run xfce-terminal with different commands per tab and keep using the tabs after the commands have returned?

To keep the overview I like to place multiple commands always in the same order and start them automatically together (gradle, git, database, scala-REPL, jboss...) -H (hold) seems to mean that the terminal isn't closed after termination, but how do…
user unknown
  • 10,482
5
votes
2 answers

How to make Xfce terminal run a command when it starts?

I want the Xfce terminal to run a command when it is turned on, for example print a welcome message or some system stats. I want this message to be printed only on the Xfce terminal emulator when it starts, not on some other terminal emulators. Can…
Galaxy
  • 505
3
votes
1 answer

Initial tab title and automatic update of it in xfce4-terminal

I want, that my terminal tabs have the current working directory as the tab-title and the terminal window have the current working directory of the "active/in front" tab as their window-title. I can manually set the window title for all the current…
1
vote
0 answers

Switch tabs via mouse scroll

Is it possible to switch tabs in xfce4-terminal via scrolling the mouse wheel? Like, for example, scrolling up is equivalent to ctrl + pageUp. What I mean exactly: I would like to move my cursor on a tab and then, while scrolling on the mouse wheel,…
0
votes
1 answer

shell script to activate development environment

Several times a day I need to open my development environment by opening a terminal window (the default xfce4-terminal) and typing the following commands: cd ~/Desktop/xyz conda activate tf_gpu I want to automate this process with a shell script…
Joooeey
  • 123
0
votes
0 answers

XFCE4 terminal to never show tabs

The terminal program xfce4-terminal has an option MiscAlwaysShowTabs to even show a tab if there is only one shell window open. The reason is to prevent window resizing when the number of open shell windows changes between one and two or back. Yet…
Harald
  • 898