Fedora :: Miss Wine's MS Sans Serif Font Yet?
Nov 20, 2010
When Wine went from v1.1.xx to v1.2.xx during the life cycle of Fedora 13, the font MS Sans Serif (sserife.fon, et.al.) went away from the Wine font folder. The situation continues in Fedora 14 with its wine v1.3.xx. The effect of this change was that it busted the fonts in some of my Wine applications. The sans serif font that I was used to seeing in those applications became a small hard-to-read serif font. With trial-and-error experiments in an old version, it was not hard to find out that the font these apps had been using was sserife.fon. Copying the old version's sserife.fon file to the new version's wine font folder restored the font, but it looked terrible. And the usual font smoothing and sub-pixel anti-aliasing stuff weren't enough to make it usable. And copying XP's .ttf fonts to ~/.fonts or the font folder in ~/.wine also did no good. Here is what gave me some relief from the ugly font in the new version.Open the wine registry (wine regedit).
Navigate to HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionFontSubstitutes Modify the key "MS Sans Serif" to specify a new substitute font. In my case the substitute font was Liberation Serif (the one I didn't like in my apps). I changed it to Liberation Sans, and I was happy enough again. I also found out today that a wine update resets the registry settings for this particular thing making the font issue return. It takes only seconds to set it back.
View 9 Replies
ADVERTISEMENT
Aug 30, 2010
I installed wine in my Linux (PCLinuxOS) and added an application called ABW. The app works fine, but the display of the app will work only if we use the font supplied by the software manufacturer. The software comes with a font called TERM768.FON.Can some one tell me how to install this font in wine, so that any application from wine can see/use this font?
View 1 Replies
View Related
Jun 6, 2011
Everytime I install wine, it affects my Google Chrome font - it is changed.How could I solve this?I'm on Ubuntu 10.10 with Chrome 11.
View 3 Replies
View Related
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
Apr 7, 2010
The 2010 CWE/SANS Top 25 Most Dangerous Programming Errors is a list of the most widespread and critical programming errors that can lead to serious software vulnerabilities. They are often easy to find, and easy to exploit. They are dangerous because they will frequently allow attackers to completely take over the software, steal data, or prevent the software from working at all.
The Top 25 list is a tool for education and awareness to help programmers to prevent the kinds of vulnerabilities that plague the software industry, by identifying and avoiding all-too-common mistakes that occur before software is even shipped. Software customers can use the same list to help them to ask for more secure software. Researchers in software security can use the Top 25 to focus on a narrow but important subset of all known security weaknesses. Finally, software managers and CIOs can use the Top 25 list as a measuring stick of progress in their efforts to secure their software.
View 1 Replies
View Related
May 10, 2010
How can I find page hit and page miss ratio in linux fedora core 12?
View 3 Replies
View Related
Feb 25, 2010
In all previous versions of KDE I had Console8x16 set as KDE font for all cases (Settings->Appearance->Fonts). After tonight upgrade, this (only!) font is not working. I can see it in font manager, I can set it in ...Appearance->Fonts, but actually remains default font. Two of about 30 attempts somehow (can not reproduce) succeeded to set "console 12" font, but it disappeared after restart.
1. What can be the problem in 4.4?
2. In /usr/share/fonts tere are 3 files named console8x16.pcf, console8x8.pcf and console9x15.pcf, but in the font list in Appearance->Fonts I can see only 2 - one named "Console" (seems to be 8x16 and "console" (8x8). File 9x15 does not appear at all. Why?
Last results of attempts: cannot use console font in part of areas, while part works OK. For example: kdevelop editor, kmail message body text works OK. But kmail other parts - does not. The most interesting is that although setting the kmail body message text to console displays the message body text correctly (with console font), but the example message in "Configure kmail" dialogue "The Quick Brown Fox Jumps Over The Lazy Dog" is displayed in the default font, as if there is no console font!
View 3 Replies
View Related
Apr 25, 2011
I've just upgraded ubuntu and i noticed that the ubuntu logo has been replaced with the text "Ubuntu 10.10". When i boot ubuntu i get a black screen for 10-15 seconds and then the text and the five dots. Before the desktop is loaded the computer shows some other text like those in verbose mode.
View 4 Replies
View Related
Nov 19, 2010
I am new to fedora and installed wine to see if I could get the sony reader software working (required to access sony bookstore from my sony ereader). Well the program did not work though it did create icons on my desktop. wine kept crashing and I said lets just get rid of it. I uninstalled wine via yum remove and nothing appeared to happen so I did rpm -qa |grep wine and saw lots of stuff. So I simply did yum remove wine* and then a rpm -qa |grep wine was empty. however wine is still under applications on my desktop and still has a category for programs--reader. I should also mention that while wine was installed I attempted to remove the reader via the wine uninstalller but a) wine gave a message of a core crash and b) all the uninstaller did was give me the option to reinstall the reader program. so now when I attempt to open an epub it tries with the sony reader software. I know I can just right click to use another program but for now I want wine gone completely from my pc and the sony program gone.
View 2 Replies
View Related
Aug 22, 2011
However, I miss the keyboard shortcut options under kde. For instance, I would like to open various software (Chromium, Gimp, etc) with a simple F2, F3 etc. I am assuming I will need to load a start-up application/script to do this.
View 7 Replies
View Related
Apr 12, 2010
We have a problem with tcp link.
Os version: linux 2.6.9
Client will connect 2 tcp links to server.
One link is ok but another can't.
From tcpdump, we see:
1. client SYN-----> server
2. server SYN/ACK---> client
3. client ACK ----> server
4. client data ----> server
5. client retransmit data some times ----> server
6. server SYN/ACK ----> client (weird, it look like server miss the step 3)
View 2 Replies
View Related
Aug 29, 2011
I tried to install gcc on my box, but I got "Missing Dependency" in the end.
# yum install gcc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
dcsrd
[Code]....
View 2 Replies
View Related
Dec 9, 2009
I am trying to install CentOS-DS on version 5.4 x86_64. I cannot get to the Extras repo due to lack of wired Internet access. I have wireless (except to server) and I have big UFD drives.
View 1 Replies
View Related
Jul 28, 2010
Few months back I learnt a *few* concepts about bits/bytes and started writing a program for bit packing in C++. Now that program has grown upto 600 lines and I am still working on it. Yesterday I realized I missed some special cases due to which the program was malfunctioning. Now I have modified the program and it is working properly but I think If I would have designed all the possible test cases before writing the code, I would have finished the program long ago.
I. What is proper way to design the test cases before coding?
II. How should I make sure that I do not miss any cases while making the test case doc. ?
III. Does writing test cases prior to coding solve messy code issues or should I consider something else ?
View 8 Replies
View Related
Jul 9, 2010
Essentially I have found this guide, but it is for miktex, i need a guide for texlive on Debian/Ubuntu which will not pollute dpkg installed texmf.
I'm interested in converting TrueType font to be usable in (pdf)(La)TeX.
All the power google turn up just stuff f relating how to install microsoft fonts or do stuf on MikTeX.
I CANNOT USE XeLaTeX!!! I use pstricks and the font must be available in plain TeX! Otherwise my document looks inconsistent!
View 1 Replies
View Related
Jul 8, 2010
Most of my work happens in a terminal, so I need a clear, readable font. I've settled a while ago on Terminus [URL]..., which works wonders for me. I added XTerm*faceName : Terminus in my ~/.Xdefaults, and I do get the Terminus font. Unfortunately, a lot of Unicode glyphs are missing (mathematical symbols, greek and hebrew letters), displaying as little square blocks instead.
If I remove the faceName entry, the default configuration seems able to display most of the glyphs (including math, greek, hebrew, runic, and whatever else), but the default font is much harder to read.
A google search hints that it should be possible to use Terminus as the default font, and fallback to (an)other one(s) for missing glyphs, but provides no further explanation. I've seen documentation that recommends Bitstream Vera Sans as a fallback, but it lacks the glyphs I need too; I don't know how to identify the default font used by xterm either, I had a look at /usr/share/X11/app-defaults/XTerm, but all I can find are generic references to old pre-fontconfig font names.
Using Gentoo Linux, fontconfig and xterm are up to date, USEs trutype and unicode enabled, X.Org server 1.6.
Edit: I alternate between Ratpoison, Awesome and XMonad, without a desktop environment.
View 1 Replies
View Related
Aug 16, 2010
I can't change fonts in Firefox preferences (Content).
My OS is openSUSE 11.3, KDE 4.4.4. release 8.
Any type and size of font I use, nothing happens. It's still same font which I choose for the first time I've started Firefox afer installing openSUSE 11.3.
View 4 Replies
View Related
Mar 19, 2010
when I tried to install wine I got "Missing Dependency: wine-gecko is needed by package wine"so I looked for wine-gecko and download it but also when I tried to install it I got "Missing Dependency: wine-gecko is needed by package wine"it seems that I am in loop each package need the other what to do please?
View 1 Replies
View Related
May 21, 2011
I like 11.04 with Unity however I would like to find a method of managing workspaces with mouse (not keyboard) which gives constant visual feedback and is faster than using the launcher bar, which although not 'slow', takes time to appear and it then takes time to locate the (non movable) desktop switcher item.I happily adopt most of what 11.04 (Unity) offers, however, I really still miss the good visual feedback and the single click action that the lower panel (classic) desktop switcher used. Is there a way of me using some item in unity which is closely similar?
View 3 Replies
View Related
May 12, 2010
I had some problems with buez4 and blueman, so I decided to reinstall everything typing
Code:
removepkg /var/log/packages/blue*
and
Code:
removepkg /var/log/packages/*obex*
Once I've tried to reinstall all the stuff using slackpkg with
Code:
slackpkg install-new
it showed me only this packages to install:
blueman-1.21-x86_64-1.txz
bluez-4.64-x86_64-1.txz
obex-data-server-0.4.5-x86_64-1.txz
obexfs-0.12-x86_64-1.txz
[code]....
View 6 Replies
View Related
May 4, 2010
Actually I want to log a bug but I don't really know what package to log it against. The problem is that by default Pango is choosing the AR PL UMing CN as the font to render Japanese text when the current font doesn't have Japanese glyphs. But AR PL UMing CN is a Chinese font, so Chinese glyphs for kanji characters (e.g., 覚) are displayed. This is jarring and confusing for Japanese readers.
This situation mostly arises when you have mixed English and Japanese text. Some applications (for instance Firefox) will allow you to select a font for Asian text. Thus if the text contains only Asian characters it will use the font you select, rather than what Pango would have selected. But if it is a mix of English and Japanese, you end up with the wrong glyphs.
Other environments (like gnome-terminal, or a gedit) have difficulties as well. Since the primary interface requires mono spaced roman characters you run into difficulty selecting fonts. Most Japanese fonts only have proportional roman characters. This means that if use a nice roman font and use Japanese text (for instance file names), you end up with Chinese glyphs. What I want is a mechanism that will work across all of Gnome for selecting the font I want to use for Chinese characters. That way I can choose either Japanese or Chinese glyphs.
I realize this is low priority. It only bugs me a little, but many of my Japanese colleagues are put off from using Ubuntu because they are confused by the Chinese glyphs that pop up on my screen from time to time. As I said, I'd like to file a bug, but I'm not sure against what package...
View 2 Replies
View Related
Apr 1, 2010
using TTF-font with LaTeX?
View 6 Replies
View Related
Aug 20, 2010
I have a TTF font that I want to use in GIMP. How do I install this in F13?
View 2 Replies
View Related
Jan 22, 2011
I am facing problem with font display in a website on different browsers on Fedora 14. See images for different type of font display in different browsers. I checked this website on Ubuntu machine and the menu is fit in all browsers and looks same. Also tested on Windows machine in Firefox and it also fit the menu.
But in Fedora 14, only Google Chrome displays correctly. See attached images for the menu problem.
Images:
Firefox: http://i51.tinypic.com/2aenkzr.jpg
Google Chrome: http://i51.tinypic.com/30xiceu.jpg
konqueror: http://i53.tinypic.com/219q82e.jpg
opera: http://i54.tinypic.com/1shxkw.jpg
I want to look same the site in all browsers. Please guide me how to solve this problem.
View 2 Replies
View Related
Apr 23, 2011
I downloaded a .ttf font to my home folder, double clicked to view it, pressed the "install" button - now how I I get rid of it? I can't find it anywhere.
View 2 Replies
View Related
Mar 16, 2011
I am seeing a weird error in a font display. I see a small question mark next to a font that I am using as a simple graphic. Does this mean that some function call in xlib is being passed an invalid paramter?
View 1 Replies
View Related
Nov 5, 2009
I'm a student in a linux class and we just installed fedora. so far it's nice except that the work we do is in the CLI which I can barely see because it's so small on the screen! I've been squinting at the screen for a little while now but it's just proving to give me more of a headache and hurt my eyes than anything. Anyone know how to change the font size so that I can actually see the work I'm doing?
View 5 Replies
View Related
Jan 27, 2010
Whenever I use lpr on the command-line to print a text file, it uses DejaVu Sans Mono as the font. Is there a way to change this? I'd like to use Terminus as the font instead. I found that CUPS uses Courier as the default font for text files, so somewhere Courier is being aliased to DejaVu Sans Mono, and I have no idea where.
View 2 Replies
View Related
Mar 5, 2010
That is - most of the applications using console (8x16) font does not display it after upgrade to KDE4.4, including "System settings->Font installer". kdevelop (kate), contrary, still sees it, and one-two more applications...
View 1 Replies
View Related
Jun 1, 2010
I'm having trouble getting the usual display in firefox as I had in fedora 12. Here is what my fedoraforum.org page looks like: By twohot at 2010-07-19
I suspect something is wrong with the interpretation of "sans, sans-serif, serif ... etc" within fedora but i don't know how to go about fixing it. I'd like to leave the default settings in firefox as this has been the case in previous releases.
View 14 Replies
View Related