Closed
Bug 802703
Opened 12 years ago
Closed 12 years ago
[OS X] add LSApplicationCategoryType to the info.plist
Categories
(Firefox :: Shell Integration, enhancement)
Tracking
()
RESOLVED
FIXED
Firefox 19
People
(Reporter: kohei, Assigned: kohei)
Details
Attachments
(1 file, 1 obsolete file)
1006 bytes,
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #714716 +++
I couldn't find the related bug for Firefox.
Just add the following 2 lines to Info.plist:
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
Assignee | ||
Comment 1•12 years ago
|
||
The file is located at http://mxr.mozilla.org/mozilla-central/source/browser/app/macbuild/Contents/Info.plist.in
Updated•12 years ago
|
Attachment #672411 -
Flags: review?(smichaud)
Comment 2•12 years ago
|
||
Comment on attachment 672411 [details] [diff] [review]
patch
Looks fine to me.
I'm not sure I understand the point: An app's "category" seems to be a Mac App Store thing (http://hints.macworld.com/article.php?story=20111017134102735).
But it seems harmless.
Attachment #672411 -
Flags: review?(smichaud) → review+
Comment 3•12 years ago
|
||
(In reply to Steven Michaud from comment #2)
> I'm not sure I understand the point:
Bug 714716 has more information and a screenshot.
Comment 4•12 years ago
|
||
Oh, OK. See particularly bug 714716 comment #0.
Interestingly, it seems that /Applications and /Applications/Utilities are the only directories that can be sorted by "Application Category" (at least on OS X 10.7.5, where I tested). But that's a sensible way to sort those directories.
Comment 5•12 years ago
|
||
Attachment #672411 -
Attachment is obsolete: true
Updated•12 years ago
|
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Assignee | ||
Comment 8•12 years ago
|
||
Bug 802704 for Thunderbird. Both belongs in the Productivity category.
You need to log in
before you can comment on or make changes to this bug.
Description
•