Ubuntu :: Firefox Doesn't Display Italic Text Under GNOME 3?
May 7, 2011
I am posting this under "Desktop Environments" because this does not occur under Unity, nor under KDE (tested with Kubuntu live-CD).
I run Firefox 4.0.1 on Ubuntu 11.04, having installed GNOME 3 via PPA. The following HTML file is not displayed correctly in Firefox:
Code:
<html>
<body>
<p>This is <em>italic text</em>.</p>
</body>
[Code]....
View 1 Replies
ADVERTISEMENT
Jun 22, 2011
I don't use Firefox much, my default browser is Google Chrome. But I've noticed sometimes things like Flash on some sites runs smoother in FireFox. So yesterday I opened up FF because Facebook was giving me some issues, so i wanted to see if it was Chrome or FB. Now, I haven't run FF in a few weeks, and I've noticed a few updates had rolled in for it since my last use.
When I opened FF and went to FB the login page wouldn't display correctly, and in fact would display no text whatsoever except for the links for the Japanese and Chinese FB pages. I assumed it was FB since I was already having issues with it. Later, I tried again and got the same loading issue. So I ran a Google search for FF issues with FB and got the same problem with Google search results, I got the logo and all the little search icons, but no text.
I tried everything I could think of and everything anyone I asked could think of including:
The only thing that I can do to make FF work is run Alt+F2 gksu firefox. That allows it work with out any issues. Has anyone come across this issue or anything similar? I'm including a couple screen shots of what it looks like when it's not working correctly. Note: these pages have finished loading, the text isn't "white on white" it's just not displaying, view source of these pages shows the complete page is loaded including all text it just isn't being rendered.
View 2 Replies
View Related
Oct 17, 2010
I'm using Firefox 3.6.10 for Ubuntu 10.10 with the smooth-scaling ppa (only addons I'm using are Firebug and the Ubuntu modifications pack).Several sites with navigation menus the menu is spread over two lines when it obviously shouldn't be (eg. The Telegraph online, BBC News...) this happens no matter what the zoom level is set to. Chromium renders all these pages normally.
View 3 Replies
View Related
Jul 16, 2010
Im on an inspiron 5100 laptop and i wanted to try out the new GNOME shell and every time i launch it it takes a long time then does not display correctly at all. forcing me to restart.
View 1 Replies
View Related
Jul 29, 2010
When i open the Browser FireFox and enter the URL http://localhost/TemplateSystemCore/bin/index.php no PHP Errors will be displayed. If i do Right Click View Source Code it is total empty.
I am using Netbeans to edit a PHP Project. The Project is located in /home/martin/NetBeansProjects/TemplateSystemCore btw. /home/martin/NetBeansProjects/TemplateSystemCore/bin
The Project is usein a .htaccess file with Rewrite Rules.
I edited the php.ini and set all display errors to On.
I also edided the http.conf and set display errors On. But nothing helped. Have anyone a Idea why my Brwoser isnt printing any PHP Errors? At least a <html> Tag should be on the Source Code. But its also empty.
When i open an Terminal and do this code...
View 2 Replies
View Related
Feb 17, 2010
I have tried, and I think succeeded installing this font. Geneva Font It seems to work and scale fine in AbiWord and and OOwriter, but it does not display in firefox, it is horrible. The above link shows a sample which is really very bad at all levels of zoom. This site (I think this is the same problem) is also terrible, until I zoom to a very large size, when it smooths out. GNF - Gambling Network Forums I have set the firefox smoothing to 0, so it is not that. (browser.display.auto_quality_min_font_size;0) Here are screenies, if your browser shows the pages OK: The last one is magnified in an image editor. But here it is, zoomed with Firefox [ctrl + +], it goes smooth at a certain level of zoom. Here it is magnified:
View 9 Replies
View Related
Apr 2, 2011
I put a text file on my desktop and added a couple lines of text with gedit. File type shows text/plain. Double-click opens the file in gedit which is what I want. I'm using the file to temporarily hold some snips of code that I copy from file to file, but when I copy some html into the file and save it, now file properties show it's text/html and a double-click opens the file in firefox, which isn't what I want. Is there some way to keep the file type from changing itself?
View 6 Replies
View Related
Apr 16, 2011
I have a fresh install of OpenSUSE 11.4 64bit and I have installed the AMD Display drivers for my Radeon HD 5970. Everything seems to be working quite well. I have a multiple monitor setup (1280x1024 monitor and a 1920x1080 monitor).
I have my primary display set to 1920x1080, however when I try to enable the second display, I get a CRTC error that the display is over the maximum (1920x1920). If I enable both monitors at lower resolutions, there is no problem.
I have done a fair bit of reading and have been unable to determine where this maximum is set, or how to change it. I'd like to be able to run both monitors at their native resolutions.
View 3 Replies
View Related
Oct 29, 2010
I would like to replace gvim with vim in the terminal. One of the nice things about gvim is that it is able to display text using italics.
Vim allows setting an ANSI escape code for italics (e[3m), but this does not work in gnome-terminal. Is there a terminal emulator that supports the ANSI escape code for italics?
View 1 Replies
View Related
Jul 25, 2009
Anyone noticing intermittent problems with the screensaver not kicking in or the display not sleeping? This is in gnome under F11.I have the Power Management Preferences set to put the display to sleep after 30 minutes of inactivity and gnome screensaver is configured for 5 minutes idle time.On a regular basis, I'll leave my computer come back anda) the screensaver hasn't kicked inorb) the screensaver kicked in, but the power management features didn't kick in to put the display to sleep.It seems to be an intermittent problem and usually it goes away after I restart X, but then at some point it comes back. In the past, I've gotten in the habit of being logged in for weeks/months at a time but I find that I can't go more than a few hours without logging out and back in or else the screen won't go to sleep.
View 14 Replies
View Related
Mar 12, 2010
This is an interaction between OOo and the font package on Ubuntu, so I have searched both sets of forums fruitlessly. In Open Office when I go to select font characteristics for the so-called MS fonts (Arial for example) instead of the menu showing Bold and Italic, it shows "Negreta" and "Cursiva".
View 1 Replies
View Related
Jan 11, 2011
I'm testing HTML5 for the first time, using Firefox (beta) 4.0b8 and SeaMonkey (beta) 2.1b1, and its ignoring some CSS. Specifically, I have problems with the <details> tag. (It is nested in a paragraph...I am using it to provide an in-paragraph definition in hopes it can be toggled.)
Firefox only partly supports <details>. It's not supposed to show anything except the content of <summary>, unless you click on <summary>'s content. Instead, it puts a line break before the content of <details>, splitting the paragraph in two peices (which looks silly), without the "closed/open" functionality.
So I tried using "display:inline" in my CSS, but that gets ignored. Just for fun, I also tried "display:hidden" (also ignored) and "display:none" (obeyed).
SeaMonkey doesn't doesn't do anything special with the content of <display>...but it also ignores the same CSS as Firefox.
The only thing I can do to support semantic design is apply "font-style:italic" to all <details> elements.
Granted, you might ask, "why bother using <details> at all. then?" Well, I would like to have <details> for the browsers that support it, with the "font-style:italic" to degrade the page nicely for those that don't (such as for SeaMonkey).
Does anyone know why "display:inline" and "display:hidden" get ignored?
View 1 Replies
View Related
May 27, 2010
Older machine here that I upgraded to 10.04 after a clean install of 9.10 some months ago. When booting into GNOME, the desktop image flashes on the screen and the second the bars on top and bottom try to appear the system boots out of the desktop and returns to the log on screen. I assume this is a crash of Xserver, but just guessing. Per another page I ran: lspci | grep VGAand returned:
01:00.0 VGA compatible controller: VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] (rev 01)
I know - old machine Typing this from failsafe mode, would be great to hear from someone as to what I can do to get this working in normal mode again.
View 1 Replies
View Related
May 29, 2011
i have the following text in a file located in /home/anoopm101/.task [description:"this is the text" entry:"1306682734" status:"pending" uuid:"25c54e1b-824f-52bc-4933-dfe7cda34bc7"]
i have to display on my desktop "this is the text" using conky.
View 2 Replies
View Related
May 29, 2011
i have the following text in a file located in /home/anoopm101/.task
[description:"this is the text" entry:"1306682734" status:"pending" uuid:"25c54e1b-824f-52bc-4933-dfe7cda34bc7"]
i have to display on my desktop "this is the text" using conky
View 7 Replies
View Related
Mar 30, 2011
I am using find some_dir -name "*.some_ext" | xargs -l10 grep "some_expr"
to find files in folder, but I just want to display the file name but not all file content. Any solution?
View 2 Replies
View Related
Aug 10, 2009
I have a form that have a browse button, convert to ASCII button, cancel button and text area... all i have to do is...? when i click the browse button and choose a folder that have a utf8.txt the file that have utf8 will appear or display into the text area... what i can i do to make this..?
View 6 Replies
View Related
Mar 13, 2009
I am using Debian Lenny (5.0) and I would like to know how can we display a custom text message on the XDM login screen?
View 1 Replies
View Related
Mar 7, 2009
I'm looking for a text editor that when displaying a document will parse any ANSI color codes it comes across into the correct colors rather than just show the codes in the ^[[xx;xx;xxm format
can anyone recommend something?
View 3 Replies
View Related
Aug 6, 2011
I have Ubuntu 10.10 and Open Office 3.2.1. I guess that this problem may affect Libre Office too, but I will be happy to be proved wrong about that. I am editing a document that was originally produced in Microsoft Word (the standard .doc format). It is a form produced by a national organisation and it has to be sent back to them, and when submitted it has to be no longer than two A4 pages. It contains a series of headings and (expanding) text boxes for content.
In order to be sure about the length, I did most of the editing with Microsoft Word on my wife's laptop. On that machine, and on a PC that has a different version of Word, the document fits exactly within the two-page limit. But on my laptop, using Open Office, it appears considerably longer, taking up two-and-a-half pages. Why is this, and can anything be done to correct it? Open Office appears to be using the same fonts as Microsoft Word - the font names are the same, anyway - and the font sizes are the same, yet the text appears to take up more of the page display.
View 4 Replies
View Related
Mar 25, 2010
Why does Firefox sometimes not see text in page searches? See screen capture below. On this web page, I searched for "256" but FF did not find it on the page however the first account of 256 is right there staring me in the face.
View 5 Replies
View Related
Jul 3, 2011
On My OpenSuse 11.3 box, all my 64-bit apps correctly select Western font for menu items, file selection etc.. But my 32-bit apps like Adobe reader and 32-bit version of Firefox display unreadable text for mouse right click, file save and select etc, as if they are trying to use an invalid font or character encoding.C how I configure 32-bit apps to use Western character set, and to find what it is actually looking for ?
View 9 Replies
View Related
Apr 21, 2010
Running SunGard Banner software on RHEL 4.2 x86-32 bit Linux server Oracle Application 10.1.2.3 samba enabled. Users run processes/reports that are logged in a daily log file. In our daily job submission log files the user password shows up as clear text.The password shows up as $PSWD (sample from the logfile):
$JOB
$BANUID
$PSWD
[code]...
View 1 Replies
View Related
Dec 26, 2009
Im trying to figure out how to display parts of a .db file created by the scorch2000 server to display a player name, games played, score and maybe more...
here is the text file format example:
playername1 password email #ofgames score setting1 setting2 setting3
playername2 password email #ofgames score setting1 setting2 setting3
playername3 password email #ofgames score setting1 setting2 setting3
playername4 password email #ofgames score setting1 setting2 setting3
playername5 password email #ofgames score setting1 setting2 setting3
I dont want to display everything, of course ^^, but how do i get the player name, the number of games he played and his score to display it in a webpage in this fasion:
Name Games Played Score
joe blow1 25 9876890
joe blow2 31 8989767
joe blow2 26 7989767
joe blow2 17 5989767
joe blow2 13 4989767
and by highest score because the log doesin't put them in in score order....
please help, i asked the maker because he has one runing already but no answer back, well the game is pretty old so i didn't really expect an answer anyways and tryed to figure it out but i dont know functions in php, this is to include in a php-nuke block (this i know how to do
here is an example of a working page at the developper website:url
View 14 Replies
View Related
Apr 8, 2010
In viewing some web pages, the right hand dozen or so characters are hidden unless the left-right scroll bar is used. When Firefox 3.5.8 32 bit is expanded to full screen on a 1920 pixel wide monitor on Kubuntu 9.10, Firefox changes the word wrap so the new dozen or so characters are STILL hidden, forcing me to use the left-right scrool bar.
There no longer appears to be any Word Wrap option. I tried several solutions Googled, including userContent.css hacks and a couple of add-ins, but they all appear to apply only to the preformatted tag. This is not a "pre" issue. The text in question is not inside the preformatted text tag, and the site CSS is not under my control.
View 5 Replies
View Related
Jul 15, 2010
I'm having problems with writing text. It usually happens in the google search bar next to the address bar in firefox. The text sometimes automatically highlights itself at what appears to be random intervals, so i usually end up with the last part of a word (which is usually over-writing the first half, which was highlighted). This is extremely annoying as i have no clue what i could have done to cause this.
View 9 Replies
View Related
Jul 21, 2010
I think it started after the last Firefox update - I can't select text in forms on any page - not even here, while I'm writing this. When I double click, the selection appears for a fraction of a second, and vanishes instantly. Neither can I select text by dragging, the same happens. I can still select everything with ctrl+A, but I can't select single words or sentences. It's driving me nuts. I've actually switched to Chrome because of this, but I'm missing a lot of Firefox's functionality there, so I'd rather stay with Mozilla.
View 5 Replies
View Related
Oct 8, 2010
I just upgraded to Maverick this afternoon, and have run into one very small, but very annoying problem.
Since upgrading, the text color for the Firefox menu is black. This makes it unreadable/invisible using probably the majority of personas. I have been able to find no way of changing this color. This was not an issue in Lucid.
There have been other threads on this subject, some of which suggest editing a userChrome.css file. I have edited that file, but upon restarting Firefox, the changes I have made revert back to what they had been before I made my edits.
I have also fiddled around with trying to change all manner of GTK settings, but still nothing has had any influence. I logged into a Gnome session, as well, but was still unable to remedy this.
View 2 Replies
View Related
Nov 16, 2010
all my text files are opened with firefox how can I change that.
View 2 Replies
View Related
May 17, 2011
FireFox 3.6.17
HPLIP 3.10.2 with HP OfficeJet J4540 connected
CUPS 1.4.3
When I print from a web page, it prints 3 pages from a web page that looks like it would print more than 3 pages. It seems like only the first, second and last sections of a web page is being printed. Is there an easy fix to this?
View 2 Replies
View Related