Tagged Questions
0
votes
1answer
51 views
Where to configure the default user group for file/directory creation?
I would like to configure the default group for any file or directory which is created by my user. I am not sure where to start. Could somebody point me the right direction? My user lives in Active ...
2
votes
3answers
818 views
“Application opened for the first time” warning after every reboot
I have a problem with Lion 10.7.5.: the system does not remember that I already opened applications before. After every reboot, every time I open an application it displays the warning as if it's the ...
0
votes
0answers
16 views
Open File window badly framed
Whenever I need to open a file from any app the finder window is extremely bad framed. The toolbar gets most of the space on the window and I always have to widen the window towards right in order to ...
0
votes
0answers
22 views
Will this bitscrubber in fact scrub away bits rather than writing to a new file?
I have a Unix-y bash script and a Python script:
#!/bin/bash
for item in $*
do
for file in `find $item -type f`
do
bitscrubber_internal $item
done
rm -rf $item
done
and
...
6
votes
2answers
2k views
Can you reinstall OS X on a FileVault 2-encrypted drive?
I've been researching FileVault 2 to make sure that I understand it before I enable it on my Mac. While reading Macworld's Complete guide to FileVault 2 in Lion, I encountered an unexpected caveat ...
2
votes
3answers
159 views
New programs must be launched twice in 10.7.3?
I noticed recently that new programs (newly installed or downloaded) are not opening on first try on my MacBook Pro, or on my wife's MacBook. Both are running 10.7.3.
On first launch, new programs ...
2
votes
1answer
251 views
In Lion, the “Open File” dialog doesn't refresh until 30 to 60 seconds after the window appears
I'm running Lion (10.7.3). In any application, when I bring up the "Open File" dialog, it shows an outdated list of files — files I deleted hours ago still show up; files I recently created don't ...
8
votes
3answers
1k views
How can I associate a file extension with a content type?
I have some files with extension "module" and "inc," which are PHP files. When I try to open them, the list of applications that can open them shows only the application I have set as default ...
1
vote
2answers
135 views
How Can I Clear the Website Loaded on Startup?
On Mac OS Lion, apps seem to persist their state across launches. Generally, this is a good thing. However, I seem to have run into a problem.
In Safari, I must have typed quickly and hit enter ...