Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

minws13

macrumors newbie
Original poster
Dec 4, 2011
8
0
Hello everyone,

I'm having a weird problem in Lion.

I can quit Finder with command + Q (!) but then it does not launch. Only with the command in terminal
sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder

which does not fix the problem, I only get empty windows and cannot access my hard drive.

Performed a permissions repair and verified disk, but nothing gets fixed.
Any ideas?
 
Hello everyone,

I'm having a weird problem in Lion.

I can quit Finder with command + Q (!) but then it does not launch. Only with the command in terminal
sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder

which does not fix the problem, I only get empty windows and cannot access my hard drive.

Performed a permissions repair and verified disk, but nothing gets fixed.
Any ideas?
To relaunch Finder, rather than Quit, use Command-Option-Escape then select Finder and click Relaunch. Or hold the Option key and right-click on the Finder icon on the Dock to select Relaunch.
 
I can quit Finder with command + Q (!)
Have you got some weird Login Item, daemon, or Service that responds to cmd Q in Finder? Finder has no 'Quit' menu item, so the key combo is being interpreted elsewhere.
You also might check Keyboard Shortcuts Prefs pane for an unwanted cmd Q interpretation.
 
have you got some weird login item or service that responds to cmd q in finder? Finder has no 'quit' menu item, so the key combo is being interpreted elsewhere.
You also might check keyboard shortcuts prefs pane for an unwanted cmd q interpretation.
:)
ScreenCap 37.PNG
 
You might try from terminal: killall "Finder" to get it restarted. [this might fail if you've already quit Finder, but is worth a shot]

Or make an Applescript based Automator service to which you can add a kybd shortcut:
Code:
do shell script "killall Finder"
 
For some reason it got fixed.

I had the option "Add quit item to Finder menu" checked, but unckecking didn't do the trick...

"killall Finder" wasn't working as well...

I dunno, I restarted a couple of times an since then its working fine.

I hope I dont get back to having the same problem.

Thanks alot for the help people!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.