A file type is the kind of file said file is (see file extension).
3
votes
1answer
32 views
Broken file type associations after running update-mime-database
After running sudo update-mime-database /usr/share/mime my gnome doesn't recognize any file types anymore. In Nautilus all files are now text/plain type and all now open with gedit by default. ...
0
votes
2answers
38 views
what media won't play?
Leaving aside DRM media, are there specific codecs or filetypes which simply won't play on Linux?
I've installed ubuntu-restricted-extras but didn't get libavcodec-extra-53 for example. While ...
0
votes
2answers
170 views
How to associate file types with wine in nautilus
I have Ubuntu 12.10 with Nautilus 3.4.2.
After installing wine "apt-get install wine" are exe files still associated with the archive manager.
In previous versions of ubuntu I've always right ...
3
votes
3answers
459 views
Remove files of certain type, retain directory tree
I'm trying to move a bunch of .doc and .xls files, which are stored in a bunch of folders and subfolders, to a new location. I previously tried cp -r **/{*.doc,*.xls} /wherever/you/want/, which worked ...
2
votes
1answer
79 views
Synchronize default applications between Ubuntu installations
I want to find a way to synchronize the default application preferences for Ubuntu between multiple installations. For example, if I choose Geany as the default text editor for .js files, I want it to ...
3
votes
2answers
212 views
How to create new file without any default file type?
I am creating a new file either by using
in terminal: touch newfilename.someext
or
in nautilus: File > Create New Document > Empty Document
The file takes on the type "plain text document" ...
0
votes
1answer
83 views
What is the meaning of “block special”?
I tried this command on my Linux Ubuntu prompt in Amazon Web Services
sudo file /dev/xvda1
and the output is
/dev/xvda1: block special
What is the meaning of block special in the output?
2
votes
2answers
450 views
How to distinguish doc, ppt, xls files, without looking at file extension
So I was wondering how would you differentiate ppt, xls and doc files from each other in linux regardless of extensions. I tried 'file' but from the looks of it, all of MSOffice files are categorized ...
13
votes
1answer
537 views
Force Unity to open any file with any program
When you drag a file to the Unity launcher, only the applications that are supposed to open that file will remain active, while all others become deactivated.
Is it possible to configure Unity to ...
0
votes
1answer
336 views
Which gstreamer package for which file types?
I know that ubuntu-restricted-extras package provides many more multimedia codecs, flash and java support. But it is a big download and I don't need support for file types, Which I am not using now.
...
0
votes
1answer
42 views
Question about OLE Files
Are the open format files that are saved with LibreOffice and OpenOffice act like the OLE files that are saved with MS Office?
1
vote
1answer
120 views
Prolog files not recognized
Prolog .pl files are shown as Perl files, both in files browser and in Geany/Gedit syntax-highlighting. Is there a way to let it recognized Prolog files as non Perl files?
15
votes
1answer
1k views
How does Ubuntu know what file type a file without extension is?
As the question goes, how does Ubuntu know what file type a file without extension is?
When I save a file as "Untitled Document" without any extension, how does it know? Same thing for video and ...
0
votes
1answer
343 views
How do I set FBReader as the default mobi ebook reader?
Is there a quick simple way of installing FBReader? Also, how do I fix the filetype not being recognized (mime TYPES?)
I want to set FB Reader as the default Open for mobi ebooks, but it's not ...
0
votes
1answer
157 views
How can I add templates to create different types of files [duplicate]
Possible Duplicate:
What is the “Templates” folder in the home directory for?
I want create different types of files, for exemple: txt, doc, xls, html etc.
How can I add ...
4
votes
0answers
2k views
How do I manually associate a program to a file type in 11.10? [duplicate]
Possible Duplicate:
Creating .desktop files to use on the “Open with other application” tab
The interface for associating a file type to a particular application has changed in ...
