Fedora :: Enabling X11 Bitmap Fonts In GTK Applications?

May 29, 2010

I'm having difficulty enabling X11 bitmap fonts for GTK apps in F13. From all I've read on this forum and elsewhere on the Internet, this normally just requires symlinking 70-yes-bitmaps.conf into /etc/fonts/conf.d, but I can't get this to work properly.

X11 bitmap fonts are available to X11. I have them working in xterms, but no GTK applications.

What I've tried so far:

- Symlinked /etc/fonts/conf.avail/70-yes-bitmaps.conf to /etc/fonts/conf.d

Manually added font path to xorg.conf to force it to be picked up:

Code:
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
EndSection
/usr/share/X11/fonts/misc is symlinked in /etc/X11/fontpath.d

[Code]....

View 2 Replies


ADVERTISEMENT

OpenSUSE :: (some) Bitmap Fonts Don't Work In KDE Konsole

Aug 27, 2010

Although they are installed in /usr/share/fonts/misc, correctly scaled and aliased, jmk Neep bitmap fonts produce garbage in KDE konsole (available in the font list but obviously not found). They work great in Gnome, XFCE and any other X terminal (except maybe LXDE terminal !?). They are OK in openSUSE 11.2 and other Linux distros (Ubuntu, Fedora, etc).

View 4 Replies View Related

Ubuntu :: Bitmap Fonts In WMFS Taskbar

Jan 23, 2011

I'm a newbie Linux user and would like to know how to get bitmap fonts in WMFS' taskbar without anti-aliasing.

So I guess what I want in simple terms is to get blurry fonts like this to become clean and sharp like this.

I was guessing that it had something to do with .fonts.conf and tried out a lot of different font configurations that I found online.

View 2 Replies View Related

General :: Prevent Firefox From Using Bitmap Fonts At Certain Zoom Levels?

May 1, 2010

In Firefox 3.6 on Ubuntu 9.10, certain sites seem to use bitmap fonts for any fixed-width fonts, but only at specific zoom levels. This site and other Stack Exchange sites are among the affected sites, and of course the default zoom level is affected. At unaffected zoom levels, I get the expected smooth curvy fonts. How can I make Firefox use the nice curvy smooth fonts at all zoom levels?

Edit: Adding example code for my own reference.

View 1 Replies View Related

Fedora :: Java Applications Displaying Ugly Fonts

Feb 5, 2010

I just did a reinstall because I migrated to a new box, and I can't figure out what it was I did to fix the ugly ugly fonts Java apps display. I've switched to jre from openjdk, which was a minor improvement, however I recall seeing much better fonts in my java apps about an hour ago before I switched systems.

View 4 Replies View Related

Fedora X86/64bit :: Ugly Fonts In GTK 32bit Applications

Apr 27, 2010

I'm using Fedora 13beta and KDE on x86_64 arch.
gtk 32-bit apps (eg: acroread, skype) have ugly fonts in their menus.
gtk 64-bit apps look great (and similar to qt apps).

The following packages are already installed:
gtk2-2.20.0-1.fc13.i686
gtk2-engines-2.20.0-1.fc13.i686
qtcurve-gtk2-1.3.0-1.fc13.i686

View 4 Replies View Related

General :: Enlarge Fonts For GTK Applications?

Jan 31, 2010

I ran a program under WINE and when it terminated, suddenly lots of programs were running with tiny fonts, including Google Chrome, Unison, and PLT Scheme. I think what these programs have in common is they all use GTK. I am running Debian Linux without a Gnome desktop. As suggested on the web, I put this text in ~/.gtkrc-2.0:

style "user-font"
{
font_name="BitStreamVeraSans 14"
}
widget_class "*" style "user-font"
gtk-font-name="BitStreamVeraSans 14"

Unfortunately this change has had no discernible effect.

How can I escape the land of tiny-fonted ones?

View 1 Replies View Related

OpenSUSE :: 11.4 - Ugly Fonts In Java Applications

Jun 24, 2011

I have installed Netbeans IDE on my Netbook and on my PC (openSUSE 11.4 32 bit and openSUSE 11.4 64 bit). On both has the UI a ugly font. I don't really know how to change it. I already searched the web but I couldn't find anything related. Have a look how it looks like:

Uploaded with ImageShack.us. And then the "original": [URL]. OK, this picture is already 3 years old but I don't think that Oracle would change Netbeans UI font to look creepy. How I can change it to normal?

View 7 Replies View Related

Ubuntu :: Fonts Not Rendering Properly In KDE Applications

Jan 25, 2010

I've seen a few people are having this issue, so i wanted to start a main thread. My problem started... After installing qt4-designer onto my Ubuntu 9.10 Gnome OS, the fonts in certain applications looked distorted like enlarged bitmaps. I tried uninstalling designer, reinstalling components, using qt4-config to restore fonts, but nothing has fixed this issue.

The issue seems to be specific to KDE applications such as: qt4-config, Amarok v2.2.0, skype, akonaditray, ktorrent, etc. Also, in qt4-config it seems to be specific to fonts between the sizes 9 to 12 inclusive for all font faces. All other font sizes seem to be okay. I've attached some examples.

When i first tried to install qt4-designer, it indicated the following dependancies: fontconfig-config libfontconfig1 libfontconfig1-dev When i try to remove fontconfig-config, it indicates that it is dependent on nearly every application in my system (including drivers and xscreen). Hence, I would need to uninstall everything and reinstall everything!?

View 2 Replies View Related

Debian Multimedia :: XFCE - Ugly Fonts In Qt Applications

Jan 8, 2010

I use XFCE on Debian (squeeze) and I'm sick and tired of the ugly fonts in all Qt-apps. See below what it looks like in qtconfig-qt4 with a deleted ~/.config/Trolltech.conf. I've done some googling, but without any satisfaction. I've tried to change font (Font family drop down menu in pic), and some fonts looks as bad as the default (Sans Serif), and some look ok. Something seems to be fscked up.

View 7 Replies View Related

Applications :: Printing Support (line Numbers - Syntax Highlighting - Multiple Columns Per Page - Customizable Fonts And Sizes) Not Available

Jun 17, 2010

I've been looking though different editors for one that has good printing support. Ideally it should be able to print C++ code with line numbers, syntax highlighting, multiple columns per page, customizable fonts and sizes and a print preview feature so that I can make sure it looks right before sending it to the printer. It appears that notepad++ had at least some of these features, but it is not available on linux. The best I could do so far is to copy/paste the output of 'cat -n foo.cpp' into oowriter and format it into two colums. I don't get synax highlighting though and I have to manually replace tabs with a few spaces as well as some excessive leading spaces before the line numbering.

View 1 Replies View Related

Fedora :: OpenOffice Installation - Dejavu-serif-fonts Conflicts With Dejavu-fonts

Apr 23, 2010

I am trying to install the open office suite using Add/Remove Software. It however give the following error:

Code:

dejavu-serif-fonts conflicts with dejavu-fonts
dejavu-sans-fonts conflicts with dejavu-fonts
dejavu-sans-mono-fonts conflicts with dejavu-fonts

View 10 Replies View Related

Programming :: How To Create Bitmap From Raw Data In GTK?

Apr 3, 2010

The only API i have found for something like this is gdk_bitmap_create_from_data. But it requires XPM data, not raw. So, how can i make a bitmap from raw 'char[x*y/8]'?

View 3 Replies View Related

Debian :: Where Is Font WenQuanYi Bitmap Song

Apr 29, 2015

I have installed xfonts-wqy in my newly installed Debian Jessie stable by using command

[04/29/2015,10:46:33@~]$ aptitude search xfonts-wqy
i xfonts-wqy - WenQuanYi Bitmap Song CJK font for X

But when I list the font, there is nothing about WenQuanYi Bitmap Song, as you can see here:

[04/29/2015,10:49:53@~]$ fc-list |grep WenQuanYi
/usr/share/fonts/truetype/wqy/wqy-microhei.ttc: WenQuanYi Micro Hei,文泉驛微米黑,文泉驿微米黑:style=Regular
/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc: WenQuanYi Zen Hei,文泉驛正黑,文泉驿正黑:style=Regular
/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc: WenQuanYi Zen Hei Sharp,文泉驛點陣正黑,文泉驿点阵正黑:style=Regular
/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc: WenQuanYi Zen Hei Mono,文泉驛等寬正黑,文泉驿等宽正黑:style=Regular
/usr/share/fonts/truetype/wqy/wqy-microhei.ttc: WenQuanYi Micro Hei Mono,文泉驛等寬微米黑,文泉驿等宽微米黑:style=Regular

So, my question is: Where is the font WenQuanYi Bitmap Song? And how can I use this font?

I also tried to reinstall xfonts-wqy several times, but the problem is still there. Here is some information about my Debian Jessie:

[04/29/2015,10:46:36@~]$ uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux
[04/29/2015,10:54:06@~]$ mate-about -v
MATE Desktop Environment 1.8.1

View 14 Replies View Related

Software :: Convert From A Bitmap To Vector File?

Jul 16, 2010

How would I convert from a bitmap file to vector graphics?

I found this inkscape tutorial, but it only converts it into b&w vector graphics. Is it possible to do it preserving at least some of the original colours?

View 1 Replies View Related

Slackware :: Change The Bitmap Shown When Booting

Mar 4, 2010

I'm using Slackware 13.0. When Slackware starts to boot up, there is the picture of a Penguin displayed at the top section of the screen. How do I specify a different picture? Is it in some script that I can modify?

View 2 Replies View Related

Software :: Error In File "/usr/share/applications/kde4/kfontview.desktop": "fonts/package" Is An Invalid MIME Type

Oct 5, 2010

attempting to install VLC I get the following errors;

Error in file "/usr/share/applications/kde4/kfontview.desktop": "fonts/package" is an invalid MIME type ("fonts" is an unregistered media type)
Warning in file "/usr/share/applications/gnome-nautilus-folder-handler.desktop": usage of MIME type "x-directory/gnome-default-handler" is discouraged ("x-directory" is an old media type that should be replaced with a modern equivalent)
Warning in file "/usr/share/applications/gnome-nautilus-folder-handler.desktop": usage of MIME type "x-directory/normal" is discouraged ("x-directory" is an old media type that should be replaced with a modern equivalent)

Thoughts or suggestions on how to fix this. I running Fedora 13 and I used 'yum install vlc' to install the app.

View 7 Replies View Related

Programming :: Write Project To Grab UI Into A Image Bitmap?

Mar 28, 2011

The Project is for writing a generic program which extracts list of applications that is running on Unix, and for each application, determine if it has a corresponding graphical UI interface, is so, the program should be able to grab the UI into a image bitmap. The program should be able to run in any Unix UI framework, such as CDE, KDE, X, Motif, et al.

View 2 Replies View Related

Ubuntu :: Firefox Fonts Wrong After Installing Truetype Fonts / Why Is So?

Jan 15, 2010

I just finished installing a bunch of truetype fonts. After installing them, firefox is displaying "bradybunch" font when I search google.

The font settings are all serif and sans serif in both the system fonts settings and firefox settings.

I am using ubuntu 9.10.

Any idea why this could be happening?

View 1 Replies View Related

Ubuntu :: Can't Find Fonts In The Fonts Dropdown Menu In Oo Writer

Oct 14, 2010

I would like to use the Adobe Garamond Pro in my text doccument in open office writer. I got a text document where from a friend where it is used so I know that it can. But when I want to edit I cant find it in the fonts dropdown menu.

View 2 Replies View Related

Ubuntu :: Over 1500 Fonts - Move Them To My /usr/share/fonts Folder

Jul 3, 2011

I have a folder with over 1500 fonts, I would like to move them to my /usr/share/fonts folder so that they can be used. Some are from Windows, some are just random extras. I've installed the msttcorefonts, but there are quite a few missing that make some wen pages look different.

How can I go about putting the fonts from my folder, into the appropriate /usr/share/fonts folder to be used? And how can I move them all? I can't drag and drop them, and mv FONT_NAME /usr/share/fonts for all of them will take a month or two. Is there a way to elevate my self to be able to just drag and drop them all? And which folder would they need to go into for them to be used in Chrome and Firefox?

View 5 Replies View Related

OpenSUSE :: 3.2 Fonts Get Loaded To /usr/local/share/fonts?

Feb 23, 2010

I have just installed openSUSE 11.2 X86_64 on my laptop, I then used KDE to install lots of type 1 fonts for my printer. These get loaded to /usr/local/share/fonts/...These installed fonts are visible to KDE (KWRITE) and GIMP so I assume that the installation was O.K. When I start openOFFICE writer I do not see these fonts. The font selection appears to be the fonts located under /usr/share/fonts. I have not tried other ooo3 components. I assume that they are not going to see the fonts either.

I have searched google and it appears that /usr/local/share/fonts is the correct location for non-packaged fonts. Has anybody any idea what is wrong? I think I could move all the fonts to /usr/share/fonts and ooo3 would work but this seems to break the installation directory structure. I have considered symlinks but I don't like the idea of defining a font twice to Linux and creating the syslinks is more work than reinstalling the fonts if they are lost

View 7 Replies View Related

Fedora Networking :: Enabling The Network In 11?

Jul 22, 2009

when I tried to configure network I came across a problem that the enable button on top of network manager GUI is disabled. So alternatively I enabled it with ifconfig command. I also configured DNS servers. But the problem is whenever I reboot my machine. I have to reactivate the network from terminal and give the DNS servers again, because DNS settings are not saved.

View 2 Replies View Related

Fedora :: Enabling Libfaac In Ffmpeg?

Nov 24, 2009

Is there an easy way to enable libfaac in ffmpeg? I'm hoping to not have to compile it myself, but it appears that it was compiled without libfaac support. Not sure if what I'm using is from rpmfusion, but it's enabled.

View 9 Replies View Related

Fedora Servers :: Enabling Sqlite In 12?

Feb 4, 2010

I'm having a bit of trouble with a web server running Fedora 12. Apache works fine, and serves up php content without a hitch. My problem is SQLite -- I thought that it was built into php5, but support is disabled in the repo version. phpinfo shows this as part of the configure command:

Code:
'--without-sqlite' ... '--disable-pdo' ... '--without-sqlite3'

The only solution I've read anywhere is "compile php from source," but I'd like to avoid that if possible, for ease of future upgrades. Is there a way to convince php to use sqlite despite its current state?

View 8 Replies View Related

Fedora :: Permanently Enabling Repos ?

Feb 4, 2010

I have various repos in my yum.repos.d including rawhide, google, and various others which I can enable on specific yum commands with --enablerepo=reponame.

Question is, how come these aren't enabled by default? When I do a yum repolist they don't show up, which effectively leaves orphan programs.

I can see why you might not want rawhide enabled by default for obvious update reasons, but I might want others to be enabled by default, like google for one.

So how is the default repo anabling/disabling controlled?

View 2 Replies View Related

Fedora :: Enabling Wireless Without Rebooting?

Nov 18, 2010

My laptop (as many others) has a hardware switch which turns wireless/bluetooth disabled. If after booting up the system I switch on this key, the wireless would still remain disabled and I need to reboot the system to be able to connect to any network.

I have tried

Code:
rfkill unblock all
ifconfig wlan0 up

Is there any way to activate wireless without rebooting the system?

View 1 Replies View Related

Red Hat / Fedora :: Enabling Mousepad Tapping?

Jan 10, 2010

I recently switched to Fedora from Debian (Fedora 12 LXDE Spin), and the one thing that bothers me is that I can't find a way to enable tapping on the mousepad to click. So far the solutions I've found have included editing the xorg.conf, which, to my understanding, is no longer included in the Fedora kernel.

View 1 Replies View Related

Fedora :: Enabling OpenGl In 14 - Failed ?

Jan 9, 2011

Any one had any success enabling openGl in fedora 14? I tired and failed; as well, kmod seems to have disappeared and the resolution has dropped from 1920X1080 to 1280X1024, and stock there cannot be adjusted higher only can go down, as well the KRandRTray once clicked, ten to vanish.

View 5 Replies View Related

General :: Free Command Line Tool To Convert SVG To PDF And/or Some Commonly-used Bitmap Format?

Jun 29, 2011

Is there a free linux command line tool to convert SVG to PDF and/or some commonly-used bitmap format (for example PNG)?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved