Bug#1033826: podman: Cannot load gzip compressed images

2023-04-02 Thread Antonio Cebrián
Package: podman Version: 4.3.1 Podman cannot load images compressed with gzip. Uncompressed images or bzip2 compressed images work right therefore it seems to be a problem related to gzip handling. It seems to be the same problem reported here: https://github.com/containers/podman/issues/15

Bug#981481: gnome-font-viewer: Program hangs system

2021-01-31 Thread Antonio Cebrián
Package: gnome-font-viewer Version: 3.34.0-2 Programs hangs system (XFCE) after first UI interaction (scroll or maximize window). Some times the program crashes on start. * "$HOME/xsession-errors" file contains: (gnome-font-viewer:5742): Gdk-ERROR **: 11:30:19.364: The program 'gnome-font-viewer

Bug#942168: system-config-printer: Verifying set authentication on SAMBA printer installation fails due to forced Kerberos use

2019-10-11 Thread Antonio Cebrián
Package: system-config-printer Version: 1.5.11-4 Verifying set authentication on SAMBA printer installation fails due to forced Kerberos use in "newprinter.py" file: if auth_set: # No prompting. def do_auth (svr, shr, wg, un, pw): re

Bug#926850: catfish: Default path exclusions fail if they match any fragment of the result path

2019-04-11 Thread Antonio Cebrián
Package: catfish Version: 1.4.7-1 Default path exclusions ("~/.cache", "~/.gvfs" and "/dev") fail if they match any fragment of the result path. Test case: mkdir ~/devel touch ~/devel/123.txt sudo mkdir /devel sudo touch /devel/123.txt sudo updatedb locate 123.txt # It founds both files. catfi

Bug#918894: zip: UTF-8 GPBF bit 11 is not set if "en_US.UTF-8" locale is not available

2019-01-10 Thread Antonio Cebrián
Package: zip Version: 3.0-11+b1 If the "en_US.UTF-8" locale is not available then the UTF-8 GPBF bit 11 is not set (incorrectly) without any warning. This produces bad encoding when decompressing with file-roller and 7z. The issue can be easily reproduced: https://bugs.debian.org/cgi-bin/bugrepor

Bug#680932: file-roller: bad encoding as file-roller used 7z instead of 7za when decompressing zip files made under MacOSX

2019-01-10 Thread Antonio Cebrián
n conclusion, this is not a "p7zip-full" package bug it's a zip package locale issue. Best regards. El mar., 8 ene. 2019 a las 11:54, Antonio Cebrián () escribió: > I can reproduce this bug in Debian testing therefore is not a MacOSX files > only related problem: >

Bug#680932: file-roller: bad encoding as file-roller used 7z instead of 7za when decompressing zip files made under MacOSX

2019-01-08 Thread Antonio Cebrián
I can reproduce this bug in Debian testing therefore is not a MacOSX files only related problem: devel@debian:~$ touch Adiós.txt devel@debian:~$ zip test.zip Adiós.txt adding: Adiós.txt (stored 0%) devel@debian:~$ unzip -l test.zip Archive: test.zip Length DateTimeName

Bug#868704: Thunar: crashes reproducible when folder content is changed by seafile

2018-02-20 Thread Antonio Cebrián
It seems to be the same bug as: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862397 Solved in Thunar 1.6.13-2 from testing. Best regards.

Bug#858716: [Pkg-xfce-devel] Bug#858716: xfce4-settings: xfce4-settings-manager do not expand vertically xfce4-notifyd-config dialog

2017-03-25 Thread Antonio Cebrián
-notifyd package or, as you are the maintainer of both packages will take care of it? Best regards. 2017-03-25 19:23 GMT+01:00 Antonio Cebrián : > Package: xfce4-notifyd > Version: 0.3.4-1 > > -- System Information: > Debian Release: 9.0 > APT prefers testing > APT p

Bug#858716: [Pkg-xfce-devel] Bug#858716: xfce4-settings: xfce4-settings-manager do not expand vertically xfce4-notifyd-config dialog

2017-03-25 Thread Antonio Cebrián
Package: xfce4-notifyd Version: 0.3.4-1 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-2-amd64 (SMP w/1 CPU core) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked

Bug#858309: gtkterm: Help -> About.. causes segfault

2017-03-22 Thread Antonio Cebrián
works fine. Solution patch attached. 2017-03-21 21:45 GMT+01:00 Antonio Cebrián : > Built package from source also causes segmentation fault: > > apt-get source gtkterm > sudo apt-get build-dep gtkterm > > cd gtkterm-0.99.7~rc1/ > debuild -b -us -uc > src/gtkterm >

Bug#858309: gtkterm: Help -> About.. causes segfault

2017-03-21 Thread Antonio Cebrián
-uc src/gtkterm Now Help -> About... works fine. Perhaps fixing C source code to pass stack protector strong (instead of disabling it) should be a better solution. Best regards. 2017-03-21 1:07 GMT+01:00 Antonio Cebrián : > The problem seems to be related to a wrong string pointer in

Bug#858309: gtkterm: Help -> About.. causes segfault

2017-03-20 Thread Antonio Cebrián
The problem seems to be related to a wrong string pointer in strlen function: Thread 1 "gtkterm" received signal SIGSEGV, Segmentation fault. strlen () at ../sysdeps/x86_64/strlen.S:106 106../sysdeps/x86_64/strlen.S: No such file or directory. 2017-03-21 0:39 GMT+01:00 Antonio Cebrian : > P