diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-03-30 06:06:50 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-03-30 06:06:50 +0800 |
commit | 01f4e85915fc6445932b6d48c860c98650a67f9c (patch) | |
tree | 91b07e7893249f421ffef2b96a1e81e113051bc7 /x11-fm/rox-filer | |
parent | b18df2880754d02df434657278af9d5fac5fafc3 (diff) | |
download | freebsd-ports-gnome-01f4e85915fc6445932b6d48c860c98650a67f9c.tar.gz freebsd-ports-gnome-01f4e85915fc6445932b6d48c860c98650a67f9c.tar.zst freebsd-ports-gnome-01f4e85915fc6445932b6d48c860c98650a67f9c.zip |
Add message about non-UTF-8 filenames and fallback CHARSET encoding.
Diffstat (limited to 'x11-fm/rox-filer')
-rw-r--r-- | x11-fm/rox-filer/pkg-message | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/rox-filer/pkg-message b/x11-fm/rox-filer/pkg-message new file mode 100644 index 000000000000..31e83563ce7f --- /dev/null +++ b/x11-fm/rox-filer/pkg-message @@ -0,0 +1,11 @@ +====================================================================== +Please note: if you get the following error while running ROX-Filer, +you may be browsing a directory containing filenames that do not +comply with UTF-8. + + (ROX-Filer:97970): GLib-CRITICAL **: file gconvert.c: line 498 + (g_convert): assertion `str != NULL' failed + +To fix that, just set your CHARSET variable to any preferred fallback +encoding (like CHARSET=iso-8859-1). +====================================================================== |