Postanowiłem przenieść się z gnome-terminal na jakiś inny emulator. Wybór padł na urxvt.
Jak wiadomo, program korzysta z ustawień w pliku .Xdefaults. Mój wygląda tak:
Kod: Zaznacz cały
URxvt.imLocale: pl_PL.UTF-8
URxvt.saveLines: 5000
URxvt.cursorBlink: true
URxvt.fading: 50%
URxvt.foreground: #00FF00
URxvt.background: #000000
URxvt.cursorColor: #FF0000
URxvt.throughColor: #8080f0
URxvt.highlightColor: #343434
URxvt.transparent: true
URxvt.inheritPixmap: true
URxvt.tintColor: #666666
URxvt.font: xft:Terminus :p ixelsize=14
URxvt*scrollBar:false
URxvt*scrollBar_right: false
URxvt.geometry: 80x22
Po załadowaniu ustawień poleceniem
Kod: Zaznacz cały
xrdb -load ~/.Xdefaults
Kod: Zaznacz cały
urxvt: unable to parse color '#00FF00 ', using pink instead.
urxvt: unable to parse color '#00FF00 ', using pink instead.
Macie jakieś propozycje?