Terminal not launching with different config files

Benedikt Meurer benedikt.meurer at googlemail.com
Sun Aug 28 13:28:15 CEST 2011


On Aug 28, 2011, at 13:04 , houghi wrote:

> Using Terminal 0.4.6, but get the same when I tried out 0.4.8.
> 
> To be able to see which teminal is root, I use a different color for that
> terminal. Or at least I try to do.
> 
> I have a script that does the following:
> #!/bin/bash
> #Launch the different terminals
> terminal --geometry=128x74-9+6 --hide-menubar --hide-borders -T Terminal.below &
> terminal --geometry=98x41+60+6 --hide-menubar --hide-borders -T Terminal.below &
> XDG_CONFIG_HOME=$HOME/.config/Terminal/Terminal \
> terminal --geometry=98x32+60-6 --hide-menubar --hide-borders -T Terminal.below -e 'su -' &

Pass --disable-server to that last invocation.

HTH,
Benedikt


More information about the Xfce mailing list