|
| ||||||||||
| Tags: boot, mac os x, ntfs, os x lion, pop up |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Getting System Preferences pop up on boot of Mac OS X Lion
|
|
#2
| |||
| |||
| Re: Getting System Preferences pop up on boot of Mac OS X Lion
Looking at the situation I am suggesting following thing which will help you to resolve the matter of yours. in this particular work around you are supposed to delete service which supposed to starting Preferences Panel with NTFS on operating system which you have installed on your system. You should go for Applications and click on Utilities. From Utilities window you should go for Terminal and run below mentioned command. Code: sudo rm /System/Library/LaunchAgents/com.paragon.NTFS.notify.plist Also you should change RunAtLoad to false. Once you have done the same you will not get Preferences pane pop up upon booting up of your system. |
|
#3
| |||
| |||
| Re: Getting System Preferences pop up on boot of Mac OS X Lion
Give a try to below mentioned steps and let me know whether it is working or not.
Remove From Dock Open At Login Show in Finder Open
|
|
#4
| |||
| |||
| Re: Getting System Preferences pop up on boot of Mac OS X Lion
I was facing the same issue with Paragon NTFS 9.5.2. i had fixed the issue by using below mentioned steps. The reason why reappearing preference pane happening at bootup as Paragon NTFS checking specific file at specific location. Code: /Users/<<your_username>>/Library/Application Support/Paragon NTFS for Mac OS X/.notfirsttime Code: /Volumes/<<second_harddrive>>/Users/ Paragon NTFS would create .notfirsttime-file file into below mentioned folder. Code: /Volumes/<<second_harddrive>>/Users/<<your_username>>/Library/Application Support/Paragon NTFS for Mac OS X/ Code: /Users/<<your_username>>/Library/Application Support/Paragon NTFS for Mac OS X/ Now you should try below mentioned things to resolve above mentioned issue. First of all you should create soft link for relevant users into /Users/ directory to the location by having Code: ln -s /Volumes/<<second_harddrive>>/Users/<<your_username>> /Users/<<your_username>> Code: mkdir /Users/<<your_username>>; cd /Users/<<your_username>>; mkdir Library; cd Library; mkdir "Application Support"; cd "Application Support"; mkdir "Paragon NTFS for Mac OS X"; cd "Paragon NTFS for Mac OS X"; touch .notfirsttime |
|
#5
| |||
| |||
| Re: Getting System Preferences pop up on boot of Mac OS X Lion
I am posting another solution apart from above which can help you to resolve the issue which you are getting over here.
|
|
#6
| |||
| |||
| Re: Getting System Preferences pop up on boot of Mac OS X Lion
Well I am suspecting that the issue which you have mentioned over here is happening because of bug issue. I am hoping that Paragon should provide a new update to fix said bug issue over here. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Getting System Preferences pop up on boot of Mac OS X Lion" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| After installing OS X Lion, finder unable to keep the preferences set | Mia! | Operating Systems | 4 | 24-11-2011 09:24 PM |
| Unable to save user preferences in Mac OS X Lion | Diamond! | Operating Systems | 2 | 17-11-2011 09:44 PM |
| System hangs on boot, after updating to Mac OS X Lion | Mia! | Operating Systems | 10 | 17-10-2011 10:32 PM |
| Mac System Preferences problem | Parvati | Operating Systems | 6 | 02-06-2010 10:12 AM |
| System Preferences Freezes on Mac | Chen | Portable Devices | 4 | 26-05-2010 06:27 AM |