XFCE4 terminal and colors

I'm not really sure why I'm trying so hard to make the xfce4 terminal operate like urxvt, but whatever.
XFCE4 terminal doesn't seem to pick up my color settings from .Xdefaults (probably because they are for urxvt ) but what is interesting is that the colors are different once again while in screen. If I open up vim or whatever while in the bare terminal, I get one set of colors (that aren't too bad, honestly) and when I open it up while in a screen I get another set of colors (which are awful.)
Any ideas on how to make things more consistent?
Last edited by cry0x (2008-02-07 07:17:24)

venox wrote:
You have to setup your color settings on the terminal preferences (Edit > Preferences).
The screen thing might be something with your .screenrc... I'm really not sure on what you have to change, but you can try appending this to it:
term screen
Looks like I've got to manually set the colors individually. Should be fun. Thanks.

Similar Messages

  • Slow xfce4-terminal (and all vte-based terminals)

    Hi everyone!
    So this is the problem, i have slow output in all vte-based terminals.
    I tried this command:
    time seq -f 'teeeeeeeeeeeeeeeeeeeeeeeeeeeeeest %g' 100000
    to measure the performance, and in xfce4-terminal i get about 7.6 secs but in urxvt, for example, i get about 0.9 secs.
    Any suggestions? Thanks!
    PS: Sorry for my bad English.

    crew4ok wrote:
    goran'agar wrote:My suggestion is to uninstall xfce4-terminal and move to urxvt. Oh, well, that's what I did.
    If i don't get an answer, i'll do this way.
    My suggestion was serious. All vte terminals are slow and there's nothing you can do to speed them up. urxvt is way faster.

  • Cannot use win7 fonts in xfce4-terminal

    Hi, I recently installed the ttf-win7-fonts AUR package successfully. I can use these fonts in LibreOffice, but not in xfce4-terminal. I do not see them in the menu for fonts when I go to Preferences->Appearance->Font.
    The .ttf files are in the /usr/share/fonts/TTF directory. I tried running fc-cache and restarting xfce4-terminal and Awesome. I also tried creating a ~/.fonts directory, copying the .ttf files there, but I still cannot use them.
    What am I missing? Any help is appreciated.

    Im not sure about this but, why would you want those fonts in terminal? : i suggest to take a lot at the infinality repo that has a lot more fonts and tey are open source.

  • Fluxbox xfce4-terminal do not cooperate...

    Hello
    I use fluxbox with xfce4-terminal and i've got serious problem...
    http://img97.imageshack.us/img97/597/sc … 401753.png
    my terminal do not cooperate with fluxbox:
    do not have window borders (even when i set in ~./fluxbox/apps decoratino normal to terminal)
    and is always on top... (which is ... bad)
    this do not happend at start, only after a few minits terminal losts window borders etc...
    do you have any suggestions? or something, please....
    P.S: 3.1.5-1 kernel, Fluxbox 1.3.2 and terminal 0.4.8

    Well, as for A. I don't like it either, but sometimes it's not worth spending time on things that can be resolved in a different way.
    And for B.: here you have a comprehensive list of terminal emulators. If you wish to have something with similar layout / functionality / configuration style to XFCE4 terminal, you may pick up Roxterm for example, or Terminator. I for one have been using rxvt-unicode for a very long time, but it's just one of my idiosyncrasies.

  • Xfce4-terminal, zsh, and tmux

    I'm trying to get tmux to start automatically when I open xfce4-terminal in awesome. I tried
    terminal = "xfce4-terminal -e \'zsh -l -c \"tmux -q has-session && exec tmux attach-session -d || exec tmux new-session -n$USER -s$USER@$HOSTNAME\"\'"
    in my rc.lua but I can't open more than 1 xfce4-terminal at a time. if i press mod4+enter, it opens a terminal, but then if i do it again it the window thats already open just flashes. if i switch to a different tag and do mod4+enter, the xfce4-terminal that was open on the other tag switches to the tag i'm on, but a new terminal doesn't open.

    Your code is correct in that it launches a terminal session w/ Tmux. As far as awesome I am not familiar. If you dumped into your .xinitrc less the terminal = and adding & at the end you should be set.

  • Fluxbox and xfce4-terminal do not integrate well together

    My issue is very much related to what was brought up here: https://bbs.archlinux.org/viewtopic.php?id=132631
    When I first boot and execute Fluxbox, xfce4-terminal does not have window borders and it is always on top:
    https://imageshack.com/i/5h6zjyp
    After restarting Fluxbox via the menu, the problem disappears:
    https://imageshack.com/i/eujw16p
    I've played around with the settings in ~/.fluxbox, but I'm not sure what to do at this point.
    I don't think this should be in Newbie Corner, rather it should probably be in Applications and Desktop Environments. But the original unsolved issue was in Newbie Corner, so I'm continuing it here.

    Well I can always move it to the Applications and Desktop Enviroments. If you feel a thread is not correctly placed you can use the Report link to let a moderator know

  • Bash script "open terminal and launch command

    I need a script to do this:
    launch a terminal, from this change working directory and then launch a command; the terminal have to remain opened after the command execution.
    Something like:
    $terminal cd $dir && $command
    If I open a terminal and I do:
    cd $dir && $command
    it works
    If I do a .sh script with this:
    xterm -hold -e cd $dir && $command
    or
    terminal -H -x cd $dir && $command
    when I launch it (the script) it doesn't work.
    Last edited by buntolo (2012-01-05 23:44:52)

    karol wrote:
    xterm -hold -e "cd ~/test/ && ls"
    works too.
    I don't know what $command do you mean, but this will list th ~/test directory.
    It works also for me.
    With urxvt and xfce4-terminal don't work.
    But xterm is too minimalist, is there an advanced terminal based on it?
    And I don't unerstand why it doesn't work for xfce4-terminal but for it does for xterm...
    man xfce4-terminal:
    -H, --hold
    Causes the terminal to be kept around after the child command has terminated
    -e, --command=command
    Execute command inside the terminal
    man xterm:
    -hold
    Turn on the hold resource, i.e., xterm will not immediately destroy its window when the shell command completes. It will wait until you use the window manager to destroy/kill the window, or if you use the menu entries that send a signal, e.g., HUP or KILL.
    -e program [ arguments ... ]
    This option specifies the program (and its command line arguments) to be run in the xterm window. It also sets the window title and icon name to be the basename of the program being executed if neither -T nor -n are given on the command line. This must be the last option on the command line.
    What the ...?
    Is only my opinion that there aren't differences between:
    terminal -H -e "cd $dir && $command"
    and
    xterm -hold -e "cd $dir && $command"
    Last edited by buntolo (2012-01-06 13:11:58)

  • [solved] zsh, compinit and colors

    Hi all,
    I've just updated my zsh package to version 4.3.11-1 and now I can't run two of its built-in functions, namely compinit and colors.
    My .zshrc contains the following code:
    # rest of ~/.zshrc ...
    zstyle :compinstall filename '/home/andre/.local/.zshrc'
    autoload -U compinit
    compinit
    zstyle ':completion:*' completer _complete _match _approximate
    zstyle ':completion:*:match:*' original only
    zstyle ':completion:*:approximate:*' max-errors 1 numeric
    zstyle ':completion:*' menu select=5
    zstyle ':completion:*' squeeze-slashes true
    zstyle ':completion:*:*:kill:*' menu yes select
    zstyle ':completion:*:kill:*' force-list always
    zstyle ':completion:*:cd:*' ignore-parents parent pwd
    # colors array (e.g. $fg[blue])
    autoload colors
    colors
    # rest of ~/.zshrc ...
    But when I open up a terminal (or type any of these two functions) I get the messages:
    /home/ars/.zshrc:57: compinit: function definition file not found
    /home/ars/.zshrc:69: colors: function definition file not found
    I guess this isn't something very complex, but I couldn't find anything about it.
    TIA.
    Last edited by andre.ramaciotti (2010-12-22 00:15:09)

    So what do lines 57 and 69 of your .zshrc file say specificially?
    It's hard to tell what the line numbers are from what you posted, so.....
    Also are those functions actually in your /usr/share/zsh/<version number>/functions directory?
    colors appears to be in Misc and compinit appears to be in Completion in mine (version 4.3.10).

  • [solved] xfce4-terminal spam after update to util-linux 2.25-3

    I use the setterm command inside a file in /etc/profile.d so that I can prevent the screen from blanking when using a console, along with a couple of other things.
    After the latest update to util-linux (2.25-3), whenever I open xfce4-terminal these lines show up:
    setterm: terminal xterm does not support --blength
    setterm: terminal xterm does not support --bfreq
    setterm: terminal xterm does not support --blank
    [gilmoreja@JamesPC ~]$
    Is there a better way to handle making sure setterm runs when a console is used, but not necessarily when a terminal is opened? Or is there some other way to solve this issue? There doesn't seem to be a switch for setterm for any kind of "quiet mode."
    Last edited by gilmoreja (2014-08-06 18:36:28)

    I think that the shell started in a console is a login shell, and it is not the case in a graphical terminal.
    A login shell has a '-' at the start of $0; so you can test that and condition the execution of the setterm commands:
    if [[ $0 == '-bash' ]]; then
    setterm ...
    setterm ...
    fi

  • [SOLVED] Xfce4.6 no colorful wallpaper

    I installed Xfce4.6, and found that wallpaper has become white-black style, although the selected wallpaper is colorful.
      Why this happens and how to fix it ?
    PS:
      The color depth is 16 as default in xorg.conf. It worked fine with Xfce4.4.
    Last edited by ShinChyn (2009-03-15 13:16:27)

    By white-black style I assume you mean grayscale? I noticed if xfdesktop isn't running the background is grey, but I don't think is what you're talking about. Right click on the desktop and click "Desktop settings" and then make sure "Saturation:" is set to 1.0, you probably have it set to 0.0.
    Hope this helps

  • Consolas font size (system vs. xfce4-terminal)

    Hi there,
    I use infinality's patched fontconfig and the Consolas font for monospace. The problem I have is that 10pt Consolas is, imo, too small, whereas 11pt is too large.
    The screenshot below shows how they look on my system (in Sublime Text, but its the same in e.g. Eclipse). The thing is that xfce4-terminal somehow displays
    Consolas differently. I really like the style, but I dont know why this is the case and how to get the style in Sublime Text and Eclipse (or systemwide). Screenshots:
    http://imgur.com/aHx5Mpm,nfzOhOL,4tbp1VG
    As you can see, the terminal version is smaller than 11pt but larger than 10pt. It is indeed Consolas, I checked multiple times.

    The first two images are using the Truetype hinter, whereas the third image is using autohinter.  Not sure how some of your programs could be using one, but others using the other one?  I would check your fontconfig settings.  Also, unless your DPI is set to 72, pt heights are different than px heights (points vs. pixels).  So, there may in fact be one size inbetween the two you mentioned if you're using 96 dpi.

  • [Solved] xfce4-terminal --hide-toolbars or --hide-toolbar?

    Anybody notice that the --hide-toolbars option is no longer plural (with s suffix)???  The plural form has been replaced by the singular (no s suffix) form.  The man for xfce4-terminal still shows the plural option.  This change occurred on the last xfce4-terminal update (Version 0.6.1-1).
    Last edited by hangten (2013-01-04 11:21:31)

    hangten wrote:Anybody notice that the --hide-toolbars option is no longer plural (with s suffix)???  The plural form has been replaced by the singular (no s suffix) form.  The man for xfce4-terminal still shows the plural option.  This change occurred on the last xfce4-terminal update (Version 0.6.1-1).
    Will be fixed in the next release:
    http://git.xfce.org/apps/xfce4-terminal … e9b5f5314f
    Wilco wrote:Yes and I also noticed my keybindings are no longer working. I hate it when packages remove the possibility to set custom keybindings (or I am just missing it)
    The way to do that has changed. Have a look at "Editable Menu Accelerators" @ http://docs.xfce.org/faq.

  • [SOLVED] xfce4-terminal opened unfocused when called by exo-open

    xfce4-terminal opened unfocused when called by
    exo-open --launch TerminalEmulator
    Last edited by D101101 (2015-03-22 19:30:49)

    Thank you, this was driving me crazy.  When I went to open a xfce-terminal (not xterm), it would not "focus" on it.. it was driving me nuts.
    Needless to say, I checked, and rechecked, and rechecked my settings for focus.. probably messing something up in the process, all because exo was bugged (!!!??).
    (bump me, but now they got to fix Thunar.  Thunar is not updating files in folders.)
    Please see https://bbs.archlinux.org/viewtopic.php?id=194955
    Last edited by Kilzool (2015-03-23 04:42:48)

  • [SOLVED] xfce4-terminal doesn't tab-autocomplete with sudo commands

    Wondering if this is a limitation of xfce4-terminal or something that can be enabled.
    In xfce4-terminal, if I type pac and press tab key, it autocompletes to pacman. If I type sudo pac and press tab, it won't autocomplete. The same is true when trying to complete anything after starting with sudo as the first word of the command. Paths resolve fine though after sudo, just not program names or commands.
    Fixable?
    Last edited by nLinked (2013-08-03 20:45:00)

    Thank you so much
    I went for the option to add it in my ~/.bashrc file instead of installing the bash-completion package. Rebooted and it works!

  • Terminal.app color labels

    How do I find out what the filename colors mean? If a filename is red what does that mean? What about blue? aqua?
    I know this is probably basic stuff, but I have to start somewhere and I don't know where else to look for the answers.
    Thanks

    Hi Matthew,
       Shells are case sensitive and the option for Apple's default BSD ls utility, /bin/ls, that turns on colored ls output is "-G". You can check to see which ls utility you're using with the command "which ls". If the output isn't colored with the "-G" option, post the output of that command. You can also get colorized output with this utility by setting the CLICOLOR environment variable. It doesn't matter to what you set it.
       The BSD ls utility will only produce colored output if the value of your TERM variable indicates that your terminal supports color. For instance, xterm-color works, among many others. You can check the value of that variable with the command "echo $TERM". You can set the value of that variable for all new shells in the Terminal Preferences window with the dropdown menu. It applies to new shells only, not to ones already opened.
    Gary
    ~~~~
       Help fight continental drift.

Maybe you are looking for

  • Can I dual boot Mountain Lion and OSX10.6.8

    Can I dual boot Mountain Lion and OSX 10.6.8. I just upgraded to Mountain Lion and my InDesign CS2 no longer works. If yes, how does one do it. Thanks all,

  • 2 iPhones, 2 iClouds, 1 iTunes apps not working on one of the phones.

    My girlfriend has an iphone which we share my computer's music and iTunes to backup data and sync our apps but after the last sync and OS update all her apps aren't launching on her iPhone or at least the ones that she bought with her iTunes account.

  • Unix to delete "Do Fonts"

    I need to delete the file "Do Fonts" from many machines, It's located in Applications/Microsoft Office 2004/Office Can anyone tell me the unix command I can push out via ARD to do this? and for anyone curious, the reason is to stop Office from loadin

  • Locking middle or last column in a datagrid

    Does anyone know how to lock say the middle or last column in a datagrid. What i really need is for the first and fifth column to be locked in a datagrid or Advanced datagrid. Is this possible or do i need to put two datagrids next to each other and

  • Official link to download 11r2

    I am using 10.2.0.4 oracle database for linux. I have 11g r1. i want to download 11gr2 for education purpose. - please provide valid link to download 11gr2 - os: redht 5.1