[Konsole-devel] [Bug 284365] Wrong alignment with Terminus font

Vadim Pilipenko pilsonv at gmail.com
Wed Nov 2 11:53:32 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=284365


Vadim Pilipenko <pilsonv at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pilsonv at gmail.com




--- Comment #11 from Vadim Pilipenko <pilsonv gmail com>  2011-11-02 11:53:32 ---
I solved this problem (for me, in kubuntu 11.10) with next steps:

1. remove packages with terminus fonts
sudo apt-get purge xfonts-terminus xfonts-terminus-oblique

2. create directory for downlad/unpack font
cd ~
mkdir -p terminus
cd terminus

3. download terminus font v. 4.36-1
wget -c
http://ftp5.gwdg.de/pub/linux/archlinux/community/os/i686/terminus-font-4.36-1-any.pkg.tar.xz

4. unpack archive
tar -xxf terminus-font-4.36-1-any.pkg.tar.xz

5. copy fonts to system
sudo cp -r usr/share/fonts/local/* /usr/share/fonts/X11/misc/
tar -xxf terminus-font-4.36-1-any.pkg.tar.xz

6. Restart X session (logout and logon), or reboot system.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list