LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Too small fonts in GTK applications (XMMS, Winetools) in KDE (https://www.linuxquestions.org/questions/linux-software-2/too-small-fonts-in-gtk-applications-xmms-winetools-in-kde-401351/)

pinknick 01-09-2006 06:31 PM

Too small fonts in GTK applications (XMMS, Winetools) in KDE
 
Hi,

I am running Debian with KDE. Unfortunatelly some of the applications (XMMS, Winetools) have got veeery small fonts.

I tried:
Code:

apt-get install gtk2-engines-gtk-qt
After that I am able to change fornts and themes for different GTK applications from KDE Control Center. It works perfectly for Firefox or Mplayer. It has created

Code:

$ cat .gtkrc-2.0
# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"

include "/usr/share/themes/Smooth-Line/gtk-2.0/gtkrc"

style "user-font"
{
        font_name="Nimbus Sans L 10"
}
widget_class "*" style "user-font"

gtk-theme-name="Smooth-Line"
gtk-font-name="Nimbus Sans L 10"
$

unfortunatelly it completely does not work for applications: XMMS and WINETOOLS. The fonts in them are still so small. It is definetelly matter of GTK. How to make them larger?

All the best;

pinknick 01-09-2006 06:43 PM

I have just found out something that do the trick.

I needed just:

Code:

apt-get install xfonts-base-transcoded xfonts-100dpi-transcoded xfonts-75dpi-transcoded
and after restarting Xwindows everyting was just fine with the xmms and winetools fonts.

All the best :)

LilZebra 09-24-2016 04:22 PM

xmms too small to use
 
Code:

[root@nightowl ~] # dnf install xfonts-base-transcoded xfonts-100dpi-transcoded xfonts-75dpi-transcoded
Last metadata expiration check: 0:14:09 ago on Sat Sep 24 16:06:16 2016.
No package xfonts-base-transcoded available.
No package xfonts-100dpi-transcoded available.
No package xfonts-75dpi-transcoded available.
Error: Unable to find a match.
[root@nightowl ~] #

I'm running Fedora 22. What do I do to make xmms fonts appear reasonably larger?

Options > Doublesize causes xmms to show 1/2 of its screen. Not good.


All times are GMT -5. The time now is 01:50 AM.