patch for viewing DjVu files
Egmont Koblinger
egmont at uhulinux.hu
Fri Sep 8 16:47:58 UTC 2006
On Fri, Sep 08, 2006 at 07:40:48PM +0300, Pavel Tsekov wrote:
> >> Open=if [ "$DESKTOP_SESSION" = "kde" ]; then (nohup kdvi %f &); else (nohup djview %f &); fi
> >
> > No problem about using kdvi with me, but why nohup? No entry in
> > mc.ext.in currently has it.
>
> Does everyone agree ?
nohup redirects output to "nohup.out". Even thought it does it in append
mode, it may ruin my file that I used for other purpose.
We should check if another utility (e.g. setsid) which doesn't modify my
files is suitable instead.
--
Egmont
More information about the mc-devel
mailing list