A small file manager which only depends on QtGui and QtNetwork (no modern hal, polkit, etc.). http://www.qtfm.org/ Fix: 1. <sys/vfs.h> -> <sys/mount.h>; 2. inotify -> QFileSystemWatcher (reported to upstream); 3. /proc/self/mtab watching -> kevent EVFILT_FS in a thread; 4. /proc/self/mtab parsing -> getmntinfo(3) (reported).
Fix 1 known problem and a big miss. 1. Requires qt4-imageformats plugins. 2. Use USE_DOS2UNIX in a correct way (did not noticed that due to the icon cache). -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
State Changed From-To: open->closed New port added, with minor changes. Thanks!