You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

ssenuta

Beginner

  • "ssenuta" started this thread

Posts: 4

Location: Rochester, NY

Occupation: Retired

  • Send private message

1

Friday, March 23rd 2007, 4:31am

Help With KDE-3.5.6 Font Appearance

I just built kde-3.5.6 from source tarballs in the home directory of special user "kdedev". This procedure was recommended by the kde.org so as not to destroy my existing kde-3.4.2 install. It compiled & works great when I login as user "kdedev" but,....when I run konqueror in Super User Mode from within kde-3.5.6 the fonts displayed in konqueror as well as text documents I view are a bit broken-up (thin & fuzzy).

I run the Linux Mandriva -2006 distribution & login via KDM by choosing the default desktop option. This forces /etc/x11/Xsession to use my /home/kdedev/.xsession file.

Here are the commands I type in the kde-3.5.6 Command Box to run konqueror:

kdesu "konqueror --profile root"
kdesu "/home/kdedev/kde-3.5.6/bin/konqueror --profile root"

Note: The 1st cmd starts konqueror-3.4.2 using kde-3.4.2 (/usr/bin/konqueror)
The 2nd cmd starts konqueror-3.5.6 using kde-3.5.6

Here is my /home/kdedev/.bash_profile:

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

# User specific environment and startup programs

KDEDIR=/home/kdedev/kde-3.5.6
PATH=/home/kdedev/kde-3.5.6/bin:$PATH
LD_LIBRARY_PATH=/home/kdedev/kde-3.5.6/lib

export KDEDIR PATH LD_LIBRARY_PATH

unset USERNAME

Here is my /home/kdedev/.xsession:

#!/bin/sh

exec /home/kdedev/kde-3.5.6/bin/startkde || xterm

Thank You for reading this post & I look forward to hearing from you.

************************************************************************
Here is some more data I uncovered after my original post (above):

If user kdedev chooses "IceWM" from the KDM login sessions menu instead of "Default" & subsequently starts konqueror in Super User Mode there is no problem with fonts
displayed in konqueror and any text documents.

This post has been edited 1 times, last edit by "ssenuta" (Mar 28th 2007, 4:13pm)


ssenuta

Beginner

  • "ssenuta" started this thread

Posts: 4

Location: Rochester, NY

Occupation: Retired

  • Send private message

2

Thursday, April 5th 2007, 6:30pm

Kde Font Aaaearance ---Solved!

I finally found the solution to my kde-3.5.6 Super User Mode font appearance. It was a menu item inside konqueror itself.

Solution to kde-3.5.6 "Super User Mode" font appearance:

kdesu konqueror
go [menu]
settings
appearance & themes
fonts
[x] use anti-aliasing for fonts


Thank you all for reading my post & I hope this solution will help someone else. ----Stan