Where does nautilus pull its defaults [solved]

Hey guys,
   I was wondering if anyone knew where nautilus pulls its defaults on what program to open a file with. At work he have roughly over 100 Fedora 4 machines that point to gedit instead of openoffice by default for csv's. The easiest thing for me to do would be to change the system defaults to what they should be but I cannot for the life of me figure out where the hell its getting this information from.
Thanks,
Tyler
Last edited by T-Dawg (2008-03-15 12:03:29)

ssjlegendx wrote:
With Arch (at least), Nautilus seems to pull its default file associations from /usr/share/applications/mimeinfo.cache. (According to this website, /usr/share/applications/defaults.list might do the trick for you.)
I have modified my own mimeinfo.cache so that Eye of Gnome (rather than the GIMP) is used to open certain types of images; however, my file doesn't seem to have any entries for csv....
Thanks, ssjlegendx thats what I was looking for.
It looks like all I have to do is modify the openoffice.desktop file by adding the mime type for the csv and run update-desktop-database which in turn updates mime.cache.

Similar Messages

  • Where does FireFox get the default value of a preference from. What is the format of the file that has the default value?

    Where does FireFox get the default value of a preference from. What is the format of the file that has the default value?. I need the actual default value for a particualr preference.
    About:config does show some default values but I need the source from which about:config picks up the default value.
    Any help in this direction is greatly appreciated.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    The prefs that aren't hidden if they are the default are stored in two JavaScript text files in the Firefox program folder
    You can open them via these links in a Firefox tab:
    <code>resource:///defaults/pref/firefox.js
    resource:///greprefs/all.js
    </code>
    ([/forum/1/702598])

  • Where does Lion get its usernames? (former Linux user)

    Just some minutes ago, I opened the lid of my Macbook and noticed that something was using the CPU for 50% continuously. When I opened Activity Monitor, the only two CPU-using processes were kernel_task and WindowsServer, but not enough to cover 50%.
    Safari also wouldn't respond. Force-quitting worked, but starting it again would show the window but then result in a spinning beachball of death.
    When I opened the terminal, the prompt said "I have no name!@macbook$ "
    When I typed the command "id", it gave me a user ID (502) but no username!
    After killing all apps and mucking about, the CPU suddenly went back to the normal 3-5% usage, and everything worked fine again.
    Obviously, something went wrong with the process that does the user identification. As a former Linux user, I'd say the user data resides in /etc/passwd but that's not where it's at. Where does Lion get its usernames and passwords?

    OK thanks for the DSCL tip. I've found another thread with the same symptoms:
    https://discussions.apple.com/thread/3663559
    The logs of the opendirectoryd process show that it restarted itself (from /var/log/opendirectoryd.log):
    2012-04-15 13:26:56.346 CEST - Loaded bundle at path .....
    The system logs show a couple of errors from coreservicesd:
    Apr 15 13:03:32 macbook coreservicesd[31]: _scserver_ServerCheckin: client uid validation failure; getpwuid(502) == NULL
    And then thousands of these two lines follow:
    Apr 15 13:03:43 macbook xpchelper[95253]: getpwuid_r() failed for UID: 502, ret: 0, errno: 0
    Apr 15 13:03:43 macbook com.apple.launchd[1] (com.apple.xpchelper.F6010000-0000-0000-0000-000000000000[95253]): Exited with code: 1
    Let's see if it happens again in the future. I'm logging this for reference and Google.

  • Where does Mail store its todos?

    Where does Mail store its todos? I'm trying to restore lost todos from time machine. help!

    I also found my to-do's for my imap account in /Users/<username>/Library/Calendars/(long letters-numbers name).imap/(long letters-numbers name).calendar/Events/(long letters-numbers name).ics.
    In addition, I found to-do's created in iCal in /Users/<username>/Library/Calendars/(long letters-numbers name).calendar/Events/(long letters-numbers name).ics. Scroll through the files in the events folders, find the date created or due date of the to-do and double click it. It will take you to the to-do in iCal.
    In general, the to-do's will be in the Events folder of the Calendar they were created in. The iMap to-do's add another layer to the file structure.

  • Where does iWeb store its library file

    where does iWeb store its library file

    ~/Library/Application Support/iWeb
    ~ represents the User Library. To open this in Lion hold down the option key while using the Finder "Go" menu.

  • Safari History Location - where does Safari store its history? (unfortunately I deleted it when running CCleaner...)

    Safari History Location - where does Safari store its history? (unfortunately I deleted it when running CCleaner...) Now I would like to restore it via Time Machine

    Hi..
    If you deleted your Safari history, you may not be able to restore using TM but give this a try...
    Go to    ~/Library/Safari
    Look for the History.plist file.
    Best to not use third party utlities such as CCleaner. They tend to do more harm than good.

  • Where does Mail keep its hidden cache of auto-complete email addresses.  I am plagued with an incorrect email adress I can't get rid of.  Have made sure it's deleted from Contacts and made sure it's deleted from "previous recipients" list in Mail - i

    Where does Mail keep its hidden cache of auto-complete email addresses.  I am plagued with an incorrect email address I can't get rid of.  Have made sure it's deleted from Contacts and made sure it's deleted from "Previous Recipients" list in Mail.  But it still keeps reappearing ... obviously a secret cache file hidden somewhere?

    Autocomplete has nothing to do with this problem.
    From the Mail menu bar, select
              Window ▹ Connection Doctor
    Look for a disused SMTP (outgoing mail) account in the window that opens. Double-click it. Another window will open, showing a list of all the outgoing mail accounts. The unwanted one will be selected. Click the minus-sign button to delete it, then click OK.
    If there's more than one unwanted account, repeat.

  • Where does ODI stores its varaible values if the type is Text

    Hi All,
    I have already wasted my 2 to 3 hour just trying to find "where does ODI stores its value for variables if type is text". Certainly "SNP_VAR" is not the anwser.
    Following ways I have tried:
    (1) Cannot find any column tat can hold more than 400 characters in my work repository.
    (2) Trying to set up trace on Oracle drive to find out sql getting issues when we hit refresh button on ODI variable. Is anyone aware how to trace driver sqls ?
    Regards,
    amit

    Hi Amit,
    When it is a text variable it is stored at SNP_EXP_TXT in so many records as necessary once the text is "broken" in blocks of 256 character lenght. It means that if the variable has a text with 700 characters you will find 3 records at SNP_EXP_TXT.
    Does it help you?

  • Where does Mail store its email files

    hi there, I'm having a bit of an email crisis.
    background: I have a MacBook Pro circa 2012 running OS X Yosemite 10.10.2 with over 28 or 29GB of free space.
    For email, I have a primary address through Cox Cable and some secondary Cox Cable email accounts for junk mail and the like.  Recently, there was some recurring difficulty retrieving the Cox emails.  The Mail program would open up and look for the Cox Cable email accounts and variously fail to connect with any of them.  The Mail program would tell me that it was unable to access the account and suggest I enter my password.
    I decided to delete the accounts and set them up again to see if doing so would grab the most current SMTP settings, etc..  Doing so, I may have accidentally deleted from local storage (on my computer) my old archive of sent and received mail (going back to 2006).  More on that later.
    When establishing the settings in Mail for the cox accounts, I left the feature on where Mail would leave the the emails on my Cox email server (which only uses 7% of its space currently).  This seemed to correct the retrieval errors I was getting before.  Something else strange happened.  Sometimes when I would send mail, it would send, I'd hear the whooshing sound, but it would not store a copy of it in my sent email folder.  In most cases, the recipients confirmed receipt.  This would only happen with some sent mail.  Others would be deposited into the Sent mail folder in Mail as usual.
    Questions:
    (1) Where does OS X store the Mail email files?  I can't find any folder with an xbox file or any other file.
    (2) How can I find out if my missing email archive doesn't exist somewhere else on my laptop right now and my Mail program can't find it.
    (2) If I well and truly deleted the archive not only from my Mail program but also from my laptop, am I able to import my email archive from my external hard drive where it was backed up?  I'd like to leave the archive in an archive folder in Mail so that I can see it and search it when necessary without having to plug in my external drive and also so there are two copies of this email archive.
    Any advice you can provide will be very much appreciated.
    Thanks!
    ed

    hi.  update.  I found the hidden Library folder where the mbox email files are located as follows:
    click on your finder to open it
    click the GO command from the drop down menu and before clicking again press and hold down the option key.  that reveals in the Go drop-down menu the hidden Library folder.  Click on that Library folder to open it.
    from there, look for a sub folder called Mail
    click on that and see a sub folder called V2. 
    click on that and you'll find subfolders for the email accounts you've established, inside which are the .mbox files that represent those email databases. 
    however, once inside there, I found no .mbox files for the old archived files and so I think that I goofed and well and truly deleted the old POP emails when switching from POP to IMAP about two weeks back.
    the good news is that I was backing up somewhat regularly via Time Machine to an external drive.  So I recovered the old POP emails into an separate INBOX and SENT MAIL archive that now sits again on my Mac in my Mail program, somewhere below the active mail folders I use daily. 
    The POP email protocol was lately prone to these 'unable to access' and 'please enter your password' messages and that's what prompted me to try to change my settings.  When I did, I must have found that Cox email now supports IMAP for residential customers and made the switch from POP to IMAP, inadvertently deleting the old POP email.
    The IMAP protocol resolved the 'unable to access' and 'please enter your password' messages that Mail used to give me under the POP protocol.  But left the problem of certain sent mails not being stored immediately in my local sent mail folder on my Mac.
    unresolved questions are:
    i generally liked switching from POP to IMAP because my email on my phone and laptop are more apt to be in sync and coordinated, and it resolved the connection/password problems I had with POP.  I'd like to keep on IMAP.  I have experienced the occasional missing sent mail.  So far as I can tell, when sending the email from my laptop, I hear the swoosh of sent mail and the recipients do receive it but a copy if not always delivered into my local sent mail folder.  a copy of it is stored on the Cox email server, however. 
    any workaround that issue?  It leaves me wondering sometimes whether the mail was sent or received and I also need a record of all email sent on my laptop for future reference. 
    is it possible this missing sent mail only happens when there are attachments?  it doesn't happen every time.  I've noticed it has happened when I've sent emails with attachments.
    any help you can give is appreciated!
    ed

  • Where does JMS store its messages.

    Where does JMS store messages on the application server. Are messages stored in memory or is it a physical file location where they are stored. This would aide in troubleshooting if we knew where to check ... in case messages were lost.

    check:
    http://docs.sun.com/source/817-6024/imq_sys.html
    it might helps..

  • KETDAT-Requested delivery date of the document -Where Can I pull its values

    Hi Experts,
    Am looking to pull the data for KETDAT - Requested delivery date of the document of a Sales document.
    So, pls. let me know that from Where I can pull this data?
    thanq

    its VDATU

  • Where does iweb store its gallery information?

    In which file does iWeb store the information which allows it to construct a gallery page?
    I have a site with a Gallery page, which I publish to a local folder, then upload to an ftp server for a live website (www.ayrmodelboatclub.org)
    When I update the gallery by adding a new gallery page, iWeb updates the initial gallery menu page showing the little photobooks of all my galleries.
    If I publish to a local folder, I can go to the gallery and double-click gallery.html which then displays the page correctly in my browser. If I upload the Gallery folder to the site, then go to the site and choose Gallery, it goes to an older version of the page. I can't see how that is possible, but I figured it must be because I have not updated a file which tells iWeb which gallery thumbnails to display on the page (or perhpas the number of thumbnails to display).
    I can't find that file.
    I have tried updating Gallery.html an streamloader.html and Scripts and the Media folder.
    I have also tried uploading the whole Gallery folder again (an again, and again) but can't get it to update.
    I have had this problem time and again, on more than one site.
    What am I doing wrong?
    If I set iWeb to update the site directly, it creates a folder within the site, called AMBC (the name of the site within iWeb) and that functions perfectly, but because it is a folder within the main site directory, it adds AMBC to the addresses, so anyone who has bookmarked the pages can't see then because the address has changed.
    If I delete all the files on the server, except the functioning AMBC folder, then take everything out of the AMBC folder and put it at the top level, that fixes the addresses, but the old version of the Gallery now displays instead. I think it may not be the old version, but may be simply the wrong number of thumbnails that are being displayed and iWeb is reding one too few thumbnails. But where is that information stored?
    I'd appreciate any help with this. It's driving me daft.

    I just went through this with a GoDaddy site. I think I am on the track to the answer, since the site is now working correctly. There are a couple of areas where failure to update occurs that I have found so far. iWeb saves all it data in a single file called domain. It has a default location but you can move it and have several 'domain' files for separate sites. Iweb will default to the last used domain file. Just double click on the one you want to use.
    The main concept:
    On your computer the file can be loaded properly, but on the web it is wrong. Remember, that when the HTML is written out by iWeb, it creates a name_files folder and puts stuff in there. The name_files may be in a different relative location from its location on your computer.
    In iWeb you set up the location of your site to publish to. Remember that it creates the site each time, so you actually select the location above your 'Name' site in the hierarchy, which is often 'Sites' on a Mac. So don't choose 'Name' as your location, chose 'Sites.' The links will work within the 'Name' location but will not work if a link strays outside that location after you publish it. If you publish to 'Name' then your new site will be 'Name' inside your already published 'Name' site. When you look at the site you may not realize that although you can see the new file in a location similar to the location on your Mac, the file that is linked to by your published page will be the one inside the Name_files folder on the top level of your host site, not inside a folder which is inside a folder....
    If you FTP, then in iWeb, choose publish entire site rather than publish changes, and drag the entire site to the upload window of your FTP client, and replace all the old files. If you don't want to do that, then if you are using an FTP client such as Transmit, you can actually rename the old files on the server and keep them as backups. You can also drag files around on the server directly, but you will break any links to them in any old pages that are not updated.
    Probably something I explained is wrong, but my GoDaddy site is updating properly anyway. :-D At first I was copying the corrections into every name_files folder on the GoDaddy site, until I realized that iWeb would do that for me properly if I published everything and replaced everything.
    Sorry I am confused about this myself!

  • Where does Reader pull the version number

    I use Zenworks to patch my Adobe Reader installs. I would like to push only to machines that have do not have version 9.1.2 yet as we have a lot of shared machines and the patch would push for each user. I can not figure out a file to point to and can not determine where the version is pulled from, the version that you see in add/remove programs.
    Thanks

    I apologize for posting on the wrong forum.
    The problem with the activation/deactivation of PSE8 was solved, but first I will explain in detail what the problem was since all Adobe applications go through the same process (serial number activation/deactivation).
    ORIGINAL PROBLEM: I had installed PSE8 twice and then deinstalled it at later dates. However, deinstalling an Adobe application does not deactivate the serial number (this number is left behind somewhere in the system along a few other files). So, I installed CS5 on this iMac a few months ago, and got rid of PSE8. Then a few weeks ago I bought another iMac and installed PSE8 on it, and here is where the problem began. When launching PSE8 on this iMac, a window would appear on the screen indicating that I already had the same serial number installed in two other computers, and that therefore I had 30 days to solve the problem.
    SOLUTION:
    a. Reinstalled PSE8 on the older iMac, launched it, and then chose "Deactivate" from the Help Menu and proceeded to deactivate PSE8
    b. Then I "deinstalled" PSE8 from this iMac, since I don't need it (I have CS5 on it)
    c. Launched PSE8 in the new iMac, and chose "Activate Serial Number" on the window mentioned in the last sentence of the "Original Problem" above, and this time it accepted the serial number because it could not find it in the older iMac that was still on my home network
    I hope that this could be of help to others.

  • Where does one change the default formatting for a URL (href)

    I want to have change the appearance of my href="#" tags so that they are not blue and underlined
    Want to do that with a CSS
    Do not know where to find and change the default setting in DW CS5 so that I make the changes globally
    Could I have different styles of href="#"?
    In the property list under what name is it in?
    Thanks
    erik

    Best practice would be to create an external style sheet and link to it in the <head> like this:
    <link rel="stylesheet" media="all" type="text/css" href="style_sheets/main_styles.css" />
    of course edit for your folder structure and file names.
    But you could test various styles by placing them in the <head> directly, like this:
    <style type="text/css">
    <!--
    a:link {
    color:#ffffff;
    text-decoration: none;
    a:visited {
    color:#ffffff;
    text-decoration: none;
    a:active {
    color:#ffffff;
    text-decoration: none;
    a:link:hover {
    color:#ffffff;
    text-decoration: none;
    a.home:link {
    color:#0099FF;
      text-decoration: none;
    a.home:visited {
    color:#0099FF;
      text-decoration: none;
    a.home:hover {
    color:#0099FF;
      text-decoration: none;
    a.home:active {
    color:#0099FF;
      text-decoration: none;
    -->
    </style>
    More info on how to include CSS:
    http://www.w3schools.com/css/css_howto.asp
    Best wishes,
    Adninjastrator

  • Where does GridBagLayout get its name?

    I know this is an off-the-wall question, but it sort of bugs me. I get the "Grid" part and the "Layout" part, but what does the syllable "Bag" have to do with anything?
    Just your luck to read a post by an obsessive personality ;)

    I think its a typo. It should be GridBadLayout.
    Seriously though, its probably because you have a bag of constraints, and the only way to use them properly is to put you hand in and hope you get what you want...
    nes

Maybe you are looking for

  • I have Macbook Pro on order, should I wait for new "iBook"?

    I'll be using the mac for the iLife software mostly. iMovie, iPhoto and Garageband. How much do you think the price difference and speed difference will be? I'm pretty sure I'm sticking with the MacBook Pro. I've got the stock 1.83 on order, after re

  • Using iMovieHD for 4:3 movies?

    Hi all, is there a way in iMovie HD 6 to produce a 4:3 setting? I have imported footage from my mobile into imovie and they appear on stage with black pillars left and right to extend to the HD format. When I export to 640x480 those black sides are s

  • Disabling ALT+CTRL+Del keys

    Hi Every body: Can u please help me in disabling the end task for my swing application by disabling the ALT+CTRL+Del keys ..I'm not sure if that is possible in Java ... Thanx in advance

  • XL Reporter for fixed assets

    Hello, I need to create three reports for the Fixed Assets module. Can I user XL Reporter or what should I use? Thank you, Irina

  • ORA-25408: can not safely replay call

    Hi, I am getting "ORA-25408: can not safely replay call" while doing session failover. NAME METHOD TYPE RETRIES GOAL CLB_GOAL AQNOT car_srv BASIC SESSION 180 NONE LONG YES SYSTEM@cara> / LOGIN_PROMPT VM1 SYSTEM@CAR 1 row selected. SYSTEM@cara> / LOGI