My dad says, "I don't want to upgrade! Things work fine! They always dick around with everything!" He's talking about QuarkXPress and MS Office and whatnot, which is understandable. But, for the first time ever, I'm not excited about the new version of the Mac operating system.
~/.osx — a collection of sensible defaults for OS X Lion
51–60 of 90 posts
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#52I'm sad that this is now necessary. Mac OS X 10.5 was the first version of OS X which I could start using for work immediately without installing any hacks (with the one exception of the Terminal Colors SIMBL plugin). My dad says, "I don't want to upgrade! Things work fine! They always dick around with everything!" He's talking about QuarkXPress and MS Office and whatnot, which is understandable. But, for the first t…
I do like the new Terminal.app.
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#53Re: ~/.osx — a collection of sensible defaults for OS X Lion
#54defaults write com.apple.dock no-glass -bool true It is interesting how many people don't like the 3D dock. Maybe Apple should think about this.
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#55does defaults write com.apple.TextEdit NSQuitAlwaysKeepsWindows -bool false work as well? This feature is infuriating and buggy.
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#56The top of my list is always this. # Show hidden files/folders defaults write com.apple.finder AppleShowAllFiles TRUE
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#57I'm looking for the setting that stops OSX from asking me to retype my admin password 1000 times per hour. ME: Cmd+c Macbook Air: Seriously??? OK, if you really want to copy that text I'll let you, but first you'll need to prove that you're an administrator.
killall Finder; sudo /application/Finder;Re: ~/.osx — a collection of sensible defaults for OS X Lion
#58Re: ~/.osx — a collection of sensible defaults for OS X Lion
#59The top of my list is always this. # Show hidden files/folders defaults write com.apple.finder AppleShowAllFiles TRUE
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#60Earlier quoted context omitted.
I agree, the defaults that Apple set will probably be preferred by most people. This is more of a hacker optimized set of defaults.
I agree, but some of the new defaults Apple introduced are really weird. For example, why does mounting a new volume no longer bring that window to the foreground? It used to be trivial to install an App by downloading a Disk Image from a web page: Safari would automatically open it when ready and it would pop into the foreground so you could install. Now, there is no feedback at all (apart from a quick "verifying im…