Re: exmh over sshfs
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 18 Sep 2008 13:36:52 PDT, Kevin Oberman said: > Has anyone looked at running exmh on an sshfs mounted file system? I > just gave it a quick try: > % sshfs -o idmap=user my-host: my-host > % setenv HOME /home/oberman/my-host > % exmh > > exmh starts up normally, with all of the folders shown and the cache > populated with the unseen message counts. But the FTOC is left empty and > never shows any data, including when I do a rescan or change folders. > > I do get a single error: > exmh-bg: send error from command "Inc_PresortFinish", error "" My first guess is that the exmh-bg is managing to get launched/run with a different value for $HOME, or the 3 uses of ~ to expand to home directory are giving it indigestion? My second guess is that the $HOME *is* working, and it's finding a .Xauthority file that's lacking a proper cookie for the real display, and thus isn't able to use the Tk/Tcl 'send' command... Most likely the second. To fix, you should be able to just: setenv XAUTHORITY /home/oberman/.Xauthority (or wherever it actually is on your box) _______________________________________________ Exmh-users mailing list [email protected] https://www.redhat.com/mailman/listinfo/exmh-users
signature.asc
(application/pgp-signature, 226 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Exmh version 2.5 07/13/2001 iD8DBQFI0sCucC3lWbTT17ARAsZ+AJ94RHco4uNPZ+8ec+CZfg5zR8sc7QCfSBWX n/j6cl7g7m00Cx8DObmlS4c= =+Kgy -----END PGP SIGNATURE-----