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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to