Opened 8 years ago

Last modified 7 years ago

#50299 closed defect

sshfs-gui: Not Visible in Finder — at Initial Version

Reported by: chicagotripp (Altoine Barker) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc: nomaintainer@…
Port: sshfs-gui

Description

I don't know how to change the permissions by port file but I manually changed the group from wheel to admin and that solved the problem of sshfs.app not appearing in /Applications/MacPorts. Port contents list:

Port sshfs-gui contains:

/Applications/MacPorts/sshfs.app/Contents/Info.plist /Applications/MacPorts/sshfs.app/Contents/MacOS/sshfs /Applications/MacPorts/sshfs.app/Contents/PkgInfo /Applications/MacPorts/sshfs.app/Contents/Resources/English.lproj/InfoPlist.strings /Applications/MacPorts/sshfs.app/Contents/Resources/English.lproj/Localizable.strings /Applications/MacPorts/sshfs.app/Contents/Resources/English.lproj/MainMenu.nib /Applications/MacPorts/sshfs.app/Contents/Resources/askpass /Applications/MacPorts/sshfs.app/Contents/Resources/ssh.icns /Applications/MacPorts/sshfs.app/Contents/Resources/sshnodelay.so

ls -l /Applications/MacPorts/ lists before fix:

drwxr-xr-x  9 root      admin  306 Jan 11 15:59 Developer
drwxr-xr-x  3 root      admin  102 Jan 10 18:46 GIMP.app
drwxr-xr-x  4 root      admin  136 Jan  9 18:34 Python 2.7
drwxr-xr-x  4 root      admin  136 Jan  9 19:13 Python 3.4
drwxr-xr-x  3 macports  admin  102 Jan 10 12:32 mpv.app
drwxr-xr-x  3 root      wheel  102 Jan 10 22:21 sshfs.app

The fix: chgrp -R admin /Applications/MacPorts/sshfs.app

ls -l /Applications/MacPorts/ lists after fix:

drwxr-xr-x  9 root      admin  306 Jan 11 15:59 Developer
drwxr-xr-x  3 root      admin  102 Jan 10 18:46 GIMP.app
drwxr-xr-x  4 root      admin  136 Jan  9 18:34 Python 2.7
drwxr-xr-x  4 root      admin  136 Jan  9 19:13 Python 3.4
drwxr-xr-x  3 macports  admin  102 Jan 10 12:32 mpv.app
drwxr-xr-x  3 root      admin  102 Jan 10 22:21 sshfs.app

I apologize in advance for not RTFM but I wanted to do my part and contribute quickly before my noble thoughts faded to memory in the land of procrastination.

Change History (0)

Note: See TracTickets for help on using tickets.