Thread: Glo Kobo Night Mode
View Single Post
Old 02-25-2014, 02:39 PM   #337
trekk
Terraner
trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.
 
trekk's Avatar
 
Posts: 532
Karma: 4455667
Join Date: Aug 2011
Device: Kobo Libra, Aura One, Kindle Oasis 1 & 2 ...
Quote:
Originally Posted by Tizzalicious View Post
If anyone else has problems finding the .kobo folder on a mac. Try typing the following in Terminal to show all hidden folders:

defaults write com.apple.finder AppleShowAllFiles 1

and then reboot your computer.
Nice tip, but rebooting is not necessary. In the terminal app write

Code:
defaults write com.apple.finder AppleShowAllFiles TRUE && killall Finder
and hit the Return button. This will show you all hidden files in Finder immediately. With

Code:
defaults write com.apple.finder AppleShowAllFiles FALSE && killall Finder
these files will hide again.

In the terminal you can switch between the last code with the arrow up/down keys, so you don't have to type this over and over again

Last edited by trekk; 02-25-2014 at 02:41 PM. Reason: Typo corrected
trekk is offline   Reply With Quote