
Enable mail bundles in the installer
Reported by Alex (via GPGTools) | December 12th, 2010 @ 03:38 PM | in 20110322
I ran the (all-in-one) installer for a completely new user but the GPGMail bundle was not shown within Mail.app.
Comments and changes to this ticket
-
time2ride December 12th, 2010 @ 08:54 PM
weird, because this should actually be done. See: https://github.com/GPGTools/GPGTools/blob/master/payload/gpgmail-po...
Did executing:
defaults write com.apple.mail EnableBundles -bool YES
defaults write com.apple.mail BundleCompatibilityVersion -int 3
solve it? -
Alex (via GPGTools) December 12th, 2010 @ 11:02 PM
$ defaults read com.apple.mail EnableBundles
2010-12-12 22:52:50.845 defaults[95171:903] The domain/default pair of (com.apple.mail, EnableBundles) does not exist
$ defaults read com.apple.mail BundleCompatibilityVersion
2010-12-12 22:52:58.076 defaults[95172:903] The domain/default pair of (com.apple.mail, BundleCompatibilityVersion) does not exist
$ #download GPGTools from gpgtools.org
$ open /Volumes/GPGTools/GPGTools.mpkg
((now install everything and enter admin username/password))
$ defaults read com.apple.mail EnableBundles
2010-12-12 22:56:03.264 defaults[95300:903] The domain/default pair of (com.apple.mail, EnableBundles) does not exist
$ defaults read com.apple.mail BundleCompatibilityVersion
2010-12-12 22:56:06.816 defaults[95301:903] The domain/default pair of (com.apple.mail, BundleCompatibilityVersion) does not exist
$ defaults write com.apple.mail GPGMailDebug -int 1
$ open /Applications/Mail.app
$
-
Alex (via GPGTools) December 13th, 2010 @ 05:57 AM
- State changed from new to resolved
(from [3c85596bebbc75689f16196b8533f51b011ed7bf]) possible fix for bundles not being activated [#7 state:resolved] https://github.com/GPGTools/GPGTools/commit/3c85596bebbc75689f16196...
-
-
Alex (via GPGTools) December 13th, 2010 @ 12:33 PM
- State changed from resolved to open
Unfortunately bundles are still not enabled. Even worse: the user cannot open Mail.app anymore since the owner of '~/Library/Mail' is now root.
-
Alex (via GPGTools) December 13th, 2010 @ 12:44 PM
Ok, this only happens if the user have never started Mail.app before. Otherwise it seems to work now even though 'defaults read ...' still doesn't show me the set values.
-
Alex (via GPGTools) December 13th, 2010 @ 12:46 PM
- State changed from open to resolved
-
Alex (via GPGTools) January 20th, 2011 @ 09:53 AM
- Milestone set to 20110322
- Importance changed from to
-
steve June 18th, 2015 @ 04:30 PM
- State changed from resolved to released
- Importance cleared.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
- Nobody is watching this ticket.
Referenced by
-
7 Enable mail bundles in the installer (from [3c85596bebbc75689f16196b8533f51b011ed7bf]) possibl...