[MacPorts] #39057: FontForge.app icns file permission issue
MacPorts
noreply at macports.org
Fri May 10 03:14:35 PDT 2013
#39057: FontForge.app icns file permission issue
---------------------------+--------------------------------
Reporter: j_mach_wust@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Keywords: | Port: fontforge
---------------------------+--------------------------------
The icns file of fontforge @20120731_0 FontForge.app in
`/Applications/MacPorts/FontForge.app/Contents/Resources/FontForge.icns`
has no permissions for group and other. It should have read permissions
for group and other. Since there are no read permissions, the
FontForge.app will appear with the generic application icon instead of the
FontForge icon.
Here is the problem:
{{{
%% ls -l
/Applications/MacPorts/FontForge.app/Contents/Resources/FontForge.icns
-rw------- 1 macports admin 46328 Jul 10 2012
/Applications/MacPorts/FontForge.app/Contents/Resources/FontForge.icns
}}}
I can manually fix it like this:
{{{
%% chmod go+r
/Applications/MacPorts/FontForge.app/Contents/Resources/FontForge.icns
}}}
Which leads to the correct permissions:
{{{
%% ls -l
/Applications/MacPorts/FontForge.app/Contents/Resources/FontForge.icns
-rw-r--r-- 1 macports admin 46328 Jul 10 2012
/Applications/MacPorts/FontForge.app/Contents/Resources/FontForge.icns
}}}
--
Ticket URL: <https://trac.macports.org/ticket/39057>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list