Ubuntu :: Contents Of Text Documents Displayed In Their Icons?

May 1, 2010

but not all, of my text documents show their contents as their icons, instead of using my theme's designated icons for text files. For example, in the above image, the bottom-right file contains: "hello ubuntu forums / this is my problem / how can we fix it? / thank you" and it's icon displays some of this message so that it may be read without opening the file As you can see, the problem occurs with some filetypes, like .txt and .html, but not with others, like .doc or .rtf. How can I force all text files to use my theme's designated icons?

View 2 Replies


ADVERTISEMENT

Fedora :: The Folder Contents Could Not Be Displayed?

Apr 30, 2011

I recently changed from Ubuntu 10.10 to Fedora 15, I haven't chosen to make them dual boot because I liked Gnome 3 that much. But I installed them on my second hard disk because then I can move my documents to this OS.But when I go to the Ubuntu files I get this message:The folder contents could not be displayed. You do not have the permissions necessary to view the contents.mage:So now I can't access my documents anymore... Does somebody know how I can move them to Fedora?

View 4 Replies View Related

Programming :: Formatting Fields And Text Being Displayed From Text File?

Feb 9, 2011

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:

sampleLog.txt

Code:

User Name: XYZ
Reported Problems Description: Blah! Blah! Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah!

[code]....

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.

The desired output should look like this:

User Name: XYZ
Reported Problems Description: Blah! Blah! Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah!

[code]....

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 (.

View 15 Replies View Related

Ubuntu :: My Documents - Music - Video Contents Are Gone

Mar 29, 2011

My Documents folder is empty when I click on places and then documents. I did discover though that when I click on places and then computer, a window pops up which has on the folders that are in Places. When I click on Documents through that window all of my docs are there.

View 2 Replies View Related

Fedora :: Home Folder Showing Busy - No Contents Are Displayed

Jan 31, 2011

-I have fedora 13 installed in my laptop

-My home folder when opened show busy

-No contents are displayed

-Recently i have installed dropbox

View 2 Replies View Related

Ubuntu :: Cant Found My Downloaded Files And Home Folder Contents Are Displayed In Desktop

Jun 29, 2010

I started my computer and i goto home/downloads. i found all downloaded are deleted. and every folder and file in home folder are displayed in desktop.

View 6 Replies View Related

Fedora :: No Icons Displayed On The Desktop?

Mar 20, 2011

There is a weird thing happening with my FC14 installation. When I log in, I have no icons displayed on the desktop, although I may (and I do) really have them there. One other thing: There is also no "right click" on the desktop.This is solved by opening a folder (which means launching nautilus?), but that's awful and I would like to solve it. ;-)Some information on the system:

Code:
[skorzen@g62 ~]$ uname -r
2.6.35.11-83.fc14.x86_64

[code]...

View 3 Replies View Related

Ubuntu Servers :: Apache2 - Browse Directories In /var/www From Firefox - Error "The Folder Contents Could Not Be Displayed"

Aug 16, 2011

I recently installed Apache on Lucid Lynx (Macbook 1.1) using the following tutorial: [URL] Everything appears to work correct except that when I browse http://localhost/ in Firefox, I cannot see any of the directories. Although, files such as html documents are visible. When I view the /var/www directory using the default graphical file browser, all of its child directories have Xs over their icons. When I attempt to open the directory "js", the following error message displays:The folder contents could not be displayed.
You do not have the permissions necessary to view the contents of "js".

I figured this was preventing Firefox from viewing the directories. So I launched it with the "gksu" command to see if it would help. I still couldn't see directories when browsing http://localhost/ I'm basically trying to achieve functionality identical to the MAMP local server for Mac OS X. I'm about to start a LAMP project for a new client so having this up and running is important!

View 5 Replies View Related

Ubuntu :: Desktop Searching For Text In PDF Documents?

Jan 1, 2010

I have PDF files that I would like to be able to search the text of. I tried the GNOME Search for Files program (Places->Search for Files...) but it didn't find the PDF files that contained the text. What do you use to search for text in PDF files?

View 2 Replies View Related

CentOS 5 :: Python Files Displayed As Text?

Dec 31, 2010

I have CentOS 5 32 bit and I wish to be able to use Python as it is required by a web script I am installing.The Apache however handles the test Python scripts as text. I have Apache/2.2.3 installed and I followed this tutorial: [URL]installed mod_python, edited the httpd.conf file, restarted the Apache, it restarted ok - no change at all. I tried other suggestions I googled but in vain.

View 4 Replies View Related

Ubuntu :: Search All Documents Ending In .log For String Of Text?

Oct 27, 2010

I'm trying to search all .log files in ~/.irssi/irclogs/ and it's sub directories for the string 'irssi' and I had though the command I'd used for something similar before was.How should I edit the command, and is it possible to output every line found containing the string to file?

View 4 Replies View Related

Fedora Security :: Pointers To Text Documents On Disk?

Jan 22, 2010

how RAR archives work. Suppose I have a .rar archive of text documents (for the sake of argument, containing personal information). I am able to run 'shred *.rar' in that directory from the terminal. What happens here? My assumption is that the contents of the .rar file (pointers to the text documents on the disk?) are 'shredded' (overwritten n times), but the text documents themselves are still on the disk intact.

View 4 Replies View Related

General :: Extracting Information From Multiple Text Documents?

Jul 7, 2010

I am an astronomy student using Ubunut 10.04, and a frequent user of IRAF ( an *nix image processing application geared toward astronomy). IRAF produces, amongst other things, a text document with various values on it (example below).

Code: K IRAF = NOAO/IRAFV2.14.1 version %-23s
#K USER = name %-23s
#K HOST = Balthazar computer %-23s
#K DATE = 2010-04-29 yyyy-mm-dd %-23s

[Code]...

Now, the information I'm actually interested is the X and Y coordinates down towards the bottom (in this case, 973.505, 271.474).

I have about 800 of these output text files, and I was wondering if there's any sort of script or command that could go through them (presumably reading from a list of file names), and extract the coordinates. Ideally, the output would be a list of coordinates (i.e. X-coordinate, Y-coordinate).

View 1 Replies View Related

General :: Copy And Paste Text Among Documents In Terminal

Mar 28, 2010

What is the best way to copy and paste some text among text documents in Linux terminal environment? Suppose I have 2 documents, A and B, and I want to copy some part of A to B. What is the way to achieve this?

View 5 Replies View Related

Ubuntu :: List Folder Contents To Text File

Feb 8, 2010

How to list the contents of a folder to a text file. I'm trying to list all my music, including all subfolders, etc. to a text file, but I can't remember the command.

View 3 Replies View Related

Ubuntu :: Evolution And 11.04 - Error "The Folder Contents Could Not Be Displayed" - "Operation Not Supported"

Jun 9, 2011

I also am having problems with 11.04 and the Unity desktop. In particular when I ask Evolution to Back Up its settings, I get the error message "The folder contents could not be displayed" "Operation not supported". I've used this operation many times on earlier versions of Ubuntu. I've tried removing and re-loading Evolution, but no difference.

View 1 Replies View Related

Programming :: Read Text File (Distribute Its Contents)

Jan 22, 2011

How can read the file /var/etc/allInOne.cfg and distribute its contents on multiple cfg files using C language. /var/etc/allInOne.cfg contain the data and the path of each text file.

The source file "/var/etc/allInOne.cfg "look like this:
line1
line2
...
line10
filePath:/var/etc/file1.cfg
line12
line13
...
line14
filePath:/var/etc/file2.cfg
linen
..
filePath:/var/etc/filen.cfg
the result will be :

The expected result is:
/var/etc/file1.cfg will contain line1 to line10
/var/etc/file2.cfg will contain line 12 to line13
/var/etc/filen.cfg will contain linen to linen-1

View 13 Replies View Related

Fedora :: Text-to-speech In Okular \ Only Make HTML-only Documents And Not Image Attachments?

Sep 23, 2010

I am using Okular as a chm reader (I know how to use extract_chmlib and htmldoc.. but with those two I can only make HTML-only documents and not image attachments..)and it just happens so I would like my machine to read the text... i have both festival and espeak installed (as well some gnome-based plug-ins)... But I just can't get Okular to speak.

View 2 Replies View Related

General :: Use The Diff Command To Get The Difference Between A String Of Text And The Contents Of A File?

Mar 31, 2010

I am not especially cli adept so could someone tell me the best way to use the diff command to get the difference between a string of text and the contents of a file instead of between the contents of two files?

View 3 Replies View Related

General :: Shell Script To Search One File For Contents Of Another And Replace Text?

Feb 3, 2011

Suppose I have a pair of files containing lists. The first file is called contigs.txt and it contains a list that looks like this:

Code:
Contig822
Contig826

[code]...

View 5 Replies View Related

Ubuntu :: Displayed A Pop-up Window Saying That Autioaudiosink Element Is Missing And The Terminal Displayed?

Jan 12, 2010

i'm not able to play music at all. videos videos seem to crash my browser and using either rhythmbox or banshee they crash too.i ran rhythmbox by typing sudo rhythmbox and tried to play a file and it displayed a pop-up window saying that my autioaudiosink element is missing and the terminal displayed this:

code: (rhythmbox:8415): rhythmbox-warning **: unable to grab media player keys: could not get owner of name 'org.gnome.settingsdaemon': no such name
warning: unhandled message: interface=org.freedesktop.dbus.introspectable, path=/, member=introspect

[code]....

View 1 Replies View Related

Ubuntu :: Get Text Next To The Icons On Lucid's Desktop?

May 19, 2010

We've done that in Karmic. Is there any way to get text next to the icons on Lucid's desktop?

View 1 Replies View Related

Ubuntu :: Remove Text From Icons In Nautilus?

Apr 22, 2011

Installed 10.10 a couple weeks ago on my machine, and for the life of me, I can't find out where/how to remove the text from the toolbar icons in Nautilus.

There used to be an option under "Change Desktop Background", but it's no longer there. I checked gconf-editor and can't find an entry under metacity.

Any idea how to remove the text next to the toolbar icons in Gnome (nautilus) in Ubuntu 10.10?

View 2 Replies View Related

Red Hat :: Change The Default Text That Is Displayed On The Default BASH Logon (attached)?

Sep 12, 2010

How is it possible to change the default text that is displayed on the default BASH logon (attached)?

View 1 Replies View Related

Server :: Parse The Bunch Of Values Displayed By The Socket Program Into The Php File So That Further It Can Be Displayed In HTML Page?

Apr 15, 2011

How to parse the bunch of values displayed by the socket program into the php file so that further it can be displayed in HTML page

View 1 Replies View Related

Ubuntu :: Text, Menu And Icons Backgrounds Are Turquoise?

Aug 23, 2011

This is really annoying. In every X application (except xemacs) the text is written on a turquoise background. I can't find any information about making the text appear on the same colour as the background -- eg. if the text is a menu on the window, it should be on a grey background. If on a white screen then white. It is turquoise everywhere!

View 6 Replies View Related

Ubuntu :: Always View Folders As "list", Then They Displayed As "icons"?

Feb 11, 2011

I was recording a DVD when I wanted to look at a folder to see if there was a file there. I went to "places", as I always do, and a window poped up asking for a password. This has never happened before. I entered the password and went to the folder. I always view folders as "list", then they displayed as "icons". I finished the recording and re-started. It still appears the same, and when I open programs I notice little differences in the way things look and feel. The reason I was recording DVD's was to get some of the movies off my hard drive. It was down to 81Gbs free, It now says there is 365 Gbs free. I have searched everything and I see nothing missing.

View 9 Replies View Related

Ubuntu :: Mapping Windows My Documents Folder To My Documents Folders

Dec 18, 2010

I can access my windows my documentsmusic by mounting my windows drive and browsing to it. I can then playwatch my movies and pics in Ubuntu.But what I really want to be able to do is re-map the Ubunbu docs folder like so:

Ubuntu Pics = Windows My Documents pics.
Ubuntu Videos = Windows My Documents Videos.

I'm not very unix savy so I've been using Ubuntu tweak PersonalDefault Folder Locations setting and browsing to my Windows folders. But it doesn't work.I have managed to make a desktop 'short cut' and that works but I'd rather set the system wide default document folders.

View 5 Replies View Related

Ubuntu :: Exclude Icons And Text From Panel Transparency With Compiz?

Jun 20, 2010

im wondering if there is a way of excluiding icons and text from the transparency of the panel with compiz config settings manager (opacity, brightness and saturation) using (class=Gnome-panel) & !(type=Menu | PopupMenu | Dialog | Dropdownmenu |)or if there is another way to make the panel semi transparent but without making icons and text in it transparent.

View 1 Replies View Related

Fedora :: Remove Text From Beside Icons In F13 Gnome?

Aug 15, 2010

One of the last nagging issues i'm having with F13, and it's because of a 50k config editor that is inexplicably absent from a 675mb .iso......or am I mistaken?

View 2 Replies View Related







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