Opened 11 years ago

Closed 11 years ago

#39057 closed defect (fixed)

FontForge.app icns file permission issue

Reported by: machsna (J. ‘mach’ Wust) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: fontforge

Description

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

Change History (1)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.