Fedora :: No Text File Preview In Nautilus / Get That?

May 22, 2010

Nautilus shows no text preview in icons for text files with preview enabeld.

View 4 Replies


ADVERTISEMENT

Debian Multimedia :: Text Files Preview Doesn't Work With Nautilus 2.28.4?

Apr 29, 2010

After upgrading to gnome 2.28.2 and Nautilus 2.28.4, nautilus leaves text file(including .php .jave etc,.) icon blank while it works well with image and pdf files.

gnomevfs-info asd
Name : asd
Type : Regular
MIME type : application/octet-stream
Size : 27433

Not showing "Default app" but automatically opened by gedit. I am sorry but I don't really know what info matters. So tell me what info I should post here.

View 1 Replies View Related

Ubuntu :: File Preview In Nautilus On 11.04 On Networked Home Drive

Aug 2, 2011

We have recently upgraded to ubuntu 11.04 64bit from 10.04 and 10.10 in a networked office in which our home directories are mounted on a server raid array. Ubuntu considers that the home directory is a local drive rather than on a networkWe have noticed that file preview are very very slow in 11.04 for pdf's and pictures in nautilus, causing a lag of around 10 seconds for each file. This can cause a problem for folders which hold multiple files which can be previewed. Preview worked fine in previous versions of ubuntu on the same machine, with the same network setup. Previewing of actual local files works faster, but is slower on 11.04, than previous versions.

Both the 10.10 and 11.04 systems are up to date with available updates (11.04 - 2.32.2.1 and 2.30.1 on ubuntu 10)Obviously, there is a work around for this problem - turn off preview. But, it would be nice to turn it on as its a useful feature.

View 1 Replies View Related

Fedora :: No Text Pdf And Photo Preview In 13 (gnome)

Jun 13, 2010

I have upgraded from fedora 12 to 13 and I noticed that gnome preview for OpenOffice documents, pdf files and photos is not working. For photos, after I open them with eog then preview is working.

View 3 Replies View Related

Ubuntu :: No Preview In Nautilus When Browsing For Files?

Oct 25, 2010

often times when I browse for files from a site nautilus will open up and i can't see a picture preview of the files.this makes choosing photos to upload nearly impossible.

View 2 Replies View Related

OpenSUSE :: Nautilus Doesnt Show Preview Images?

Jul 20, 2010

When opening nautilus there are no image previews.Only if i watch the image with eye of gnome and than klick thereload button, the pictures are shown. is this a bug or feature?how can i switch this back to the default where image previews areshown when i open a folder without viewing it with eye of gnome?

View 5 Replies View Related

Ubuntu :: Can't Install Nautilus Elementary And Gloobus Preview / Do That?

Nov 14, 2010

I was following the instructions here:
http://www.techdrivein.com/2010/08/g...lementary.html
on how to install nautilus elementary and gloobus preview
and they dosn't work here is what the terminal says after I'm trying to install nautilus elementary and gloobus preview
http://img517.imageshack.us/content_...reenshotxl.png

View 9 Replies View Related

OpenSUSE :: Nautilus Image/video/pdf/html Preview Failing

Apr 18, 2010

I don't how long is has been happening for (I've just upgraded my old computer, so it is now my faster and better machinig), but Nautilus is failing to create thumbnails for anything other than text files.

I've swapped the settings around to try to trigger changes, but even on "Local only" or "Always" with a 10MB cap then Nautilus won't generate previews for anything other than text files. All images/videos/pdfs/web pages that should have thumbnails generated for them have the "pending" icon but never generate a thumbnail. If, however, I open the file (with Eye of Gnome or Gimp) and refresh the folder then the thumbnail appears for the one file I just opened (so I could go through and preview all images, but I'd really rather not!)

I've tried removing/renaming my .local/share/mime folder in case it was incorrectly handling file types, but that didn't help. I've looked in gconf at the thumbnailer apps, but that appears to be for everything except images. Running "evince-thumbnailer" on its own works fine as well and generates an image. There aren't any related errors in .xsession-errors, and I don't know where else Nautilus logs to (running "nautilus --browser" creates a browser window but then drops back to the command line and doesn't print any output).

I'm using openSUSE 11.2 and the default Gnome, with codecs from Packman. A fairly similar setup on my other machine is thumbnailing perfectly fine.

View 2 Replies View Related

Ubuntu Multimedia :: Some Video Files Display Thumbnail Preview In Nautilus And Others Don't / Why Is So?

Jan 15, 2011

I'm not too sure what causes this. But why do some video files display a thumbnail preview in Nautilus and others don't? See screenshot below.

View 1 Replies View Related

Fedora :: F14 Gnome Text/plain Versus Text/html File Type

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

Ubuntu :: Sort The Output To A Text File So That It Prints To The Text File At 1 Process Per Line?

Feb 6, 2011

im trying to output a list of running processes via a shell script. At the moment i got this which outputs the processes to a text file called out.

echo $(ps aux) >>out

The problem is though, the processes are all just one big block of text which makes it hard to read. Does anyone know how to sort the output to a text file so that it prints to the text file at 1 process per line? I know its probably simple but im very new to linux.

View 5 Replies View Related

Programming :: Remove Lines In A Text File Based On Another Text File?

Jan 28, 2009

I have a text file called file1.txt containing many lines eg.

line1
line2
line3
line4
line5
line6

Then i have another text file called file2.txt contains

3
5
6

Is there a command to remove the lines in file1.txt based on the keywords in file2.txt? note: It should remove line3,line5,line6 based on 3,5,6

View 10 Replies View Related

Red Hat / Fedora :: Convert Plain Text File To Html File Without Using Perl?

Jun 9, 2010

I am looking for some source package which will convert plain text file to html file without using perl.

I mainly need to do this on an ARM platform, so if I get sources I can cross compile it.

View 5 Replies View Related

Ubuntu :: No Preview For Any Video File?

Jun 6, 2010

Today i installed lucid and its working fine. But I have tones of .flv and .mp4 videos (from ..... ) which do not show a preview thumbnail when I have selected "Icon View" in Gnome. It shows the standard icon of a movie reel. Am I missing any settings? It used to work great in karmic.

View 4 Replies View Related

Red Hat / Fedora :: Edit A Text File To Delete All Commas In The File?

Jan 4, 2011

i want to find a command line way to edit a text file to delete all commas in the file. i do not want to replace them w/ anything.

View 2 Replies View Related

Ubuntu :: Nautilus Actions - This XML File Is Not A Valid Nautilus-actions Config File

Feb 18, 2010

I've been trying out Nautilus-actions (Gnome 2.28.4), but have been unable to import most config files from [url].

When I attempt to import an action, it complains:

Quote:

Can't parse file 'convert_flv_to_avi.schemas' as GConf schema description file!

This XML file is not a valid Nautilus-actions config file (missing keys: )

So far, the only one that has worked for me is "Move to custom folder" [url].

View 2 Replies View Related

General :: Nautilus File Browser In Fedora?

Feb 2, 2010

I am using fedora 11, I am facing a problem while accessing windows share through nautilus.. Initially while accessing the windows share through nautilus, I clicked on remember password. Now I need to access the same windows share with another username having different access previliges on the share. But when I click on the shared folder it takes the password that I have previously saved. Its not prompting for new username and password.

View 6 Replies View Related

Debian Multimedia :: File Manager With Audio Preview?

Sep 14, 2010

does anyone know of a file manager that does audio preview by hovering over the file with the mouse pointer (like nautilus does)?

View 7 Replies View Related

Ubuntu :: File Preview To Depend On Folder View?

Dec 29, 2010

I want nautilus to use file preview or not depending on what the view is for that folder. I want file preview to be enabled if I am using icon view, and disabled if I am using list view. This way image folders will be previewed (because I have set such folders to icon view), and other folders wont be (because they default to list view). I also want the desktop to be always previewed.This seems like quite a simple and common-sense desire, but I cant find out anywhere how to do this. At the very least what I'd like is the ability for force preview for a folder if I want to investigate it more closely - even if I have to click a button of select something to do so.

View 1 Replies View Related

Software :: Preview / Thumbnail / Screenshot Generator Of A Video File

Feb 27, 2009

I have some videos I am looking to share and post to a couple of places. I am looking to preview to the potential downloaders the file quality, plus some statistical info. In Windows Media Players Classic, as shown in my example here, you have the length of the video, file size, file name... and in each frame preview you have a time stamp stating at what part of the video the from is from.is there a program in linux that can do this for me? That can generate the same (or maybe more) info automatically?

View 3 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

Ubuntu :: Remove Text From The Nautilus Main Toolbar?

Aug 8, 2010

Is it possible to remove text from the Nautilus main toolbar? I would like to see the buttons only, with no words such as "Back" and "Forward".

View 2 Replies View Related

Ubuntu :: Why Is The Text Field For The Path Not In Nautilus Anymore

Feb 26, 2011

Why do you have to press ctrl-L to use the location text box in Nautilus? There used to be a setting in preferences where you could have it always use the text bar. Now you have to use some gconf command in the terminal. The gconf command I've used also will only work for normal users. If I want to open a root nautilus terminal to move files around between my mounted drives then I have to hit ctrl-l every time. It is really annoying because if I am in a Nautilus window there are lots of times where I need to copy the path to something I am doing in the terminal.

Why does it seem like everything involved with Ubuntu is simplifying things at the expense of having options? I thought GNU/Linux was all about options. I guess it still is, but I just cannot understand why you would completely remove options instead of just putting them in an advanced section or something.

View 3 Replies View Related

CentOS 5 :: Call Nautilus File Browser With Root Permissions - "sudo Nautilus" Does Not Work

Feb 12, 2011

How to call Nautilus file browser with root permissions? "sudo nautilus" does not work. Under Ubuntu there is a command:

"gksu nautilus"

but this does not work in CentOS either.

View 2 Replies View Related

Fedora :: Type In An Address Into Nautilus (default File-browser In Gnome DE)?

Jul 3, 2010

How do i type in an address into Nautilus (default file-browser in Gnome DE)? By default it shows me the folders as buttons instead of a typable url-type space, how do i change it to a white space i can key-into?

View 13 Replies View Related

Debian :: Make Nautilus Show Directories In Text Form?

Jun 1, 2010

When I try to view my home folder (for instance), I press the icon on the left of my name (/home/...) and it doesn't do what I accustomed to which is to show the text form of the directory. Is this a bug or am I missing something?

View 8 Replies View Related

General :: Replace Text In One File With Text From Another File Using Sed?

Apr 28, 2010

How could I replace text in one file with text from another file using sed?

The text in each of the files would be surrounded by a starting and ending delimiter or a starting tag, say like /* */ so to easily find them.

View 8 Replies View Related

Software :: Use Sed To Include A Text File In The Beginning Of Other Text Files Inside A Folder And Its Subfolders?

Jun 1, 2010

Can I use sed to include a text file in the beginning of other text files inside a folder and its subfolders? So it should be recursive.

View 4 Replies View Related

Fedora :: Nautilus-2.32.0-1.fc14 Reason: Process/usr/bin/nautilus Was Killed By Signal 11 (SIGSEGV)

Apr 28, 2011

I was transferring data from one computer to my laptop and crash error came up on my laptop...

Error 1:

Nautilus-2.32.0-1.fc14 Reason: Process/usr/bin/nautilus was killed by signal 11 (SIGSEGV)

Error 2:

Openoffice.Org-Brand Crash

Reason: Process/usr/lib/openoffice.org3/program/soffice.bin was killed by signal (SIGABRT)

What could be the problem? Is it serious issue? I have been having security issues with Windows and are those issues begun once again? I have been under targeted attack since 2005.

View 2 Replies View Related

Ubuntu :: Toggle Between Button And Text-based Location Bar Nautilus - Lucid?

May 2, 2010

How do you toggle between the button and text-based location bar in Nautilus in Lucid. I can only get Nautilus to show the directory path as buttons and not as as text based in the form of /home/Desktop.Previously there was a button to toggle between them.

View 9 Replies View Related







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