Bug#947776: python3-nautilus: ImportError: could not import gobject (error was: ImportError('/usr/lib/python3/dist-packages/gi/_gi.cpython-38-i386-linux-gnu.so: undefined symbol: PyExc_NotImplementedE

2020-09-08 Thread Ludovic CHEVALIER
Hi!

Le 08/09/2020 à 11:24, Simon McVittie a écrit :
> Which version? Please send details of the version you are now using
> (the output of "reportbug --template python3-nautilus").

Here is the system information:
> Package: python3-nautilus
> Version: 1.2.3-3
> Severity: wishlist
> 
> 
> 
> -- System Information:
> Debian Release: bullseye/sid
>   APT prefers stable-updates
>   APT policy: (500, 'stable-updates'), (500, 'testing'), (200, 'unstable'), 
> (150, 'stable'), (100, 'experimental')
> Architecture: i386 (i686)
> 
> Kernel: Linux 5.7.0-3-686-pae (SMP w/4 CPU threads)
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not 
> set
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
> 
> Versions of packages python3-nautilus depends on:
> ii  gir1.2-nautilus-3.0  3.36.3-1
> ii  libc62.31-3
> ii  libglib2.0-0 2.64.4-1
> ii  libgtk-3-0   3.24.22-1
> ii  libnautilus-extension1a  3.36.3-1
> ii  libpython3.8 3.8.5-2
> ii  python3-gi   3.36.1-1
> 
> python3-nautilus recommends no packages.
> 
> python3-nautilus suggests no packages.



>>> (org.gnome.Nautilus:16118): Nautilus-Python-WARNING **: 09:32:47.414: 
>>> g_module_open libpython failed: /usr/lib/libpython3.8.so.1.0: Ne peut 
>>> ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
> 
> That looks like a bug in python3-nautilus. It assumes that it can load
> libpython3.8.so.1.0 from /usr/lib for some reason, but Debian does not
> install libpython3.8.so.1.0 in that location.
OK. It's possible. Note that previous version (libpython2.*.so.* had a
symlink in /usr/lib/). It could be the origin of this bug.

> Python extensions do not normally need to do this, so nautilus-python
> is doing something weird here.
OK.

>> So, I've just created a symbolic link like this and it works now. :-)
>>> ln -s i386-linux-gnu/libpython3.8.so.1.0 /usr/lib/
> 
> Please remember that you have done this so that you can undo the workaround
> when testing later versions. Modifying /usr should never be necessary.
Sure I will remember. Thanks for your advice.

--
Ludo



Bug#947776: python3-nautilus 1.2.3-3 solved the problem

2020-09-08 Thread Ludovic CHEVALIER
Hi!

I'm using python3-nautilus and I've always got this error message at start:
> nautilus
> 
> (org.gnome.Nautilus:16118): Nautilus-Python-WARNING **: 09:32:47.414: 
> g_module_open libpython failed: /usr/lib/libpython3.8.so.1.0: Ne peut ouvrir 
> le fichier d'objet partagé: Aucun fichier ou dossier de ce type
> ImportError: could not import gobject (error was: 
> ImportError('/usr/lib/python3/dist-packages/gi/_gi.cpython-38-i386-linux-gnu.so:
>  undefined symbol: PyExc_NotImplementedError'))
> 
> (org.gnome.Nautilus:16118): Nautilus-Python-WARNING **: 09:32:47.459: 
> pygobject initialization failed
> 
> (org.gnome.Nautilus:16118): Nautilus-Python-WARNING **: 09:32:47.459: 
> nautilus_python_init_python failed

So, I've just created a symbolic link like this and it works now. :-)
> ln -s i386-linux-gnu/libpython3.8.so.1.0 /usr/lib/

Have we to report this "bug" to libpython3.8 maintainers?

Thanks.

--
Ludo



Bug#969333: roundcube-plugins-extra: thunderbird_labels requires an upgrade

2020-08-31 Thread Ludovic CHEVALIER
Package: roundcube-plugins-extra
Version: 1.3.8-20190219
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,

When I activate thunderbird_labels (that come from
roundcube-plugins-extra debian package), I can't go to my
?_task=settings page anymore.  For example, in Inbox folder, if I try
to set a label, roundcube returns:
 "Internal Server Error".
In server logs, I've got this message: FastCGI sent in stderr: "PHP message: PHP
 Fatal error:  Uncaught Error: Call to undefined function
 get_input_value() in
 /usr/share/roundcube/plugins/thunderbird_labels/thunderbird_labels.php:341

To fix this issue, I've moved
/usr/share/roundcube/plugins/thunderbird_labels/ folder and replace it
by the latest version of this plugin (
https://github.com/mike-kfed/roundcube-thunderbird_labels - v1.4.8 ).

Is it possible to make this version available in a further stable
package version?

Thanks.

--
Ludo

-- System Information:
Debian Release: 10.5
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-9-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages roundcube-plugins-extra depends on:
ii  libjs-jquery-mousewheel  1:3.1.13-2
ii  roundcube-core   1.3.15+dfsg.1-1~deb10u1

roundcube-plugins-extra recommends no packages.

Versions of packages roundcube-plugins-extra suggests:
pn  fail2ban  

-- no debconf information



Bug#963515: cups-bsd: Unable to print opendocument text with lpr command

2020-06-22 Thread Ludovic CHEVALIER
Package: cups-bsd
Version: 2.3.3-1
Severity: minor

Hi!

If I launch:
 lpr -P myprinter myfile.odt

I've got this error message and printing is canceled:
 lpr : Unsupported document-format "application/vnd.oasis.opendocument.text".

I've already tested with other printers, and the result is the same.

Here is a post from another person in another website that describes a
similar issue:
https://unix.stackexchange.com/questions/561632/cups-error-format-not-supported-from-command-line

Like sebelk, I haven't got any problem to prind odt documents directly
from libreoffice.

Thanks.

--
Ludo

-- System Information:
Debian Release: bullseye/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (200, 'unstable'), 
(150, 'stable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 5.6.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cups-bsd depends on:
ii  cups-client2.3.3-1
ii  cups-common2.3.3-1
ii  debconf [debconf-2.0]  1.5.74
ii  libc6  2.30-8
ii  libcups2   2.3.3-1

cups-bsd recommends no packages.

Versions of packages cups-bsd suggests:
ii  cups  2.3.3-1
ii  openbsd-inetd [inet-superserver]  0.20160825-4+b1
ii  update-inetd  4.50

-- debconf information:
  cups-bsd/setuplpd: false


Bug#955537: nautilus: Start with gobject python import error

2020-04-02 Thread Ludovic CHEVALIER
Package: nautilus
Version: 3.36.1-1
Severity: normal
Tags: newcomer

Hi,

Nautilus start with this traceback:
 nautilus
 
 (org.gnome.Nautilus:21208): Nautilus-Python-WARNING **: 10:30:12.741: 
g_module_open libpython failed: /usr/lib/libpython3.8.so.1.0: Ne peut ouvrir le 
fichier d'objet partagé: Aucun fichier ou dossier de ce type
 ImportError: could not import gobject (error was: 
ImportError('/usr/lib/python3/dist-packages/gi/_gi.cpython-38-i386-linux-gnu.so:
 undefined symbol: PyExc_NotImplementedError'))
 
 (org.gnome.Nautilus:21208): Nautilus-Python-WARNING **: 10:30:12.787: 
pygobject initialization failed
 
 (org.gnome.Nautilus:21208): Nautilus-Python-WARNING **: 10:30:12.787: 
nautilus_python_init_python failed
 Initializing nautilus-image-converter extension

Consequence is that python scripts aren't been usable.

Here is a bug report on Launchpad related to Ubuntu 20.04 and Caja files
manager: https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/1863164

Thanks.

--
Ludo

-- System Information:
Debian Release: bullseye/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (200, 'unstable'), 
(150, 'stable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 5.4.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages nautilus depends on:
ii  bubblewrap  0.4.1-1
ii  desktop-file-utils  0.24-1
ii  gsettings-desktop-schemas   3.36.0-1
ii  gvfs1.44.0-1
ii  libatk1.0-0 2.34.1-1
ii  libc6   2.30-2
ii  libcairo-gobject2   1.16.0-4
ii  libcairo2   1.16.0-4
ii  libgdk-pixbuf2.0-0  2.40.0+dfsg-3
ii  libgexiv2-2 0.12.0-2
ii  libglib2.0-02.64.1-1
ii  libglib2.0-data 2.64.1-1
ii  libgnome-autoar-0-0 0.2.4-1
ii  libgnome-desktop-3-18   3.34.2-2
ii  libgstreamer-plugins-base1.0-0  1.16.2-dmo3
ii  libgstreamer1.0-0   1.16.2-2
ii  libgtk-3-0  3.24.14-1
ii  libnautilus-extension1a 3.36.1-1
ii  libpango-1.0-0  1.42.4-8
ii  libpangocairo-1.0-0 1.42.4-8
ii  libselinux1 3.0-1+b1
ii  libtracker-sparql-2.0-0 2.3.4-1
ii  nautilus-data   3.36.1-1
ii  shared-mime-info1.15-1
ii  tracker 2.3.4-1
ii  tracker-extract 2.3.3-1
ii  tracker-miner-fs2.3.3-1

Versions of packages nautilus recommends:
ii  gnome-sushi  3.34.0-2
ii  gvfs-backends1.44.0-1
ii  librsvg2-common  2.46.4-1

Versions of packages nautilus suggests:
ii  acroread [pdf-viewer]   9.5.5-dmo12
ii  eog 3.36.0-1
ii  evince [pdf-viewer] 3.36.0-1
ii  nautilus-extension-brasero  3.12.2-6
ii  nautilus-sendto 3.8.6-3
ii  vlc [mp3-decoder]   1:3.0.8-dmo15
ii  xdg-user-dirs   0.17-2

-- no debconf information


Bug#955376: vagrant: libvirt machine doesn't work with vagrant

2020-03-30 Thread Ludovic CHEVALIER
Package: vagrant
Version: 2.2.7+dfsg-1
Severity: normal

Hi!

I've just tried to use vagrant with libvirt as provider.
I have followed this tutorial step by step: https://wiki.debian.org/Vagrant
When I launch this command "vagrant up --provider=libvirt", machine is
provisionned, but issued when starting:
"[…]
Bringing machine 'default' up with 'libvirt' provider...
==> default: Checking if box 'debian/stretch64' version '9.12.0' is up to 
date...
==> default: Creating image (snapshot of base box volume).
==> default: Creating domain with the following settings...
==> default:  -- Name:  openerp7_libvirt_default
==> default:  -- Domain type:   kvm
==> default:  -- Cpus:  1
==> default:  -- Feature:   acpi
==> default:  -- Feature:   apic
==> default:  -- Feature:   pae
==> default:  -- Memory:512M
==> default:  -- Management MAC:
==> default:  -- Loader:
==> default:  -- Nvram: 
==> default:  -- Base box:  debian/stretch64
==> default:  -- Storage pool:  default
==> default:  -- Image: 
/var/lib/libvirt/images/openerp7_libvirt_default.img (20G)
==> default:  -- Volume Cache:  default
==> default:  -- Kernel:
==> default:  -- Initrd:
==> default:  -- Graphics Type: vnc
==> default:  -- Graphics Port: -1
==> default:  -- Graphics IP:   127.0.0.1
==> default:  -- Graphics Password: Not defined
==> default:  -- Video Type:cirrus
==> default:  -- Video VRAM:9216
==> default:  -- Sound Type:
==> default:  -- Keymap:en-us
==> default:  -- TPM Path:  
==> default:  -- INPUT: type=mouse, bus=ps2
==> default: Creating shared folders metadata...
==> default: Starting domain.
==> default: Waiting for domain to get an IP address...
"

I'm stuck at this step.

Thanks.

--
Ludo

-- System Information:
Debian Release: bullseye/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (200, 'unstable'), 
(150, 'stable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 5.4.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages vagrant depends on:
ii  curl7.68.0-1
ii  libarchive-tools3.4.0-2
ii  openssh-client  1:8.2p1-4
ii  rsync   3.1.3-8
ii  ruby1:2.5.7.1
ii  ruby-bcrypt-pbkdf   1.0.1-1+b1
ii  ruby-childprocess   3.0.0-1
ii  ruby-ed255191.2.4-1+b1
ii  ruby-erubis 2.7.0-3
ii  ruby-i18n   1.8.2-2
ii  ruby-listen 3.1.5-2
ii  ruby-log4r  1.1.10-4
ii  ruby-net-scp2.0.0-3
ii  ruby-net-sftp   1:2.1.2-4
ii  ruby-net-ssh1:5.2.0-1
ii  ruby-rest-client2.0.2-3.1
ii  ruby-vagrant-cloud  2.0.3-1
ii  ruby-zip2.0.0-2

Versions of packages vagrant recommends:
ii  vagrant-libvirt  0.0.45-2

Versions of packages vagrant suggests:
pn  virtualbox  

-- no debconf information


Bug#947776: nautilus-nextcloud: No nautilus integration

2019-12-30 Thread Ludovic CHEVALIER
Package: nautilus-nextcloud
Version: 2.6.1-2
Severity: important

Hi!

I haven't got nautilus integration with my nextcloud desktop.
I really don't know why it doesn't work.

Thanks.

--
Ludo



-- System Information:
Debian Release: bullseye/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (200, 'unstable'), 
(150, 'stable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 5.3.0-3-686-pae (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages nautilus-nextcloud depends on:
ii  nautilus  3.34.1-1
ii  nextcloud-desktop 2.6.1-2
ii  nextcloud-desktop-common  2.6.1-2
ii  python3-nautilus  1.2.3-1

nautilus-nextcloud recommends no packages.

Versions of packages nautilus-nextcloud suggests:
pn  nautilus-script-manager  

-- no debconf information



Bug#927120: libreoffice-writer: Writer is very slow when editing custom properties

2019-05-20 Thread Ludovic CHEVALIER
Package: libreoffice-writer
Followup-For: Bug #927120

No more trouble with 6.3.0~alpha1-2 version.

Bye!

-- System Information:
Debian Release: 10.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (200, 'unstable'), 
(150, 'stable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.19.0-5-686-pae (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libreoffice-writer depends on:
ii  libabw-0.1-1   0.1.2-1
ii  libc6  2.28-10
ii  libe-book-0.1-10.1.3-1+b2
ii  libepubgen-0.1-1   0.1.1-1
ii  libetonyek-0.1-1   0.1.9-1
ii  libgcc11:8.3.0-6
ii  libicu63   63.1-6
ii  liblangtag10.6.2-1
ii  libmwaw-0.3-3  0.3.14-1
ii  libodfgen-0.1-10.1.7-1
ii  libreoffice-base-core  1:6.3.0~alpha1-2
ii  libreoffice-core   1:6.3.0~alpha1-2
ii  librevenge-0.0-0   0.0.4-6
ii  libstaroffice-0.0-00.0.6-1
ii  libstdc++6 8.3.0-6
ii  libwpd-0.10-10 0.10.3-1
ii  libwpg-0.3-3   0.3.3-1
ii  libwps-0.4-4   0.4.10-1
ii  libxml22.9.4+dfsg1-7+b3
ii  uno-libs3  6.3.0~alpha1-2
ii  ure6.3.0~alpha1-2
ii  zlib1g 1:1.2.11.dfsg-1

Versions of packages libreoffice-writer recommends:
pn  libreoffice-math  

Versions of packages libreoffice-writer suggests:
pn  fonts-crosextra-caladea 
pn  fonts-crosextra-carlito 
ii  libreoffice-base1:6.3.0~alpha1-2
ii  libreoffice-java-common 1:6.3.0~alpha1-2
ii  openjdk-11-jre [java6-runtime]  11.0.3+1-1
ii  openjdk-8-jre [java6-runtime]   8u212-b01-1
ii  openjdk-9-jre [java6-runtime]   9.0.4+12-4

Versions of packages libreoffice-core depends on:
ii  fontconfig2.13.1-2
ii  fonts-opensymbol  2:102.10+LibO6.1.5-3
ii  libboost-date-time1.67.0  1.67.0-13
ii  libboost-locale1.67.0 1.67.0-13
ii  libc6 2.28-10
ii  libcairo2 1.16.0-4
ii  libclucene-contribs1v52.3.3.4+dfsg-1
ii  libclucene-core1v52.3.3.4+dfsg-1
ii  libcmis-0.5-5v5   0.5.2-1
ii  libcups2  2.2.10-6
ii  libcurl3-gnutls   7.64.0-3
ii  libdbus-1-3   1.12.12-1
ii  libdconf1 0.30.1-2
ii  libeot0   0.01-5
ii  libepoxy0 1.5.3-0.1
ii  libexpat1 2.2.6-1
ii  libexttextcat-2.0-0   3.4.5-1
ii  libfontconfig12.13.1-2
ii  libfreetype6  2.9.1-3
ii  libgcc1   1:8.3.0-6
ii  libglib2.0-0  2.58.3-1
ii  libgpgmepp6   1.12.0-6
ii  libgraphite2-31.3.13-7
ii  libharfbuzz-icu0  2.3.1-1
ii  libharfbuzz0b 2.3.1-1
ii  libhunspell-1.7-0 1.7.0-2
ii  libhyphen02.8.8-7
ii  libice6   2:1.0.9-2
ii  libicu63  63.1-6
ii  libjpeg62-turbo   1:1.5.2-2+b1
ii  liblcms2-22.9-3
ii  libmythes-1.2-0   2:1.2.4-3
ii  libneon27-gnutls  0.30.2-3
ii  libnspr4  2:4.20-1
ii  libnss3   2:3.42.1-1
ii  libnumbertext-1.0-0   1.0.5-1
ii  libodfgen-0.1-1   0.1.7-1
ii  liborcus-0.14-0   0.14.1-6
ii  libpng16-16   1.6.36-5
ii  libpoppler82  0.71.0-3
ii  librdf0   1.0.17-1.1+b1
ii  libreoffice-common1:6.3.0~alpha1-2
ii  librevenge-0.0-0  0.0.4-6
ii  libsm62:1.2.3-1
ii  libstdc++68.3.0-6
ii  libx11-6  2:1.6.7-1
ii  libxext6  2:1.3.3-1+b2
ii  libxinerama1  2:1.1.4-2
ii  libxml2   2.9.4+dfsg1-7+b3
ii  libxmlsec11.2.27-2
ii  libxmlsec1-nss1.2.27-2
ii  libxrandr22:1.5.1-1
ii  libxrender1   1:0.9.10-1
ii  libxslt1.11.1.32-2
ii  uno-libs3 6.3.0~alpha1-2
ii  ure   6.3.0~alpha1-2
ii  zlib1g1:1.2.11.dfsg-1

Versions of packages libreoffice-core recommends:
ii  libpaper-utils  1.1.26

-- no debconf information



Bug#927120: libreoffice-writer: Writer is very slow when editing custom properties

2019-04-15 Thread Ludovic CHEVALIER
I can reproduce this with libreoffice-writer 6.2.3~rc1-1 .

--
Ludo



Bug#927120: libreoffice-writer: Writer is very slow when editing custom properties

2019-04-15 Thread Ludovic CHEVALIER
Package: libreoffice-writer
Version: 1:6.1.5-3
Severity: normal

You can reproduce this bug by editing File/Properties…/Custom properties
. libreoffice-writer goes very slow until stopping custom properties
edition.

Bye!

--
Ludo

-- System Information:
Debian Release: buster/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (200, 'unstable'), 
(150, 'stable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.19.0-4-686-pae (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libreoffice-writer depends on:
ii  libabw-0.1-1   0.1.2-1
ii  libc6  2.28-8
ii  libe-book-0.1-10.1.3-1+b2
ii  libepubgen-0.1-1   0.1.1-1
ii  libetonyek-0.1-1   0.1.9-1
ii  libgcc11:8.3.0-5
ii  libicu63   63.1-6
ii  liblangtag10.6.2-1
ii  libmwaw-0.3-3  0.3.14-1
ii  libodfgen-0.1-10.1.7-1
ii  libreoffice-base-core  1:6.1.5-3
ii  libreoffice-core   1:6.1.5-3
ii  librevenge-0.0-0   0.0.4-6
ii  libstaroffice-0.0-00.0.6-1
ii  libstdc++6 8.3.0-5
ii  libwpd-0.10-10 0.10.3-1
ii  libwpg-0.3-3   0.3.3-1
ii  libwps-0.4-4   0.4.10-1
ii  libxml22.9.4+dfsg1-7+b3
ii  uno-libs3  6.1.5-3
ii  ure6.1.5-3
ii  zlib1g 1:1.2.11.dfsg-1

Versions of packages libreoffice-writer recommends:
pn  libreoffice-math  

Versions of packages libreoffice-writer suggests:
pn  fonts-crosextra-caladea 
pn  fonts-crosextra-carlito 
ii  libreoffice-base1:6.1.5-3
ii  libreoffice-java-common 1:6.1.5-3
ii  openjdk-11-jre [java6-runtime]  11.0.3+1-1
ii  openjdk-8-jre [java6-runtime]   8u212-b01-1
ii  openjdk-9-jre [java6-runtime]   9.0.4+12-4

Versions of packages libreoffice-core depends on:
ii  fontconfig2.13.1-2
ii  fonts-opensymbol  2:102.10+LibO6.1.5-3
ii  libboost-date-time1.67.0  1.67.0-13
ii  libboost-locale1.67.0 1.67.0-13
ii  libc6 2.28-8
ii  libcairo2 1.16.0-4
ii  libclucene-contribs1v52.3.3.4+dfsg-1
ii  libclucene-core1v52.3.3.4+dfsg-1
ii  libcmis-0.5-5v5   0.5.2-1
ii  libcups2  2.2.10-5
ii  libcurl3-gnutls   7.64.0-2
ii  libdbus-1-3   1.12.12-1
ii  libdbus-glib-1-2  0.110-4
ii  libdconf1 0.30.1-2
ii  libeot0   0.01-5
ii  libepoxy0 1.5.3-0.1
ii  libexpat1 2.2.6-1
ii  libexttextcat-2.0-0   3.4.5-1
ii  libfontconfig12.13.1-2
ii  libfreetype6  2.9.1-3
ii  libgcc1   1:8.3.0-5
ii  libglib2.0-0  2.58.3-1
ii  libgpgmepp6   1.12.0-6
ii  libgraphite2-31.3.13-7
ii  libharfbuzz-icu0  2.3.1-1
ii  libharfbuzz0b 2.3.1-1
ii  libhunspell-1.7-0 1.7.0-2
ii  libhyphen02.8.8-7
ii  libice6   2:1.0.9-2
ii  libicu63  63.1-6
ii  libjpeg62-turbo   1:1.5.2-2+b1
ii  liblcms2-22.9-3
ii  libldap-2.4-2 2.4.47+dfsg-3
ii  libmythes-1.2-0   2:1.2.4-3
ii  libneon27-gnutls  0.30.2-3
ii  libnspr4  2:4.20-1
ii  libnss3   2:3.42.1-1
ii  libnumbertext-1.0-0   1.0.5-1
ii  libodfgen-0.1-1   0.1.7-1
ii  liborcus-0.14-0   0.14.1-6
ii  libpng16-16   1.6.36-5
ii  libpoppler82  0.71.0-3
ii  librdf0   1.0.17-1.1+b1
ii  libreoffice-common1:6.1.5-3
ii  librevenge-0.0-0  0.0.4-6
ii  libsm62:1.2.3-1
ii  libstdc++68.3.0-5
ii  libx11-6  2:1.6.7-1
ii  libxext6  2:1.3.3-1+b2
ii  libxinerama1  2:1.1.4-2
ii  libxml2   2.9.4+dfsg1-7+b3
ii  libxmlsec11.2.27-2
ii  libxmlsec1-nss1.2.27-2
ii  libxrandr22:1.5.1-1
ii  libxrender1   1:0.9.10-1
ii  libxslt1.11.1.32-2
ii  uno-libs3 6.1.5-3
ii  ure   6.1.5-3
ii  zlib1g1:1.2.11.dfsg-1

Versions of packages libreoffice-core recommends:
ii  libpaper-utils  1.1.26

-- no debconf information


Bug#914183: shutter: No way to install shutter in debian buster

2018-11-21 Thread Ludovic CHEVALIER
OK. Thanks for your answer.



Bug#914183: shutter: No way to install shutter in debian buster

2018-11-20 Thread Ludovic CHEVALIER
Package: shutter
Version: 0.93.1-1.3
Severity: critical

I can't install shutter anymore in debian buster because some of lack of
some dependances.

Thanks.

Ludo



-- System Information:
Debian Release: buster/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (200, 'unstable'), 
(150, 'stable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.18.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages shutter depends on:
ii  imagemagick8:6.9.10.14+dfsg-7
ii  imagemagick-6.q16 [imagemagick]8:6.9.10.14+dfsg-7
ii  libfile-basedir-perl   0.08-1
pn  libfile-copy-recursive-perl
ii  libfile-which-perl 1.22-1
ii  libglib-perl   3:1.328-1+b1
pn  libgnome2-canvas-perl  
pn  libgnome2-gconf-perl   
pn  libgnome2-perl 
pn  libgnome2-vfs-perl 
pn  libgnome2-wnck-perl
pn  libgtk2-imageview-perl 
ii  libgtk2-perl   2:1.24992-1+b2
pn  libgtk2-unique-perl
ii  libimage-magick-perl [perlmagick]  8:6.9.10.14+dfsg-7
ii  libjson-perl   2.97001-1
ii  libjson-xs-perl3.040-1+b1
ii  liblocale-gettext-perl 1.07-3+b4
ii  libnet-dbus-perl   1.1.0-5+b1
pn  libnet-dropbox-api-perl
ii  libpath-class-perl 0.37-1
pn  libproc-processtable-perl  
pn  libproc-simple-perl
ii  librsvg2-common2.44.8-3
ii  libsort-naturally-perl 1.03-2
ii  libwww-mechanize-perl  1.90-1
ii  libwww-perl6.36-1
ii  libx11-protocol-other-perl 30-1
ii  libx11-protocol-perl   0.56-7
ii  libxml-simple-perl 2.25-1
ii  perlmagick 8:6.9.10.14+dfsg-7
ii  procps 2:3.3.15-2
ii  xdg-utils  1.1.3-1

Versions of packages shutter recommends:
pn  libgoo-canvas-perl 
pn  libgtk2-appindicator-perl  

Versions of packages shutter suggests:
ii  gnome-web-photo 0.10.6-1+b1
ii  libimage-exiftool-perl  11.16-1
ii  libnet-dbus-glib-perl   0.33.0-3+b1
ii  nautilus-sendto 3.8.6-2



Bug#908924: possible fix

2018-11-02 Thread Ludovic CHEVALIER
Hi!

Is someone could tell us the good way in debian to patch our kernel to
fix this issue?

Thanks.

Ludo



signature.asc
Description: OpenPGP digital signature


Bug#886394: java.lang.ClassNotFoundException: javafx.scene.layout.HBox

2018-01-05 Thread Ludovic CHEVALIER
Package: pdfsam
Version: 3.3.5-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I can't launch pdfsam. Here is the traceback:

Exception in thread "main" java.lang.NoClassDefFoundError: 
javafx/scene/layout/HBox
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1007)
at 
java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
at 
java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:801)
at 
java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:699)
at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:622)
at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:580)
at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
at org.pdfsam.community.App.main(App.java:34)
Caused by: java.lang.ClassNotFoundException: javafx.scene.layout.HBox
at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
... 10 more

Thanks.

Ludo

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (150, 'stable'), (100, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.14.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pdfsam depends on:
ii  libatinject-jsr330-api-java1.0+ds1-5
ii  libbcmail-java 1.58-1
ii  libbcprov-java 1.58-1
ii  libcommons-io-java 2.5-2
ii  libcommons-lang3-java  3.5-1
ii  libfontawesomefx-java  8.9-1
ii  libgettext-commons-java0.9.6-6
ii  libhibernate-validator-java4.3.3-3
ii  libjackson2-jr-java2.9.1-1
ii  liblogback-java1:1.2.3-2
ii  libsambox-java 1.1.19-1
ii  libsejda-eventstudio-java  1.0.6-1
ii  libsejda-injector-java 1.0.2-1
ii  libsejda-java  3.2.38-1
ii  libslf4j-java  1.7.25-2
ii  openjdk-8-jre [java8-runtime]  8u151-b12-1
ii  openjdk-9-jre [java8-runtime]  9.0.1+11-1
ii  openjfx8u141-b14-3

pdfsam recommends no packages.

pdfsam suggests no packages.

-- no debconf information



Bug#799049: It makes libreoffice unusable

2015-09-15 Thread Ludovic CHEVALIER
Package: libreoffice-gtk3
Version: 1:5.0.1-1
Severity: important

Dear Maintainer,

Since migration to libreoffice 4-->5, libreoffice-gtk3 makes libreoffice
unusable.

Now, there was no more highlightning on menu elements when mouse is over
them.
There were lot of display problem too.

Thanks.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (150, 'stable'), (100, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.1.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libreoffice-gtk3 depends on:
ii  libatk1.0-0   2.16.0-2
ii  libc6 2.19-19
ii  libcairo-gobject2 1.14.2-2
ii  libcairo2 1.14.2-2
ii  libdbus-1-3   1.10.0-2
ii  libdbus-glib-1-2  0.102-1
ii  libgcc1   1:5.2.1-16
ii  libgdk-pixbuf2.0-02.31.5-1
ii  libgl1-mesa-glx [libgl1]  10.6.3-1
ii  libglew1.10   1.10.0-3
ii  libglib2.0-0  2.44.1-1.1
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libgtk-3-03.16.6-1
ii  libice6   2:1.0.9-1+b1
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libreoffice-core  1:5.0.1-1
ii  libsm62:1.2.2-1+b1
ii  libstdc++65.2.1-16
ii  libx11-6  2:1.6.3-1
ii  libxext6  2:1.3.3-1
ii  uno-libs3 5.0.1-1
ii  ure   5.0.1-1

Versions of packages libreoffice-gtk3 recommends:
ii  libreoffice-style-tango  1:5.0.1-1

libreoffice-gtk3 suggests no packages.

-- no debconf information



Bug#785784: [makehuman] Missing python dependencies

2015-05-20 Thread Ludovic CHEVALIER
Package: makehuman
Version: 1.0.2-6
Severity: important
Tags: patch

--- Please enter the report below this line. ---


--- System information. ---
Architecture: i386
Kernel:   Linux 3.16.0-4-686-pae

Debian Release: stretch/sid
  500 testing www.deb-multimedia.org
  500 testing security.debian.org
  500 testing ftp.fr.debian.org
  200 unstableftp.fr.debian.org
  150 stable  ftp.fr.debian.org
  100 experimentalftp.fr.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Ludovic CHEVALIER
Coordinateur de projets, L'Heureux Cyclage
Le réseau des ateliers vélos participatifs et solidaires

+33 482535970

L'Heureux Cyclage
À Pignon sur Rue
10, rue Saint-Polycarpe
690001 LYON

Site oueb - http://www.heureux-cyclage.org
Le wiki du biclou - http://wiklou.org


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#764794: [foxtrotgps] No more bug today

2014-10-23 Thread Ludovic CHEVALIER
Package: foxtrotgps
Version: 1.1.1-5+b1

I never have a bug starting foxtrotgps today. Maybe it was due to a
dependance.

Bye!

Ludo

--- System information. ---
Architecture: i386
Kernel:   Linux 3.14-2-686-pae

Debian Release: jessie/sid
  500 testing security.debian.org
  500 testing mirror.home-dn.net
  500 testing ftp.fr.debian.org
  200 unstableftp.fr.debian.org
  150 stable  ftp.fr.debian.org
  100 experimentalftp.fr.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Ludovic CHEVALIER
Coordinateur de projets, L'Heureux Cyclage
Le réseau des ateliers vélos participatifs et solidaires

+33 482535970

Site oueb - http://www.heureux-cyclage.org
Le wiki du biclou - http://wiklou.org


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#766327: zaz: Segmentation fault

2014-10-22 Thread Ludovic CHEVALIER
Package: zaz
Version: 1.0.0~dfsg1-1
Severity: normal

Dear Maintainer,

When I launch zaz, it shutdown. In a terminal, I have this error:
 Erreur de segmentation

Bye!

Ludo

-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zaz depends on:
ii  fonts-freefont-ttf [ttf-freefont]  20120503-1
ii  libc6  2.13-38+deb7u4
ii  libftgl2   2.1.3~rc5-4
ii  libgcc11:4.7.2-5
ii  libgl1-mesa-glx [libgl1]   8.0.5-4+deb7u2
ii  libogg01.3.0-4
ii  libsdl-image1.21.2.12-2
ii  libsdl1.2debian1.2.15-5
ii  libstdc++6 4.7.2-5
ii  libtheora0 1.1.1+dfsg.1-3.1
ii  libvorbis0a1.3.2-1.3
ii  libvorbisenc2  1.3.2-1.3
ii  libvorbisfile3 1.3.2-1.3
ii  zaz-data   1.0.0~dfsg1-1

zaz recommends no packages.

Versions of packages zaz suggests:
pn  zaz-dbg  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#765043: [src:linux] passphrase unavailable for unencrypted LUKS formatted system

2014-10-13 Thread Ludovic CHEVALIER
Package: src:linux
Version: linux-image-3.16-2-686-pae
Severity: normal

--- Please enter the report below this line. ---
Hi!

I have a LUKS formatted and encrypted system.
With this linux-image version, my passphrase is unavailable.

Bye.

Ludo

--- System information. ---
Architecture: i386
Kernel:   Linux 3.14-2-686-pae

Debian Release: jessie/sid
  500 testing security.debian.org
  500 testing mirror.home-dn.net
  500 testing ftp.fr.debian.org
  200 unstableftp.fr.debian.org
  150 stable  ftp.fr.debian.org
  100 experimentalftp.fr.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Ludovic CHEVALIER
Coordinateur de projets, L'Heureux Cyclage
Le réseau des ateliers vélos participatifs et solidaires

+33 482535970

Site oueb - http://www.heureux-cyclage.org
Le wiki du biclou - http://wiklou.org


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#764794: [foxtrotgps] Having Attempt to unlock mutex that was not locked message at launch

2014-10-11 Thread Ludovic CHEVALIER
Package: foxtrotgps
Version: 1.1.1-5+b1
Severity: normal

--- Please enter the report below this line. ---
Hi!

Foxtrotgps can't start because of an error at launch.
See backtrace below:
 (foxtrotgps:3938): Gtk-CRITICAL **: IA__gtk_toolbar_set_icon_size:
assertion 'icon_size != GTK_ICON_SIZE_INVALID' failed

 (foxtrotgps:3938): Gtk-CRITICAL **: IA__gtk_toolbar_set_icon_size:
assertion 'icon_size != GTK_ICON_SIZE_INVALID' failed
 REPOLIST == NULL
 *** on_drawingarea1_configure_event():
 pixmap created
 Not autocentering map due to missing gps data
 Not autocentering map due to missing gps data

 (foxtrotgps:3938): Gtk-CRITICAL **: IA__gtk_entry_set_text: assertion
'GTK_IS_ENTRY (entry)' failed
 Succès de la connexion à gpsd
 Attempt to unlock mutex that was not locked
 Abandon



--- System information. ---
Architecture: i386
Kernel:   Linux 3.14-2-686-pae

Debian Release: jessie/sid
  500 testing security.debian.org
  500 testing mirror.home-dn.net
  500 testing ftp.fr.debian.org
  200 unstableftp.fr.debian.org
  150 stable  ftp.fr.debian.org
  100 experimentalftp.fr.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.


Ludo


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732730: deja-dup: Same problem

2014-01-12 Thread Ludovic CHEVALIER
Package: deja-dup
Version: 20.2-2.1
Followup-For: Bug #732730

I can confirm I haved the same problem as Max Badran on my debian.
The installation of those two packages resolved it.
Thanks Max for this report.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (150, 'stable'), (100, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.12-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages deja-dup depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.18.0-1
ii  duplicity0.6.22-2
ii  libatk1.0-0  2.10.0-2
ii  libc62.17-97
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libgdk-pixbuf2.0-0   2.28.2-1+b1
ii  libglib2.0-0 2.36.4-1
ii  libgnome-keyring03.4.1-1
ii  libgtk-3-0   3.8.6-1
ii  libnautilus-extension1a  3.8.2-2
ii  libnotify4   0.7.6-1
ii  libpango1.0-01.36.0-1+b1

Versions of packages deja-dup recommends:
ii  openssh-client [ssh-client]  1:6.4p1-2
ii  python-boto  2.10.0-1
pn  python-rackspace-cloudfiles  none

deja-dup suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676607: gnome-shell: Embeded screencasting doesn't work anymore

2012-06-08 Thread Ludovic CHEVALIER
Package: gnome-shell
Version: 3.4.1-5
Severity: normal

Hi,

After a recent update of gnome-shell (3.2 to 3.4 I suppose),
screencasting with Ctrl+Alt+Shift+R makes me a corrupt video in my video
folder.

Traceback when opening with vlc player:
 /tmp/video.webm 
 VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547)
 [0x9f2a8f0] main libvlc: Lancement de vlc avec l'interface par défaut.
 Utilisez « cvlc » pour démarrer VLC sans interface.
 [0xa1b12f0] mkv demux error: No tracks supported
 [0xa1b12f0] mkv demux error: No tracks supported
 [0xa1b12f0] mkv demux error: cannot find any cluster, damaged file ?
 [0xa1b12f0] ps demux error: cannot peek
 [0xa1b12f0] mpgv demux error: cannot peek
 [0xa1b12f0] mjpeg demux error: cannot peek
 [0xa1b12f0] ps demux error: cannot peek
 [0x9fb7e60] main input error: no suitable demux module for
 `file/:///tmp/video.webm'* Please consider answering these questions, where 
appropriate ***

I tested the generated files in other OS, computer, etc. This is really
the generated files that are corrupted.

Bye.

Ludo


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-1
ii  gconf-service3.2.5-1
ii  gir1.2-accountsservice-1.0   0.6.15-4
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-caribou-1.0   0.4.2-2
ii  gir1.2-clutter-1.0   1.10.4-3
ii  gir1.2-cogl-1.0  1.10.2-3
ii  gir1.2-coglpango-1.0 1.10.2-3
ii  gir1.2-folks-0.6 0.6.9-1
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gconf-2.0 3.2.5-1
ii  gir1.2-gcr-3 3.4.1-3
ii  gir1.2-gdesktopenums-3.0 3.4.2-1
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-gee-1.0   0.6.4-1
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gmenu-3.0 3.4.2-1
ii  gir1.2-gnomebluetooth-1.03.4.0-2
ii  gir1.2-gtk-3.0   3.4.2-1
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.4.1-4
ii  gir1.2-networkmanager-1.00.9.4.0-4
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-polkit-1.00.104-2
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-telepathyglib-0.120.18.1-2
ii  gir1.2-telepathylogger-0.2   0.4.0-1
ii  gir1.2-upowerglib-1.00.9.16-2
ii  gjs  1.32.0-2
ii  gnome-bluetooth  3.4.0-2
ii  gnome-icon-theme-symbolic3.4.0-2
ii  gnome-settings-daemon3.4.2-3
ii  gnome-shell-common   3.4.1-5
ii  gnome-themes-standard3.4.2-1
ii  gsettings-desktop-schemas3.4.2-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-32
ii  libcairo-gobject21.12.2-1
ii  libcairo21.12.2-1
ii  libcamel-1.2-29  3.2.2-3
ii  libcanberra0 0.28-4
ii  libclutter-1.0-0 1.10.4-3
ii  libcogl-pango0   1.10.2-3
ii  libcogl9 1.10.2-3
ii  libcroco30.6.5-1
ii  libdbus-1-3  1.5.12-1
ii  libdbus-glib-1-2 0.98-1
ii  libebook-1.2-12  3.2.2-3
ii  libecal-1.2-10   3.2.2-3
ii  libedataserver-1.2-153.2.2-3
ii  libedataserverui-3.0-1   3.2.2-3
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.9-1
ii  libgck-1-0   3.4.1-3
ii  libgconf-2-4 3.2.5-1
ii  libgcr-3-1   3.4.1-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgee2  0.6.4-1
ii  libgirepository-1.0-11.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-2
ii  libgl1-mesa-glx [libgl1] 8.0.2-2
ii  

Bug#670644: shotwell: Resolved by upgrading 0.12.1-1 to 0.12.2-1

2012-05-07 Thread Ludovic CHEVALIER
Package: shotwell
Followup-For: Bug #670644

I was affected by this problem. It seems to be resolved after 0.12.2-1 upgrade.
Thanks to maintainers ;-)

Ludo

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages shotwell depends on:
ii  dbus-x11 1.5.12-1
ii  dconf-gsettings-backend [gsettings-backend]  0.10.0-3
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-32
ii  libcairo-gobject21.10.2-7
ii  libcairo21.10.2-7
ii  libexif120.6.20-2
ii  libexiv2-12  0.23-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgee2  0.6.4-1
ii  libgexiv2-1  0.4.1-2
ii  libglib2.0-0 2.32.0-4
ii  libgomp1 4.7.0-3
ii  libgphoto2-2 2.4.14-2
ii  libgphoto2-port0 2.4.14-2
ii  libgstreamer-plugins-base0.10-0  0.10.36-1
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.2.3-1
ii  libgudev-1.0-0   175-3.1
ii  libjavascriptcoregtk-3.0-0   1.6.3-1
ii  libpango1.0-01.29.4-3+b1
ii  libraw5  0.14.6-1
ii  librest-0.7-00.7.12-1
ii  librsvg2-common  2.36.1-1
ii  libsoup2.4-1 2.38.1-2
ii  libsqlite3-0 3.7.11-2
ii  libstdc++6   4.7.0-3
ii  libunique-3.0-0  3.0.2-1
ii  libwebkitgtk-3.0-0   1.6.3-1
ii  libx11-6 2:1.4.4-4
ii  libxml2  2.7.8.dfsg-9

shotwell recommends no packages.

shotwell suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573226: Idem

2010-05-27 Thread Ludovic CHEVALIER
Hi.

I've got the same problem with exactly same error message for few months.

The dosfsck 3.0.7, 24 Dec 2009, FAT32, LFN line is vera stange,
because my partition is an ext3 .



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#551170: (no subject)

2009-10-30 Thread Ludovic CHEVALIER
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can confirm that there is no problem for running f-spot with the
actual sid version (0.6.1.3-2), but I can confirm that I can reproduce
the crash with the 0.6.0.0-1 version.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrqsVQACgkQ/xNY0YFtdg7m4QCdGk7GYas2/uZ06jym/SLvMEM8
GEoAnAx9ZnghW23+x7oSazVmB4anjgvC
=v8lx
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#551744: xserver-xorg-input-synaptics: Tapping is not recognize

2009-10-20 Thread Ludovic CHEVALIER
Package: xserver-xorg-input-synaptics
Version: 1.1.2-1
Severity: grave
Justification: renders package unusable

Hi!

My touchpad don't work correctly since the last update of the package:
- no tapping
- no scrolling
- no 3 button emulation

~$ cat /var/log/Xorg.0.log|grep WW|grep mouse
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 May 20 14:06 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1689976 Sep 30 22:53 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 
PCI/AGP or 662/761Gx PCIE VGA Display Adapter

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw--- 1 root root 4417 Oct 17 19:32 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:


Xorg X server log files on system:
-rw-r--r-- 1 root root 30364 Oct 20 09:45 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.6.4
Release Date: 2009-9-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31 i686 Debian
Current Operating System: Linux laptop-06 2.6.30-2-686 #1 SMP Sat Sep 26 
01:16:22 UTC 2009 i686
Build Date: 30 September 2009  08:45:15PM
xorg-server 2:1.6.4-2 (bgog...@debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Oct 20 09:45:46 2009
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor �ran g�rique
(**) |   |--Device Carte vid�g�rique
(**) |--Input Device Generic Keyboard
(**) |--Input Device Touchpad
(**) Option Xinerama true
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /etc/X11/fonts/100dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/Type1 does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/CID does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/CID does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/Speedo does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/75dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/75dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/75dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/75dpi does not exist.
Entry deleted from font path.
(**) FontPath set to:
unix/:7100,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.
(WW) Disabling Generic Keyboard
(II) Loader magic: 0x6c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:1:0:0) 1039:6330:1043:1102 Silicon Integrated Systems [SiS] 
661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter rev 0, Mem @ 
0xd000/134217728, 0xdeee/131072, I/O @ 0xac00/128
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x000f - 0x000f (0x1) MX[B]
[2] -1  0   0x000c - 0x000e (0x3) MX[B]
[3] -1  0   

Bug#551170: OK with actual sid version

2009-10-19 Thread Ludovic CHEVALIER
No problem for runninbg f-spot with the actual sid version (0.6.1.3-2)

Bye.

Ludo




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#551170: Error message - the good join file

2009-10-17 Thread Ludovic CHEVALIER
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

OK for reasign to f-spot.

I repost the good join file with all the error message.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrZjTIACgkQ/xNY0YFtdg4GqQCeLKicdY8l55hk+sc+O5NZ/hIu
G2AAoNLW2uWbGBrjnIqK1p8tEnP4RjMO
=RV5Y
-END PGP SIGNATURE-
f-spot
** No session dbus found. Starting one **

(/usr/lib/f-spot/f-spot.exe:3691): GLib-GObject-CRITICAL **: 
/build/buildd-glib2   
.0_2.22.0-1-i386-YCLGRR/glib2.0-2.22.0/gobject/gtype.c:2458: initialization 
asse   
rtion failed, use IA__g_type_init() prior to this function

(/usr/lib/f-spot/f-spot.exe:3691): GLib-GObject-CRITICAL **: g_object_new: 
asser   
tion `G_TYPE_IS_OBJECT (object_type)' failed

(/usr/lib/f-spot/f-spot.exe:3691): GLib-GObject-CRITICAL **: g_object_ref: 
asser   
tion `G_IS_OBJECT (object)' failed
Stacktrace:

  at (wrapper managed-to-native) GConf.Client.gconf_client_get_default () 
0x000   
04
  at (wrapper managed-to-native) GConf.Client.gconf_client_get_default () 
0xfff   
f
  at GConf.Client..ctor () 0x00046
  at FSpot.Platform.PreferenceBackend.get_Client () 0x00039
  at FSpot.Platform.PreferenceBackend.AddNotify 
(string,System.EventHandler`1FS
   
pot.NotifyEventArgs) 0x00069
  at FSpot.Preferences.get_Backend () 0x00087
  at FSpot.Preferences.TryGetobject (string,object) 0x00097
  at FSpot.Preferences.Getobject (string) 0x00043
  at FSpot.Driver.Main (string[]) 0x0019b
  at (wrapper runtime-invoke) FSpot.Driver.runtime_invoke_int_object 
(object,int   
ptr,intptr,intptr) 0x

Native stacktrace:

mono [0x80c81f9]
mono [0x80f20ab]
[0xb80de40c]
/usr/lib/libgconf-2.so.4(gconf_client_get_default+0xf8) [0xb64b3c98]
[0xb79217a6]
[0xb7921657]
[0xb79215ca]
[0xb7921202]
[0xb7921110]
[0xb7920d58]
[0xb791e7a4]
[0xb7917484]
[0xb7917203]
mono(mono_runtime_exec_main+0x16e) [0x810d28e]
mono(mono_runtime_run_main+0x16b) [0x810d99b]
mono(mono_main+0x1882) [0x80b07e2]
mono [0x805aa51]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7e7a7a5]
mono [0x805a981]

Debug info from gdb:


=
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=

Abandon



Bug#551170: libglib2.0-0: f-spot crash at start with libglib error

2009-10-16 Thread Ludovic CHEVALIER
Package: libglib2.0-0
Version: 2.22.0-1
Severity: grave
Justification: renders package unusable

Hi!

When I'm starting f-spot, I've got libglib error than:
(/usr/lib/f-spot/f-spot.exe:7303): GLib-GObject-CRITICAL **: 
/build/buildd-glib2.0_2.22.0-1-i386-YCLGRR/glib2.0-2.22.0/gobject/gtype.c:2458: 
initialization assertion failed, use IA__g_type_init() prior to this function

(/usr/lib/f-spot/f-spot.exe:7303): GLib-GObject-CRITICAL **: g_object_new: 
assertion `G_TYPE_IS_OBJECT (object_type)' failed
[See the join document for all)

Bye!

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (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/dash

Versions of packages libglib2.0-0 depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libpcre3  7.8-2+b1   Perl 5 Compatible Regular Expressi
ii  libselinux1   2.0.85-4   SELinux runtime shared libraries

Versions of packages libglib2.0-0 recommends:
pn  libglib2.0-data   none (no description available)
ii  shared-mime-info  0.60-2 FreeDesktop.org shared MIME databa

libglib2.0-0 suggests no packages.

-- no debconf information
** No session dbus found. Starting one **
** No session dbus found. Starting one **


Bug#546714: (pas de sujet)

2009-09-30 Thread Ludovic CHEVALIER
Hi!

It's very difficult for me to send this bug report without fonctionnal
graphic interface. It's impossible for me to make a screenshot without
keyboard. It's very difficult for me to downgrade all the fine package
to restaure a fonctionnal version of xserver before upgrade with the
last testing packages. It's very difficult for me to send a bug report
without graphical tool.

But ...
I'm just reinstalled the last xserver version with a aptitude
dist-upgrade command.
I restarted X server without problem. But, when I restart my computer, I
have the same problem than my fisrt post.

I attached the fine command to this message for complete my last post.
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 mai 20 14:06 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1690904 sep 14 19:29 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 
PCI/AGP or 662/761Gx PCIE VGA Display Adapter

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw--- 1 root root 4625 sep 29 12:29 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type man XF86Config-4 at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section Files
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
#   FontPath/usr/share/fonts/X11/misc
#   FontPath/usr/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/lib/X11/fonts/cyrillic
FontPath/etc/X11/fonts/100dpi/ #test
#   FontPath/usr/lib/X11/fonts/100dpi/:unscaled
#   FontPath/usr/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/CID
FontPath/usr/lib/X11/fonts/CID
FontPath/usr/lib/X11/fonts/Speedo
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/lib/X11/fonts/75dpi
EndSection

Section Module
Loadbitmap
Loaddbe
Loadddc
#   Loaddri
Loadextmod
Loadfreetype
#   Loadglx
Loadint10
Loadrecord
Loadsynaptics
#   Loadtype1
Loadvbe
#   Loadxtt
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc105
Option  XkbLayout fr
EndSection

#Section InputDevice
#   Identifier  Configured Mouse
#   Driver  mouse
#   Option  CorePointer
#   Option  Device/dev/psaux
#   Option  Protocol  ExplorerPS/2
#   Option  Emulate3Buttons   true
#   Option  ZAxisMapping  4 5
#EndSection

Section InputDevice
Identifier  Touchpad
Driver  synaptics
Option  CorePointer
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
Option  TapButton11
Option  TapButton22
Option  TapButton33
Option  SHMConfig on
Option  SendCoreEventstrue
EndSection

Section Device
Identifier  Carte vido gnrique
Driver  sis
BusID PCI:1:0:0
#   Screen  0
#   Option XAANoOffscreenPixmaps true# Optional if NVIDIA drivers are 
used
#   Option AddARGBGLXVisuals true # see note below
#   Option AllowGLXWithComposite true  # not work without it on NVidia 
GForgeMX400 for me
#Option EnablePageFlip 1
#Option 

Bug#546714: x11-common: X11 server run anormally with Sis Card

2009-09-15 Thread Ludovic CHEVALIER
Package: x11-common
Version: 1:7.4+4
Severity: grave
Justification: renders package unusable

With this last update of x11-common package and dependencies, I've got color 
problems and no keyboard in a x session.

lspci |grep VGA
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 
PCI/AGP or 662/761Gx PCIE VGA Display Adapter

To resolve the problem, I had to add a lenny cdrom in my sources.list, delete 
x11-common and xserver-* and dependencies, and reinstall t$
But, I cannot make a normal dist-upgrade now. I have to create an apt 
preference file until a new update.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (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/dash

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

x11-common recommends no packages.

x11-common suggests no packages.

-- debconf information:
  x11-common/xwrapper/nice_value: 0
  x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:
  x11-common/x11r6_bin_not_empty:
  x11-common/upgrade_issues:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org