Bug#383050: NMU with diff

2007-03-10 Thread mmassonnet
Hi, 

I attach a diff.gz. Please tell me if this is the right way since I'm 
not sure what to do as NMU. Thank you.


Mike
-- 
 Mike (m8t) Massonnet http://massonnet.org/ __oo 
 GnuPG 0--" 0xF8C80F97  ---(_)_"> 
 C4DA 431D 52F9 F930 3E5B  3E3D 546C 89D9 F8C8 0F97 


nikto_1.35-1.2.diff.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#431903: xfce4-terminal: Wrong option in German help text

2007-07-11 Thread mmassonnet
On Thu, Jul 05, 2007 at 11:10:28PM +0200, Mathias Brodala wrote:
> Package: xfce4-terminal
> Version: 0.2.6-2
> Severity: minor
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> The English version of the help text shows this:
> 
> >  --tab   Open a new tab in the last-specified
> >  window; more than one of these
> >  options can be provided
> >  --windowOpen a new window containing one tab;
> >  more than one of these options can be
> >  provided
> 
> The German version shows this:
> 
> >  --windowÖffne einen neuen Reiter im zuletzt
> >  angegebenen Fenster; diese Option kann
> >  mehr als einmal angegeben werden
> >  --windowÖffne ein neues Fenster mit einem
> >  Reiter; diese Option kann mehr als
> >  einmal angegeben werden
> 
> The first "--window" should be "--tab", too.

Fixed upstream in revision 25909.


Thank you,
Mike


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



Bug#444957: [Pkg-xfce-devel] Bug#444957: xfce4-mcs-manager: Abiword crashes at startup while xfce-mcs-manager is running

2007-10-02 Thread mmassonnet
On Tue, Oct 02, 2007 at 10:26:17AM +0200, G. Milde wrote:
> Package: xfce4-mcs-manager
> Version: 4.4.1-1
> Severity: normal
> 
> 
> Since some time starting abiword results in a short appearance of the slash
> screen and then a crash with
> 
>   # > abiword
>   Abgebrochen
> 
> I filed a bug report to abiword (Bug#443048) but still wondered why this
> grave problem seems to be almost unknown. At some stage, I realised that
> when using Gnome or KDE instead of XFCE, abiword works fine. Further
> experimenting revealed that killing xfce4-mcs-manager solves the abiword
> problem.
> 
> Whether this incompatibility is the fault of abiword or xfce4-mcs-manager is
> above my knowledge.

What GTK engine/theme are you using under Xfce?  A known broken engine
is the gtk-qt-engine.

You can follow abiword with strace.

> Thanks, Guenter

Mike



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



Bug#444957: [Pkg-xfce-devel] Bug#444957: xfce4-mcs-manager: Abiword crashes at startup while xfce-mcs-manager is running

2007-10-02 Thread mmassonnet
On Tue, Oct 02, 2007 at 11:40:26AM +0200, G. Milde wrote:
> On  2.10.07, [EMAIL PROTECTED] wrote:
> > You can follow abiword with strace.
> 
> I tried this but I am too inexperienced in reading/understanding the output.
> Shall I send a full trace? The last lines are::
> 
> 
> open("/usr/X11R6/lib/X11/icons/default/cursors/left_ptr", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> rt_sigaction(SIGSEGV, {0x8178d8c, [SEGV], SA_RESTORER|SA_RESTART, 
> 0xb722e898}, {SIG_DFL}, 8) = 0
> gettimeofday({1191317563, 462879}, NULL) = 0
> open("Unbenannt1.abw.SAVED", O_RDWR|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 6
> fstat64(6, {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
> mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0xb7fcd000
> write(6, " time(NULL)  = 1191317563
> write(6, " -->\n write(6, "ont-weight:normal; bgcolor:trans"..., 457) = 457
> close(6)= 0
> munmap(0xb7fcd000, 4096)= 0
> rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
> tgkill(9925, 9925, SIGABRT) = 0
> --- SIGABRT (Aborted) @ 0 (0) ---
> +++ killed by SIGABRT +++
> Process 9925 detached

OK, I didn't know that “Abgebrochen” means Segfault.  I wouldn't care
about the line open("Unbenannt1.abw.SAVED", ...) if it would do the same
on my machine, but it doesn't :/  maybe that happens only on a crash.

I'm not very sure how to help out now.  You could join a complete log of
strace (strace abiword 2>& abiword.strace), also a backtrace from gdb
(execute “gdb abiword”, then type “set logging on abiword.gdb”, and type
“run”).

On a side thought, you can run killall xfce-mcs-manager and start
abiword without it.  This will make sure that the theme settings are
making abiword unhappy!

> > > Thanks for the fast reply, 
> 
> Guenter


Mike
PS: don't forget to reply to the bug report too.



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



Bug#444957: xfce4-mcs-manager: Abiword crashes at startup while xfce-mcs-manager is running

2007-10-04 Thread mmassonnet
On Tue, Oct 02, 2007 at 02:23:54PM +0200, G. Milde wrote:
> On  2.10.07, [EMAIL PROTECTED] wrote:
> 
> > also a backtrace from gdb (execute ???gdb abiword???, then type ???set
> > logging on abiword.gdb???, and type ???run???).

Actually I forget the most important point, after the application
crashes, type “bt” in gdb to actually get the backtrace :s

> > On a side thought, you can run killall xfce-mcs-manager and start
> > abiword without it.  
> > This will make sure that the theme settings are making abiword unhappy!
> 
> Well, abiword is happy in this case. This is why I filed the bug report
> against xfce-mcs-manager.
> 
> Next experiment: 
>   kill xfce-mcs-manager, 
>   start abiword, 
>   re-start xfce-mcs-manager
>   
> Result:
>   Abiword stays open. I can edit and save text. 
>   
>   However, opening a new document crashes abiword.  

Myeah.  So the most plausible reason is a broken theme.  So lets start
again.

Do you have a ~/.gtkrc-2.0 file?  What is its contents?

What GTK+ theme are you using?  Check in Settings > User Interface.

What icon theme are you using?  Settings > User Interface.

What Xfwm4 theme are you using?  Settings > Window Manager.

What mouse cursor theme are you using?  Settings > Mouse.

I think that's all for the themes.  Please join the files
~/.config/xfce4/mcs_settings/xfwm4.xml and
~/.config/xfce4/mcs_settings/gtk.xml.

> Thanks
> 
> Guenter

Mike



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



Bug#420733: Place to save notes has changed - please mention it somewhere

2007-04-24 Thread mmassonnet
Hi,

I'm sorry about that I couldn't help out with the release of the new
Debian package.

More information about the notes plugin can be found at
http://foo-projects.org/pipermail/goodies-dev/2006-November/000392.html


Best Regards,
Mike
-- 
 Mike (m8t) Massonnet http://massonnet.org/ __oo 
 GnuPG 0--" 0xF8C80F97  ---(_)_"> 
 C4DA 431D 52F9 F930 3E5B  3E3D 546C 89D9 F8C8 0F97 


signature.asc
Description: Digital signature


Bug#445323: cpu-intensive window redraw/window resize

2007-10-06 Thread mmassonnet
On Sat, Oct 06, 2007 at 11:03:59PM +0200, mike wrote:
> On Fri, Oct 05, 2007 at 07:54:28AM +0200, Yves-Alexis Perez wrote:
> 
> Hey Yves-Alexis,
> 
> > Hmhm, ok. I don't really see such behavior here. But maybe I didn't
> > understand the test case. What should I do? Maximize a xfce4-terminal
> > window, then switch to another desktop, then switch back? Then
> > xfce4-terminal uses a lot of cpu? Did you check this in `top`? Is the
> > load continuous or does it stops after the switch?
> 
> I have a simple test case that proves the slowness of VTE (I had say):
> run “yes” and move the window around your workspace…  See?  Try that
> with a non-vte based terminal and it is fluent.
> 
> I can't tell if it was always so, but it is acceptable here.

Ah!  gnome-terminal doesn't suffer this problem indeed.

> Cheers!
> Mike



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



Bug#445323: cpu-intensive window redraw/window resize

2007-10-06 Thread mmassonnet
On Fri, Oct 05, 2007 at 07:54:28AM +0200, Yves-Alexis Perez wrote:

Hey Yves-Alexis,

> Hmhm, ok. I don't really see such behavior here. But maybe I didn't
> understand the test case. What should I do? Maximize a xfce4-terminal
> window, then switch to another desktop, then switch back? Then
> xfce4-terminal uses a lot of cpu? Did you check this in `top`? Is the
> load continuous or does it stops after the switch?

I have a simple test case that proves the slowness of VTE (I had say):
run “yes” and move the window around your workspace…  See?  Try that
with a non-vte based terminal and it is fluent.

I can't tell if it was always so, but it is acceptable here.

Cheers!
Mike



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



Bug#417050: photon: Original images aren't displayed

2007-04-01 Thread mmassonnet
Package: photon
Version: 0.4.4-1
Severity: normal

*** Please type your report below this line ***
If you run this command:
photon --thumbsize=50x50 --sizelist=0 -o photon ../images
photon will create a gallery, and copy the images from the source
directory verbatim (without any modification). Now if these files are
different then jpeg files, the html generated files will contain only
.jpg extension. Therefore I can display the images in their original
size.

A workaround is to execute:
for html in *.html ; do cat $html | sed -r \
's,(original)/([0-9]+)-(projet-tuteure)\.jpg,\1/\2-\3.png,' \
> $html ; done
afterwards.

Regards,
Mike
-- 
 Mike (m8t) Massonnet http://massonnet.org/ __oo 
 GnuPG 0--" 0xF8C80F97  ---(_)_"> 
 C4DA 431D 52F9 F930 3E5B  3E3D 546C 89D9 F8C8 0F97 


signature.asc
Description: Digital signature


Bug#417050: photon: Original images aren't displayed

2007-04-01 Thread mmassonnet
On Sun, Apr 01, 2007 at 12:36:27PM -0400, Kevin Coyner wrote:
> 
> 
> I've played around with this some more, and can offer the following
> observations:
> 
> 1. Images that have uppercase .JPG extensions will not produce an
> original image for viewing if photon is run:
> 
> without --sizelist wxy
> or
> with --sizelist 0
> 
> 2. If you run photon with a specific --sizelist option (i.e.
> --sizelist 600x400), it will work properly, even with uppercase .JPG
> extension or .png files in the source directory.
> 
> I've forwarded your bug report, and my additional findings, on to
> upstream.
> 
> For now, to make it work as expected, the easiest workaround is to
> explicitly specify --sizelist wxy.

I did 

photon --sizelist 0 -o photon ../photos

and see the result of this 

% fgrep original photon/*.html | head -1

(...)  (...)

As you can see I get jpg extensions, and of course I have png files.

> 
> Kevin
> 
> 

Cheers ;)
Mike
-- 
 Mike (m8t) Massonnet http://massonnet.org/ __oo 
 GnuPG 0--" 0xF8C80F97  ---(_)_"> 
 C4DA 431D 52F9 F930 3E5B  3E3D 546C 89D9 F8C8 0F97 


signature.asc
Description: Digital signature


Bug#417634: Tracker is missing a Recommends: to work with pdf

2007-04-03 Thread mmassonnet
Package: tracker
Version: 0.5.4-5

Tracker should recommend or depend on libpoppler0c2-glib because without
it, it wont index any pdf documents.


Regards,
Mike
-- 
 Mike (m8t) Massonnet http://massonnet.org/ __oo 
 GnuPG 0--" 0xF8C80F97  ---(_)_"> 
 C4DA 431D 52F9 F930 3E5B  3E3D 546C 89D9 F8C8 0F97 


signature.asc
Description: Digital signature


Bug#415208: mirage: EXIF tags not saved

2007-04-04 Thread mmassonnet
Hi,

Upstream is aware of that bug and there is already a feature request for
EXIF data.  There are apparently Python bindings for both reading and
writing, but it will need a good amount of time, and add an heavy
dependency.

This isn't gonna change soon, until someone writes a clean patch.  ;-)


Regards,
Mike
-- 
 Mike (m8t) Massonnet http://massonnet.org/ __oo 
 GnuPG 0--" 0xF8C80F97  ---(_)_"> 
 C4DA 431D 52F9 F930 3E5B  3E3D 546C 89D9 F8C8 0F97 


signature.asc
Description: Digital signature


Bug#443640: opendict: Homepage has changed, please fix description

2007-09-22 Thread Mike Massonnet (mmassonnet)
Package: opendict
Version: 0.6.2-1
Severity: minor

The dns record of the old homepage has been stolled!¡!¹1!  That one is still 
used in 
the description of the package.

The new homepage is http://opendict.idiles.com/

Regards,
Mike


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

Kernel: Linux 2.6.21-2-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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