[MacPorts] #39057: FontForge.app icns file permission issue
#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
#39057: FontForge.app icns file permission issue ----------------------------+-------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: fontforge | ----------------------------+-------------------------------- Changes (by macsforever2000@…): * status: new => closed * resolution: => fixed Comment: r105933 -- Ticket URL: <https://trac.macports.org/ticket/39057#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts