Your message dated Thu, 4 Jan 2007 10:29:47 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#400592: gkrellshoot: Should create image filenames with
YY-MM-DD format
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gkrellshoot
Version: 0.4.3-3
Severity: wishlist
Tags: patch
Hello,
I think that gkrellshoot should create image filenames for screenshots
with YY-MM-DD format, this would make it easier to sort them.
The following patch should be enough:
diff -Nru --exclude '*changelog'
/tmp/us345ogVjE/gkrellshoot-0.4.3/gkrellshoot.c
/tmp/iohr9jBSjv/gkrellshoot-0.4.3/gkrellshoot.c
--- /tmp/us345ogVjE/gkrellshoot-0.4.3/gkrellshoot.c 2004-11-20
05:01:55.000000000 +0100
+++ /tmp/iohr9jBSjv/gkrellshoot-0.4.3/gkrellshoot.c 2006-11-27
14:51:53.000000000 +0100
@@ -1408,7 +1408,7 @@
sprintf( filename, "%s/gkrellShoot_%02d-%02d-%02d_%02d%02d%02d.%s",
save_dir,
- tm->tm_mon+1, tm->tm_mday, tm->tm_year-100, tm->tm_hour,
+ tm->tm_year-100, tm->tm_mon+1, tm->tm_mday, tm->tm_hour,
tm->tm_min, tm->tm_sec, image_format );
@@ -1959,7 +1959,7 @@
"If grayscale is selected you get grayscaled image. \n",
"Grabbed image is saved on to the directory specified in \n",
"Save Location with the following name : \n",
- "gkrellShoot_MM-DD-YY_HHMMSS.imageFormat(jpg,gif etc). \n\n",
+ "gkrellShoot_YY-MM-DD_HHMMSS.imageFormat(jpg,gif etc). \n\n",
"If View Image is selected Grabbed Image is passed onto given ",
"Image Viewer. "
};
Greetings,
Fred
-- System Information:
Debian Release: 4.0
APT prefers testing-proposed-updates
APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99,
'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.3
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages gkrellshoot depends on:
ii gkrellm 2.2.9-1 The GNU Krell Monitors
ii imagemagick 7:6.2.4.5.dfsg1-0.11 Image manipulation programs
ii libatk1.0-0 1.12.3-1 The ATK accessibility toolkit
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra
ii libfontconfig1 2.4.1-2 generic font configuration library
ii libglib2.0-0 2.12.4-1 The GLib library of C routines
ii libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface
ii libpango1.0-0 1.14.7-1 Layout and rendering of internatio
ii libx11-6 2:1.0.3-3 X11 client-side library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.1-3 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
Versions of packages gkrellshoot recommends:
ii xscreensaver 4.24-5 Automatic screensaver for X
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: gkrellshoot
Version: 0.4.4-1
* Frédéric Bothamy <[EMAIL PROTECTED]> [2006-12-05 15:31] :
> * Andreas Gredler <[EMAIL PROTECTED]> [2006-12-04 15:10] :
> > On Mon, Nov 27, 2006 at 02:57:14PM +0100, Frédéric Bothamy wrote:
> > > Package: gkrellshoot
> > > Version: 0.4.3-3
> > > Severity: wishlist
> > > Tags: patch
> > >
> > > Hello,
> > >
> > > I think that gkrellshoot should create image filenames for screenshots
> > > with YY-MM-DD format, this would make it easier to sort them.
> >
> > I sent a mail to upstream to see what he thinks about it. But I don't
> > understand why sorting should be harder. What do you want to achieve?
>
> To be more precise, i found it odd to have MM-DD-YY format as this is
> not a standard format in most European countries. Then when I list many
> screenshots in the same directory, they were listed by month, day and
> year. I agree that I could list the files by creation date, but this is
> not always possible/convenient. Ideally it would be possible to
> customize the variable part of the screenshot name.
Hello Jimmy,
I have just noticed that the latest version of gkrellshoot includes my
ideal wish. :-)
Thank you very much and thanks to the upstream developer.
I am also closing this bug now as it somehow wasn't closed by your
upload.
Greetings,
Fred
--- End Message ---