Tetralet wrote:
Package: icewm Version: 1.2.20-1 Severity: wishlist Tags: l10n
Sometimes we need to run programs in different locale. for example, run crxvt-big5 in zh_TW.Big5 locale, or run mozilla-firefox in zh_TW.UTF-8 locale.
I put fallow lines in my ~/.icewm/keys:
key "Super+f" LC_ALL=zh_TW.UTF-8 mozilla-firefox key "Super+t" LC_ALL=zh_TW.Big5 crxvt-big5
But it doesn't work.
I think it is a bug in icewm,
Please consider to fix it. Thanks!
Icewm doesn't execute the shell by default:
try something like this:
key "Super+v" /bin/sh -c "TEST=1234 xterm"
Mark
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

