You are not logged in.
I got a little problem with mig aterm. When I am trying to write the danish characters in Aterm (æøå).
How di I set lanuage in aterm? I currently have my ~/.Xdefaults this way:
# A cool aterm ;-)
aterm*title: Cool terminal
aterm*loginShell: true
#aterm*font: -*-courier-medium-r-semicondensed-*-12-*-*-*-*-*-iso8859-1
aterm*font: -*-lucida-medium-r-normal-sans-10-100-75-75-p-66-iso8859-1
aterm*foreground: White
aterm*background: Black
aterm*saveLines: 6000
aterm*transparent: true
aterm*scrollBar: true
aterm*transpscrollbar: true
aterm*shading: 40
aterm*language: da_DK.ISO8859-15
Arch - It's something refreshing
Offline
you'll probably need to change your keyboard mapping. For me, typing
setxkbmap dk
enable me to type those symbols in aterm. If that works for you , you can change KEYMAP in rc.conf (it will affect the whole system) or add setxkbmap dk to your .bashrc (it will only affect your terminal and console)
Offline
Nope not working.
I should have said this before. It is only Aterm that has that problem. Xterm and Gnome Terminal is working fine.
Arch - It's something refreshing
Offline
I assume that you can also input danish symbols in other apps like your editor, etc. Here's what I have in .Xdefault
aterm*transparent: true
aterm*scrollBar_right: true
aterm*transpscrollbar: true
aterm*saveLines: 32767
aterm*scrollTtyOutput: false
aterm*foreground: white
aterm*background: black
aterm*shading: 50
aterm*tintingType: true
#aterm*tinting: #c0c0c0
aterm*tinting: white
aterm*fading: 50
Try commenting:
aterm*language: da_DK.ISO8859-15
as language is not a valid variable. You can also try to comment/change your aterm*font. Maybe that font doesn't support these characters. I don't know what else to suggest.
EDIT: do you have latest aterm package?
Offline
Could there be something amiss with the locale settings? Try
LC_CTYPE=da_DK aterm
Offline
Wow, thanks sh__, that just worked just fine. Thank you very much.
Arch - It's something refreshing
Offline
No it didn't work just fine. It's only temporary. When I start a new Aterm I have the same problem.
Snowman: I have tried that one before, and it didn't work.
The latest aterm? Everytime I turn on my computer, I make sure my packages are upgraded. So I have version 1.0.0-1.
Arch - It's something refreshing
Offline
Add
export LC_CTYPE=da_DK aterm
to your ~/.bashrc .
·¬»· i am shadowhand, powered by webfaction
Offline