I see rectangles in the places where should be text. This happens, for example in Code::Blocks in the build log tab, in the warning lines, the rest of the text is ok. This also happens in certain message boxes of Ubuntu. And in the subtitles text in the default video player.
I un-installed a few files related to Java yesterday (maybe I removed something else by mistake, I don't think so but I'm having trouble reading log files) and now every piece of text, excluding text rendered by the browser from webpages, is displaying as rectangles.
Trying to start Firefox reports:
Quote:
(firefox-bin:2185): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common' (firefox-bin:2185): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin' Segmentation fault
So I booted up lucid lynx this morning and all the text is replaced with rectangles.This is true for the login screen and any applications I can get to open (Some such as Chrome and Firefox will not launch).If I boot into recovery mode and enter the command line, text works as normal.I found some suggestions to run "sudo fc-cache -f -v" which did not fix the issue and one suggestion to edit xorg.conf in a particular way, but since xorg.conf doesn't exist in lucid lynx, that was a no go.I did get a couple of screen shots:
i have a problem, when i open OO, the text of the menus is replaced by little rectangles.
For example, instead of:
File Edit View etc..
(they look more like rectangles than squares) i also have this problem with drop down menus, font names, font styles and even with the numbers on the ruler.
I've installed Ubuntu 11.04 32bit on three different computers. The problem is that while working, suddenly some of the graphics become like black rectangles which are not refreshed.
This is happening out of nowhere and is very annoying. The problem did not occur on version 10.
however as i mentioned, it occur on three different computers.
Now is hard to understand which app is running and which's not, even I make it "backlight toggles" in CCSM, I have to looking at it for several seconds or find small triangles.
Can I make it just like windows7, let it only appears when app is running?
AFAIK this is coused either by: - I installed some PostScript utilities - I copied ~/.fonts to /usr/local/share/fonts following how I can restore my Debian. I'm writing to you from WindowsPS taking that screenshot and making it available was fun
Recently, I've run into a rather interesting but also quite annoying instance of graphical corruption: a large black rectangle covering all or part of the window various running applications. What makes it interesting is that this graphical corruption only seems to occur in applications that have at least 2 tabs open. I've confirmed that it happens in pidgin, nautilus, gnome-terminal, and gedit; the latter 3 are shown in the attached screenshot.
Clearly, it has something to do with my graphics driver. I'm currently using the open source radeon driver in ubuntu 10.04 with a Radeon 9800XT.
I am trying to set up xfce so that I can be able to switch between multiple users. To do so I seem to need gdm. So I installed it from slackbuilds.org, but the login screen shows rectangles instead of text.
I just put in an ATI Radeon x600 on my OpenSuse system I loaded last week. The Xorg log shows that it is using the Radeon module (driver). I am seeing colored/static rectangles covering the green wallpaper and when scrolling in Firefox. Does anyone know how to resolve this issue, and is this the driver I should be using?
I have tried loading 11.4 from the DVD from Linux Magazine. Everything goes swimmingly until I get to using it when the screen shows black rectangles, is "twitchy" and nothing works properly. I currently run 11.3 which works fine.
I installed opensuse11.4 few minutes back. The install was absolutely smooth. I have dual boot, Win Xp and 11.4 now. But for some reason I do not see the login screen but instead I see a green screen with squares and stripes. Login in the failsafe mode is successful. How do I fix it?
Also noticed the following,
1) Initially the splash screen picks up the right resolution 1024*768 and then it changes it to a higher resolution. This I think I can fix, because I had faced a similar problem with 11.3 as well.
Is there a simple text editor for Linux that will let you color or highlight text on demand? Something like gedit or leafpad with color? I know I can probably do this with vi or emacs, but I'm looking for something simple, need not be feature rich.
The new feature in Gimp 2.7 that attaches basic text formatting options (bold, italicunderline, strike-through) to the active text box is either buggy or just bad design.The text edit buttons are actually being placed on top of the text box (which contains text) instead of off to the side, and that is causing me to not be able to see the text.See screenshot for example:GIMP version: 2.7.1Am I doing something wrong or are others experiencing this too?
I am looking for a way to keep a log and make if then statements if a line exitsts in the log. I also am looking for a way to make a simple loop, like goto line number, and I also am wondering how to add/remove bits of text from a text file (plugins line in server.properties)
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?
I'm running and XP virtual machine using KVM / QEMU. THere are time when I need to copy text from an application in the Fedora host machine and paste the text into a different app in the XP guest machine. I was able to do this using Vitualbox on an earlier version of Fedora.
i am on processing text tasks And i found that if you assign a text to a variable is chomp'ed automatically the newline
Code:
variable=$(cat file.txt)
The problem is i can only access the items/lines using:
Code:
for line in $variable do echo $line # Other commands done
how do i convert this to an indexed array. More importantly, how do i get access to individual $line[0], ..., $line[n] Another thing, if the file.txt, has lines with spaces it is a mess using the for...in..., but echoing prints line by line...o_0
I need to insert 3-4 lines of text to the beginning of a text file. The file is a largish MYSQL dump, the result of a backup shell script. This shell script should insert the required text.I've wrestled with sed, but lost.
I have to delete a certain line of text from the a textfile via ubuntu's shell scripting.I have done research, and it seems that most people advocate the usage of sed /d option. sed makes does not edit the text file. Hence, most options I discovered involved the use of a temporary variable/textfile and then overwriting the old file with the temporary new file. Is there anyway whereby I can bypass the use of temporary storage containers? I hope there is any magical combination of commands to edit the file directly.
I want to display something in my text view widget in glade using c code. that's all right. now I need to attach a save button beneath the text view.so that on click the text view content should save as a txt file..
I want to display the contents of a particular log file (simple text file, I mean in Linux). But there is a problem: The contents need to be organized in a fixed format. Have a look at this log file:
So, while displaying the contents of above file on a web page, I want to format the field names found in the log file: User Name:, Reported Problems Description:, and Remarks:. These fields may contain a variable length of text and no specific line number is assumed for them to appear on.
Well, what I am trying to do may sound wierd to some of you. The filed "Reported Problems Description:" can possible contain text which embeds colon (.
I would like to write a text user interface (TUI) to adjust some text config files etc. Is there a tool or application for creating TUIs like this. I�m talking about those types of config tools which you see executed at first boot.
since some days I have a strange problem with KMail (1.13.5) in KDE4.5.5. When I try to copy some text from an email and past it to any other program (e.g. Openoffice), not only the marked text will be pasted, but a kind of HTML code including the text.
This bug is not OpenSuse specific. I found the same bug in a Fedora mailing list (of course, whithout an answer): Strange Copy/Paste behavior in KMail 1.13.5/Kontact 4.4.8
may be an advanced question but I need to know how to do this. Here at work I am in charge of recruiting and we have about 1,000 resumes in already. All of the resumes are in a .pdf format. I need to rename every .pdf in the following format:{firstnameLastname}.pdfThe only way I know how to do this is to convert all the .pdf files to text, extract the name out of the first few lines of text, import into excel, and then use VBA to rename the files in mass:Here is my logic so far:~Deskop/a = houses all the .pdfresumesOpen terminal: Code: cd ~/Desktop/afor f in *.pdf; do pdftotext -raw $f; done That will convert all of the preceding resumes into text filesNow I would like to append the name of the text file into the last line of the text file. So, for example, for Resume1.txt, I want to append "Resume1.txt" to the last line within Resume1.txt. So after I run the command I open Resume1.txt and on the last line within I want to see "Resume1.txt" on the last line, at the end of the resume.How can I do this? I would like to use a loop and have the terminal append the filename to the body of the text file until all of the have been appended.
And I was about to install the last dependency: ATK (Accessability Toolkit).I opened the Archive Manager to extract the "atk-1.26.0.tar.gz" file (yes, I'm still switching from Windows so I'm fond of GUI), but I noticed all the text in that window was boxes, like the □ type box for every letter of text.So instead I thought it wouldn't be a big deal, because the terminal and regular windows weren't screwed up.I opened a text file in gedit (reference to commands in terminal, such as how to extract files via terminal), but yet again all of the text was □-like boxes.
EDIT1: I should note that I was trying to do this in PERL, not sure if other alternatives are more simple?EDIT2: I should note that for text file 3 (reference), it's a long list of MANY cnp_id values and their corresponoding chr, start, and end values. So, the code will have to take the cnp_id from text file 1 and/or 2 and search through textfile 3 (reference) to match on the cnp_id and then take the corresponding chr, start, and end values and add to the relevant line in the output.EDIT3: Sorry, I should mention that the text file entries are all tab-delimited.I have 3 text files:File 1:Columns represent sample IDs (sample_id) and rows represent CNP IDs (cnp_id). Cells represents the confidence level (confidence) for each sample and CNP.Quote:
cnp_idP5E6_SNP6.0_JHP5_010408.CELP5E11reh_SNP6.0_JHP5_011808.CELP7C7_SNP6.0_JHP7_021208.CEL ... etc. CNP100.0044798340.0027929510.00305613