User prefs not saving

Recently, preferences set by my users are not saving. Even if you set your prefs, shut the program down and re-start it, nothing is saved. Of course, if they log out and in again, its the same thing.
All users are using LDAP to the server to login, and all user folder are mounted over the network. The only recent change was a system update yesterday, but I did this in hopes of solving the problem (It did not).
Any ideas on what I can look at to try and resolve this issue?
Thanks!

Recently, preferences set by my users are not saving. Even if you set your prefs, shut the program down and re-start it, nothing is saved. Of course, if they log out and in again, its the same thing.
All users are using LDAP to the server to login, and all user folder are mounted over the network. The only recent change was a system update yesterday, but I did this in hopes of solving the problem (It did not).
Any ideas on what I can look at to try and resolve this issue?
Thanks!

Similar Messages

  • Non admin user - changes not saved (Safari settings, system prefs, etc.)

    iMac, 2 users, one is administrator and other is standard user. Recently, in the non-admin user account, it has become impossible to make any changes. For example, adding an application to the the Dock, after logging out and back in next time, the application is not in the Dock any more. Also, making changes to the prefs in Safari, changes are not saved.
    I noticed this after installing FireFox v4. I installed it as admin whilst in the non-admin users account. However, I don't believe that the installation of FF has anything to do with the problem, it just highlighted it. I've checked the permissions for the various directories that hold prefs info such as user/libraries/application prefs/etc. etc. and also Safari prefs. Nothing I can see that has changed in system prefs.
    Any ideas on what has caused the problem (kids are known to fiddle from within the non-admin account) and any ideas on how to fix it?
    Thanks

    Hi PPRuNe,
    You could try making the standard user an Admin too. To do this, make sure you are logged in to the standard user, go to System Preferences > Accounts > Standard user (you may have to unlock the padlock) > Allow user to administer this computer
    This will allow changes to be made without being prompted for a password all the time.
    However, if you had Parental Controls on, they probably won't work on an admin account because as an admin you have complete control over a computer, so the computer thinks there is no point in having the controls turned on. And if the kids are known to "fiddle," just think carefully!
    Hope this helps you.
    Chris.

  • Just updated - Prefs not saved - None of the posted solutions work

    I just updated to 3.6.8 and found that the prefs are not saved. I cannot apply any themes and the "Firefox Updated" tab won't go away, I tried all the solutions presented here http://support.mozilla.com/en-US/kb/Preferences+are+not+saved and none worked.
    - I have Macaffe and it was set properly
    -The user.js file is completely empty
    - prefs.js and prefs-n.js do not exit in the directory
    Unfortunately, nothing worked. Any thoughts short of doing a complete uninstall?
    Thanks!
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    Create a new profile as a test to check if your current profile is causing the problems
    See [[Basic Troubleshooting|#Make_a_new_profile|Basic Troubleshooting: Make a new profile]]
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • User Settings Not Saved

    Hello,
    I am using the VB .Net Autoupdater for my app, its working perfect however.
    Lets say I am using version 1.0.0.10, Initially when the app ran after I installed it I had to fill in a bunch of user settings via a form a created.
    I can close the app, re-open it and the user settings are saved, all is good. Now
    I need to make a change and now have version 1.0.0.11 I use the autoupdater and it pulls down the .exe file overwrites the existing .exe.
    Now when I launch the app again, the correct version is used however I have to re-enter my user settings again.
    How can I preserve my user settings without using a Click Once install?
    Thanks
    MW

    Sure,
    I'm always open to learn new ways of doing something.
    Thanks
    MW
    Ok, have a look at the code that I posted on a page of my website here.
    It's very specific to what you want saved and how it's to work, so that's what you'll see: It's very much customized to what he wanted.
    One important part is what you'll see early on:
    Private Shared _instance As Settings
    and this:
    Private Sub New()
    End Sub
    Those are private, so only that class can access it. The backing field (variable) is shared so that it's relevant to the class as a whole, not to any instance of it; that is -- there can only ever be one instance of it.
    The constructor is parameterless and PRIVATE, so that the consumer of that class can't create an instance; that's only done through the shared method meant to do it:
    Public Shared Sub GetInstance(ByRef instance As Settings)
    See what I mean?
    Still lost in code, just at a little higher level.

  • [solved] firefox user settings not saving

    I am a linux noob. So the answer to this is probably very obvious, but I haven't found it through googling, searching these forums or the arch wiki. I am having the same problem with most of my applications actually. The problem is that my firefox personal settings are not saving. When I reboot all of the addons are gone, the tabs are back on top, and everything is reset as if this were the first time I've run the program. I'm having a similar problem with lxpanel. I suspect it has something to do with post-installation home directory config files and not knowing what to do for each program. The only setup I've done for firefox is # yaourt -S firefox-esr. A whereis firefox-esr yields only /usr/bin/firefox-esr. Just the executable file itself I guess.
    Although the arch wiki firefox page doesn't seem to specifically mention losing all settings there is something about setting a download location that caught my eye: XDG directories:
    It says to create ~/.config/user-dirs.dirs and add:
    XDG_DESKTOP_DIR="/home/<user>/"
    XDG_DOWNLOAD_DIR="/home/<user>/<dir>"
    XDG_TEMPLATES_DIR="/home/<user>/<dir>"
    XDG_PUBLICSHARE_DIR="/home/<user>/<dir>"
    XDG_DOCUMENTS_DIR="/home/<user>/<dir>"
    XDG_MUSIC_DIR="/home/<user>/<dir>"
    XDG_PICTURES_DIR="/home/<user>/<dir>"
    XDG_VIDEOS_DIR="/home/<user>/<dir>"
    I'm not sure if this has something to do with the temporary nature of my personal firefox settings, but it seems like a move in the right direction. I get that tip of the iceberg feeling though. I've been meaning to look up all of that freedesktop.org stuff including .desktop and .directory files and standard locations. I assume that this is part of that and not only for firefox specifically.
    If anyone could point me in the right direction in terms of how to set up the user directories and files necessary for saving firefox settings I would be very grateful. Or maybe I installed the program wrong?
    I am not using a desktop environmnt. Just (for the moment) pekwm, lxpanel, and idesk. Presumably that's part of the problem. That going modular is much more difficult for a Linux noob. If I were using kde or gnome I'm guessing a lot of this post-installation application setup would be done for me automatically.
    edit: I just found this information on the location of the firefox profile in linux.  It says that profile folders are located in "~/.mozilla/firefox/<profile folder>". At first I thought I didn't have this folder, but I do. So I'm not sure why the settings and addons are not saving.
    Last edited by pariahdog (2012-12-26 16:13:54)

    For next time: https://wiki.archlinux.org/index.php/Permissions
    It might be a better idea to change permissions with "chown" : https://wiki.archlinux.org/index.php/Permissions#chown
    Last edited by 2ManyDogs (2012-12-26 17:01:45)

  • User Preferences not saved in 10.6.8

    I have a Mac Book Pro running 10.6.8. Somewhere along the way something got messed up in the permissions (I assume) and none of the user preferences are saved i.e. items added to the toolbar in Safari, iTunes account log in, prefered browser, browser window size and position, etc.
    I have run Disk Utility a number of times, and every time it "repairs" dozens of permissions, and when I run it again, it repairs the same ones (pretty sure anyway) definitely dozens of repairs everytime, no matter how many times I repair.
    I did a user migration to a clean install, no help, all the old problems came with the migration. I have reinstalled the OS twice since then. Hoping I won't have to wipe the drive and start from scratch.
    Thanks, T Bruce

    First off, Permissions repair won't touch anything in your user. Stop repairing Permissions. Generally a waste of time anyway.
    Do a GetInfo (Cmd-I) on the Preferences folder in your user (home folder) Library. What does it say for Sharing and Permissions?
    It should show that you, your user, has Read and Write and everyone No Access.
    I would suggest using the following procedure to reset your home folder Permissions, which may fix this problem.
    Boot from the Mac OS X Install Disc:
    Insert the disc.
    Shut down the computer.
    Turn it on again whilst holding down the C key.
    You can let go when you see a spinning dial.
    Click through the menus until you after you’ve accepted a license agreement.
    Snow Leopard: At the top, click Utilities -> Reset Password.
    Lion: At the top, click Utilities -> Terminal. Type resetpassword in the Terminal and press Enter.
    Click on your main hard drive.
    In the dropdown box under “Select the user account” make sure to select your username.
    Underneath where it says “Reset Home Directory Permissions and ACLs”, click the Reset button.
    Press cmd + Q to Quit the Reset Password application. Press it again if you have a Terminal open.
    Click Mac OS X Installer in the top left and click Quit Mac OS X Installer.
    Click the Startup Disk button.
    Click on your main hard drive and click the Restart button.
    http://www.fixkb.com/2011/08/reset-home-folder-permissions.html

  • User prefs not being saved?

    Just set-up new system.
    Fresh install of FCS.
    Each time I open an existing project some of my setting revert back to default.
    For example- I always have to select +show all effects+ from the effect drop down menu.
    When I close the project open- the effect list reverts back to +recommended effects+ only..?
    I also set my auto to every 10 minutes.
    I close and reopen the project and the auto save setting is back to 30 minutes.
    Help.

    bokes wrote:
    I assume the user data is stored on the system boot drive- correct?
    Yes but not where you might think.
    bogiesan

  • Inbound idoc values when updated from user exit not saved

    I'm trying to process some user exits of an inbound idoc from WE19.
    The values get correctly populated to IDOC_DATA internal tables of IDOC_INPUT_ORDRSP function module in debug kode
    but when the new idoc is generated from WE19 , those segment values (populated by exit) are not shown/saved.
    The user exit is EXIT_SAPLEINM_007.
    Is it not possible to populate segment values of inbound idocs from using user exits. If yes , then during testing using WE19 , every time a new idoc is created it should display those values into the concerned segments. Please help.

    Hello,
    yes is possible it ...
    I think the problem is:
    or
    you have something wrong when to append the new line on internal table
    or
    the exit used is not correct: read the documentation on EXIT_SAPLEINM_0**

  • Saved user patch not saving aux send channel strip settings?

    Hi all,
    I was reading the 'Using and saving patches" article in the manual and came across this quote:
    "patches also save any aux channel sends that are needed to reproduce the complete patch,"
    I was extremely excited and tried to create my own patch. My User Patch saves, and the aux send amounts are in the main channel strip, but the actual bus channel strips are not created.
    I noticed that other logic patches actually create the bus strips with their predefined settings when you load them, but I can't seem to get my user patches to do this. Am I missing a step when I save my patch?
    Thanks in advance!
    Robert
    P.S. - if it's useful, I am using Logic 10.0.7 on OSX 10.8.5 on a mid-2012 15" MBP Retina

    Just thought I might bump this topic since I have the same problem.  Any suggestions on a solution would be greatly appreciated!
    Tedd

  • Persistent user customisation not saved for column resize

    Using 11.1.1.1.0 I've configured persistent user customisations via MDS (as per [http://biemond.blogspot.com/2009/07/customize-and-personalize-your-jsf.html]) but I'm having a problem with column customisation. In adf-config.xml I've selected displayIndex, visible and width as persistent attributes on the column tag.
    My customisations are saved from one session to the next (works great!), however changes to the width of a column only seem to be persisted if a further, more significant layout change is made to the table afterwards.
    For instance, if I do the following:
    - Login
    - Resize a column
    - Close the browser
    Then the column width is reverted the next time I log in.
    If, however I do the following:
    - Login
    - Resize a column
    - Re-order a column
    - Close the browser
    Then the column width is saved (along with the new column order) the next time I log in.
    So, it appears that column width persistence is working, but column width changes on their own do not cause a persist operation; an additional layout change is required to get ADF to save the width details.
    Has anyone observed similar behaviour? Can anyone suggest a workaround/fix?

    Hi,
    sounds like a bug that you should file if you can exclude that your configuration is wrong. I checked for known bugs but did not find one that fits to the problem you report
    Frank

  • User preferences not saved again.....

    A month ago I had a problem with my mac, it wouldn't save my user preferences i.e. tracking speed, appearance, scroll arrow position, icon size and position on the desktop; expose, vpn and display shortcuts from system pref. on the menu bar on the top; also it wouldn't "Play feedback when volume is changed" option in Sound.
    How I fixed this before was repairing the hard drive permissions and reinstalling OS X.
    But
    The problem occured again, this time when the mac was woken up...
    I am also using the latest version of OS X - 10.6.8
    N.B. I had called phone support and they told me to make an extra user (again with admin capabilities) and log in to see if the preferences are saved there when the problem occurs with the main profile I use. And they are... even after reinstalling the OS.
    This is the link to my previous discussion to use as reference if needed: https://discussions.apple.com/message/15424187#15424187
    Could it be a hardware problem?
    Regards

    It is pretty long but here it is:
    ls -lA Library/Preferences
    total 7832
    -rw-------    1 emilianborissov  staff              816 Jul 16 18:04 .GlobalPreferences.plist
    -rw-------    1 emilianborissov  staff                0 Feb 20 21:36 .GlobalPreferences.plist.CScfV4Z
    -rw-------    1 emilianborissov  staff                0 Nov 17  2010 .GlobalPreferences.plist.WdhntNz
    -rw-------    1 emilianborissov  staff                0 Jan  9  2011 .GlobalPreferences.plist.pgHpcJn
    -rw-r--r--    1 emilianborissov  staff              703 Dec 15  2010 .jla_licence_j
    -rw-------    1 emilianborissov  staff              760 Nov  3  2010 AddressBookMe.plist
    drwxr-xr-x    6 emilianborissov  staff              204 May 26 09:32 Adobe
    -rw-r--r--@   1 emilianborissov  staff               79 Jul 15 09:32 Adobe Photoshop CS5 Paths
    drwxrwxr-x   13 root             staff              442 Jul 15 09:32 Adobe Photoshop CS5 Settings
    drwxr-xr-x    3 emilianborissov  staff              102 May 27 17:53 Applet Launcher
    drwx------  132 emilianborissov  staff             4488 Jul 16 21:29 ByHost
    -rw-r--r--@   1 emilianborissov  staff            41280 Jun 29 16:14 CD Info.cidb
    -rw-r--r--    1 emilianborissov  wheel             1188 Jan 12  2011 Call of Duty: Black Ops.Wineskin.prefs.plist
    drwxr-xr-x@   3 emilianborissov  staff              102 Jun 29 13:05 Canon
    drwxr-xr-x    9 emilianborissov  admin              306 Jun 20 22:26 Cider X3 Preferences
    -rw-r--r--@   1 emilianborissov  staff              666 Mar 21 19:00 DivX Converter Settings
    drwxrwxr-x    2 root             staff               68 May 26 03:00 ExtendScript Toolkit
    drwxrwxr-x   14 emilianborissov  staff              476 Dec  6  2010 Grand Theft Auto 2 Preferences
    drwxr-xr-x    3 emilianborissov  staff              102 Nov  3  2010 Macromedia
    -rw-r--r--@   1 emilianborissov  staff                0 Nov 30  2010 MathMagic Personal 7.pref
    drwxr-xr-x    4 emilianborissov  staff              136 Jan 10  2011 Microsoft
    -rw-r--r--@   1 emilianborissov  staff            10138 Jul 12 14:41 QuickTime Preferences
    -rw-------    1 emilianborissov  staff              282 Apr 18 10:13 at.obdev.LittleSnitchConfiguration.plist
    -rw-------    1 emilianborissov  staff              211 May  2 13:51 at.obdev.LittleSnitchNetworkMonitor.plist
    -rw-------    1 emilianborissov  staff              579 Jul 16 12:26 com.Growl.GrowlHelperApp.plist
    -rw-------    1 emilianborissov  staff             2384 Nov 30  2010 com.InfoLogic.MathMagic_Personal.Defaults.plist.plist
    -rw-------    1 emilianborissov  staff              206 Jul 15 22:56 com.adobe.ARM.plist
    -rw-------    1 emilianborissov  staff               57 May 26 09:33 com.adobe.CSXS2Preferences.plist
    -rw-------    1 emilianborissov  staff              365 Jul 15 09:32 com.adobe.Photoshop.plist
    -rw-------    1 emilianborissov  staff              120 Apr  7 15:41 com.adobe.Reader.plist
    -rw-------    1 emilianborissov  staff            26291 Jun 13 16:40 com.adobe.Reader_x86_9.0.plist
    -rw-------    1 emilianborissov  staff               96 Nov  4  2010 com.adobe.UpdateInstaller.plist
    -rw-------    1 emilianborissov  staff              168 Apr  6 16:19 com.adobe.acrobat.90.sh.plist
    -rw-r--r--    1 emilianborissov  staff              267 May 26 09:31 com.adobe.crashreporter.plist
    -rw-------    1 emilianborissov  staff             1033 Jul 15 09:27 com.adobe.mediabrowser.plist
    -rw-------    1 emilianborissov  staff              196 Feb  8 10:36 com.apple.ASApplication.plist
    -rw-------    1 emilianborissov  staff               78 Jun 22 11:31 com.apple.ATS.plist
    -rw-------    1 emilianborissov  staff              770 Jan 12  2011 com.apple.ActivityMonitor.plist
    -rw-------    1 emilianborissov  staff              281 Jul 13 16:34 com.apple.AddressBook.abd.plist
    -rw-------    1 emilianborissov  staff              280 Jul 15 22:11 com.apple.AddressBook.plist
    -rw-------    1 emilianborissov  staff              334 May  9 11:49 com.apple.AppleShareClient.plist
    -rw-------    1 emilianborissov  staff             1076 Nov  5  2010 com.apple.Automator.plist
    -rw-------    1 emilianborissov  staff              467 Jul 16 12:25 com.apple.BezelServices.plist
    -rw-------    1 emilianborissov  staff             1739 Jul  6 21:44 com.apple.BluetoothFileExchange.plist
    -rw-------    1 emilianborissov  staff              118 Nov 28  2010 com.apple.BluetoothSetupAssistant.plist
    -rw-------    1 emilianborissov  staff              475 Jun 21 17:44 com.apple.CharacterPaletteIM.plist
    -rw-------    1 emilianborissov  staff              455 Apr 30 10:46 com.apple.Chess.plist
    -rw-------    1 emilianborissov  staff             1060 Jan 12  2011 com.apple.ColorSyncUtility.LSSharedFileList.plist
    -rw-------    1 emilianborissov  staff              269 Jan 12  2011 com.apple.ColorSyncUtility.plist
    -rw-------    1 emilianborissov  staff             4886 May 26 16:54 com.apple.Console.LSSharedFileList.plist
    -rw-------    1 emilianborissov  staff             2543 May 26 16:54 com.apple.Console.plist
    -rw-------    1 emilianborissov  staff              104 Jul 13 10:57 com.apple.CoreGraphics.plist
    -rw-------    1 emilianborissov  staff               94 Apr 25 16:50 com.apple.CrashReporter.plist
    -rw-------    1 emilianborissov  staff             1356 Apr  5 21:30 com.apple.Dictionary.plist
    -rw-------    1 emilianborissov  staff              428 Nov  3  2010 com.apple.DictionaryServices.plist
    -rw-------    1 emilianborissov  staff              167 Jun 16 22:50 com.apple.DiskUtility.plist
    -rw-------    1 emilianborissov  staff               89 Feb 19 14:33 com.apple.FolderActions.plist
    -rw-------    1 emilianborissov  staff              188 Feb 19 14:33 com.apple.FolderActionsSetup.plist
    -rw-------    1 emilianborissov  staff             1589 Nov  5  2010 com.apple.FontBook.plist
    -rw-------    1 emilianborissov  staff              559 Jul  3 19:01 com.apple.Image_Capture.plist
    drwxr-xr-x    2 emilianborissov  staff               68 May  2 08:44 com.apple.JapaneseAnalysis
    -rw-------    1 emilianborissov  staff              116 Jan 27 18:34 com.apple.KeyboardViewer.plist
    -rw-r--r--    1 emilianborissov  staff          1480704 Jul 16 21:29 com.apple.LaunchServices.QuarantineEvents
    -rw-------    1 emilianborissov  wheel              482 Jul 16 15:29 com.apple.LaunchServices.plist
    -rw-------    1 emilianborissov  staff              119 Jul 12 14:07 com.apple.MassStorageCamera.plist
    -rw-------    1 emilianborissov  staff              549 Jan 12  2011 com.apple.NetworkUtility.plist
    -rw-------    1 emilianborissov  staff              136 Nov  3  2010 com.apple.PhotoBooth.plist
    -rw-------    1 emilianborissov  staff              579 Jul 16 19:58 com.apple.PreferenceSync.plist
    -rw-------    1 emilianborissov  staff             9277 Jul 15 22:34 com.apple.Preview.LSSharedFileList.plist
    -rw-------    1 emilianborissov  staff              228 Jul 15 22:34 com.apple.Preview.bookmarks.plist
    -rw-------    1 emilianborissov  staff              386 Jul 15 22:34 com.apple.Preview.plist
    -rw-------    1 emilianborissov  staff              201 Jun 26 14:10 com.apple.ProblemReporter.plist
    -rw-------    1 emilianborissov  staff              101 Jul 12 13:40 com.apple.PubSubAgent.plist
    -rw-r--r--@   1 emilianborissov  staff              127 Nov 30  2010 com.apple.QLook.EEA.pref
    -rw-------    1 emilianborissov  staff              191 Jun 16 23:52 com.apple.QuickLookDaemon.plist
    -rw-------    1 emilianborissov  staff           325145 Jul 16 14:16 com.apple.QuickTimePlayerX.plist
    -rw-------    1 emilianborissov  staff                0 Dec  6  2010 com.apple.QuickTimePlayerX.plist.26paodX
    -rw-------    1 emilianborissov  staff                0 Dec 10  2010 com.apple.QuickTimePlayerX.plist.4Ju5vFX
    -rw-------    1 emilianborissov  staff                0 Nov 24  2010 com.apple.QuickTimePlayerX.plist.4rJ5ASK
    -rw-------    1 emilianborissov  staff                0 Mar  6 14:29 com.apple.QuickTimePlayerX.plist.554szb8
    -rw-------    1 emilianborissov  staff                0 Dec 15  2010 com.apple.QuickTimePlayerX.plist.6VLROIl
    -rw-------    1 emilianborissov  staff                0 Feb  6 20:43 com.apple.QuickTimePlayerX.plist.6t7Yn26
    -rw-------    1 emilianborissov  staff                0 Nov 25  2010 com.apple.QuickTimePlayerX.plist.6xcEd0f
    -rw-------    1 emilianborissov  staff                0 Nov  9  2010 com.apple.QuickTimePlayerX.plist.C0k5DWw
    -rw-------    1 emilianborissov  staff                0 Jan  7  2011 com.apple.QuickTimePlayerX.plist.CHVwSAE
    -rw-------    1 emilianborissov  staff                0 Mar 21 18:58 com.apple.QuickTimePlayerX.plist.CMGuzJ7
    -rw-------    1 emilianborissov  staff                0 Dec 11  2010 com.apple.QuickTimePlayerX.plist.EKX086i
    -rw-------    1 emilianborissov  staff                0 Nov 25  2010 com.apple.QuickTimePlayerX.plist.EonFVJa
    -rw-------    1 emilianborissov  staff                0 Nov 10  2010 com.apple.QuickTimePlayerX.plist.H8XYVWi
    -rw-------    1 emilianborissov  staff                0 Nov  9  2010 com.apple.QuickTimePlayerX.plist.Ilg9Ewm
    -rw-------    1 emilianborissov  staff                0 Feb  6 20:31 com.apple.QuickTimePlayerX.plist.Jh7qICw
    -rw-------    1 emilianborissov  staff                0 Nov 30  2010 com.apple.QuickTimePlayerX.plist.KwaNtAe
    -rw-------    1 emilianborissov  staff                0 Nov  9  2010 com.apple.QuickTimePlayerX.plist.LAHe4yc
    -rw-------    1 emilianborissov  staff                0 Dec 11  2010 com.apple.QuickTimePlayerX.plist.LVFN4Sy
    -rw-------    1 emilianborissov  staff                0 Jan 30 18:45 com.apple.QuickTimePlayerX.plist.MwhZEBU
    -rw-------    1 emilianborissov  staff                0 Nov  5  2010 com.apple.QuickTimePlayerX.plist.PdSYyFu
    -rw-------    1 emilianborissov  staff                0 Nov 24  2010 com.apple.QuickTimePlayerX.plist.QtAyA4h
    -rw-------    1 emilianborissov  staff                0 Nov  6  2010 com.apple.QuickTimePlayerX.plist.URnbTk9
    -rw-------    1 emilianborissov  staff                0 Dec  1  2010 com.apple.QuickTimePlayerX.plist.VMkAVLn
    -rw-------    1 emilianborissov  staff                0 Dec  8  2010 com.apple.QuickTimePlayerX.plist.Z1NUCgh
    -rw-------    1 emilianborissov  staff                0 Nov  6  2010 com.apple.QuickTimePlayerX.plist.ZlyHtNw
    -rw-------    1 emilianborissov  staff                0 Dec 13  2010 com.apple.QuickTimePlayerX.plist.aADjgFM
    -rw-------    1 emilianborissov  staff                0 Jan  4  2011 com.apple.QuickTimePlayerX.plist.aOEvkbA
    -rw-------    1 emilianborissov  staff                0 Nov  5  2010 com.apple.QuickTimePlayerX.plist.dKdOOPq
    -rw-------    1 emilianborissov  staff                0 Dec 10  2010 com.apple.QuickTimePlayerX.plist.doB2s0e
    -rw-------    1 emilianborissov  staff                0 Dec 15  2010 com.apple.QuickTimePlayerX.plist.e3H3x3A
    -rw-------    1 emilianborissov  staff                0 Nov 24  2010 com.apple.QuickTimePlayerX.plist.fBjFhhG
    -rw-------    1 emilianborissov  staff                0 Dec 19  2010 com.apple.QuickTimePlayerX.plist.ibKO9PM
    -rw-------    1 emilianborissov  staff                0 Jan  7  2011 com.apple.QuickTimePlayerX.plist.ka7yyJk
    -rw-------    1 emilianborissov  staff                0 Nov  7  2010 com.apple.QuickTimePlayerX.plist.kntyhQ6
    -rw-------    1 emilianborissov  staff                0 Nov  7  2010 com.apple.QuickTimePlayerX.plist.lpUoFFd
    -rw-------    1 emilianborissov  staff                0 Dec 15  2010 com.apple.QuickTimePlayerX.plist.qa704Xo
    -rw-------    1 emilianborissov  staff                0 Dec 17  2010 com.apple.QuickTimePlayerX.plist.qd48JJB
    -rw-------    1 emilianborissov  staff                0 Dec 20  2010 com.apple.QuickTimePlayerX.plist.rT0aDzb
    -rw-------    1 emilianborissov  staff                0 Nov 11  2010 com.apple.QuickTimePlayerX.plist.wJ7hAFq
    -rw-------    1 emilianborissov  staff                0 Jan  3  2011 com.apple.QuickTimePlayerX.plist.waDTJuM
    -rw-------    1 emilianborissov  staff              373 Mar 17 20:19 com.apple.Safari.RSS.plist
    -rw-------@   1 emilianborissov  staff             2083 Jul 16 21:29 com.apple.Safari.plist
    -rw-------    1 emilianborissov  staff              351 Feb 19 20:36 com.apple.ScreenSharing.plist
    -rw-------    1 emilianborissov  wheel               96 Nov  3  2010 com.apple.SetupAssistant.plist
    -rw-------    1 emilianborissov  staff              111 Nov 21  2010 com.apple.SoftwareUpdate.plist
    -rw-------    1 emilianborissov  staff              122 Jul  3 23:04 com.apple.Stickies.plist
    -rw-------    1 emilianborissov  staff              310 Jun 29 12:57 com.apple.SystemProfiler.plist
    -rw-------    1 emilianborissov  staff              210 Jul  3 19:02 com.apple.TWAINBridge.plist
    -rw-------    1 emilianborissov  staff            11284 Jun 23 12:02 com.apple.Terminal.plist
    -rw-------    1 emilianborissov  staff            11443 Jul 11 10:09 com.apple.TextEdit.LSSharedFileList.plist
    -rw-------    1 emilianborissov  staff               83 Jul 11 10:08 com.apple.TextEdit.plist
    drwx------    4 emilianborissov  staff              136 Jul 13 10:57 com.apple.VoiceOver3
    -rw-------    1 emilianborissov  accessibility     5301 Jul 13 10:57 com.apple.VoiceOver3.local.plist
    -rw-------    1 emilianborissov  staff               71 Jan 10  2011 com.apple.VoiceOverTraining.plist
    -rw-------@   1 emilianborissov  staff              198 May  4 23:34 com.apple.WebKit.PluginHost.plist
    -rw-------    1 emilianborissov  staff              203 Feb 14 19:50 com.apple.airport.airportutility.plist
    -rw-------    1 emilianborissov  staff              131 Jul 16 12:33 com.apple.appstore.plist
    -rw-------    1 emilianborissov  staff              182 Jun 17 13:15 com.apple.archiveutility.plist
    -rw-------    1 emilianborissov  staff              131 Jan 12  2011 com.apple.audio.AudioMIDISetup.plist
    -rw-------    1 emilianborissov  staff              212 Jun 15 08:58 com.apple.calculator.plist
    -rw-------    1 emilianborissov  staff              165 Jul 16 13:00 com.apple.dashboard.client.plist
    -rw-------    1 emilianborissov  staff             6561 Jul 16 16:45 com.apple.dashboard.plist
    -rw-------    1 emilianborissov  staff             2591 Jul  3 18:20 com.apple.desktop.plist
    -rw-------    1 emilianborissov  staff              106 Jun  5 12:29 com.apple.desktopscreensaver.rsspictures.plist
    -rw-------@   1 emilianborissov  staff             1024 Nov  3  2010 com.apple.diskimages.fsck
    -rw-r--r--    1 emilianborissov  staff            34816 Jul 16 15:43 com.apple.dock.db
    -rw-------    1 emilianborissov  staff             4206 Jul 16 20:43 com.apple.dock.plist
    -rw-------    1 emilianborissov  staff              716 Mar 20 14:59 com.apple.driver.AppleBluetoothMultitouch.trackpad.plist
    -rw-------    1 emilianborissov  staff              205 Jun 19 15:50 com.apple.driver.AppleHIDMouse.plist
    -rw-------    1 emilianborissov  staff              926 Apr 18 14:38 com.apple.eap.profiles.plist
    -rw-------    1 emilianborissov  staff            10225 Jul 16 21:29 com.apple.finder.plist
    -rw-------    1 emilianborissov  staff              105 Jul 11 22:09 com.apple.frontrow.plist
    -rw-------    1 emilianborissov  staff           112666 Feb 13 14:14 com.apple.garageband.plist
    -rw-------    1 emilianborissov  staff              123 Jan 12  2011 com.apple.grapher.plist
    -rw-------    1 emilianborissov  staff              895 Jul 16 12:59 com.apple.help.plist
    -rw-------    1 emilianborissov  staff              157 Jun 29 22:39 com.apple.helpviewer.plist
    -rw-------    1 emilianborissov  staff              233 Jul 16 20:05 com.apple.iApps.plist
    -rw-------    1 emilianborissov  staff                0 Mar  3 18:01 com.apple.iApps.plist.FzwXOQ1
    -rw-------    1 emilianborissov  staff                0 Nov 17  2010 com.apple.iApps.plist.SXhx3Np
    -rw-------    1 emilianborissov  staff               95 Jul 16 21:28 com.apple.iCal.helper.plist
    -rw-------    1 emilianborissov  staff             1220 Jul 16 15:21 com.apple.iCal.plist
    -rw-------    1 emilianborissov  staff              755 Nov  8  2010 com.apple.iChat.AIM.plist
    -rw-------    1 emilianborissov  staff               76 Nov  8  2010 com.apple.iChat.Jabber.plist
    -rw-------    1 emilianborissov  staff              190 Nov  7  2010 com.apple.iChat.StatusMessages.plist
    -rw-------    1 emilianborissov  staff              131 Nov  8  2010 com.apple.iChat.SubNet.plist
    -rw-------    1 emilianborissov  staff               74 Nov  8  2010 com.apple.iChatAgent.plist
    -rw-------    1 emilianborissov  staff             9517 Jul 12 14:46 com.apple.iMovieApp.plist
    -rw-------    1 emilianborissov  staff             1035 Jun 13 12:57 com.apple.iPhoto.LSSharedFileList.plist
    -rw-r--r--    1 emilianborissov  staff             1921 Jan  4  2011 com.apple.iTunes.Gracenote.plist
    -rw-------    1 emilianborissov  staff            14702 May 26 12:57 com.apple.iTunes.eq.plist
    -rw-------    1 emilianborissov  staff           110116 Jul 16 13:00 com.apple.iTunes.plist
    -rw-------    1 emilianborissov  staff                0 Jan 14  2011 com.apple.iTunes.plist.0Dg0p8a
    -rw-------    1 emilianborissov  staff                0 Jan 10  2011 com.apple.iTunes.plist.0Sk45jv
    -rw-------    1 emilianborissov  staff                0 Feb  8 15:51 com.apple.iTunes.plist.1au4ojk
    -rw-------    1 emilianborissov  staff                0 Dec 31  2010 com.apple.iTunes.plist.24sXSEe
    -rw-------    1 emilianborissov  staff                0 Jan 28 21:55 com.apple.iTunes.plist.2gFYlkq
    -rw-------    1 emilianborissov  staff                0 Jan 26 00:59 com.apple.iTunes.plist.2iN4F2M
    -rw-------    1 emilianborissov  staff                0 Feb 13 19:16 com.apple.iTunes.plist.2rq4LIo
    -rw-------    1 emilianborissov  staff                0 Jan 10  2011 com.apple.iTunes.plist.2v6gD3K
    -rw-------    1 emilianborissov  staff                0 Feb 14 01:40 com.apple.iTunes.plist.4kHk5Be
    -rw-------    1 emilianborissov  staff                0 Dec 20  2010 com.apple.iTunes.plist.4oTV5T4
    -rw-------    1 emilianborissov  staff                0 Feb  3 13:39 com.apple.iTunes.plist.4p7SGBr
    -rw-------    1 emilianborissov  staff                0 Feb 20 15:32 com.apple.iTunes.plist.85DQJeG
    -rw-------    1 emilianborissov  staff                0 Feb 19 23:26 com.apple.iTunes.plist.8RSKpdd
    -rw-------    1 emilianborissov  staff                0 Dec 31  2010 com.apple.iTunes.plist.8pDa1Oa
    -rw-------    1 emilianborissov  staff                0 Jan 30 16:53 com.apple.iTunes.plist.9659lll
    -rw-------    1 emilianborissov  staff                0 Feb 13 15:55 com.apple.iTunes.plist.9eWk2to
    -rw-------    1 emilianborissov  staff                0 Jan 10  2011 com.apple.iTunes.plist.A13qVmn
    -rw-------    1 emilianborissov  staff                0 Jan  9  2011 com.apple.iTunes.plist.Bb9hzXW
    -rw-------    1 emilianborissov  staff                0 Jan 10  2011 com.apple.iTunes.plist.BjHVEV3
    -rw-------    1 emilianborissov  staff                0 Dec 26  2010 com.apple.iTunes.plist.CkrH7Fl
    -rw-------    1 emilianborissov  staff                0 Feb 20 02:10 com.apple.iTunes.plist.DOXf9zb
    -rw-------    1 emilianborissov  staff                0 Dec 19  2010 com.apple.iTunes.plist.DUhJ3Ry
    -rw-------    1 emilianborissov  staff                0 Jan  4  2011 com.apple.iTunes.plist.EAo29iw
    -rw-------    1 emilianborissov  staff                0 Jan  9  2011 com.apple.iTunes.plist.EDkeNLV
    -rw-------    1 emilianborissov  staff                0 Jan 10  2011 com.apple.iTunes.plist.EF2FWEL
    -rw-------    1 emilianborissov  staff                0 Mar  2 00:23 com.apple.iTunes.plist.FMf6PkD
    -rw-------    1 emilianborissov  staff                0 Dec 22  2010 com.apple.iTunes.plist.FP53sZr
    -rw-------    1 emilianborissov  staff                0 Feb  7 18:35 com.apple.iTunes.plist.FtyZAZv
    -rw-------    1 emilianborissov  staff                0 Jan 28 02:21 com.apple.iTunes.plist.HxlypNW
    -rw-------    1 emilianborissov  staff                0 Jan 26 14:14 com.apple.iTunes.plist.KKGUsQA
    -rw-------    1 emilianborissov  staff                0 Feb 15 14:43 com.apple.iTunes.plist.KOGcQ80
    -rw-------    1 emilianborissov  staff                0 Dec 25  2010 com.apple.iTunes.plist.LDR9BUl
    -rw-------    1 emilianborissov  staff                0 Jan 21 23:44 com.apple.iTunes.plist.LKtIi8L
    -rw-------    1 emilianborissov  staff                0 Mar  3 16:52 com.apple.iTunes.plist.MhQpjhe
    -rw-------    1 emilianborissov  staff                0 Jan  5  2011 com.apple.iTunes.plist.MkRoW4R
    -rw-------    1 emilianborissov  staff                0 Jan 10  2011 com.apple.iTunes.plist.N62kP3R
    -rw-------    1 emilianborissov  staff                0 Dec 20  2010 com.apple.iTunes.plist.N9ZYXPS
    -rw-------    1 emilianborissov  staff                0 Jan 14  2011 com.apple.iTunes.plist.NlrtKwU
    -rw-------    1 emilianborissov  staff                0 Jan 20 20:52 com.apple.iTunes.plist.OikZsWa
    -rw-------    1 emilianborissov  staff                0 Dec 18  2010 com.apple.iTunes.plist.P0cocOD
    -rw-------    1 emilianborissov  staff                0 Jan  9  2011 com.apple.iTunes.plist.PAdpfZj
    -rw-------    1 emilianborissov  staff                0 Jan  7  2011 com.apple.iTunes.plist.PCcllBS
    -rw-------    1 emilianborissov  staff                0 Feb 20 15:35 com.apple.iTunes.plist.PCuH68P
    -rw-------    1 emilianborissov  staff                0 Nov  3  2010 com.apple.iTunes.plist.QqeXErK
    -rw-------    1 emilianborissov  staff                0 Dec 19  2010 com.apple.iTunes.plist.QwJKe9s
    -rw-------    1 emilianborissov  staff                0 Dec 16  2010 com.apple.iTunes.plist.Qxy1ezG
    -rw-------    1 emilianborissov  staff                0 Feb  6 22:28 com.apple.iTunes.plist.R5h8W2L
    -rw-------    1 emilianborissov  staff                0 Dec 26  2010 com.apple.iTunes.plist.RQPVLbi
    -rw-------    1 emilianborissov  staff                0 Feb  6 19:58 com.apple.iTunes.plist.Rl9D9uj
    -rw-------    1 emilianborissov  staff                0 Dec 27  2010 com.apple.iTunes.plist.S6YhELM
    -rw-------    1 emilianborissov  staff                0 Jan 19 21:12 com.apple.iTunes.plist.TIhkRjV
    -rw-------    1 emilianborissov  staff                0 Feb  7 22:38 com.apple.iTunes.plist.Ufsx3sV
    -rw-------    1 emilianborissov  staff                0 Jan 17 09:46 com.apple.iTunes.plist.WXCYzhg
    -rw-------    1 emilianborissov  staff                0 Feb 21 09:57 com.apple.iTunes.plist.Wn2z6VF
    -rw-------    1 emilianborissov  staff                0 Jan 28 14:37 com.apple.iTunes.plist.X8XF0Y1
    -rw-------    1 emilianborissov  staff                0 Feb  2 13:14 com.apple.iTunes.plist.X98hPoT
    -rw-------    1 emilianborissov  staff                0 Jan 27 01:14 com.apple.iTunes.plist.YOkSwiQ
    -rw-------    1 emilianborissov  staff                0 Feb  1 13:43 com.apple.iTunes.plist.ZWV9elk
    -rw-------    1 emilianborissov  staff                0 Jan 10  2011 com.apple.iTunes.plist.aP9EFC4
    -rw-------    1 emilianborissov  staff                0 Dec 16  2010 com.apple.iTunes.plist.aQlgkml
    -rw-------    1 emilianborissov  staff                0 Jan 16 17:04 com.apple.iTunes.plist.dYdiphj
    -rw-------    1 emilianborissov  staff                0 Feb  6 19:45 com.apple.iTunes.plist.dkvwTfC
    -rw-------    1 emilianborissov  staff                0 Jan 25 16:03 com.apple.iTunes.plist.dlpJ8Nu
    -rw-------    1 emilianborissov  staff                0 Feb 22 15:52 com.apple.iTunes.plist.flZyLOU
    -rw-------    1 emilianborissov  staff                0 Jan 12  2011 com.apple.iTunes.plist.gJxhI9j
    -rw-------    1 emilianborissov  staff                0 Feb 13 23:57 com.apple.iTunes.plist.gcB54w2
    -rw-------    1 emilianborissov  staff                0 Dec 18  2010 com.apple.iTunes.plist.gdytLJ1
    -rw-------    1 emilianborissov  staff                0 Feb 15 21:38 com.apple.iTunes.plist.goWjlzF
    -rw-------    1 emilianborissov  staff                0 Feb 23 10:15 com.apple.iTunes.plist.hqaIRpb
    -rw-------    1 emilianborissov  staff                0 Jan 28 21:56 com.apple.iTunes.plist.jfXoLgP
    -rw-------    1 emilianborissov  staff                0 Jan  9  2011 com.apple.iTunes.plist.jz1VZXc
    -rw-------    1 emilianborissov  staff                0 Dec 15  2010 com.apple.iTunes.plist.k6LfTGn
    -rw-------    1 emilianborissov  staff                0 Jan 23 21:14 com.apple.iTunes.plist.kmqOPIs
    -rw-------    1 emilianborissov  staff                0 Dec 23  2010 com.apple.iTunes.plist.l66l4jZ
    -rw-------    1 emilianborissov  staff                0 Feb 24 13:47 com.apple.iTunes.plist.lYZ1ghl
    -rw-------    1 emilianborissov  staff                0 Jan 18 01:14 com.apple.iTunes.plist.mrnJ3gt
    -rw-------    1 emilianborissov  staff                0 Jan  7  2011 com.apple.iTunes.plist.nDekCf6
    -rw-------    1 emilianborissov  staff                0 Jan 15  2011 com.apple.iTunes.plist.nVg1hvw
    -rw-------    1 emilianborissov  staff                0 Dec 10  2010 com.apple.iTunes.plist.oYegz3b
    -rw-------    1 emilianborissov  staff                0 Feb 17 10:40 com.apple.iTunes.plist.ofn0mkh
    -rw-------    1 emilianborissov  staff                0 Jan  2  2011 com.apple.iTunes.plist.ovIjnmb
    -rw-------    1 emilianborissov  staff                0 Jan  4  2011 com.apple.iTunes.plist.p1cMX0g
    -rw-------    1 emilianborissov  staff                0 Jan 27 13:41 com.apple.iTunes.plist.pCjWs6p
    -rw-------    1 emilianborissov  staff                0 Feb 14 22:04 com.apple.iTunes.plist.q9JfKuJ
    -rw-------    1 emilianborissov  staff                0 Dec 22  2010 com.apple.iTunes.plist.qVJlUQ9
    -rw-------    1 emilianborissov  staff                0 Jan  3  2011 com.apple.iTunes.plist.rrC39JD
    -rw-------    1 emilianborissov  staff                0 Jan 24 19:32 com.apple.iTunes.plist.ssmEvKX
    -rw-------    1 emilianborissov  staff                0 Feb 12 19:01 com.apple.iTunes.plist.u2Jo0r8
    -rw-------    1 emilianborissov  staff                0 Jan 28 21:25 com.apple.iTunes.plist.uATEhs0
    -rw-------    1 emilianborissov  staff                0 Dec 31  2010 com.apple.iTunes.plist.uQCuG2M
    -rw-------    1 emilianborissov  staff                0 Feb 25 09:39 com.apple.iTunes.plist.veTupx8
    -rw-------    1 emilianborissov  staff                0 Nov 17  2010 com.apple.iTunes.plist.vh7ycNJ
    -rw-------    1 emilianborissov  staff                0 Nov 21  2010 com.apple.iTunes.plist.vjuxCQl
    -rw-------    1 emilianborissov  staff                0 Dec 31  2010 com.apple.iTunes.plist.whWv1Uw
    -rw-------    1 emilianborissov  staff                0 Mar  1 10:30 com.apple.iTunes.plist.yUjCLoJ
    -rw-------    1 emilianborissov  staff                0 Dec 16  2010 com.apple.iTunes.plist.ylU4Jzt
    -rw-------    1 emilianborissov  staff                0 Jan  9  2011 com.apple.iTunes.plist.zQ5uhqg
    -rw-------    1 emilianborissov  staff               57 Jun  8 15:20 com.apple.iTunesHelper.plist
    -rw-------    1 emilianborissov  staff             1199 Mar 13 14:10 com.apple.iWeb.plist
    -rw-------    1 emilianborissov  staff               81 Jan  6  2011 com.apple.installer.plist
    -rw-------    1 emilianborissov  staff             2618 Nov  3  2010 com.apple.internetconfig.plist
    -rw-------    1 emilianborissov  staff              475 Jul 16 15:38 com.apple.internetconfigpriv.plist
    -rw-------    1 emilianborissov  staff               95 Jul 15 22:11 com.apple.internetconnect.plist
    -rw-r--r--    1 emilianborissov  staff              296 Nov 27  2010 com.apple.iphotomosaic.plist
    -rw-------    1 emilianborissov  staff              246 Jun 13 00:24 com.apple.isync.plist
    -rw-------@   1 emilianborissov  staff             1003 Jul 16 13:46 com.apple.java.JavaPreferences.plist
    -rw-------@   1 emilianborissov  staff            21877 Jun 25 14:42 com.apple.java.security.plist
    -rw-------    1 emilianborissov  staff               96 Feb 17 14:47 com.apple.javajdk16.cmd.plist
    -rw-------    1 emilianborissov  staff             1058 May  6 14:15 com.apple.keychainaccess.plist
    -rw-------    1 emilianborissov  staff             6240 Jul 16 12:27 com.apple.loginitems.plist
    -rw-------    1 emilianborissov  staff              108 Jul 16 12:24 com.apple.loginwindow.plist
    -rw-------    1 emilianborissov  staff            17616 Jul 16 21:29 com.apple.mail.plist
    -rw-------    1 emilianborissov  staff               78 Jun 29 00:22 com.apple.menuextra.battery.plist
    -rw-------    1 emilianborissov  staff              107 May 25 15:29 com.apple.menuextra.clock.plist
    -rw-------    1 emilianborissov  staff               65 Dec 18  2010 com.apple.menuextra.textinput.plist
    -rw-------    1 emilianborissov  staff               62 Jul 16 11:15 com.apple.mobile.iTunes.store.plist
    -rw-------    1 emilianborissov  staff              120 Jun  8 20:51 com.apple.preference.desktopscreeneffect.plist
    -rw-------    1 emilianborissov  staff              801 Jun 29 12:57 com.apple.print.PrinterProxy.plist
    -rw-------    1 emilianborissov  staff              453 Jun 29 12:58 com.apple.print.PrintingPrefs.plist
    -rw-------    1 emilianborissov  staff              211 Jun 29 12:57 com.apple.print.add.plist
    -rw-------    1 emilianborissov  staff             3935 Apr 13 14:47 com.apple.print.custompresets.forprinter.HP_LaserJet_5200.plist
    -rw-------@   1 emilianborissov  staff             3203 Jun 23 11:36 com.apple.print.custompresets.forprinter.HP_Photosmart_C4400_series.plist
    -rw-r--r--    1 emilianborissov  staff            20514 May  3 00:25 com.apple.quicktime.plugin.preferences.plist
    -rw-------    1 emilianborissov  staff            20470 Jul 16 18:05 com.apple.recentitems.plist
    -rw-------    1 emilianborissov  staff              326 Nov  3  2010 com.apple.scheduler.plist
    -rw-------    1 emilianborissov  staff               55 Jun  5 12:29 com.apple.screensaver.mobilemegallery.plist
    -rw-------    1 emilianborissov  staff              118 Jul 11 10:04 com.apple.screensaver.plist
    -rw-------    1 emilianborissov  staff             9934 Jul 16 15:43 com.apple.sidebarlists.plist
    -rw-------    1 emilianborissov  staff               68 Nov  7  2010 com.apple.soundpref.plist
    -rw-------    1 emilianborissov  staff               60 Jun 18 17:09 com.apple.speech.prefs.plist
    -rw-------    1 emilianborissov  staff             7830 Jun 18 17:17 com.apple.speech.recognition.AppleSpeechRecognition.prefs.plist
    -rw-------    1 emilianborissov  staff              200 Apr 30 10:41 com.apple.speech.recognition.feedback.prefs.plist
    -rw-------    1 emilianborissov  staff              170 Dec 11  2010 com.apple.speech.recognition.recognizer.prefs.plist
    -rw-------    1 emilianborissov  staff              282 May 25 15:29 com.apple.speech.synthesis.general.prefs.plist
    -rw-------    1 emilianborissov  staff              131 Jun 18 17:09 com.apple.speech.voice.prefs.plist
    -rw-------    1 emilianborissov  staff              506 Jul 16 12:33 com.apple.storeagent.plist
    -rw-------    1 emilianborissov  staff             5102 Jun 19 15:50 com.apple.symbolichotkeys.plist
    -rw-------    1 emilianborissov  staff             2572 Jul 16 18:05 com.apple.systempreferences.plist
    -rw-------    1 emilianborissov  staff              345 Jan  7  2011 com.apple.systemsound.plist
    -rw-------    1 emilianborissov  staff              631 Jul 16 12:26 com.apple.systemuiserver.plist
    -rw-------    1 emilianborissov  staff               66 Feb  2 18:42 com.bcow7apps.CrazySquaresMAC.plist
    -rw-------    1 emilianborissov  staff             3804 Jul 16 13:56 com.bittorrent.uTorrent.plist
    -rw-------    1 emilianborissov  staff              870 Jun 18 17:11 com.catmage.sc.plist
    -rw-------    1 emilianborissov  staff               55 Apr 19 13:16 com.coppertino.Forismatic.plist
    -rw-------    1 emilianborissov  staff              688 Apr 29 22:32 com.divx.Settings.plist
    -rw-------    1 emilianborissov  staff              154 Jul 16 09:57 com.divx.divxprefs.plist
    -rw-------    1 emilianborissov  staff             1416 Jan 12  2011 com.doh123.wineskin.plist
    -rw-------    1 emilianborissov  staff              235 Feb 19 20:44 com.ensenasoft.doodlehangmanfreemac.plist
    -rw-------    1 emilianborissov  staff             1058 Jan 10  2011 com.evernote.Evernote.plist
    -rw-------    1 emilianborissov  staff              325 Feb 16 15:03 com.eyePatch.plist
    -rw-------@   1 emilianborissov  staff             1417 Jan 10  2011 com.google.GoogleEarthPlugin.plist
    -rw-------    1 emilianborissov  staff              561 Jul 16 19:49 com.google.Keystone.Agent.plist
    -rw-------    1 emilianborissov  staff             2395 Apr 18 13:56 com.google.sketchupfree8.plist
    -rw-------    1 emilianborissov  staff              378 Feb 20 23:09 com.gravityapps.SofaControl.plist
    -rw-------    1 emilianborissov  staff            15071 Jul 16 12:26 com.hegenberg.BetterSnapTool.plist
    -rw-------    1 emilianborissov  staff              271 Dec  5  2010 com.hp.print.psdriver.pde.plist
    -rw-------    1 emilianborissov  staff             1244 Dec  5  2010 com.hp.printerutility.plist
    -rw-------    1 emilianborissov  staff              431 Dec 22  2010 com.hp.scanModule.plist
    -rw-------    1 emilianborissov  staff             6498 Mar 31 20:10 com.hyperbolicsoftware.tidyup!2.plist
    -rw-------    1 emilianborissov  staff              106 Jun 22 08:11 com.intego.virusbarrierexpress.plist
    -rw-------    1 emilianborissov  staff              452 Dec 15  2010 com.jalada.LanguageAlchemistJ.plist
    -rw-r--r--@   1 emilianborissov  staff             3111 Apr 18 13:40 com.mactrackerapp.Mactracker.plist
    -rw-------    1 emilianborissov  staff              126 Jun  8 11:04 com.mathworks.StartMATLAB.plist
    -rw-------    1 emilianborissov  staff               92 Jun  8 11:07 com.mathworks.matlab.plist
    -rw-r--r--    1 emilianborissov  staff              929 Nov  3  2010 com.micromat.techtooldeluxe.plist
    -rw-------    1 emilianborissov  staff             3819 Jan 10  2011 com.microsoft.Communicator.plist
    -rw-------    1 emilianborissov  staff              853 Jan 10  2011 com.microsoft.DocumentConnection.plist
    -rw-------@   1 emilianborissov  staff             1298 Jan 10  2011 com.microsoft.Entourage.plist
    -rw-------    1 emilianborissov  staff               81 Jun 21 14:58 com.microsoft.EquationEditor.plist
    -rw-------    1 emilianborissov  staff             3061 Jun 21 21:35 com.microsoft.Excel.plist
    -rw-------    1 emilianborissov  staff               59 Jan  6  2011 com.microsoft.OfficeNotifications.plist
    -rw-------    1 emilianborissov  staff            10923 Jun 22 16:18 com.microsoft.Powerpoint.plist
    -rw-------    1 emilianborissov  staff            27319 Jul 11 22:08 com.microsoft.Word.plist
    -rw-------    1 emilianborissov  staff             1400 May 19 13:30 com.microsoft.autoupdate2.plist
    -rw-------    1 emilianborissov  staff               81 Jan  6  2011 com.microsoft.entourage.database_daemon.plist
    -rw-------    1 emilianborissov  staff               59 Jan  6  2011 com.microsoft.entourage.office_reminders.plist
    -rw-------    1 emilianborissov  staff              112 Jan  6  2011 com.microsoft.entourage.syncservices.plist
    -rw-------    1 emilianborissov  staff              217 Jun 21 14:08 com.microsoft.error_reporting.plist
    -rw-------    1 emilianborissov  staff               81 Jan 10  2011 com.microsoft.office.setupassistant.plist
    -rw-------    1 emilianborissov  staff               81 Jan 10  2011 com.microsoft.office_pg.plist
    -rw-------    1 emilianborissov  staff               81 Jan 10  2011 com.microsoft.outlook.database_daemon.plist
    -rw-------    1 emilianborissov  staff               59 Jan 10  2011 com.microsoft.outlook.office_reminders.plist
    -rw-------    1 emilianborissov  staff             1078 Jan 10  2011 com.microsoft.rdc.LSSharedFileList.plist
    -rw-------    1 emilianborissov  staff              133 Jan 10  2011 com.microsoft.rdc.plist
    -rw-------    1 emilianborissov  staff               81 Jan 10  2011 com.microsoft.removeoffice.plist
    -rw-------    1 emilianborissov  staff               81 Jan  6  2011 com.microsoft.setupassistant.plist
    -rw-------    1 emilianborissov  staff               96 Jun 21 21:35 com.microsoft.visual_basic.plist
    -rw-------    1 emilianborissov  staff              629 Feb 19 21:14 com.mindnode.MindNodePro.plist
    -rw-------    1 emilianborissov  staff             2249 Jul 16 12:25 com.native-instruments.Controller Editor.plist
    -rw-------    1 emilianborissov  staff              490 May 10 14:31 com.native-instruments.Traktor Pro.plist
    -rw-------    1 emilianborissov  staff              302 Nov 17  2010 com.powersurgepub.iwisdom.plist
    -rw-------    1 emilianborissov  staff             6838 Feb 19 21:14 com.rpatechnology.mobilemouse.plist
    -rw-------    1 emilianborissov  staff              120 Jan 10  2011 com.screentime.mProjector.mPlayer-1429790083.plist
    -rw-------    1 emilianborissov  staff              109 Mar 28 12:56 com.shpakovski.mac.translator.plist
    -rw-------    1 emilianborissov  staff             1125 Jul 16 13:28 com.skype.skype.plist
    -rw-------    1 emilianborissov  staff             8670 Jun 21 12:30 com.soggywaffles.Paintbrush.LSSharedFileList.plist
    -rw-------    1 emilianborissov  staff              548 Jun 21 12:30 com.soggywaffles.Paintbrush.plist
    -rw-------    1 emilianborissov  staff              703 Jul  5 21:19 com.stuffit.StuffIt-Expander.plist
    -rw-------    1 emilianborissov  staff           106281 Jul 13 19:20 com.synium.cleanapp3.plist
    -rw-------    1 emilianborissov  staff           482993 Dec 15  2010 com.synium.macfamilytree.plist
    -rw-------    1 emilianborissov  staff               62 Mar 14 21:43 com.ti.eps.TIConnectX.CommManager.plist
    -rw-------    1 emilianborissov  staff              106 May 25 20:24 com.ti.eps.TIConnectX.Data Editor.plist
    -rw-------    1 emilianborissov  staff             3756 May 26 11:38 com.ti.eps.TIConnectX.Device Explorer.plist
    -rw-------    1 emilianborissov  staff             7165 Jun  1 16:49 com.ti.eps.TIConnectX.pluginLocator.plist
    -rw-------    1 emilianborissov  staff             2140 Jun  1 16:49 com.ti.eps.TIConnectX.toolLocator.plist
    -rw-------    1 emilianborissov  staff            11081 Jun  9 17:06 com.trolltech.plist
    -rw-------    1 emilianborissov  staff             1015 Jan 20 00:43 com.zykloid.Posterino.LSSharedFileList.plist
    -rw-------    1 emilianborissov  staff             4412 Jan 20 00:43 com.zykloid.Posterino.plist
    -rw-------    1 emilianborissov  staff              117 Feb  2 22:56 de.synium.GlobalPreferences.plist
    -rw-------    1 emilianborissov  staff              215 Dec 15  2010 dk.sunenielsen.Big-Deck-Solitaire.plist
    -rw-------    1 emilianborissov  staff             1760 Nov 30  2010 fr.chachatelier.pierre.LaTeXiT.plist
    -rw-------    1 emilianborissov  staff             1465 Nov 26  2010 fr.svcreation.gettube.plist
    -rw-------    1 emilianborissov  staff              265 Jul 16 15:21 iCalExternalSync.plist
    -rw-------    1 emilianborissov  staff             2694 Jun 24 10:51 loginwindow.plist
    -rw-------    1 emilianborissov  staff             2810 Jun  9 17:07 org.djvu.DjView.plist
    -rw-------    1 emilianborissov  staff              180 Feb 25 16:11 org.mixxx.mixxx.plist
    -rw-------    1 emilianborissov  staff             4036 Jun 29 13:34 org.niltsh.MPlayerX.LSSharedFileList.plist
    -rw-------    1 emilianborissov  staff              490 Jun 29 13:34 org.niltsh.MPlayerX.plist
    -rw-------    1 emilianborissov  staff             3114 May 17 12:10 org.openoffice.script.LSSharedFileList.plist
    drwx------    3 emilianborissov  staff              102 Mar 11 20:16 org.videolan.vlc
    -rw-------    1 emilianborissov  staff             9972 Jul 16 15:43 org.videolan.vlc.LSSharedFileList.plist
    -rw-------    1 emilianborissov  staff              469 Jul 16 15:43 org.videolan.vlc.plist
    -rw-------    1 emilianborissov  staff              174 Dec 19  2010 org.x.X11.plist
    -rw-------    1 emilianborissov  staff               88 Jul 16 12:26 pbs.plist
    -rw-r--r--@   1 emilianborissov  staff              132 Jan 12  2011 sLCC Preferences
    -rw-r--r--@   1 emilianborissov  staff               88 Mar 21 19:20 system.iUtils.prefs
    -rw-------    1 emilianborissov  staff             1643 Jun 18 15:51 th.co.idevelop.lockscreen.plist
    -rw-------    1 emilianborissov  staff               91 Jul 16 13:00 widget-com.apple.widget.calendar.plist
    -rw-------    1 emilianborissov  staff               69 Jan  2  2011 widget-com.apple.widget.cinema.plist
    -rw-------    1 emilianborissov  staff              113 Nov  3  2010 widget-com.apple.widget.dictionary.plist
    -rw-------    1 emilianborissov  staff              127 Feb 14 01:13 widget-com.apple.widget.flighttracker.plist
    -rw-------    1 emilianborissov  staff             1156 Jul 16 13:00 widget-com.apple.widget.stickies.plist
    -rw-------    1 emilianborissov  staff                0 Apr  7 21:05 widget-com.apple.widget.stickies.plist.DFG6Jfy
    -rw-------    1 emilianborissov  staff              906 May 26 11:38 widget-com.apple.widget.stickies.plist.KShfJ1q
    -rw-------    1 emilianborissov  staff              967 Feb 22 15:52 widget-com.apple.widget.stickies.plist.PGEwXXW
    -rw-------    1 emilianborissov  staff              753 Apr  3 16:43 widget-com.apple.widget.stickies.plist.Tt1RsN1
    -rw-------    1 emilianborissov  staff                0 Jan 28 02:21 widget-com.apple.widget.stickies.plist.XWC5jZ4
    -rw-------    1 emilianborissov  staff              907 May 24 01:19 widget-com.apple.widget.stickies.plist.s4exVtE
    -rw-------    1 emilianborissov  staff               79 Jan  2  2011 widget-com.apple.widget.translation.plist
    -rw-------    1 emilianborissov  staff             5376 Jul 16 16:45 widget-com.apple.widget.unitconverter.plist
    -rw-------    1 emilianborissov  staff              310 Jul 16 13:00 widget-com.apple.widget.weather.plist
    -rw-------    1 emilianborissov  staff              365 May 29 15:29 widget-com.apple.widget.weather.plist.g9P6e8y
    -rw-------    1 emilianborissov  staff                0 Dec 27  2010 widget-com.apple.widget.weather.plist.mvjMV7R
    -rw-------    1 emilianborissov  staff              399 Feb 12 19:01 widget-com.apple.widget.weather.plist.uVfr4Hm
    -rw-------    1 emilianborissov  staff              184 Jun 28 22:42 widget-com.apple.widget.worldclock.plist
    -rw-------    1 emilianborissov  staff              231 Jul 16 13:00 widget-com.donkeyentertainment.widget.PEMDAS.plist
    -rw-------    1 emilianborissov  staff              348 Jul 16 16:45 widget-com.iSlayer.iStatnanoV2.widget.plist

  • User Defaults - Not saved

    Hi All,
    We are working on SPM 2.1, SP5. Our end users are having a issue while saving the user defaults and the changes are not getting reflected post saving.
    This issue doesnt seem like webservice as I could do it using my ID, i feel it is more of authorization issue.
    We have following roles assigned to the end user.
    SAP_XA_BASIC
    SAP_XA_USER
    Let me know if we are missing any roles for the user.
    Regards,
    Sampat Desai

    Hi Sampat,
    Am not sure if "User Default settings" has anything to do the authorizations.
    Try reducing connection life time in visual admin to around 300-500 sec.
    Regards,
    Deeraj Shetty

  • User Presets not saved correctly

    I am trying to set up specific 3 User Presets to export files to a given file location.
    But when I return to user presets LR only shows *one* of the 3 locations used and that is set against each of the 3 presets.
    Q: This looks like a bug, as I cannot seem to save the different file locations to a different user preset... or am I doing something wrong ?
    (LR 5.6 on Mac OS 10.9)

    Even I try to Right Click the preset and use the UPDATE WITH CURRENT SETTINGS, this is not working.
    I'm really puzzled by this.

  • User avatar not saved

    I have a strange phenomenon with the user profile picture (avatar).
    Via System Preferences/Users&Groups, I select another image as avatar. This image is updated correctly and I can also see it on e.g. the login screen.
    After some time; mostly after the Mac has been put to sleep for a while, the older, original image is restored. So there is somewhere a task that always resets this image to the original. Any idea? Or a bug?

    Same problem for me, I've tested with LDAP and Winbind users, without success.
    I can login with the "not listed" link and typing the username manually, but it's a real pain.
    The strange thing in fact, is that the users list appears after the first logout.
    Someone with an hint?
    Thank you.

  • Photoshop prefs not saving

    Numerous issues since trying out some of the CC 2014 offerings including
    Unable to update any apps in the Mac OS desktop app since first updating Premiere and After Effects. Premiere updates and load After Effect 2014 won't open
    Seems related to preferences and permissions. Message from Photoshop 2014 on close:
    Could not save Preferences because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the ‘Get Info’ command in the Finder to ensure the file is unlocked and you have permission to access the file. If the problem persists, save the document to a different file or duplicate it in the Finder.
    Trying to find those preference files without any luck. Hidden files?
    Mac OSX.9.3  MacPro Quad 2.8 w 16GB RAM
    Coruway

    Some 10.9.3 links
    -Mac 10.9.3 workaround https://forums.adobe.com/thread/1489922
    -more Mac 10.9.3 https://forums.adobe.com/thread/1491469
    Enable Mac Root User https://forums.adobe.com/thread/1156604
    -more Root User http://forums.adobe.com/thread/879931
    -and more root user http://forums.adobe.com/thread/94

Maybe you are looking for

  • 11.1.2.1 execute dataload error in erpi and FDM

    Hi I met a critical problem when execute dataload in erpi using classic method. there are data in E business suite, but I don't know why I can't pull data from EBS. also I execute dataload using FDM method, the import step in FDM yields an error: "er

  • How to set page size and bleed

    Hi all, First of all, I am really a totally newbie for Indesign. My knowledge of Indesign is zero. Recently my design send me a artwork but he is missing now. I need to do some modify for printing but I really got no idea what should I do. The printi

  • How do you change the text color in your junk mail folder

    How do you change the text color in your junk mail folder?

  • Lion OS X Security & Stability Questions

    Hi, My mac was hacked before and somehow they had remote access to my macbook pro. I was using snow leopard. I have Lion OS X now,but I am seeing the rainbow wheel (busy) too much. The kernel_task is using 508MB out of 4GB while I am only using Chrom

  • Burn a SLIDESHOW to a DVD

    I would like to burn a DVD to playback a SLIDESHOW from iPhoto 09 on my television. Is this possible please?