New answers tagged error
0
As the library is in /opt/local this probably means that the WordMaker executable was compiled using Macports libraries. So you need to install the libSM library via Macports like this.
sudo port install xorg-libsm
0
chflags can set various options on a file that affect its display in Finder. See man chflags, which mentions that the existing flags on a file can be seen by using ls -lO.
Extended Attributes are also a possibility (although I think less likely for this issue): try ls -l@, or xattr -l filename to see those.
Top 50 recent answers are included