Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Desktop / X-Windows
Reload this Page [redhat8.0] '-' is a square in the shell under KDE
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Desktop / X-Windows Anything X. Gnome, KDE, remote desktop's, XGames etc.

Reply
 
Thread Tools Display Modes
Old 01-22-2003   #1 (permalink)
Yttrium
Just Joined!
 
Join Date: Jan 2003
Posts: 22
Send a message via ICQ to Yttrium Send a message via MSN to Yttrium
[redhat8.0] '-' is a square in the shell under KDE

well i'm used to GNOME, but found out i liked more kde3 these days but when i enter the shell and look in the man pages i always get square where there should be '-' because i didn't have under gnome it must be some font i think ... does anyone know which ones??? thanx, it's really gettin' annoying to read like that hehe ...

thanx
Yttrium is offline   Reply With Quote
Old 01-22-2003   #2 (permalink)
Dolda2000
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,575
It's probably something with either your font setting or your language settings. Have you tried another font? If that's not it, I'm guessing that you're running RedHat 8, aren't you?
Dolda2000 is offline   Reply With Quote
Old 01-22-2003   #3 (permalink)
majorwoo
Linux User
 
Join Date: Jul 2002
Location: Daytona Beach, FL
Posts: 487
Send a message via AIM to majorwoo
(that's why is says redhat 8.0 in the title )

I have been told that you can change your shell font, and change it back to fix this, I have the same problem myself and have not fixed it yet (many people say it worked for them) it did not for me
__________________
majorwoo

Quiet brain, or I\'ll stab you with a Q-tip.
majorwoo is offline   Reply With Quote
Old 01-22-2003   #4 (permalink)
Dolda2000
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,575
Sorry, I missed that. Don't include information in the subject, noone looks there, do they? =)

First of all though, try "export LANG=en_US" before you run "man". That just might fix it.
Dolda2000 is offline   Reply With Quote
Old 01-22-2003   #5 (permalink)
majorwoo
Linux User
 
Join Date: Jul 2002
Location: Daytona Beach, FL
Posts: 487
Send a message via AIM to majorwoo
dear god, that did it for me - and all this time i have been reading html man pages

now the question becomes, i can add it to my .bashrc but i would liek to figure out where that is supposed to be set at, if anyone knows good, if not I'll let you know after i look
__________________
majorwoo

Quiet brain, or I\'ll stab you with a Q-tip.
majorwoo is offline   Reply With Quote
Old 01-22-2003   #6 (permalink)
Dolda2000
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,575
For fixing it permanently, see /etc/sysconfig/i18n. It's a known unicode problem in redhat 8.

I hardly use the text mode man command anymore, though. I've found the best solution to be postscript man pages. The downside is that you can't search, but if you want to search then just view it in text mode. I find the postscript output easier to look at than the text output. I've made a little script which I call mangv, which looks like this:
Code:
#!/bin/sh
file="`mktemp /tmp/manXXXXXX`"
if ! man -t "$@" >$file; then
    rm $file
    exit 1
fi
ggv $file
rm $file
Dolda2000 is offline   Reply With Quote
Old 01-23-2003   #7 (permalink)
Yttrium
Just Joined!
 
Join Date: Jan 2003
Posts: 22
Send a message via ICQ to Yttrium Send a message via MSN to Yttrium
Quote:
Originally Posted by Dolda2000
For fixing it permanently, see /etc/sysconfig/i18n. It's a known unicode problem in redhat 8.

I hardly use the text mode man command anymore, though. I've found the best solution to be postscript man pages. The downside is that you can't search, but if you want to search then just view it in text mode. I find the postscript output easier to look at than the text output. I've made a little script which I call mangv, which looks like this:
Code:
#!/bin/sh
file="`mktemp /tmp/manXXXXXX`"
if ! man -t "$@" >$file; then
    rm $file
    exit 1
fi
ggv $file
rm $file
already knew that /etc/sysconfig/i18n file thingie but didn't about the language ... thanx! ... and got to say, that script really works well, you're right for long reads it's easier to look at a postscript view than in the konsole!!! thanx a lot ...
Yttrium is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Keeping the shell active by default. GivePeaceAChance Linux Newbie 1 10-02-2006 10:28 PM
Porting a shell script from BASH to ASH Violao Linux Programming & Scripting 1 06-04-2006 02:48 PM
Classic Shell Scripting lakerdonald LinuxForums.org - Articles 1 11-16-2005 11:13 PM
Font and encdoding in the shell ? yair Debian Linux Help 0 09-06-2005 11:52 AM




All times are GMT. The time now is 04:12 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0