Fw: Re: patch for viewing DjVu files

2006-09-08 Thread
--- Forwarded message --
From: Nerijus Baliunas [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Date: 08.09.06 00:41
Subject: Re: patch for viewing DjVu files

On Fri, 8 Sep 2006 00:32:51 +0400 (MSD) [EMAIL PROTECTED] wrote:

 if mc is running under Konsole with kdvi been running from mc then kdvi will 
 be closed if you exit from mc.

Please reply to mailing list.

Regards,
Nerijus

--- End of forwarded message --

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: patch for viewing DjVu files

2006-09-08 Thread Pavel Tsekov
On Thu, 7 Sep 2006, Nerijus Baliunas wrote:

 On Thu, 7 Sep 2006 19:46:39 +0400 (MSD) [EMAIL PROTECTED] wrote:

 I use kdvi for djvu, it more handy then djview:

 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 ?
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: patch for viewing DjVu files

2006-09-08 Thread Egmont Koblinger
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
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: patch for viewing DjVu files

2006-09-08 Thread
now in my mc.ext :

Open=if [ $DESKTOP_SESSION = kde ]; then (nohup kdvi %f /dev/null 21 ); 
else (if [  -e /usr/bin/evince  ]; then (evince %f /dev/null 21 ); else 
(nohup djview %f /dev/null 21 ); fi); fi


ps I will wait Open/Xopen/KOpen/GOpen  :)

--
Sincerely Yours,
Vadim Likhota
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel