4.4b2 works fine on OpenBSD 3.9 !

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Tue Jul 11 10:37:04 CEST 2006


Landry wrote:
> I noticed that in the default layout of the panel, Terminal launcher
> had the xfce-mixer icon... dunno if it was only on my setup.
> 
> I only have a little issue with Terminal, show on the following 
> screenshot :
> http://img57.imageshack.us/img57/3928/openbsdxfce44b29td.png
> 
> It doesn't handle well special characters, like éèàçù and all these
> kind of letter we use on french keyboards :), whereas Eterm and xterm
> handles these correctly. When i type a special char in Terminal,
> nothing is shown, i don't get a beep. If i try with xev, i get a
> 'square', like in the 'ls' shown.
> I get these errors with Terminal :
> landry at renton[~]%LC_ALL=iso8859-15 Terminal
> 
> (process:18513): Gdk-WARNING **: locale not supported by Xlib
> 
> (process:18513): Gdk-WARNING **: cannot set locale modifiers
> 
> ** (Terminal:18513): WARNING **: Error (Illegal byte sequence) 
> converting data for child, dropping

LC_ALL=<encoding> doesn't work, you'll need to use
LC_ALL=<language>_<country>.<encoding>.

You may also set LC_CTYPE=<language>_<country>.<encoding>, which will
only apply the <encoding>, but does not change the language of the user
interface.

> Landry

Benedikt



More information about the Xfce4-dev mailing list