Hello,
please apply:
--- mc.ext.orig 2010-01-04 12:10:24.0 +0200
+++ mc.ext 2010-01-05 00:17:17.635405907 +0200
@@ -239,7 +239,7 @@
View=%view{ascii} apt-cache show `echo %p | sed
's/\([0-9a-z.-]*\).*/\1/'`
# ISO9660
-regex/\.iso$
+regex/\.(iso|ISO)$
Open=%cd %p#i
Hi Nerijus,
On Tue, 2006-02-14 at 02:37 +0200, Nerijus Baliunas wrote:
> shell/.xcf
> - Open=gimp %f
> + Open=(gimp %f &)
Committed. Thanks.
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
___
Mc-devel mailing list
http://ma
On Tue, 14 Feb 2006 11:12:03 +0200 Andy Shevchenko <[EMAIL PROTECTED]> wrote:
> > please apply the following simple patch, as otherwise gimp opens in
> > foreground:
> > + Open=(gimp %f &)
> May be more preferable to use gimp %f > /dev/null 2>&1 & ?
Maybe, but my gimp does not write anythi
Nerijus Baliunas пишет:
please apply the following simple patch, as otherwise gimp opens in foreground:
+ Open=(gimp %f &)
May be more preferable to use gimp %f > /dev/null 2>&1 & ?
--
With best regards,
Andy Shevchenko. mailto: [EMAIL PROTECTED]
___
Hello,
please apply the following simple patch, as otherwise gimp opens in foreground:
--- mc.ext.orig 2005-12-09 12:53:00.0 +0200
+++ mc.ext 2006-02-14 02:31:01.0 +0200
@@ -339,7 +339,7 @@
Include=image
shell/.xcf
- Open=gimp %f
+ Open=(gimp %f &)
she