Opened 8 years ago

Closed 7 years ago

#50299 closed defect (worksforme)

sshfs-gui: Not Visible in Finder

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 (6)

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

Cc: nomaintainer@… removed

Please do not Cc nomaintainer@… because it is not a valid email address.

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

I'm unable to reproduce this problem. The app appears in /Applications/MacPorts after installation.

comment:4 in reply to:  3 Changed 8 years ago by chicagotripp (Altoine Barker)

Replying to ryandesign@…:

I'm unable to reproduce this problem. The app appears in /Applications/MacPorts after installation.

Maybe the problem is the result of using El Capitan? I apologize for not mentioning that before. My system is a fresh install of macports on a newly setup macbook pro (mid 2015).

comment:5 Changed 7 years ago by chicagotripp (Altoine Barker)

I have revisited this ticket and I am unable to reproduce this problem, as well. I'm currently running MacOS High Sierra with no issues. The program installs and runs just fine. This ticket may be closed.

comment:6 Changed 7 years ago by raimue (Rainer Müller)

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