Package: xpad
Version: 4.0-5
Severity: normal

Moving xpad window keeps rapidly creating .goutpustream-XXXXXX files, 
writing new coordinates of the window into it, renaming it to the note    
configuration file then fsyncing it. It renders xpad unresponsive until all the 
files  
are written, overwritten and fsynced not to mention 100% disk utilization just 
to move 
a simple window around the screen which affects laptop-mode and disk spindown.

strace example:

open("/home/martin/.config/xpad/.goutputstream-E5RNRV", 
O_WRONLY|O_CREAT|O_EXCL, 0600) = 8
fchown(8, 1000, 1000)                   = 0
fchmod(8, 0100600)                      = 0
close(7)                                = 0
write(8, "width 333\nheight 288\nx 606\ny 242"..., 204) = 204
fsync(8)                                = 0
rename("/home/martin/.config/xpad/.goutputstream-E5RNRV", 
"/home/martin/.config/xpad/info-02KLRV") = 0

...

open("/home/martin/.config/xpad/.goutputstream-JZTRRV", 
O_WRONLY|O_CREAT|O_EXCL, 0600) = 8
fchown(8, 1000, 1000)                   = 0
fchmod(8, 0100600)                      = 0
close(7)                                = 0
write(8, "width 333\nheight 288\nx 605\ny 243"..., 204) = 204
fsync(8)                                = 0
rename("/home/martin/.config/xpad/.goutputstream-JZTRRV", 
"/home/martin/.config/xpad/info-02KLRV") = 0


Martin Kraus


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xpad depends on:
ii  libatk1.0-0            1.30.0-1          The ATK accessibility toolkit
ii  libc6                  2.11.2-11         Embedded GNU C Library: Shared lib
ii  libcairo2              1.8.10-6          The Cairo 2D vector graphics libra
ii  libfontconfig1         2.8.0-2.1         generic font configuration library
ii  libfreetype6           2.4.2-2.1         FreeType 2 font engine, shared lib
ii  libglib2.0-0           2.24.2-1          The GLib library of C routines
ii  libgtk2.0-0            2.20.1-2          The GTK+ graphical user interface 
ii  libice6                2:1.0.7-1         X11 Inter-Client Exchange library
ii  libpango1.0-0          1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libsm6                 2:1.2.0-1         X11 Session Management library

xpad recommends no packages.

xpad suggests no packages.

-- no debconf information



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

Reply via email to