You are not logged in.
I am a multitasker and I have to work on several task concurrently. When I was working with gnome terminals, I was able to create different profiles to choose background color for my terminals.
How to do something similar for xcfe terminals. I am using version 0.4.7
When I change background color through Edit->Preference->colors->background color, background color of all terminals change. How can I do this to only change background color in terminal where I am changing preference?
Basically, I want to do something like this:
For work1 - all terminals in background color black
For work2 - all terminals in background color seagreen
But, I cannot have some terminals with one color while some with another. They all get one color.
Offline
How to do something similar for xcfe terminals. I am using version 0.4.7
Which distro are you using? This version is like 11 years old.
On newer versions of xfce4-terminal, you can use the "--color-bg" parameter to set a new background colour for a terminal instance. For example:
xfce4-terminal --color-bg=red
Does this work for you? If not, what does
xfce4-terminal --version
...return?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Looks like the version of xcfe I have is a very old version.
I am working with IT to get access to recent release.
In the version I have, I cannot run the command xcfe4-terminal
xcfe4-terminal --version
bash: xcfe4-terminal: command not found
I will try the above command again after I have the newer xcfe.
Offline
You mis-typed the command.
xfce4-terminal --version
...its "xfce" not "xcfe"
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Sorry for the typo. Command with correct spelling also does not work.
xfce4-terminal --version
bash: xfce4-terminal: command not found
I am going to get an account on new server with newer xfce4. I will try it again.
Offline
I got access to a new server.
This has xfce4-terminal version 0.8.7.4
> xfce4-terminal --version
xfce4-terminal 0.8.7.4 (Xfce 4.12)
Copyright (c) 2003-2018
The Xfce development team. All rights reserved.
Written by Benedikt Meurer <benny@xfce.org>,
Nick Schermer <nick@xfce.org>
and Igor Zakharov <f2404@yandex.ru>.
Please report bugs to <https://bugzilla.xfce.org/>.
I open a new terminal window with this command:
xfce4-terminal --color-bg=black --color-text=white
Then I open a tab within new window created by above command.
The problem is that when the tab window still has the default color, not the color of the window in which it is created.
Is there a workaround to that?
Offline
The problem is that when the tab window still has the default color, not the color of the window in which it is created.
That would be this bug report/enhancement request.
Is there a workaround to that?
Executing the following command:
printf '\033]11;red\007'
...will change the background to red on the fly. Maybe create a keyboard shortcut to echo/execute this command in the terminal window?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Can we file a new bug/enhancement request just to address the issue in this thread? The one in the link above has too many requests and may never get fulfilled. Simpler the request, easier to implement.
Offline
Can we file a new bug/enhancement request just to address the issue in this thread? The one in the link above has too many requests and may never get fulfilled. Simpler the request, easier to implement.
Absolutely, you can try. Unfortunately, I don't think there currently is an active maintainer for this package, so I'm not sure when it will get addressed.
Edit: I'm mistaken, it looks like someone has just taken over maintenance of the package.
Last edited by ToZ (2021-10-21 18:51:17)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
How would I open a ticket? Or can open one for me?
Offline
Probably best if you create it so that you can be notified and participate in the testing. The ticket (issue) can be created here. Note, you'll need to create a gitlab account to do so.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I am running FreeBSD and xfce-4.16 as the native OS on an old iMac. All works except xterm and clipman. Like an earlier user I work on a lot of servers concurrently and use color as an aid to keep my place. xfce4-terminal has a number of options:
xfce4-terminal --color-bg=<bg> --color-text=<fg> --title='host-name' works for me. I found a post saying that presets could be defined in ~/.local/share/xfce4/terminal/colorschemes. This would save typing but as far as I can tell will not aid in windows having unique colors as there does not seem to be a --preset=<name> options. Is there a way to do this?
Last edited by dtd (2023-01-01 04:09:59)
Offline
Not sure about windows but you can set different colors for each tab. Preferences -> Colors -> Vary the background color for each tab.
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
Terminology. By windows I meant separate invocations of terminal. Tabs would actually be better than the way I am doing it using xterm. I will try it, thanks.
Ok this is going to be my second case of RTFM. The tab option is perfect, better than what I am doing using xterm. Don't know why I looked at it an it did not register, its just like the background option. The 2nd RTFM instance is how do I edit the subject? I do not see an option using firefox nor was google much help. I know this is another "how did I miss this". In my defense I learned to program in machine language/octal.
Last edited by dtd (2023-01-01 16:59:25)
Offline
The 2nd RTFM instance is how do I edit the subject?
You can't because you're not the OP.
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
[ Generated in 0.014 seconds, 7 queries executed - Memory usage: 598.57 KiB (Peak: 615.41 KiB) ]