[SOLVED] Web Browser freezing & using obsolete font

I have Midori Browser installed in Arch, and also on the wife's laptop running Mint. In Mint, it defaulted to the right bitmapped font (wenquan zenhei), as did all my other programs in Arch. However if I load a page with Chinese characters in Midori on Arch, it freezes for a few minutes and then displays the page with what appears to be an ancient fixed-misc font. This font is worse than horrible. 
I haven't been able to find the answer in either the Midori or Webkit websites.
Thanks a load for any help, it's driving me nuts!
Last edited by stozi (2011-03-20 01:44:17)

Mint is based on Ubuntu, which has great, heavily-patched font packages. See the *-ubuntu packages in the AUR.
Also try turning embeddedbitmap off - see example in my config.
So, I expect the answer lies in your fontconfig rules, or Ubuntu's patches, or the fonts you have installed. However, I don't have an explanation for your freezing.
Last edited by brebs (2010-05-24 06:27:24)

Similar Messages

  • Web browsers always use aliased fonts if possible

    This is screwy, folks. I needed to install xorg-fonts-100dpi and xorg-fonts-75dpi in order to get KWord working properly, and now Konqueror is *always* using 75dpi fonts for *everything* on *all* web pages, even though my font configuration (the default!) looks like this:
    Standard font: Bitstream Vera Sans
    Fixed font: Bitstream Vera Sans Mono
    Serif font: Bitstream Vera Serif
    Sans serif font: Bitstream Vera Sans
    Cursive tont: Bitstream Vera Sans
    Fantasy font: Bitstream Vera Sans
    Now, whatever bloody fonts Konqueror is using now, they look aliased and generally hideous and sure as hell are not Bitstream fonts! :x Could someone please help me sort this out?
    Edit: here's a screenshot...
    [URL=http://img296.imageshack.us/my.php?image=snapshot27jd.png][/URL]
    Ugly or what?

    I dont think this is a bug at all......
    From what it looks like... Konqueror is doing the correct thing.
    font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
    Those are the fonts specified to be used throughout the CSS of the site.
    Load this up and see what you get. (yes its a hideous non standard mix of xhtml and html4 as well as using dirty <font> tags instead of css. shoot me.)
    <html>
    <body>
    <font face="Verdana">Verdana. Is this aliased?</font><br />
    <font face="Helvetica">Helvetica. Is this aliased?</font><br />
    <font face="Arial">Arial. This is always aliased.</font><br />
    </body>
    </html>
    My system doesnt seem to have Verdana and Arial, so I get a generic sans font for them. But it does have helvetica.
    Konqueror is correctly noting that the system doesnt have verdana, and falling back to arial, which I also don't seem to have, and finally falling back to Helvetica, which by nature is an aliased font.
    Your specified sans-serif font is only used when all three of the web page's specified fonts are unavailable.
    So no bug on konqeror's behalf. It's behaving correctly. Maybe its that the primary listed fonts are incorrectly installed, not installed, or for some unforseen reason, unusable by kde.
    AFAIK, Arial and Verdana are MS fonts, so installing webcore (ttf-ms-fonts) and restarting KDE/X ought to fix this problem.
    iphitus
    edit: and as expected, installing ttf-ms-fonts fixed it. you might need to wait a while for kde to pick em up though, or restart kde.

  • Completely Lost:no supporting web browser to use...

    I have been without internet on my own mac for quite some time. I've been using my fiance's PC (God help me). It's been over a year since I've used the internet on my mac. I have a g3 imac with OS 9.1. I found out yesterday after having internet installed that internet explorer no longer supports upgrades. Also, my yahoo email can't be accessed because I have to upgrade to a new web browser. I tried firefox, no luck, safari isn't offered for my OS and msn is all wierd looking and then not to mention other websites that I'm used to visiting are messed up. Things are out of place and links to click on are missing...text over other text.
    I've been trying all day to figure something out and I am frustrated to the point of insanity.
    I've googled and searched and downloaded (with no luck). I can't even upgrade from 9.1 to 9.2.1 either. I called CompUSA where I bought my computer and they said I'll "be getting a call back and if I don't, call back and ask for Dean." I even tried the 1800 number and waited for 20 minutes before giving up.
    I want to know what web browser I can use AND a link to download it. Is 9.1 so out of date that I'll be forced to upgrade???
    Thankyou much in advance!
    iMac   Mac OS 9.1.x  

    I have just accessed my Yahoo email with my Lombard (G3, 333 MHZ) on OS9.2 using both Netscape 7.01 and Mozilla 1.3 (wamcom). Even viewed the little bee buzzing over flowers gif my sister included. I have no reason to think they won't work with 9.1 as well. I've never been a fan of Internet Exploder anyway.
    The only thing I can't get to with Netscape is my netscape.net email! That's because it was engulfed, amoeba-like, by AIM mail and offers "improvements" I had no use for. Now I have to use the iMac G5 and Firefox. Otherwise I still use Netscape, even on the G5. Things work fine. Occasionally eBay will show a "reminder" to upgrade the browser so I can use all the features, but I just dismiss it. I don't know what features I am missing, but I'm pretty sure I don't really need them.
    So try Netscape.

  • Bug: start web browsing always use nokia browser

    On my N97 with the fw 22.0.110, in default application->browsing internet  is setted Opera Mobile beta and when I tap on "start web browsing" in connectivity->wlan, the nokia browser starts instead of opera mobile.

    Opera mobile will open only email attachments..all the rest will still be opened by nokia browser.
    IF YOU FIND POSTS HELPFUL HIT THE BIG GREEN BOX TO THE LEFT WITH THE WHITE STAR IN IT THANKS

  • [SOLVED] Web browser won't use (or can't find) Helvetica font

    I'm currently using Gnome 3.6.2, Firefox 17.0.1, and Chromium 23.0.1271.97.
    Many sites that I visit use a Helvetica font variant: Helvetica, Helvetica Neue, or Helvetica World.
    However, it seems as though the actual names of these fonts vary depending on where they were purchased.
    For example, you will find the following names scattered across the internet:
    - Helvetica Std
    - Helvetica LT
    - Helvetica LT Std
    - Helvetica LT Com
    and so forth...  and this includes the variants as well.
    Nowhere, including the Adobe website, have I found just "Helvetica" alone.
    However, I'm not a font expert and this may not matter. 
    The family "Helvetica" may be specified within the font itself.
    Yet, this does not seem to be the case because although I have Helvetica LT Std installed, no browser will render it for just "Helvetica".
    I tried creating the following font alias:
    <alias>
    <family>Helvetica</family>
    <prefer><family>Helvetica LT Std</family></prefer>
    <default><family>fixed</family></default>
    </alias>
    But that does not work.
    Where am I going wrong?
    I'd also like to note that Firebug on Firefox is the only web developer tool that will show which font is actually being rendered on the page, as opposed to just listing the css rule.
    Last edited by coproduct (2013-07-28 01:35:38)

    bohoomil wrote:
    coproduct wrote: I think I may have to resort to copying over the Helvetica.ttf file on my macbook, assuming that's possible.
    Excuse me, do you mean you have not any Helvetica typeface installed yet? What is the output of
    fc-list | grep Helvetica
    in the first place?
    No, that's not at all what I mean.  If you read the first post, then you'd realize that I'm struggling with getting Firefox to use something like 'Helvetica LT Std' in place of 'Helvetica' or 'Helvetica Neue LT Com' in place of 'Helvetica Neue'.  I'm now resorting to simply copying over 'Helvetica.ttf' under the assumption that it will provide simply 'Helvetica' without the 'LT whatever...' .
    $ fc-list | grep Helvetica
    /usr/share/fonts/OTF/HelveticaLTStd-BoldCondObl.otf: Helvetica LT Std,Helvetica LT Std Cond:style=Bold Condensed Oblique,Bold Italic
    /usr/share/fonts/TTF/HelveticaNeueLTCom-LtCnO.ttf: Helvetica Neue LT Com,HelveticaNeueLT Com 47 LtCn:style=47 Light Condensed Oblique,Italic
    /usr/share/fonts/OTF/HelveticaLTStd-Bold.otf: Helvetica LT Std:style=Bold
    /usr/share/fonts/OTF/HelveticaLTStd-ExtraComp.otf: Helvetica LT Std,Helvetica LT Std ExtCompressed:style=Extra Compressed,Regular
    /usr/share/fonts/TTF/HelveticaNeueLTCom-ThExO.ttf: Helvetica Neue LT Com,HelveticaNeueLT Com 33 ThEx:style=33 Thin Extended Oblique,Italic
    /usr/share/fonts/TTF/HelveticaNeueLTCom-BdCnO.ttf: Helvetica Neue LT Com,HelveticaNeueLT Com 57 Cn:style=77 Bold Condensed Oblique,Bold Italic
    /usr/share/fonts/TTF/HelveticaNeueLTCom-HvExO.ttf: Helvetica Neue LT Com,HelveticaNeueLT Com 63 MdEx:style=83 Heavy Extended Oblique,Bold Italic
    /usr/share/fonts/OTF/HelveticaLTStd-BlkObl.otf: Helvetica LT Std,Helvetica LT Std Black:style=Black Oblique,Italic
    /usr/share/fonts/TTF/HelveticaNeueLTCom-Md.ttf: Helvetica Neue LT Com,HelveticaNeueLT Com 65 Md:style=65 Medium,Regular
    ETC....

  • Cisco Prime Infrastructure 1.2 - web browser freezes when managing rogue APs alarms

    Hello all,
    has anybody faced a freezing problem when you click in Cisco Prime Infrastructure 1.2 down on alarm bar and then to Rogue AP alarms and then try to add an annotitation or change a rogue alarm to Friendly?
    I tried it on different PC, different browsers (Firefox 14.0.1. Chrome ...) and the problem is still there.
    Has anybody an idea?
    Thanks.
    Regards
    Karel

    I just tried it from my lab VM and had no problems.  I use Chrome and the browser does sometimes not refresh for a while but that is just when I start to  click around.
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • Web browser leakage uses up almost all memory

    I consistently find that when using Safari (or Firefox), within a short period of time (sometimes even less than one hour), the browser has taken over nearly all available memory. This happens even when the browser is the only program in use, and when no webpages with extensive audio or video content are open.
    Can someone explain to me why this happens -- i.e., why web browsers seem to hog all the memory they can find -- and (more importantly) whether I can take steps to prevent it from happening?
    Thanks.
    As an example, my current System Memory readings (from Activity Monitor), with only 'Firefox' and 'Activity Monitor' open, are:
    Free memory . . . 74.9 MB (but frequently dropping to less than 10 MB)
    Wired . . . 228.4 MB
    Active . . . 1.20 GB
    Inactive . . . 504.5 MB
    Used . . . 1.92 GB
    VM size . . . 31.99 GB
    Page ins . . . 292.1 MB
    Page outs . . . 120.6 MB
    Swap used . . . 518.7 MB

    <<< Which release of Safari are you using? Your original profile suggests you are still on OS X 10.6.3
    The most recent release of Safari (5.1.7) for OS X 10.6.8 seems to keep more free RAM available (and thus offers a bit better performance with fewer beachballs) than Safari 5.0.5, the version I used extensively before recently updating to OS X 10.6.8 to get the anti-Flashback security updates. >>>
    I'm actually using OS 10.6.7 (not 10.6.3).  I'll update to 10.6.8 now that you've made me aware of it (thanks), but I don't see why that will make any difference regarding this particular problem.
    I'll also update Safari (I'm back a few revisions on that one), but there too, I don't expect any pleasant surprises.  (I don't recall ever seeing a performance improvement from an update.)
    My inquiry was primarily directed at the use of the Firefox browser.  However, when I've switched (in frustration) to Safari, I've seen negligible difference in performance, or regarding the particular issues I've posted about.
    Even you characterized the performance gain as "a bit better."  This problem cries out for much more than "a bit."
    Thanks for your reply.

  • When i login to my banks online access point a new browser is opened and it takes up the full 27" display. ca i restrict the size of web browser screen used by tme online banking service?  imac 27" OSX snow leopard 10.6.8

    Intel iMac OSX Snow Leopard 10.6.8
    I logon to bank via its internet portal and next screen takes up all 27" display.
    Can this be controlled in any way or do I just put up with it, it is really annoying.

    Thank you for your response. Whew...i omitted to say I use Firefox... tried to logon using Safari... same
    result Installed Chrome ...same thing Installed Opera... this browser actually has in its Preferences menu
    the capacity to set JavaScript Options under the Conent submenu... DISALLOWED  all of resizing of windows, 
    moving of windows and ability of script to hide menu bar ... this fixes the screen to available browser size...
    so my issue has at least this resolution. Thank you Flet Cheryl 

  • Forcing a web browser to use the system cache

    Greetings,
    We are setting-up an "enterprise configuration" of JWS where we want JWS applications installed under the system folder (e.g. "<Windows Directory>Sun\Java\Deployment") rather the user "Documents and Settings" folder. The install script will run on thousands of desktops the same day. Since we do NOT want the JAR files downloaded to all these desktops at the same time, the script does not run "javaws -import" at the end - it simply copies the files deployment.properties and deployment.config under the sysem folder with the following properties set:
    deployment.system.security.trusted.certs = C\:\\WINDOWS\\Sun\\Java\\Deployment\\keystore.jks
    deployment.system.cachedir = C\:\\WINDOWS\\Sun\\Java\\Deployment\\cache\\
    deployment.system.config = file:\\C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
    deployment.system.config.mandatory = true
    The install script also copies a shortcut with the target "jawaws -system...."
    This setup works fine and the shortcut does cause the application to be downloaded at the proper system location.
    However, if the user starts the app from IE (e.g. http://xx.xx.jnlp), it ignores the system configuration and downloads the app to the local user folder.
    Is there anyway to force the download to occur in the system folder ? What I find pretty odd is that even lanuched from IE, JWS does read the deployment.properties and deployment.config files from the system folder. I've put a typo and it there and JWS complained right away.
    Thanks

    No that is not possible with code on web pages (userContent.css could probably do this).<br />
    The persona is only used as the background for the user interface (toolbar) area and not for websites.<br />
    The dimensions of the persona with the height of 200px is also not enough to cover a page.

  • Web browser processes use over 100% CPU (OS 10.6.8)

    Hey, I know this problem has come up a lot in the last couple of years, but I've looked everywhere, at every thread and possible solution to my problem and none have ever worked, so as a last resort I'm going to just straight up ask bout again and hope I'm missing something.
    So whenever anything on my browser is moving, wether it be Flash, HTML 5, Java or even an embedded video, on every browser I've tried from Opera to Safari and every time it will put two or three processes related to the browser up to 60%, usually amounting to over 120%. I have tried doing a fresh install of Snow Leopard, which only softened the problem for a small while. This problem, and a couple others started happening after the 10.6.8 update was installed. I have never installed Safar Extensions, I have fixed permissions, cleared caches, binned files, tried running Safari under 32-bit and 32-bit Rosetta.
    Nothing works. After 20 seconds of a youtube video my macbook will freeze and ask me to hold down the power button. If I download the video through activity and play it in VLC it's fine. If I play it in Quicktime it's fine for 20 seconds and then the video stutters and slows right down before the audio stops and Quicktime refuses to play anything unless it's closed.
    Among other problems caused by the update: Alt 3 is no longer hash, it just turns my cursor into a crosshair temporarily and MDS/MDworker sometimes randomly decide they're going to join in on the rogue processes for a while. I'm so close to having to sell a bunch of stuff in order to get a laptop so I can finish my uni course, it's particularly horrible knowing that I rely on my macbook for all my university work and gigs yet it's been letting me down so much.
    Model Name:          MacBook
      Model Identifier:          MacBook2,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          1.83 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          2 MB
      Memory:          2 GB

    Oh, I posted this to the Macbook forum as it's ambiguous whether the update caused a hardware/software confliction, since a fresh install of Snow Leopard did not work.

  • Which (Text|Terminal)-based Web Browser to use?

    So after seeing phrakture's post about w3m + w3mimgdisplay? or something like that, I was wondering what terminal browsers people preferred and why.

    I used elinks for a while because it renders html decently.  Then I realized "it's a text mode browser, I want it to render how it looks best in text", and that seems to be w3m.
    What I like most about w3m is the sane navigation.  elinks key navigation used to piss me off.  Sure, you could change it, but that's alot to change.
    w3m seems to have more "sane defaults" - it's the same reason I like weechat over irssi.
    That said, the w3mimgdisplay thing just furthers the "OMG" factor of w3m.
    It *does* work within screen too, but not over ssh (yet?).  The only problem is that w3m images are positioned with absolute values, and it can't interpret where screen splits are at, so renders on top of other crap.

  • Web browser resource use in kde4

    My testing was not extensive.  I opened 2 tabs in each of 4 browsers and only looked at cpu use after about a minute.  One tab was used for gmail and the other for hulu.  These should test what most people want to do.  I also went to random other sites to see what happened.
    Chromium 13, Firefox 6, Opera 11.5, and Konqueror(using kde 4.7 and KHTML) were used. 
    None of the browsers had a problem with watching flash videos on hulu with Konqueror having the best transition to/from fullscreen flash and opera 2nd best.  Firefox was good and Chromium not so good.  Konqueror would use the most resources when starting a flash video, likely due to the flashplugin requiring a wrapper.
    Gmail was best on Chromium.  Konqueror would only show the basic view and would not render in standard view.
    In general, konqueror used the least resources except when loading and was quickest to release them.  The others all used about the same resources with Opera releasing them quicker.  Chromium would use fewer resources to start but would be reluctant to release them.  Firefox was good but not great.  None crashed or slowed the system significantly.
    Konqueror was slowest on sites with flash and fastest on sites without, using the least resources(on average) in a kde environment but having issues rendering some sites.  Chromium is slow to release resources and I would not use it on constrained systems but was quite fast.  Opera was good for resource use and speed.  Firefox was slowest but not by much and is very good for random websites.

    Oh, I posted this to the Macbook forum as it's ambiguous whether the update caused a hardware/software confliction, since a fresh install of Snow Leopard did not work.

  • Unable to open up another web browser when using a button among item

    I am trying to call another web page(pop up window) with button displayed among items, the problem is there is not place to put a URL redirect. I could only do it with a button not displayed among items by putting in URL javascript: openPopUp(); which is calling a function which is in the HTML Header of my page.
    function openPopUp()
    window.open('f?p=&APP_ID.:14:&SESSION.::NO.:::','Popup','width=800,height=500,scrollbars=1,resizable=1');
    Doews anyone have an idea. I was unable tofind an in this forum that would work for me.
    Thanks
    Aron

    Aron,
    Did you try to add the link in the button Attibutes property ?
    Button>> edit >> attribute : onClick="javascript:window.open('f?p=&APP_ID.:14:&SESSION.::NO.:::','Popup','width=800,height=500,scrollbars=1,resizable=1');"
    This should work,
    Thanks
    Sam
    Please reward good answers by marking them corrent or helpful!

  • Can skyfire web browser be used using 3G?

    I want to watch flash videos and play games in my iPad!

    Hi Ben,
    Skyfire supports Flash video, but does not support interative Flash games or Flash apps.
    Skyfire does work over 3G as well as 4G and WiFi.

  • How do I secure my web browsing on public wifi using a home server?

    Hi,
    I have a Mac Mini and an iPhone 3GS running iOS 4.3.2.  The Mac Mini currently acts as a media centre, running OS X 10.6.7.  It is permanently connected to the internet.  I have a static IP address (though goodness knows my ISP insists it changes every 15 days lol), and an Airport Extreme Base Station (Gigabit).
    I'd like to secure my web browsing when using public wifi by getting my iPhone to pass all data over a secure connection via my Mac Mini.  Might someone tell me how to do that?  I'd rather use software already included with OS X where possible.  (PS: I know that my data becomes clear-text again once it leaves my Mac Mini).
    I'm also thinking of implementing a proxy server on the Mac Mini (Privoxy) to help manage ads and cookies on my LAN.  Would it be possible to set it up so that my iPhone could take advantage of that proxy and the secure connection when using public wifi?  Cos that'd be great!  Cut down on my bandwidth costs!
    Thanks everybody!!
    Scotchy

    I don't know iOS I am using. How do I find out?
    I have web history but only one weeks worth - can you increase how long it keeps the info before discarding?
    I definitely don't have advanced settings and I'm definitely using an iPhone4
    I also want this info to keep track of my internet usage to know which websites are chewing up my data allowance.
    Any help appreciated!

Maybe you are looking for

  • After iOS update, my iTunes no longer sync 'ERROR MESSAGE'

    After the new iOS update on my phone, my iTunes on my MAC will not sync. The error message I receive says I need to update iTunes, but it's already updated to the last version and there are no updates available when I go thru the iTunes menu.  HELP!

  • Ipad2 no longer mirroring to apple tv

    I was able to mirror my iPad 2 on the tv using apple tv. However, now when I double click the home button on the iPad 2 the apple tv option no longer appears despite the fact that both devices are connected to my home wireless network. I'd appreciate

  • Data Table Fixed rows and Scroll Bar

    Hi I have data table which displays the data dynamically, but when there is no data , the table is shrinking and moving the other elements of the page. Is there any way i can keep to fixed number of rows irrespective of data presence? Like i need to

  • How to have 2 versions of Reader on 1 computer

    I have a program that uses Reader 3.0. I cannot get around that version to get this program to work, but once I install it my current version of reader does not automatically work. For instance, I try to open PDFs from websites and they just give me

  • Where is my hard drive space?

    Ok, so heres the situation: I purchased a new Macbook Pro with the intentions of doing a clean install on my old Macbook Pro 17", Neither Lion nor Snow Leopard will reinstall on the old Macbook because only 159GB of space is available, The old Macboo