Bug#1072538: dracut-core: systemd-cryptsetup missing from generated image

2024-06-03 Thread Mourad De Clerck
Package: dracut-core
Version: 102-1
Severity: important

Hi,

As of version 102-1 the generated initrd leaves my system unbootable, as my root
filesystem in luks-encrypted.

After investigating it looks like the systemd-cryptsetup binary is simply 
missing.

I looked through /usr/lib/dracut/modules.d/90crypt/module-setup.sh and couldn't
find an instance where this binary is installed.

I added the line:

inst_multiple systemd-cryptsetup cryptsetup

… to the install() function of that file, regenerated my initrd, and it works 
again.

It'd be nice to get a proper fix.

Thank you,

-- Mourad DC

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.8.12-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dracut-core depends on:
ii  cpio2.15+dfsg-1
ii  dracut-install  102-1
ii  e2fsprogs   1.47.1-1
ii  kmod32+20240327-1
ii  libc6   2.38-12
ii  libkmod232+20240327-1
ii  udev256~rc3-7

Versions of packages dracut-core recommends:
ii  binutils   2.42-4
pn  console-setup  
ii  cryptsetup 2:2.7.2-2
pn  dmraid 
ii  dmsetup2:1.02.196-1+b1
ii  kpartx 0.9.7-7
pn  lvm2   
pn  mdadm  
ii  pigz   2.8-1
ii  pkgconf1.8.1-1+b2
ii  systemd256~rc3-7

dracut-core suggests no packages.

-- no debconf information


Bug#1066060: libpam-modules: pam_lastlog.so missing

2024-03-11 Thread Mourad De Clerck
Package: libpam-modules
Version: 1.5.3-6
Severity: normal

I noticed the following line in my logs:

login[2449]: PAM unable to dlopen(pam_lastlog.so): 
/usr/lib/security/pam_lastlog.so: cannot open shared object file: No such file 
or directory

I looked in the deb files from snapshot.debian.org, and noticed the last version
that had it was 1.5.2-9.1 - starting from 1.5.3-1 it disappeared.

Maybe it's fallout from the time_t transition and you're already aware of it, in
which case feel free to close.

Thanks,

-- M

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.7.9-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libpam-modules depends on:
ii  debconf [debconf-2.0]  1.5.86
ii  libaudit1  1:3.1.2-2.1
ii  libc6  2.37-15.1
ii  libcrypt1  1:4.4.36-4
ii  libpam-modules-bin 1.5.3-6
ii  libpam0g   1.5.3-6
ii  libselinux13.5-2
ii  libsystemd0255.4-1+b1

libpam-modules recommends no packages.

libpam-modules suggests no packages.

-- debconf information excluded



Bug#969174: firefox: FF80 seems to have broken all add-ons on existing profiles

2020-11-30 Thread Mourad De Clerck

On 30/11/2020 17:45, Antoine Le Gonidec wrote:
Did you check that the add-ons are still active after a couple restarts 
of Firefox?

The suggested workaround seems to have no effect here.


I just tried restarting multiple times (4-5), it still works for me.

Can you verify in "about:support" whether webrender is really disabled? 
I see:

* "Compositing: Basic"
* "WEBRENDER: disabled by user: User force-disabled WR"

Regards,

-- M



Bug#969174: firefox: FF80 seems to have broken all add-ons on existing profiles

2020-11-29 Thread Mourad De Clerck

I suspect this is upstream bug #1672139:

https://bugzilla.mozilla.org/show_bug.cgi?id=1672139



As a workaround, I disabled webrender using 
"gfx.webrender.force-disabled" set to "true", and my extensions (ublock, 
bitwarden) seem to work properly again.




-- M



Bug#975710: flatpak: Starts gvfs-daemon when logging in as root

2020-11-25 Thread Mourad De Clerck
Package: flatpak
Version: 1.8.3-2
Severity: minor
Tags: patch

When I log into my machine with ssh as root, gvfs-daemon is indirectly started
by flatpak using DBUS activation, in root's systemd user session.

Maybe consider this patch for /etc/profile.d/flatpak.sh ?

--- flatpak.sh.orig 2020-11-24 13:01:00.0 +0100
+++ flatpak.sh  2020-11-25 13:40:09.055342009 +0100
@@ -5,7 +5,7 @@
 (
 unset G_MESSAGES_DEBUG
 echo "${XDG_DATA_HOME:-"$HOME/.local/share"}/flatpak"
-flatpak --installations
+GIO_USE_VFS=local flatpak --installations
 ) | (
 new_dirs=
 while read -r install_path

Thanks for your consideration,

-- Mourad DC

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.9.0-2-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages flatpak depends on:
ii  adduser3.118
ii  bubblewrap 0.4.1-1
ii  dbus   1.12.20-1
ii  libappstream-glib8 0.7.17-1
ii  libarchive13   3.4.3-2
ii  libc6  2.31-4
ii  libdconf1  0.38.0-1
ii  libfuse2   2.9.9-3
ii  libgdk-pixbuf-2.0-02.40.0+dfsg-7
ii  libgdk-pixbuf2.0-0 2.40.0+dfsg-7
ii  libglib2.0-0   2.66.3-1
ii  libgpgme11 1.14.0-1+b1
ii  libjson-glib-1.0-0 1.6.0-1
ii  libmalcontent-0-0  0.9.0-2
ii  libostree-1-1  2020.8-2
ii  libpolkit-agent-1-00.117-1
ii  libpolkit-gobject-1-0  0.117-1
ii  libseccomp22.5.0-3
ii  libsoup2.4-1   2.72.0-2
ii  libsystemd0246.6-5
ii  libxau61:1.0.8-1+b2
ii  libxml22.9.10+dfsg-6.2
ii  libzstd1   1.4.5+dfsg-4
ii  xdg-dbus-proxy 0.1.2-1

Versions of packages flatpak recommends:
ii  desktop-file-utils   0.26-1
ii  gtk-update-icon-cache3.24.23-2
ii  hicolor-icon-theme   0.17-2
ii  libpam-systemd   246.6-5
ii  p11-kit  0.23.21-2
ii  policykit-1  0.117-1
ii  shared-mime-info 2.0-1
ii  xdg-desktop-portal   1.8.0-2
ii  xdg-desktop-portal-gtk [xdg-desktop-portal-backend]  1.8.0-1

Versions of packages flatpak suggests:
ii  avahi-daemon0.8-3
pn  malcontent-gui  

-- Configuration Files:
/etc/profile.d/flatpak.sh changed:
if command -v flatpak > /dev/null; then
# set XDG_DATA_DIRS to include Flatpak installations
new_dirs=$(
(
unset G_MESSAGES_DEBUG
echo "${XDG_DATA_HOME:-"$HOME/.local/share"}/flatpak"
GIO_USE_VFS=local flatpak --installations
) | (
new_dirs=
while read -r install_path
do
share_path=$install_path/exports/share
case ":$XDG_DATA_DIRS:" in
(*":$share_path:"*) :;;
(*":$share_path/:"*) :;;
(*) new_dirs=${new_dirs:+${new_dirs}:}$share_path;;
esac
done
echo "$new_dirs"
)
)
export XDG_DATA_DIRS

XDG_DATA_DIRS="${new_dirs:+${new_dirs}:}${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
fi

-- no debconf information



Bug#901497: Hard system hangs after upgrade from 18.0.5-1 to 18.1.1-1

2018-06-14 Thread Mourad De Clerck
I have the same issue on my MacbookPro14,1 laptop, using an Intel Core 
i7-7660U with Iris Plus 640.


Same symptoms, hang using Firefox (on Wayland) for moderately 
complicated websites.


Downgrading solves it.

-- M



Bug#599573: Released in 20180602

2018-06-03 Thread Mourad De Clerck
On Sun, 3 Jun 2018 21:20:40 +0200 Miroslav Kravec 
 wrote:

I have merged the patch, and released it in upstream version 20180602.
The version 20180602-1 of debian package was uploaded today to debian
archives (unstable).


I didn't receive the previous message for some reason, but anyway, 
thanks for the follow-up.


Kind regards,

Mourad DC



Bug#883245: thunderbird: Fail to open URI in configured web browser "Permission denied"

2017-12-05 Thread C. Mourad Jaber
Package: thunderbird
Followup-For: Bug #883245

Dear Maintainer,

The lastest version in unstable (1:52.5.0-1) seems to have solved this issue...

Thanks for your work

Regards

Mourad



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

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

Versions of packages thunderbird depends on:
ii  debianutils   4.8.3
ii  fontconfig2.12.6-0.1
ii  libatk1.0-0   2.26.0-2
ii  libc6 2.25-2
ii  libcairo-gobject2 1.15.8-2
ii  libcairo2 1.15.8-2
ii  libdbus-1-3   1.12.2-1
ii  libdbus-glib-1-2  0.108-3
ii  libevent-2.1-62.1.8-stable-4
ii  libffi6   3.2.1-6
ii  libfontconfig12.12.6-0.1
ii  libfreetype6  2.8.1-0.1
ii  libgcc1   1:7.2.0-16
ii  libgdk-pixbuf2.0-02.36.11-1
ii  libglib2.0-0  2.54.1-1
ii  libgtk-3-03.22.24-3
ii  libhunspell-1.6-0 1.6.2-1
ii  libpango-1.0-01.40.13-2
ii  libpangocairo-1.0-0   1.40.13-2
ii  libpangoft2-1.0-0 1.40.13-2
ii  libpixman-1-0 0.34.0-1
ii  libstartup-notification0  0.12-4+b2
ii  libstdc++67.2.0-16
ii  libvpx4   1.6.1-3
ii  libx11-6  2:1.6.4-3
ii  libx11-xcb1   2:1.6.4-3
ii  libxcb-shm0   1.12-1
ii  libxcb1   1.12-1
ii  libxcomposite11:0.4.4-2
ii  libxdamage1   1:1.1.4-3
ii  libxext6  2:1.3.3-1+b2
ii  libxfixes31:5.0.3-1
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1
ii  psmisc23.1-1
ii  x11-utils 7.7+3+b1
ii  zlib1g1:1.2.8.dfsg-5

Versions of packages thunderbird recommends:
ii  hunspell-en-us [hunspell-dictionary]  1:2017.08.24
ii  hunspell-it [hunspell-dictionary] 1:5.4.3-1
ii  lightning 1:52.5.0-1
ii  myspell-fr [myspell-dictionary]   1.4-27

Versions of packages thunderbird suggests:
ii  apparmor  2.11.1-3
ii  fonts-lyx 2.2.3-2
ii  libgssapi-krb5-2  1.15.2-2

-- no debconf information



Bug#883245: thunderbird: Fail to open URI in configured web browser "Permission denied"

2017-12-01 Thread C. Mourad Jaber
Package: thunderbird
Version: 1:52.4.0-2~exp1
Severity: important
Tags: upstream

Dear Maintainer,

I'm clicking on a link into a mail in the experimental version of
thunderbird...

Nothing happened but in the console I get :
** (thunderbird:4592): WARNING **: Could not launch default application for
URI: Failed to execute child process ?/usr/lib/firefox/firefox? (Permission
denied)

All parameters in network.protocol-handler.* are defined to default value...

I tried to change this values but nothing change...

I tried also to change default browser, to use sensible-browser, direct path to
browser in place of "x-www-browser" but no changes...

Regards

C. Mourad Jaber



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

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

Versions of packages thunderbird depends on:
ii  debianutils   4.8.3
ii  fontconfig2.12.6-0.1
ii  libatk1.0-0   2.26.0-2
ii  libc6 2.25-2
ii  libcairo-gobject2 1.15.8-2
ii  libcairo2 1.15.8-2
ii  libdbus-1-3   1.12.2-1
ii  libdbus-glib-1-2  0.108-3
ii  libevent-2.1-62.1.8-stable-4
ii  libffi6   3.2.1-6
ii  libfontconfig12.12.6-0.1
ii  libfreetype6  2.8.1-0.1
ii  libgcc1   1:7.2.0-16
ii  libgdk-pixbuf2.0-02.36.11-1
ii  libglib2.0-0  2.54.1-1
ii  libgtk-3-03.22.24-3
ii  libhunspell-1.6-0 1.6.2-1
ii  libpango-1.0-01.40.13-2
ii  libpangocairo-1.0-0   1.40.13-2
ii  libpangoft2-1.0-0 1.40.13-2
ii  libpixman-1-0 0.34.0-1
ii  libstartup-notification0  0.12-4+b2
ii  libstdc++67.2.0-16
ii  libvpx4   1.6.1-3
ii  libx11-6  2:1.6.4-3
ii  libx11-xcb1   2:1.6.4-3
ii  libxcb-shm0   1.12-1
ii  libxcb1   1.12-1
ii  libxcomposite11:0.4.4-2
ii  libxdamage1   1:1.1.4-3
ii  libxext6  2:1.3.3-1+b2
ii  libxfixes31:5.0.3-1
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1
ii  psmisc23.1-1
ii  x11-utils 7.7+3+b1
ii  zlib1g1:1.2.8.dfsg-5

Versions of packages thunderbird recommends:
ii  hunspell-en-us [hunspell-dictionary]  1:2017.08.24
ii  hunspell-it [hunspell-dictionary] 1:5.4.3-1
ii  lightning 1:52.4.0-2~exp1
ii  myspell-fr [myspell-dictionary]   1.4-27

Versions of packages thunderbird suggests:
ii  apparmor  2.11.1-3
ii  fonts-lyx 2.2.3-2
ii  libgssapi-krb5-2  1.15.2-2

-- no debconf information



Bug#872654: 0ad: New Release: 0 A.D. Alpha 22 Venustas

2017-08-19 Thread mourad
Package: 0ad
Version: 0.0.21-2
Severity: wishlist

Dear Maintainer,

The last version of 0 A.D. is available...

Is it possible to upload it in unstable or experimental to play with it ?

Regards

Mourad



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

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

Versions of packages 0ad depends on:
ii  0ad-data   0.0.21-1
ii  0ad-data-common0.0.21-1
ii  dpkg   1.18.24
ii  libboost-filesystem1.62.0  1.62.0+dfsg-4+b1
ii  libc6  2.24-12
ii  libcurl3-gnutls7.52.1-5
ii  libenet7   1.3.12+ds-2+b1
ii  libgcc11:7.1.0-10
ii  libgl1-mesa-glx [libgl1]   17.1.5-1
ii  libgloox15 1.0.18-1
ii  libicu57   57.1-6
ii  libminiupnpc10 1.9.20140610-4
ii  libnspr4   2:4.15-1
ii  libnvtt2   2.0.8-1+dfsg-8.1+b1
ii  libopenal1 1:1.17.2-4+b2
ii  libpng16-161.6.30-2
ii  libsdl2-2.0-0  2.0.5+dfsg1-3
ii  libstdc++6 7.1.0-10
ii  libvorbisfile3 1.3.5-4
ii  libwxbase3.0-0v5   3.0.3.1+dfsg-1
ii  libwxgtk3.0-0v53.0.3.1+dfsg-1
ii  libx11-6   2:1.6.4-3
ii  libxcursor11:1.1.14-1+b4
ii  libxml22.9.4+dfsg1-3
ii  zlib1g 1:1.2.8.dfsg-5

0ad recommends no packages.

0ad suggests no packages.

-- no debconf information



Bug#871542: [Pkg-chromium-maint] Bug#871542: chromium: Chromium 60 UI is huge on HiDPI displays

2017-08-11 Thread Mourad De Clerck
On Wed, 09 Aug 2017 07:36:45 +0200 Vincent Bernat  wrote:
> This version does not support fractional scale factors:
>  https://bugs.chromium.org/p/chromium/issues/detail?id=723931
> 
> As a workaround, I use --force-device-scale-factor=1.5.

Strange: on my machine it shows the UI by default in
device-scale-factor=3, and I need to use --force-device-scale-factor=2
to get it back to normal. No fractional scale factors required.

-- M



Bug#814734: openshot: new upstream release

2017-06-26 Thread mourad
Package: openshot
Version: 1.4.3-1.2
Followup-For: Bug #814734

Dear Maintainer,

The version 2.3.4 is available with tons of changes and new features...

Is it possible to upload it in experimental ?

Regards

Mourad



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages openshot depends on:
ii  fontconfig   2.11.0-6.7+b1
ii  gtk2-engines-pixbuf  2.24.31-2
ii  librsvg2-common  2.40.16-1+b1
ii  melt 6.4.1-4+b1
ii  python   2.7.13-2
ii  python-gtk2  2.24.0-5.1
ii  python-httplib2  0.9.2+dfsg-1
ii  python-imaging   4.0.0-4
ii  python-mlt   6.4.1-4+b1
ii  python-pygoocanvas   0.14.1-1.2
ii  python-xdg   0.25-4

Versions of packages openshot recommends:
ii  frei0r-plugins  1.6.0-1
ii  openshot-doc1.4.3-1.2
ii  yelp3.22.0-1

Versions of packages openshot suggests:
pn  blender   
ii  inkscape  0.92.1-1

-- no debconf information



Bug#837786: Possible solution

2016-09-28 Thread Mourad De Clerck
On Tue, 27 Sep 2016 20:09:36 +0300 Svetlin Zarev wrote:
> I've fixed the issue on my side by removing CLUTTER_PAINT=disable-
> clipped-redraws:disable-culling from my /etc/environment

~$ cat /etc/X11/Xsession.d/10-clutter-hack
export CLUTTER_PAINT=disable-clipped-redraws:disable-culling

Yep, that's it for me too. Seems I created this file on 2012-10-03, so a
4-year old workaround broke the update to 3.22. Thanks for the hint!

-- M

-- 
Risen bvba
Forelstraat 78
9000 Gent
+32 473 883490



Bug#837786: mutter: Issues repainting the display on mouse movement

2016-09-18 Thread Mourad De Clerck
Hello,

another datapoint: I'm experiencing the same issue on an AMD Pitcairn
(7870) using radeonsi.

-- M



Bug#801066: ruby-passenger: version 4.0.53-1 in jessie breaks with ruby 2.2.x

2015-10-05 Thread Mourad De Clerck
Package: ruby-passenger
Version: 4.0.53-1
Severity: normal

Hello,

I just noticed this bug:
https://github.com/phusion/passenger/issues/1314

I hit it using ruby 2.2 (via rbenv) on an otherwise pristine jessie
installation. It'd be nice if the package could be updated to 4.0.59.
Rails 5 will require ruby 2.2 at a minimum, and I'd prefer to use Debian's
passenger package.

Thanks for your consideration,

-- Mourad DC

-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages ruby-passenger depends on:
ii  libc62.19-18+deb8u1
ii  libcurl3 7.38.0-4+deb8u2
ii  libev4   1:4.15-3
ii  libgcc1  1:4.9.2-10
ii  libjsoncpp0  0.6.0~rc2-3.1
ii  libruby2.1   2.1.5-2+deb8u2
ii  libstdc++6   4.9.2-10
ii  ruby 1:2.1.5+deb8u1
ii  ruby-rack1.5.2-3+deb8u1
ii  zlib1g   1:1.2.8.dfsg-2+b1

ruby-passenger recommends no packages.

Versions of packages ruby-passenger suggests:
ii  nodejs  0.10.29~dfsg-2
ii  python  2.7.9-1
pn  rails   
pn  ruby-passenger-doc  

-- no debconf information



Bug#787579: courier-ssl: mkdhparams default bit size is insufficient for libnss3 = 3.19.1

2015-06-02 Thread Mourad De Clerck
Package: courier-ssl
Version: 0.73.1-1.6
Severity: important

Hi, after upgrading libnss3 on my sid box, sending out email using icedove
with STARTTLS to courier-mta stopped working with the error:

courieresmtpd: STARTTLS failed: couriertls: accept: error:14094417:SSL 
routines:SSL3_READ_BYTES:sslv3 alert illegal parameter

I found a relevant discussion on bug #787505, where it's mentioned that by
design, libnss3 no longer accepts keys with 1024 bits.

Turns out mkdhparams - which also runs on postinst - only creates 768 bit
keys by default.

Maybe it's time to change this.

Regards,

-- Mourad DC

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages courier-ssl depends on:
ii  courier-base   0.73.1-1.6
ii  debconf [debconf-2.0]  1.5.56
ii  libc6  2.19-18
ii  libssl1.0.01.0.1k-3
ii  openssl1.0.1k-3

courier-ssl recommends no packages.

courier-ssl suggests no packages.


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



Bug#787505: libnss3: NSS 3.19.1 breaks icedove IMAPS to server with DH 786 temp key

2015-06-02 Thread Mourad De Clerck

Just FYI:

I hit the same error with my mailserver running Debian's courier-mta: 
icedove could suddenly no longer send mail using SMTP+STARTTLS. Turns 
out the (Debian) default for the generated Courier DH key is 768 bits.

I filed #787579 to change this default.

Regards,

-- Mourad DC


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



Bug#786359: librfilter-ruby1.8: missing the actual rfilter library

2015-05-20 Thread Mourad De Clerck
Package: librfilter-ruby1.8
Version: 0.12-2.1
Severity: grave
Justification: renders package unusable

Hello,

I just upgraded a server using the rdeliver package to jessie, and noticed
rdeliver was failing. Turns out it was trying to require this library, and
failing at it because the package is (I'm guessing since the NMU of #722366)
empty.

As it is, both rdeliver and this package are unusable in jessie and sid.

Thanks,

-- M

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages librfilter-ruby1.8 depends on:
ii  ruby-rubymail  1.0.0-2

librfilter-ruby1.8 recommends no packages.

Versions of packages librfilter-ruby1.8 suggests:
pn  rubyfilter-doc  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#778736: k3b: new upstream version 2.0.3 available

2015-04-13 Thread mourad
Package: k3b
Version: 2.0.2-8
Followup-For: Bug #778736

Dear Maintainer,

There are some work from ubuntu here :
https://launchpad.net/ubuntu/+source/k3b

It may be usable on debian...

Regards

Mourad



-- Package-specific info:
Device was not specified. Trying to find an appropriate drive...
/usr/bin/wodim: No such file or directory. 
Cannot open SCSI driver!
For possible targets try 'wodim --devices' or 'wodim -scanbus'.
For possible transport specifiers try 'wodim dev=help'.
For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
the wodim documentation.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.18.0-trunk-amd64 (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 k3b depends on:
ii  cdparanoia 3.10.2+debian-11
ii  cdrdao 1:1.2.3-2
ii  genisoimage9:1.1.11-3
ii  k3b-data   2.0.2-8
ii  kde-runtime4:14.12.3-1
ii  libc6  2.19-17
ii  libk3b62.0.2-8
ii  libkcddb4  4:14.12.2-1
ii  libkcmutils4   4:4.14.2-5
ii  libkde3support44:4.14.2-5
ii  libkdecore54:4.14.2-5
ii  libkdeui5  4:4.14.2-5
ii  libkfile4  4:4.14.2-5
ii  libkio54:4.14.2-5
ii  libknotifyconfig4  4:4.14.2-5
ii  libqt4-qt3support  4:4.8.6+git64-g5dc8b2b+dfsg-3
ii  libqt4-xml 4:4.8.6+git64-g5dc8b2b+dfsg-3
ii  libqtcore4 4:4.8.6+git64-g5dc8b2b+dfsg-3
ii  libqtgui4  4:4.8.6+git64-g5dc8b2b+dfsg-3
ii  libqtwebkit4   2.3.4.dfsg-3
ii  libsolid4  4:4.14.2-5
ii  libstdc++6 4.9.2-10
ii  udisks22.1.3-5
ii  wodim  9:1.1.11-3

Versions of packages k3b recommends:
ii  dvd+rw-tools 7.1-11
ii  growisofs7.1-11
ii  libk3b6-extracodecs  2.0.2-8
ii  vcdimager0.7.24+dfsg-0.2

Versions of packages k3b suggests:
ii  k3b-extrathemes  2.0.2-8
ii  k3b-i18n 2.0.2-8
ii  kde-config-cddb  4:14.12.2-1
pn  movixmaker-2 none
pn  normalize-audio  none
pn  sox  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#772677: nodejs command should be linked to node

2014-12-09 Thread mourad
Package: nodejs
Version: 0.10.29~dfsg-1
Severity: normal

Dear Maintainer,

I'm trying to install Grunt using the packaged nodejs.

After installing also npm and install grunt with the mpn install -g grunt-cli

At the run of grunt's command :
# grunt -version
/usr/bin/env node no such file or directory

And normally, I should get :
# grunt -version
grunt-cli v0.1.13

As a workaround, I add a symbolic link form nodejs to node :
# ln -s /usr/bin/nodejs /usr/bin/node

And it solve my issue.

Please could you add this automatically during the post install of nodejs ?

Regards

Mourad



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.17-1-amd64 (SMP w/8 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 nodejs depends on:
ii  libc-ares21.10.0-2
ii  libc6 2.19-13
ii  libgcc1   1:4.9.1-19
ii  libssl1.0.0   1.0.1j-1
ii  libstdc++64.9.1-19
ii  libv8-3.14.5  3.14.5.8-8
ii  zlib1g1:1.2.8.dfsg-2+b1

nodejs recommends no packages.

nodejs 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#770461: upowerd become crazy after plug in my laptop

2014-11-21 Thread mourad
Package: upower
Version: 0.99.1-3
Severity: important

Dear Maintainer,

   * What led up to the situation?
After standby cycle, using the laptop, and plugged it to power, upowerd become
crazy and start to consume more and more memory and 100% of a cpu !

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Nothing special but plug the power.

No log are available, if I stop and restart upowerd, all come back to normal...

Just to add some precision, my laptop's got 2 batteries.

Regards

Mourad



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

Kernel: Linux 3.17-1-amd64 (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 upower depends on:
ii  dbus   1.8.8-2
ii  libc6  2.19-12
ii  libdbus-1-31.8.8-2
ii  libdbus-glib-1-2   0.102-1
ii  libglib2.0-0   2.42.0-2
ii  libgudev-1.0-0 215-5+b1
ii  libimobiledevice4  1.1.6+dfsg-3.1
ii  libplist2  1.11-3
ii  libupower-glib30.99.1-3
ii  libusb-1.0-0   2:1.0.19-1
ii  udev   215-5+b1

Versions of packages upower recommends:
ii  policykit-1  0.112-2

upower 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#754944: bluedevil: Bluedevil 2 not working

2014-07-16 Thread mourad
Package: bluedevil
Version: 2.0~rc1-2
Severity: important
Tags: upstream

Dear Maintainer,

   * What led up to the situation?
I'm trying to migrate to bluedevil 2 to use buez 5
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
It is imposssible to send or receive some files and to use bnet

I have purged all bluez 4 package, update bluedevil 2...

I removed all device pairing informations from bluedevil.

After I paired 2 phones (Galaxy Nexus and HTC Desire), the pairing screen
doesn't go to the last screen (choosing services to activate)... But, my
devices appears in the device list as it is well paired.

If I try to send a file from my computer, nothing happened...
If I try to send a file from my phones, the icon change as connected status,
but send file failed every times...

No log in syslog.

Regards

Mourad



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

Kernel: Linux 3.14-1-amd64 (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 bluedevil depends on:
ii  bluez   5.21-1
ii  bluez-obexd [obexd-client]  5.21-1
ii  kde-runtime 4:4.13.1-1
ii  libbluedevil2   2.0~rc1-2
ii  libc6   2.19-5
ii  libkdecore5 4:4.13.1-1
ii  libkdeui5   4:4.13.1-1
ii  libkfile4   4:4.13.1-1
ii  libkio5 4:4.13.1-1
ii  libqt4-dbus 4:4.8.6+dfsg-2
ii  libqtcore4  4:4.8.6+dfsg-2
ii  libqtgui4   4:4.8.6+dfsg-2
ii  libstdc++6  4.9.0-7
ii  obex-data-server0.4.5-1+b3

bluedevil recommends no packages.

Versions of packages bluedevil suggests:
pn  pulseaudio-module-bluetooth | bluez-alsa  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#753391: kdeconnect: New version available

2014-07-01 Thread mourad
Package: kdeconnect
Version: 0.5.2.1-1
Severity: wishlist

Dear Maintainer,

KDEconnect evolving and the actual version on android is the version 0.7.

It add lots of interesting features as remote control your computer with your
phone...

Could you considere uploading the lastest version ?

Best Regards

Mourad



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

Kernel: Linux 3.14-1-amd64 (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 kdeconnect depends on:
ii  kde-runtime   4:4.13.1-1
ii  libc6 2.19-3
ii  libgcc1   1:4.9.0-6
ii  libkcmutils4  4:4.13.1-1
ii  libkdecore5   4:4.13.1-1
ii  libkdeui5 4:4.13.1-1
ii  libkio5   4:4.13.1-1
ii  libqca2   2.0.3-6
ii  libqca2-plugin-gnupg  2.0.0~beta3-2
ii  libqca2-plugin-ossl   2.0.0~beta3-2
ii  libqjson0 0.8.1-3
ii  libqt4-dbus   4:4.8.6+dfsg-2
ii  libqt4-declarative4:4.8.6+dfsg-2
ii  libqt4-network4:4.8.6+dfsg-2
ii  libqt4-svg4:4.8.6+dfsg-2
ii  libqt4-xml4:4.8.6+dfsg-2
ii  libqtcore44:4.8.6+dfsg-2
ii  libqtgui4 4:4.8.6+dfsg-2
ii  libstdc++64.9.0-6

kdeconnect recommends no packages.

kdeconnect 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#752541: libreoffice: No more icons in tool bar of libreoffice modules

2014-06-24 Thread mourad
Package: libreoffice
Version: 1:4.3.0~rc1-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?
Just upgrade libreoffice from the beta version to RC1 in experimental

All icons in tool bar had disapeared.

It doesn't cause any other trouble but all icons are replaced by the
alternative text.

Regards

Mourad



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

Kernel: Linux 3.14-1-amd64 (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 libreoffice depends on:
ii  fonts-dejavu   2.34-1
ii  fonts-sil-gentium-basic1.1-7
ii  libreoffice-avmedia-backend-gstreamer  1:4.3.0~rc1-1
ii  libreoffice-base   1:4.3.0~rc1-1
ii  libreoffice-calc   1:4.3.0~rc1-1
ii  libreoffice-core   1:4.3.0~rc1-1
ii  libreoffice-draw   1:4.3.0~rc1-1
ii  libreoffice-impress1:4.3.0~rc1-1
ii  libreoffice-java-common1:4.3.0~rc1-1
ii  libreoffice-math   1:4.3.0~rc1-1
ii  libreoffice-report-builder-bin 1:4.3.0~rc1-1
ii  libreoffice-writer 1:4.3.0~rc1-1
ii  python3-uno1:4.3.0~rc1-1

Versions of packages libreoffice recommends:
ii  fonts-liberation   2.00.1-1
ii  libpaper-utils 1.1.24+nmu3
ii  ttf-mscorefonts-installer  3.5

Versions of packages libreoffice suggests:
ii  cups-bsd1.7.3-3
ii  default-jre [java5-runtime] 2:1.7-52
pn  gstreamer1.0-ffmpeg none
pn  gstreamer1.0-plugins-badnone
ii  gstreamer1.0-plugins-base   1.2.4-1
ii  gstreamer1.0-plugins-good   1.2.4-1
pn  gstreamer1.0-plugins-ugly   none
ii  hunspell-en-us [hunspell-dictionary]20070829-6
pn  hyphen-hyphenation-patterns none
ii  icedove 31.0~b1-2
ii  iceweasel   30.0-2
ii  imagemagick 8:6.7.7.10+dfsg-3
ii  libgl1-mesa-glx [libgl1]10.1.4-1
pn  libreoffice-gnome | libreoffice-kde none
pn  libreoffice-grammarchecknone
pn  libreoffice-help-4.3none
ii  libreoffice-l10n-fr [libreoffice-l10n-4.3]  1:4.3.0~rc1-1
pn  libreoffice-officebean  none
ii  libsane 1.0.24-1.1+b1
ii  libxrender1 1:0.9.8-1
ii  myspell-fr [myspell-dictionary] 1.4-26
pn  mythes-thesaurusnone
pn  openclipart-libreoffice none
ii  openjdk-7-jre [java5-runtime]   7u55-2.4.7-2
ii  oracle-java6-jdk [java5-runtime]6.45
ii  oracle-java7-jdk [java5-runtime]7u55
ii  pstoedit3.62-1
pn  unixodbcnone

Versions of packages libreoffice-core depends on:
ii  fontconfig2.11.0-5
ii  fonts-opensymbol  2:102.6+LibO4.3.0~rc1-1
ii  libatk1.0-0   2.12.0-1
ii  libboost-date-time1.55.0  1.55.0+dfsg-2
ii  libc6 2.19-3
ii  libcairo2 1.12.16-2
ii  libclucene-contribs1  2.3.3.4-4
ii  libclucene-core1  2.3.3.4-4
ii  libcmis-0.4-4 0.4.1-7
ii  libcups2  1.7.3-3
ii  libcurl3-gnutls   7.37.0-1+b1
ii  libdbus-1-3   1.8.4-1
ii  libdbus-glib-1-2  0.102-1
ii  libeot0   0.01-2
ii  libexpat1 2.1.0-6
ii  libexttextcat-2.0-0   3.4.3-1
ii  libfontconfig12.11.0-5
ii  libfreetype6  2.5.2-1
ii  libgcc1   1:4.9.0-6
ii  libgdk-pixbuf2.0-02.30.7-1
ii  libgl1-mesa-glx [libgl1]  10.1.4-1
ii  libglew1.10   1.10.0-3
ii  libglib2.0-0  2.40.0-3
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libgraphite2-31.2.4-3
ii  libgtk2.0-0   2.24.23-1
ii  libharfbuzz-icu0  0.9.28-2
ii  libharfbuzz0b 0.9.28-2
ii  libhunspell-1.3-0 1.3.3-1
ii  libhyphen02.8.6-3
ii  libice6   2:1.0.8-2
ii  libicu52  52.1-3
ii  libjpeg8  8d-2
ii  liblangtag1   0.5.1-2
ii  liblcms2-22.6-3
ii  libldap-2.4-2 2.4.39-1
ii  libmythes-1.2-0   2:1.2.2-1
ii  libneon27-gnutls  0.30.0-2
ii  libnspr4  2:4.10.6-1
ii  libnss3   2:3.16.1-1
ii  libodfgen-0.1-1   0.1.1-1
ii  libpango-1.0-01.36.3-1
ii  libpangocairo-1.0-0   1.36.3-1
ii  libpangoft2-1.0-0

Bug#739579: gstreamer1.0: totem crashes while seeking

2014-02-19 Thread Mourad De Clerck
Source: gstreamer1.0
Version: 1.2.3-1
Severity: important

Ever since I upgraded the gstreamer packages to 1.2.3-1, totem (3.10.1-1)
crashes while seeking in movies.

If I check the logs, I see the following message:
** (totem:16366): CRITICAL **: gst_video_codec_frame_unref: assertion 
'frame-ref_count  0' failed

Downgrading the gstreamer packages to 1.2.2-1 fixes the problem.

Thanks,

-- Mourad DC

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#733223: libssl-dev: breaks source compatibility with ruby 2.1.0

2013-12-27 Thread Mourad De Clerck
Package: libssl-dev
Version: 1.0.1e-6
Severity: normal

The recently released ruby 2.1.0 builds with 1.0.1e-4 but not with =1.0.1e-5.
See also: https://github.com/ruby/ruby/pull/488

There's patches and workarounds floating about to solve this from the ruby
side, but am I correct in assuming that things should continue to build within
the same upstream_version, even if you bumped the debian_revision?

Regards,

-- Mourad DC

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libssl-dev depends on:
ii  libssl1.0.0  1.0.1e-6
ii  zlib1g-dev   1:1.2.8.dfsg-1

Versions of packages libssl-dev recommends:
pn  libssl-doc  none

libssl-dev 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#733223: [Pkg-openssl-devel] Bug#733223: libssl-dev: breaks source compatibility with ruby 2.1.0

2013-12-27 Thread Mourad De Clerck

On 27/12/13 14:30, Kurt Roeckx wrote:

I'm not sure what ruby is trying to do with it, it probably
shouldn't be trying to do whatever it's doing.


You're most likely right; I just wanted to ensure this wasn't an issue 
for other upstream sources out there. I didn't expect builds to break 
while using the same version/different debian revision of a library.


Anyway, I'll trust your judgement: feel free to close this bug with a 
WONTFIX or a DONTDOTHATTHEN or something :)


-- M


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



Bug#729799: ark: Ark forget directory structure when extracting archives

2013-11-17 Thread mourad
Package: ark
Version: 4:4.11.3-1
Severity: important

Dear Maintainer,

   * What led up to the situation?
When opening an archive (tested with zip or tar.gz) and I want to extract it to
a directory.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Click on extract button, choose a target directory then click ok...

   * What was the outcome of this action?
Extraction does work but without the directory structure !

   * What outcome did you expect instead?
Correctly extract the archive !

As a workaround, after the first directory selection (and flat extraction), the
history ca be used to extract archive correctly !

Please take care of it, this is an old bug from the 4.10 or before !

Regards

Mourad



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

Kernel: Linux 3.11-2-amd64 (SMP w/8 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 ark depends on:
ii  kde-runtime   4:4.11.3-1
ii  libarchive13  3.1.2-7
ii  libc6 2.17-93
ii  libkdecore5   4:4.11.3-2
ii  libkdeui5 4:4.11.3-2
ii  libkfile4 4:4.11.3-2
ii  libkhtml5 4:4.11.3-2
ii  libkio5   4:4.11.3-2
ii  libkonq5abi1  4:4.11.3-1
ii  libkparts44:4.11.3-2
ii  libkpty4  4:4.11.3-2
ii  libqt4-dbus   4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtcore44:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtgui4 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libstdc++64.8.2-1

Versions of packages ark recommends:
ii  bzip2   1.0.6-5
ii  p7zip-full  9.20.1~dfsg.1-4
ii  unzip   6.0-10
ii  zip 3.0-8

Versions of packages ark suggests:
ii  rar2:4.2.0-1
ii  unrar  1:5.0.10-1

-- 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#725703: linux-source-3.11: Please activate ZSWAP

2013-10-07 Thread mourad
Package: linux-source-3.11
Severity: wishlist

Dear Maintainer,

ZSwap is a interesting feature merged into version 3.11 of the kernel.

It would be interesting to compile it in the stock kernel and let it activable
for tester.

Best regards

Mourad



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

Kernel: Linux 3.11-trunk-amd64 (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


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



Bug#723630: icedove: Release is available

2013-09-18 Thread mourad
Package: icedove
Version: 17.0.8-1
Severity: wishlist

Dear Maintainer,

Mozilla Thunderbird 24 is available for general purpose...

Is it possible to upload it in experimental ?

Thanks a lot,

Best regards

Mourad



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

Kernel: Linux 3.11-trunk-amd64 (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 icedove depends on:
ii  debianutils   4.4
ii  fontconfig2.10.2-2
ii  libasound21.0.27.2-1
ii  libatk1.0-0   2.8.0-2
ii  libc6 2.17-92+b1
ii  libcairo2 1.12.16-1
ii  libdbus-1-3   1.7.2-1
ii  libdbus-glib-1-2  0.100.2-1
ii  libevent-2.0-52.0.21-stable-1
ii  libffi6   3.0.13-4
ii  libfontconfig12.10.2-2
ii  libfreetype6  2.4.9-1.1
ii  libgcc1   1:4.8.1-2
ii  libgdk-pixbuf2.0-02.28.2-1
ii  libglib2.0-0  2.36.4-1
ii  libgtk2.0-0   2.24.20-1
ii  libhunspell-1.3-0 1.3.2-4
ii  libjpeg8  8d-1
ii  libnspr4  2:4.10-1
ii  libnss3   2:3.15.1-1
ii  libnss3-1d2:3.15.1-1
ii  libpango-1.0-01.32.5-5+b1
ii  libpangocairo-1.0-0   1.32.5-5+b1
ii  libpangoft2-1.0-0 1.32.5-5+b1
ii  libpixman-1-0 0.30.2-1
ii  libsqlite3-0  3.8.0.2-1
ii  libstartup-notification0  0.12-3
ii  libstdc++64.8.1-2
ii  libvpx1   1.2.0-2
ii  libx11-6  2:1.6.1-1
ii  libxext6  2:1.3.2-1
ii  libxrender1   1:0.9.8-1
ii  libxt61:1.1.4-1
ii  psmisc22.20-1
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages icedove recommends:
ii  hunspell-en-us [hunspell-dictionary]  20070829-6
ii  myspell-fr [myspell-dictionary]   1.4-26

Versions of packages icedove suggests:
ii  fonts-lyx 2.0.6-1
ii  libgssapi-krb5-2  1.11.3+dfsg-3

-- 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#722341: bluez: NetworkManager cannot establish connection via bluez

2013-09-10 Thread mourad
Package: bluez
Version: 4.101-2
Severity: normal

Dear Maintainer,

   * What led up to the situation?
I want to use my mobile phone as modem via bluetooth
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
BlueDevil is seeing correctly the PAN service (via explore devices menu) and I
can configure it into networkManager
   * What was the outcome of this action?
I could configure it correctly but impossible to connect to the service !
In syslogs I have the folowing logs :
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info Activation
(F0:E7:7E:3D:FF:4A) starting connection 'Réseau Galaxy Nexus 2'
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info (F0:E7:7E:3D:FF:4A):
device state change: disconnected - prepare (reason 'none') [30 40 0]
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info Activation
(F0:E7:7E:3D:FF:4A) Stage 1 of 5 (Device Prepare) scheduled...
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info Activation
(F0:E7:7E:3D:FF:4A) Stage 1 of 5 (Device Prepare) started...
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info Activation
(F0:E7:7E:3D:FF:4A) Stage 2 of 5 (Device Configure) scheduled...
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info Activation
(F0:E7:7E:3D:FF:4A) Stage 1 of 5 (Device Prepare) complete.
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info Activation
(F0:E7:7E:3D:FF:4A) Stage 2 of 5 (Device Configure) starting...
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info (F0:E7:7E:3D:FF:4A):
device state change: prepare - config (reason 'none') [40 50 0]
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info Activation
(F0:E7:7E:3D:FF:4A) Stage 2 of 5 (Device Configure) complete.
Sep 10 14:00:11 hammer-head NetworkManager[3584]: warn Error connecting with
bluez: Method Connect with signature s on interface org.bluez.Network
doesn't exist
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info (F0:E7:7E:3D:FF:4A):
device state change: config - failed (reason 'bluetooth-failed') [50 120 44]
Sep 10 14:00:11 hammer-head NetworkManager[3584]: warn Activation
(F0:E7:7E:3D:FF:4A) failed for connection 'Réseau Galaxy Nexus 2'
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info (F0:E7:7E:3D:FF:4A):
device state change: failed - disconnected (reason 'none') [120 30 0]
Sep 10 14:00:11 hammer-head NetworkManager[3584]: info (F0:E7:7E:3D:FF:4A):
deactivating device (reason 'none') [0]

   * What outcome did you expect instead?
A new network connection !

For information the same bug seem to be corrected in fedora and ubuntu :
https://bugzilla.redhat.com/show_bug.cgi?id=892929

Thanks to take care of that issue !

Regards

Mourad



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

Kernel: Linux 3.10-2-amd64 (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 bluez depends on:
ii  dbus  1.6.12-1
ii  kmod  9-3
ii  libc6 2.17-92
ii  libdbus-1-3   1.7.2-1
ii  libglib2.0-0  2.36.4-1
ii  libreadline6  6.2+dfsg-0.1
ii  libudev0  175-7.2
ii  libusb-0.1-4  2:0.1.12-23.2
ii  lsb-base  4.1+Debian12
ii  python-dbus   1.2.0-2+b1
ii  python-gi 3.8.2-1
ii  udev  175-7.2

bluez recommends no packages.

bluez 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#704261: maven: Please package maven 3.0.5

2013-09-09 Thread mourad
Package: maven
Version: 3.0.4-6
Followup-For: Bug #704261

Dear Maintainer,

Any news for updating maven package to 3.0.5 ?

Best regards

Mourad



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

Kernel: Linux 3.10-2-amd64 (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 maven depends on:
ii  default-jre [java5-runtime]  1:1.7-49
ii  default-jre-headless [java5-runtime-headless]1:1.7-49
ii  libaether-java   1.13.1-2
ii  libcommons-cli-java  1.2-3
ii  libcommons-codec-java1.8-1
ii  libcommons-httpclient-java   3.1-10.2
ii  libcommons-logging-java  1.1.3-1
ii  libguava-java14.0.1-1
ii  libplexus-cipher-java1.5-4
ii  libplexus-classworlds2-java  2.4-1
ii  libplexus-containers1.5-java 1.5.5-4
ii  libplexus-interpolation-java 1.11-3
ii  libplexus-sec-dispatcher-java1.3.1-6
ii  libplexus-utils2-java2.0.5-1
ii  libsisu-guice-java   3.1.1-1
ii  libsisu-ioc-java 2.3.0-3
ii  libwagon2-java   2.4-1
ii  openjdk-6-jre [java5-runtime]6b27-1.12.6-1
ii  openjdk-6-jre-headless [java5-runtime-headless]  6b27-1.12.6-1
ii  openjdk-7-jre [java5-runtime]7u25-2.3.12-4
ii  openjdk-7-jre-headless [java5-runtime-headless]  7u25-2.3.12-4
ii  oracle-java6-jdk [java5-runtime-headless]6.45
ii  oracle-java7-jdk [java5-runtime-headless]7u25

maven recommends no packages.

maven 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#721136: java-package: building Java 8 ea package

2013-08-28 Thread mourad
Package: java-package
Version: 0.52
Severity: wishlist

Dear Maintainer,

Oracle has published an early access to Java 8
(http://jdk8.java.net/download.html).

I don't know if the tar.gz will be the final release format, but all linux
build are available in that format.

The archive is very close to the usual installation directory tree.

Is it possible to create a simple .deb with make-jpkg to start playing with
that future product ?

Regards



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

Kernel: Linux 3.10-2-amd64 (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 java-package depends on:
ii  debhelper   9.20130630
ii  fakeroot1.19-2
ii  libasound2  1.0.27.2-1
ii  libx11-62:1.6.0-1
ii  unzip   6.0-9

Versions of packages java-package recommends:
ii  dpkg-dev  1.16.10
ii  gcc   4:4.7.2-1

Versions of packages java-package suggests:
ii  openjdk-6-jre  6b27-1.12.6-1
ii  openjdk-7-jre  7u25-2.3.12-4

-- debconf information:
* java-package/postinst-note:


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



Bug#714279: fontconfig-config: Not correct view anti-aliasing fonts and incorrect visualization.

2013-07-08 Thread Mourad De Clerck

I can confirm Matthew's fix is working for me.

I didn't have 11-lcdfilter-default.conf nor 10-subpixel-rgb.conf linked 
or enabled, so all I needed to do is change append to assign in 
10-autohint.conf to get back to font rendering that didn't make my eyes 
spontaneously self-combust.


My eyes thank you Matthew,

-- M


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



Bug#710129: bluedevil: Not compatible with bluez 5.x

2013-05-28 Thread mourad
Package: bluedevil
Version: 1.3.1-1
Severity: normal

Dear Maintainer,

Bluez 5.5 is available in experimental.

There are lot's of changes in the DBus interface of bluez and bluedevil does
not recognize it any more.

Is it possible to make them work together ?

Regards

Mourad



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

Kernel: Linux 3.8-2-amd64 (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 bluedevil depends on:
ii  bluez 4.99-2
ii  kde-runtime   4:4.10.2-2
ii  libbluedevil1 1.9.3-1
ii  libc6 2.17-3
ii  libkdecore5   4:4.10.2-3
ii  libkdeui5 4:4.10.2-3
ii  libkfile4 4:4.10.2-3
ii  libkio5   4:4.10.2-3
ii  libqt4-dbus   4:4.8.4+dfsg-4
ii  libqtcore44:4.8.4+dfsg-4
ii  libqtgui4 4:4.8.4+dfsg-4
ii  libstdc++64.8.0-7
ii  obex-data-server  0.4.5-1+b3
ii  obexd-client  0.46-1+b1

bluedevil recommends no packages.

Versions of packages bluedevil suggests:
ii  bluez-alsa  4.101-1

-- 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#707543: dolphin: Acl management inconsistent

2013-05-09 Thread mourad
Package: dolphin
Version: 4:4.10.2-1
Severity: important

Dear Maintainer,

   * What led up to the situation?
I'm trying to set some ACL to a particular user (my patition is mounted with
ACL option...)
   * What exactly did you do that was effective (or
 ineffective) ?
Clicking right on a folder, select the tab access right, clicking on advanced-
add an entry, selecting the particular user.
   * What was the outcome of this action?
As direct result, all the informations of Access right are desactivated (as
expected) and if I click on the OK button, nothing happen...
If I'm going back to access right there are no changes

   * What outcome did you expect instead?
Applying the right ACL and reading it correctly...

This is a long term disfunction, please take care about it, ACL are very
usefull but compliquate in command line...

Best regards

Mourad



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-1-amd64 (SMP w/8 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 dolphin depends on:
ii  kde-runtime 4:4.10.2-2
ii  libc6   2.13-38
ii  libkactivities6 4:4.10.2-1
ii  libkcmutils44:4.10.2-3
ii  libkdecore5 4:4.10.2-3
ii  libkdeui5   4:4.10.2-3
ii  libkfile4   4:4.10.2-3
ii  libkio5 4:4.10.2-3
ii  libknewstuff3-4 4:4.10.2-3
ii  libkonq5abi14:4.10.2-1
ii  libkparts4  4:4.10.2-3
ii  libnepomukcore4 4:4.10.2-1
ii  libnepomukwidgets4  4:4.10.2-1
ii  libphonon4  4:4.6.0.0-3
ii  libplasma3  4:4.10.2-3
ii  libqt4-dbus 4:4.8.4+dfsg-1
ii  libqt4-xml  4:4.8.4+dfsg-1
ii  libqtcore4  4:4.8.4+dfsg-1
ii  libqtgui4   4:4.8.4+dfsg-1
ii  libsolid4   4:4.10.2-3
ii  libsoprano4 2.8.0+dfsg.1-0r2
ii  libstdc++6  4.7.2-5
ii  libxrender1 1:0.9.7-1
ii  phonon  4:4.6.0.0-3

Versions of packages dolphin recommends:
ii  ruby  1:1.9.3

Versions of packages dolphin suggests:
pn  kdesdk-dolphin-plugins  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#705676: mysql-workbench: Blank results in SQL editor !

2013-04-18 Thread mourad
Package: mysql-workbench
Version: 5.2.47+dfsg-1~exp0
Severity: important

Dear Maintainer,

   * What led up to the situation?
When trying to execute a SELECT SQL query on table, the result panel is blank
and the Action Output panel is also blank...

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I'm trying to list the 1000th first result of a table in Database with the
first menu.
The request is correctly show in the editor, but nothing is shown in the result
panel !

With phpmyadmin on that table I can get all data...

If I launch mysql-workbench in a console, I've got that logs :

$ mysql-workbench
Initializing AdvancedSidebar factory method
Initializing mforms factory
** Message: Gnome keyring daemon seems to not be available. Stored passwords
will be lost once quit
Creating WBOptions
Ready.

** Message: overview.home built-in command is being overwritten

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeModel) to class (gtkmm__CustomObject_13GridViewModel) after
class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeDragDest) to class (gtkmm__CustomObject_13GridViewModel)
after class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeDragSource) to class (gtkmm__CustomObject_13GridViewModel)
after class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeModel) to class (gtkmm__CustomObject_13GridViewModel) after
class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeDragDest) to class (gtkmm__CustomObject_13GridViewModel)
after class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeDragSource) to class (gtkmm__CustomObject_13GridViewModel)
after class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeModel) to class (gtkmm__CustomObject_13GridViewModel) after
class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeDragDest) to class (gtkmm__CustomObject_13GridViewModel)
after class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeDragSource) to class (gtkmm__CustomObject_13GridViewModel)
after class_init

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_set_model:
assertion `model == NULL || GTK_IS_TREE_MODEL (model)' failed

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_set_model:
assertion `model == NULL || GTK_IS_TREE_MODEL (model)' failed

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_set_model:
assertion `model == NULL || GTK_IS_TREE_MODEL (model)' failed

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_set_model:
assertion `model == NULL || GTK_IS_TREE_MODEL (model)' failed

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_scroll_to_cell:
assertion `tree_view-priv-model != NULL' failed

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_set_model:
assertion `model == NULL || GTK_IS_TREE_MODEL (model)' failed

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_scroll_to_cell:
assertion `tree_view-priv-model != NULL' failed

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeModel) to class (gtkmm__CustomObject_13GridViewModel) after
class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeDragDest) to class (gtkmm__CustomObject_13GridViewModel)
after class_init

(mysql-workbench-bin:24756): GLib-GObject-WARNING **: attempting to add an
interface (GtkTreeDragSource) to class (gtkmm__CustomObject_13GridViewModel)
after class_init

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_set_model:
assertion `model == NULL || GTK_IS_TREE_MODEL (model)' failed

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_set_model:
assertion `model == NULL || GTK_IS_TREE_MODEL (model)' failed

(mysql-workbench-bin:24756): Gtk-CRITICAL **: IA__gtk_tree_view_scroll_to_cell:
assertion `tree_view-priv-model != NULL' failed

I have tried to reinstall testing version of GTK 2, libpango and libcairo2...
But no change of that behaviour !

Regards

Mourad



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-trunk-amd64 (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 mysql-workbench depends on:
ii  libatkmm-1.6-1   2.22.6-1
ii  libc62.13-38
ii  libcairo21.12.14-1
ii  libctemplate22.2-3

Bug#692897: inkscape: Crash when importing PDF !

2013-04-01 Thread mourad
Package: inkscape
Version: 0.48.4-0.1
Followup-For: Bug #692897

Dear Maintainer,

Up !

The ploblem is still there in testing, I also tested in experimental and I can
reproduce it Every Time !

Please consider this problem, inskape is rendered useless without that
feature...

Best regards

Mourad



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-trunk-amd64 (SMP w/8 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 inkscape depends on:
ii  gconf-service   3.2.5-1+build1
ii  libaspell15 0.60.7~20110707-1
ii  libatk1.0-0 2.4.0-2
ii  libatkmm-1.6-1  2.22.6-1
ii  libc6   2.13-38
ii  libcairo2   1.12.14-1
ii  libcairomm-1.0-11.10.0-1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgc1c21:7.1-9.1
ii  libgcc1 1:4.7.2-5
ii  libgconf-2-43.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.4-2
ii  libglib2.0-02.34.2-1
ii  libglibmm-2.4-1c2a  2.32.1-1
ii  libgnomevfs2-0  1:2.24.4-1
ii  libgomp14.7.2-5
ii  libgsl0ldbl 1.15+dfsg.2-2
ii  libgtk2.0-0 2.24.17-1
ii  libgtkmm-2.4-1c2a   1:2.24.2-1
ii  libgtkspell02.0.16-1
ii  liblcms11.19.dfsg-1.2
ii  libmagick++58:6.7.7.10-5
ii  libmagickcore5  8:6.7.7.10-5
ii  libpango1.0-0   1.32.5-1
ii  libpangomm-1.4-12.28.4-1
ii  libpng12-0  1.2.49-3
ii  libpoppler-glib80.20.5-1
ii  libpoppler190.18.4-6
ii  libpopt01.16-7
ii  libsigc++-2.0-0c2a  2.2.10-0.2
ii  libstdc++6  4.7.2-5
ii  libwpd-0.9-90.9.4-3
ii  libwpg-0.2-20.2.1-1
ii  libx11-62:1.5.0-1
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxslt1.1  1.1.26-14.1
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages inkscape recommends:
ii  aspell   0.60.7~20110707-1
ii  graphicsmagick-imagemagick-compat [imagemagick]  1.3.16-1.1
ii  libwmf-bin   0.2.8.4-10.3
ii  perlmagick   8:6.7.7.10-5
ii  pstoedit 3.60-2+b1

Versions of packages inkscape suggests:
pn  dia | dia-gnome  none
ii  libgnomevfs2-extra   1:2.24.4-1
pn  libsvg-perl  none
pn  libxml-xql-perl  none
ii  python   2.7.3-4
pn  python-lxml  none
ii  python-numpy 1:1.6.2-1.2
pn  python-uniconvertor  none
ii  ruby 1:1.9.3
pn  skencil  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#704451: okular: Printing feature in a mess

2013-04-01 Thread mourad
Package: okular
Version: 4:4.8.4-3+b1
Severity: normal

Dear Maintainer,

For a long time, Okular is very good to display documents, but it is a piece of
shit for printing !

I'm using it since Kde 4.3 and this is not going better for printing.

My reason are :

First
 - okular saves the last printing parameters, it is completly useless, when I
print some lanscape for 1 document, I don't want to print the next one
(sometime days after !) with the same parameters !
It should take back every time the default printer parameters !

Second
 - okular doesn't take care about printing area, lot's of pdf file I print are
to big for the pinting area so okular cut some parts when printing !
Is it possible to have the same feature as acrobat reader to ajust document to
printing area ?

Third
 - okular doesn't take care about the real format of the original PDF... It
tries to print in full format some landscape in portrait with cutting the half
of the page without any warning...

Fourth (feature request)
 - okular could show, as lots of software, a mini print preview as
libreoffice, chromium, Acrobat reader.

Thanks for reading and taking care about that !

Regards
Mourad



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-trunk-amd64 (SMP w/8 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 okular depends on:
ii  kde-runtime   4:4.9.5-0r1
ii  libc6 2.13-38
ii  libfreetype6  2.4.9-1.1
ii  libjpeg8  8d-1
ii  libkdecore5   4:4.9.5-0r1
ii  libkdeui5 4:4.9.5-0r1
ii  libkio5   4:4.9.5-0r1
ii  libkparts44:4.9.5-0r1
ii  libkprintutils4   4:4.9.5-0r1
ii  libkpty4  4:4.9.5-0r1
ii  libokularcore14:4.8.4-3+b1
ii  libphonon44:4.6.0.0-3
ii  libpoppler-qt4-3  0.18.4-6
ii  libqca2   2.0.3-4
ii  libqimageblitz4   1:0.0.6-4
ii  libqt4-dbus   4:4.8.2+dfsg-11
ii  libqt4-svg4:4.8.2+dfsg-11
ii  libqt4-xml4:4.8.2+dfsg-11
ii  libqtcore44:4.8.2+dfsg-11
ii  libqtgui4 4:4.8.2+dfsg-11
ii  libsolid4 4:4.9.5-0r1
ii  libspectre1   0.2.7-2
ii  libstdc++64.7.2-5
ii  phonon4:4.6.0.0-3
ii  zlib1g1:1.2.7.dfsg-13

okular recommends no packages.

Versions of packages okular suggests:
ii  ghostscript9.05~dfsg-6.3
ii  jovie  4:4.8.4-2
pn  okular-extra-backends  none
ii  poppler-data   0.4.6-3
pn  texlive-binaries   none
ii  unrar  1:4.2.4-0.3

-- 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#701791: java-common: update default-java when setting new alternantive

2013-02-27 Thread mourad
Package: java-common
Version: 0.48
Severity: normal

Dear Maintainer,

   * What led up to the situation?
Fro informaion :
 - I have on my system all java alternatives (openjdk (6,7) and oracle java
(6,7)).
 - I'm generating deb package for oracle jdk with make-jpkg script to have the
most debian compliant installation and simplify upgrade.

When I'm using update-java-alternatives, it works well for commands but, it
would more usefull if it change also the directory link java-default to the
selected java alternative.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
All command links are mostly good (missing jvisualvm for oracle alternatives),
but the directory link java-default (/usr/lib/jvm) is not updated (pointing
all the time to openjdk 7).

   * What outcome did you expect instead?
Update all commands and the java-default directory link...

Please consider that issue because some software (like netbeans 7.3) are using
it and I would provide the right JVM to it in changing java alternative and not
by editing software configuration files.

Best regards

Mourad



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

java-common depends on no packages.

java-common recommends no packages.

Versions of packages java-common suggests:
ii  default-jre  1:1.7-48
pn  equivs   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#593988: network-manager-kde: Unable to connect to WIFI AP with a very long WPA key

2013-01-29 Thread C. Mourad Jaber


Not recently, I have tried with 70 characters' long key (including |*%@) and it works 
with version in experimental which is currently installed on my debian (1:0.9.0.7-1).


Works for me, it could be considered closed, but some tests with the wheezy 
version needed !

Regards

Mourad

Le 29/01/2013 05:18, Michael Biebl a écrit :

Hi,

is this problem still reproducible on an up-to-date unstable / wheezy
system?





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



Bug#698403: gnome-disk-utility: missing dependency on cracklib-runtime

2013-01-17 Thread Mourad De Clerck
Package: gnome-disk-utility
Version: 3.6.1-1
Severity: normal

If cracklib-runtime isn't installed, gnome-disks crashes whe trying to
create a new LUKS+ext4 partition, with the following error:

/var/cache/cracklib/cracklib_dict.pwd.gz: No such file or directory
PWOpen: No such file or directory

Maybe this needs to be reassigned to libpwquality1, I'll let you be the
judge.

Anyway, install cracklib-runtime makes the problem go away.

Thanks,

-- Mourad DC


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-disk-utility depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.14.0-1
ii  dpkg 1.16.9
ii  libatk1.0-0  2.6.0-1
ii  libc62.13-38
ii  libcairo-gobject21.12.6-1
ii  libcairo21.12.2-2
ii  libgdk-pixbuf2.0-0   2.26.4-2
ii  libglib2.0-0 2.34.3-1
ii  libgtk-3-0   3.6.4-1
ii  libpango1.0-01.30.0-1
ii  libpwquality11.1.1-1
ii  libsecret-1-00.11-1
ii  libudisks2-0 2.0.1-1
ii  udisks2  2.0.1-1

gnome-disk-utility recommends no packages.

gnome-disk-utility 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#696998: linux-headers-3.7: DKMS error with nvidia and virtualbox

2012-12-30 Thread mourad
Package: linux-headers-3.7-trunk-amd64
Version: 3.7.1-1~experimental.1
Severity: normal
File: linux-headers-3.7

Dear Maintainer,

   * What led up to the situation?
I'm trying to install the trunk kernel version 3.7.

   * What was the outcome of this action?
Install works but the post installation failed in dkms scripts, here dkms log :
# cat /var/lib/dkms/nvidia/310.19/build/make.log
DKMS make.log for nvidia-310.19 for kernel 3.7-trunk-amd64 (x86_64)
dimanche 30 décembre 2012, 15:16:44 (UTC+0100)
make: entrant dans le répertoire « /var/lib/dkms/nvidia/310.19/build »
make -C /lib/modules/3.7-trunk-amd64/build  M=`/bin/pwd` modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-3.7-trunk-amd64
»
  CC [M]  /var/lib/dkms/nvidia/310.19/build/nv.o
In file included from /usr/src/linux-headers-3.7-trunk-
common/arch/x86/include/asm/param.h:1:0,
 from /usr/src/linux-headers-3.7-trunk-
common/include/linux/sched.h:11,
 from /usr/src/linux-headers-3.7-trunk-
common/include/linux/utsname.h:5,
 from /var/lib/dkms/nvidia/310.19/build/nv-linux.h:46,
 from /var/lib/dkms/nvidia/310.19/build/nv.c:13:
/usr/src/linux-headers-3.7-trunk-common/include/asm-generic/param.h:4:36: fatal
error: uapi/asm-generic/param.h: Aucun fichier ou dossier de ce type
compilation terminated.
make[4]: *** [/var/lib/dkms/nvidia/310.19/build/nv.o] Erreur 1
make[3]: *** [_module_/var/lib/dkms/nvidia/310.19/build] Erreur 2
make[2]: *** [sub-make] Erreur 2
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-3.7-trunk-amd64 »
make: *** [modules] Erreur 2
make: quittant le répertoire « /var/lib/dkms/nvidia/310.19/build »

   * What outcome did you expect instead?
Building the dkms module correctly as previous trunk version !

I have the same result with virtualbox, it is missing uapi/asm-generic/param.h
file.

Best regards

Mourad



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.6-trunk-amd64 (SMP w/8 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 linux-headers-3.7-trunk-amd64 depends on:
ii  gcc-4.7 4.7.2-4
ii  linux-headers-3.7-trunk-common  3.7.1-1~experimental.1
ii  linux-kbuild-3.73.7.1-1~experimental.1

linux-headers-3.7-trunk-amd64 recommends no packages.

linux-headers-3.7-trunk-amd64 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#692897: inkscape: Crash when importing PDF !

2012-11-10 Thread mourad
Package: inkscape
Version: 0.48.3.1-1.1
Severity: important

Dear Maintainer,

   * What led up to the situation?
I'm trying to import a page from a pdf file
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Just selecting file-import menu,
Select a pdf file
   * What was the outcome of this action?
I have a message Inkscape encountered an internal error and will close now.
In console I've got that output :
$ inkscape

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix
it.
Segmentation fault

   * What outcome did you expect instead?
Importing pdf as the previous version !

I try with the  0.47.0-2+b1 version (squeeze version) and it works correctly !

Thanks for taking care about that problem.

Best regards

Mourad



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

Kernel: Linux 3.5-trunk-amd64 (SMP w/8 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 inkscape depends on:
ii  gconf-service   3.2.5-1+build1
ii  libaspell15 0.60.7~20110707-1
ii  libatk1.0-0 2.4.0-2
ii  libatkmm-1.6-1  2.22.6-1
ii  libc6   2.13-35
ii  libcairo2   1.12.4-1
ii  libcairomm-1.0-11.10.0-1
ii  libfontconfig1  2.9.0-7
ii  libfreetype62.4.9-1
ii  libgc1c21:7.1-9
ii  libgcc1 1:4.7.1-7
ii  libgconf-2-43.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.34.1-2
ii  libglibmm-2.4-1c2a  2.32.1-1
ii  libgnomevfs2-0  1:2.24.4-1
ii  libgomp14.7.1-7
ii  libgsl0ldbl 1.15+dfsg-1
ii  libgtk2.0-0 2.24.13-1
ii  libgtkmm-2.4-1c2a   1:2.24.2-1
ii  libgtkspell02.0.16-1
ii  liblcms11.19.dfsg-1.2
ii  libmagick++58:6.7.7.10-4
ii  libmagickcore5  8:6.7.7.10-4
ii  libpango1.0-0   1.30.0-1
ii  libpangomm-1.4-12.28.4-1
ii  libpng12-0  1.2.49-1
ii  libpoppler-glib80.20.5-1
ii  libpoppler190.18.4-3
ii  libpopt01.16-7
ii  libsigc++-2.0-0c2a  2.2.10-0.2
ii  libstdc++6  4.7.1-7
ii  libwpd-0.9-90.9.4-3
ii  libwpg-0.2-20.2.1-1
ii  libx11-62:1.5.0-1
ii  libxml2 2.8.0+dfsg1-6
ii  libxslt1.1  1.1.26-14
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages inkscape recommends:
ii  aspell   0.60.7~20110707-1
ii  graphicsmagick-imagemagick-compat [imagemagick]  1.3.16-1.1
ii  libwmf-bin   0.2.8.4-10
ii  perlmagick   8:6.7.7.10-4
ii  pstoedit 3.60-2+b1

Versions of packages inkscape suggests:
pn  dia | dia-gnome  none
ii  libgnomevfs2-extra   1:2.24.4-1
pn  libsvg-perl  none
pn  libxml-xql-perl  none
ii  python   2.7.3~rc2-1
pn  python-lxml  none
ii  python-numpy 1:1.6.2-1
pn  python-uniconvertor  none
ii  ruby 4.9
pn  skencil  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#594790: dolphin is becoming very slow when using sshfs

2012-11-07 Thread C. Mourad Jaber

Hi,

Of course, I haven't encoutered this bug in the actual dolphin version.

So can close it !

Best regards

Mourad

Le 07/11/2012 12:41, Adrien a écrit :

tag 594790 moreinfo
thanks

Hi,

I think the problem is now solved, with the version of dolphin in testing/sid 
(4.8). It now uses asynchronous calls for ssh filesystem.

Could you please confirm this ? Otherwise I will close the bug in a month.

Regards,

Adrien



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



Bug#686649: guvcview: Video freeze at the second attempt to record

2012-09-04 Thread mourad
/shifting frame
AUDIO: pulse read thread joined
Audio frame size is 1152 samples for selected codec
Pulse audio Thread started
AUDIO: connecting to pulse audio device alsa_input.usb-
Guillemot_Corporation_Hercules_HD_Sunset-02-Sunset.analog-mono
 (channels 1 rate 16000)
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
AUDIO: pulse read thread joined
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
 Could not grab image (select timeout): Ressource temporairement non disponible
write /home/mourad/.guvcviewrc OK
free controls
cleaned allocations - 100%
Closing portaudio ...OK
Closing GTK... OK

Regards

Mourad



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

Kernel: Linux 3.5-trunk-amd64 (SMP w/8 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 guvcview depends on:
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libavcodec536:0.8.3-6
ii  libavutil51 6:0.8.3-6
ii  libc6   2.13-35
ii  libcairo-gobject2   1.12.2-2
ii  libcairo2   1.12.2-2
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk-3-0  3.4.2-3
ii  libpango1.0-0   1.30.0-1
ii  libpng12-0  1.2.49-1
ii  libportaudio2   19+svn2021-1
ii  libpulse0   2.0-6
ii  libsdl1.2debian 1.2.15-5
ii  libudev0175-7
ii  libv4l-00.8.8-3

Versions of packages guvcview recommends:
ii  uvcdynctrl  0.2.2-1

guvcview 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#682561: dolphin: Fail to browse MTP directory

2012-07-23 Thread mourad
Package: dolphin
Version: 4:4.8.4-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?

I'm trying to connect my Galaxy Nexus (Android 4.1) and browse some the
filesystem.

   * What exactly did you do (or not do) that was effective (or

 ineffective)?
Plug my phone, after new device is fired, trying to browse it
2 directories appear :
 - Mass Storage Camera
 - Samsung Galaxy Nexus/Galaxy S (i9250, Android 4.0 updates@usb:001,006)

   * What was the outcome of this action?

If I try to browse Mass Storage Camera folder :
An unknown error 150 is fired (sorry it is in french) :
Code d'erreur 150 inconnu
Mauvais paramètres
Veuillez envoyer un rapport de bogue détaillé à http://bugs.kde.org.;

   * What outcome did you expect instead?

List of available folders !

I have tried with gMTP and MTPfs (fuse module) and it works more or less (lots
of freezing, segfault, errors when copying files)...

I don't know if it is from kio or libmtp9 or dolphin...

Thanks to take care of that trouble.

Kind regards

Mourad



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

Kernel: Linux 3.4-trunk-amd64 (SMP w/8 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 dolphin depends on:
ii  kde-runtime4:4.8.4-1
ii  libc6  2.13-33
ii  libkcmutils4   4:4.8.4-3
ii  libkdecore54:4.8.4-3
ii  libkdeui5  4:4.8.4-3
ii  libkfile4  4:4.8.4-3
ii  libkio54:4.8.4-3
ii  libknewstuff3-44:4.8.4-3
ii  libkonq5abi1   4:4.8.4-1
ii  libkparts4 4:4.8.4-3
ii  libnepomuk44:4.8.4-3
ii  libnepomukquery4a  4:4.8.4-3
ii  libnepomukutils4   4:4.8.4-3
ii  libphonon4 4:4.6.0.0-2
ii  libqt4-dbus4:4.8.2-1
ii  libqtcore4 4:4.8.2-1
ii  libqtgui4  4:4.8.2-1
ii  libsoprano42.7.6+dfsg.1-1
ii  libstdc++6 4.7.1-2
ii  libxrender11:0.9.7-1
ii  phonon 4:4.6.0.0-2

Versions of packages dolphin recommends:
ii  ruby4.9
ii  ruby1.8 [ruby]  1.8.7.358-4

Versions of packages dolphin suggests:
pn  kdesdk-dolphin-plugins  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#681218: kcheckgmail: Google authentication has changed - kcheckgmail is no more usable

2012-07-11 Thread mourad
Package: kcheckgmail
Version: 0.6.0-2
Severity: important

Dear Maintainer,

   * What led up to the situation?
kcheckgmail could not authenticate to gmail !

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Entrered my google account (mail + password)
   * What was the outcome of this action?
I got a message informing me to change the authentication method
   * What outcome did you expect instead?
Connect to my account to check mail...

That program is not usable if that problem is not solve !!

Thanks to take care about that issue...

Best Regards

Mourad



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

Kernel: Linux 3.4-trunk-amd64 (SMP w/8 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 kcheckgmail depends on:
ii  kdebase-runtime4:4.8.4-1
ii  libc6  2.13-33
ii  libgcc11:4.7.1-2
ii  libkdecore54:4.8.4-3
ii  libkdeui5  4:4.8.4-3
ii  libkio54:4.8.4-3
ii  libknotifyconfig4  4:4.8.4-3
ii  libqt4-dbus4:4.8.2-1
ii  libqt4-network 4:4.8.2-1
ii  libqt4-svg 4:4.8.2-1
ii  libqt4-xml 4:4.8.2-1
ii  libqtcore4 4:4.8.2-1
ii  libqtgui4  4:4.8.2-1
ii  libstdc++6 4.7.1-2

kcheckgmail recommends no packages.

kcheckgmail 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#675863: accountsservice: makes gdm-simple-greeter crash

2012-06-16 Thread Mourad De Clerck

Solved indeed, thank you very much.

-- Mourad DC



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



Bug#676877: java-package: Putting Jvisualvm in PATH

2012-06-10 Thread mourad
Package: java-package
Version: 0.50
Severity: normal

Dear Maintainer,

   * What led up to the situation?
Oracle deliver jvisualvm with the official Java.
Make-jpkg works well but jvisualvm is not set into alternatives...

   * What exactly did you do (or not do) that was effective (or ineffective)?
The command is not directly available and it have to be found into it real path
(/usr/lib/jvm/j2sdk1.7-oracle/bin/jvisualvm or
/usr/lib/jvm/j2sdk1.6-oracle/bin/jvisualvm)...

   * What outcome did you expect instead?
For convenience, it would be beautiful to have it by default in the PATH
(symbolic link in /usr/bin) as the other Java commands...
The cherry on the cake would be to put an icon into the menu as it does it
under microsoft systems ;)

Best Regards

Mourad



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

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/8 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 java-package depends on:
ii  debconf [debconf-2.0]  1.5.43
ii  debhelper  9.20120528
ii  fakeroot   1.18.3-1
ii  libasound2 1.0.25-3
ii  libx11-6   2:1.4.99.901-2
ii  unzip  6.0-6

Versions of packages java-package recommends:
ii  dpkg-dev  1.16.3
ii  gcc   4:4.6.2-4

Versions of packages java-package suggests:
ii  openjdk-6-jre  6b24-1.11.1-6
ii  openjdk-7-jre  7~u3-2.1.1~pre1-2

-- debconf information:
* java-package/postinst-note:



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



Bug#676400: initramfs-tools: update-initramfs -u fails with modprobe options

2012-06-06 Thread Mourad De Clerck
Package: initramfs-tools
Version: 0.104
Severity: grave
Justification: renders package unusable

Using update-initramfs -u gives me the following output:

# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-3.3.0-trunk-amd64
install: cannot stat 
`/lib/modules/3.3.0-trunk-amd64/kernel/drivers/hid/hid-apple.ko fnmode=2 ': No 
such file or directory
ERROR: Module /lib/modules/3.3.0-trunk-amd64/kernel/drivers/hid/hid-apple.ko 
fnmode=2  not found.
install: cannot stat 
`/lib/modules/3.3.0-trunk-amd64/kernel/drivers/gpu/drm/radeon/radeon.ko 
modeset=1 ': No such file or directory
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1.
update-initramfs: failed for /boot/initrd.img-3.3.0-trunk-amd64 with 1.

# cat /etc/modprobe.d/radeon-kms.conf
options radeon modeset=1

# dpkg -S /etc/modprobe.d/radeon-kms.conf
xserver-xorg-video-radeon: /etc/modprobe.d/radeon-kms.conf

Thanks,

-- Mourad DC

-- Package-specific info:
-- initramfs sizes
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-3.3.0-trunk-amd64 root=/dev/mapper/root ro quiet splash

-- /proc/filesystems
ext4
ext3
fuseblk
vfat

-- lsmod
Module  Size  Used by
nls_utf8   12456  1 
nls_cp437  16553  1 
vfat   17315  1 
fat45701  1 vfat
fuse   62117  3 
acpi_cpufreq   12935  0 
mperf  12453  1 acpi_cpufreq
cpufreq_powersave  12454  0 
cpufreq_userspace  12576  0 
cpufreq_stats  12866  0 
cpufreq_conservative13147  0 
parport_pc 22364  0 
ppdev  12763  0 
lp 17149  0 
parport31858  3 lp,ppdev,parport_pc
kvm_intel 122008  0 
kvm   293872  1 kvm_intel
snd_hda_codec_hdmi 30783  1 
ext3  161959  1 
jbd57131  1 ext3
snd_hda_codec_idt  53822  1 
snd_pcm_oss41107  0 
snd_hda_intel  26345  4 
snd_hda_codec  82625  3 
snd_hda_intel,snd_hda_codec_idt,snd_hda_codec_hdmi
snd_hwdep  13186  1 snd_hda_codec
snd_mixer_oss  17916  1 snd_pcm_oss
snd_seq_midi   12848  0 
snd_pcm63998  4 
snd_hda_codec,snd_hda_intel,snd_pcm_oss,snd_hda_codec_hdmi
snd_seq_midi_event 13316  1 snd_seq_midi
snd_page_alloc 13003  2 snd_pcm,snd_hda_intel
snd_rawmidi23060  1 snd_seq_midi
snd_seq45130  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 13176  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer  22917  2 snd_seq,snd_pcm
snd52982  20 
snd_timer,snd_seq_device,snd_seq,snd_rawmidi,snd_pcm,snd_mixer_oss,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_pcm_oss,snd_hda_codec_idt,snd_hda_codec_hdmi
psmouse64997  0 
i2c_i801   16870  0 
pcspkr 12595  0 
processor  28259  3 acpi_cpufreq
serio_raw  12976  0 
thermal_sys18048  1 processor
evdev  17562  17 
x38_edac   12586  0 
soundcore  13065  1 snd
iTCO_wdt   17081  0 
edac_core  35258  2 x38_edac
iTCO_vendor_support12704  1 iTCO_wdt
autofs427582  2 
ext4  355082  2 
crc16  12343  1 ext4
jbd2   62291  1 ext4
mbcache13065  2 ext4,ext3
sha256_generic 16797  4 
cryptd 14517  0 
aes_x86_64 16796  16 
aes_generic33026  1 aes_x86_64
cbc12754  8 
hid_apple  12671  0 
usbhid 40559  0 
hid81480  2 usbhid,hid_apple
dm_crypt   22586  2 
dm_mod 63574  5 dm_crypt
usb_storage43902  1 
uas13234  0 
sr_mod 21944  0 
cdrom  35401  1 sr_mod
sd_mod 36136  7 
crc_t10dif 12348  1 sd_mod
radeon667004  4 
firewire_ohci  35772  0 
firewire_core  48549  1 firewire_ohci
crc_itu_t  12347  1 firewire_core
uhci_hcd   26865  0 
power_supply   13519  2 radeon,hid
i2c_algo_bit   12841  1 radeon
drm_kms_helper 31369  1 radeon
ttm58093  1 radeon
drm   183832  6 ttm,drm_kms_helper,radeon
i2c_core   23876  5 drm,drm_kms_helper,i2c_algo_bit,radeon,i2c_i801
button 12937  0 
ahci   24997  3 
libahci22820  1 ahci
ehci_hcd   40215  0 
libata141011  2 libahci,ahci
e1000e129016  0 
usbcore   128753  6 ehci_hcd,uhci_hcd,uas,usb_storage,usbhid
usb_common 12354  1 usbcore
scsi_mod  162487  5 libata,sd_mod,sr_mod,uas,usb_storage

-- /etc/initramfs-tools/modules

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n

Bug#675863: accountsservice: makes gdm-simple-greeter crash

2012-06-04 Thread Mourad De Clerck

On 04/06/12 08:44, Alessio Treglia wrote:

after upgrading to version 0.6.21-2, gdm3's greeter crashes on boot.


Do you use systemd?


Yes. I mentioned it in the initial bugreport.


I am running systemd. Downgrading to 0.6.21-1 fixes the problem for me.


ii  libpam-systemd  44-1 system and service manager - PAM module
ii  libsystemd-daemon0  44-1 systemd utility library
ii  libsystemd-id128-0  44-1 systemd 128 bit ID utility library
ii  libsystemd-journal0 44-1 systemd journal utility library
ii  libsystemd-login0   44-1 systemd login utility library
ii  systemd 44-1 system and service manager
ii  systemd-gui 44-1 system and service manager - GUI
hi  systemd-sysv44-1 system and service manager - SysV links

Kind regards,

-- Mourad



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



Bug#675863: accountsservice: makes gdm-simple-greeter crash

2012-06-03 Thread Mourad De Clerck
Package: accountsservice
Version: 0.6.21-2
Severity: important

Hi,

after upgrading to version 0.6.21-2, gdm3's greeter crashes on boot.

From /var/log/gdm3/:0-greeter.log:

AccountsService:ERROR:act-user-manager.c:2115:load_users: assertion failed: 
(manager-priv-accounts_proxy != NULL)
gdm[3346]: *** START **
snip stacktrace, don't have symbols installed
gdm[3365]: *** END **
gnome-session[3300]: WARNING: App 'gdm-simple-greeter.desktop' respawning too 
quickly
gnome-session[3300]: WARNING: Error on restarting session managed app: 
Component 'gdm-simple-greeter.desktop' crashing too quickly

I am running systemd. Downgrading to 0.6.21-1 fixes the problem for me.

Thanks,

-- Mourad DC

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

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages accountsservice depends on:
ii  dbus   1.5.12-1
ii  libaccountsservice00.6.21-2
ii  libc6  2.13-32
ii  libglib2.0-0   2.32.3-1
ii  libpolkit-gobject-1-0  0.105-1

accountsservice recommends no packages.

Versions of packages accountsservice suggests:
ii  gnome-control-center  1:3.4.2-2

-- 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#675865: gdm3: only shows random subset of users in greeter

2012-06-03 Thread Mourad De Clerck
Package: gdm3
Version: 3.0.4-4
Severity: normal

Hi,

this isn't a new problem (have seen it for a few months or so). But the
gdm greeter only shows me zero, one or two users from my list of three
local users that can log in. I thought it was to do with the changes in
accountsservice, but my User Accounts panel seems to show the accounts
correctly.

I can log in using the Other... option, but it's still somewhat
annoying.

Thanks,

-- Mourad DC

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

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdm3 depends on:
ii  accountsservice 0.6.21-1
ii  adduser 3.113+nmu3
ii  dconf-gsettings-backend 0.12.1-1
ii  debconf [debconf-2.0]   1.5.43
ii  gconf2  3.2.5-1
ii  gnome-session [x-session-manager]   3.4.2.1-1
ii  gnome-session-bin   3.4.2.1-1
ii  gnome-session-fallback [x-session-manager]  3.4.2.1-1
ii  gnome-terminal [x-terminal-emulator]3.4.1.1-1
ii  gsettings-desktop-schemas   3.4.2-1
ii  libaccountsservice0 0.6.21-1
ii  libatk1.0-0 2.4.0-2
ii  libattr11:2.4.46-7
ii  libaudit0   1:1.7.18-1.1
ii  libc6   2.13-32
ii  libcairo-gobject2   1.12.2-2
ii  libcairo2   1.12.2-2
ii  libcanberra-gtk3-0  0.28-4
ii  libcanberra00.28-4
ii  libdbus-1-3 1.5.12-1
ii  libdbus-glib-1-20.98-1
ii  libfontconfig1  2.9.0-6
ii  libfreetype62.4.9-1
ii  libgconf2-4 3.2.5-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libglib2.0-bin  2.32.3-1
ii  libgtk-3-0  3.4.2-1
ii  libpam-modules  1.1.3-7.1
ii  libpam-runtime  1.1.3-7.1
ii  libpam0g1.1.3-7.1
ii  libpango1.0-0   1.30.0-1
ii  librsvg2-common 2.36.1-1
ii  libselinux1 2.1.9-4
ii  libupower-glib1 0.9.16-2
ii  libwrap07.6.q-23
ii  libx11-62:1.4.99.901-2
ii  libxau6 1:1.0.7-1
ii  libxdmcp6   1:1.1.1-1
ii  libxklavier16   5.2.1-1
ii  libxrandr2  2:1.3.2-2
ii  lsb-base4.1+Debian6
ii  metacity [x-window-manager] 1:2.34.3-2
ii  mutter [x-window-manager]   3.4.1-4
ii  policykit-1-gnome   0.105-2
ii  upower  0.9.16-2

Versions of packages gdm3 recommends:
ii  at-spi none
ii  desktop-base   6.0.7
ii  gnome-icon-theme   3.4.0-2
ii  gnome-power-manager3.4.0-2
ii  gnome-settings-daemon  3.4.2-3
ii  x11-xkb-utils  7.7~1
ii  xserver-xephyr none
ii  xserver-xorg   1:7.6+13
ii  zenity 3.4.0-2

Versions of packages gdm3 suggests:
ii  gnome-mag none
ii  gnome-orcanone
ii  gok   none
ii  libpam-gnome-keyring  3.4.1-4
ii  metacity  1:2.34.3-2

-- debconf information:
* shared/default-x-display-manager: gdm3
  gdm3/daemon_name: /usr/sbin/gdm3



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



Bug#675441: icedove-l10n-fr: Please upload language files to test experimental version

2012-06-01 Thread mourad
Package: icedove-l10n-fr
Version: 1:10.0.2-1
Severity: wishlist

Dear Maintainer,

Could you upload corresponding language file to install the experimental
version ?

I would be please to test it !

Thanks a lot !

Best Regards

Mourad



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

Kernel: Linux 3.3.0-trunk-amd64 (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 icedove-l10n-fr depends on:
ii  icedove  10.0.4-1

Versions of packages icedove-l10n-fr recommends:
ii  myspell-fr  1.4-26

icedove-l10n-fr 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#671274: system-config-printer-kde: crash when trying to open Printer Configuration

2012-05-14 Thread mourad
Package: system-config-printer-kde
Version: 4:4.7.4-2
Followup-For: Bug #671274

Hi,

I confirm system-config-printer-kde crash if I try to open it.
The only console trace is :
KCrash: Application 'systemsettings' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/mourad/.kde/socket-calamity-jane/kdeinit4__0

It is not very helpful :(

This is a fresh install in testing.

Regards

Mourad



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

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/8 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 system-config-printer-kde depends on:
ii  python  2.7.2-10
ii  python-cupshelpers  1.3.7-3
ii  python-kde4 4:4.7.4-2+b1
ii  python-qt4-dbus 4.9.1-3

system-config-printer-kde recommends no packages.

system-config-printer-kde 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#671715: libc6: Fail to upgrade from 2.13-27 to newer version !

2012-05-06 Thread Mourad Jaber
Package: libc6
Version: 2.13-27
Severity: important

Dear Maintainer,

   * What led up to the situation?
My system (debian/testing) is using 2.13-27 version of libc6 and I'm trying to
upgrade to the current testing version...

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I'm trying to do an aptitude install libc6

   * What was the outcome of this action?
It didn't finish well, I obtain the following messages :
A copy of the C library was found in an unexpected directory:
  '/lib/x86_64-linux-gnu/libc-2.13.so'
It is not safe to upgrade the C library in this situation;
please remove that copy of the C library or get it out of
'/lib/x86_64-linux-gnu' and try again.

   * What outcome did you expect instead?
An upgrade without problem !

I have tryied :
 - to move that file - nothing work after that so I cannot redo the upgrade !
 - to use a rescue CD (PartedMagic), chroot the environement and try to force
the upgrade, but I get the same result !

Is there any solution to make the upgrade happen without reinstalling the whole
system ?

Regards

Mourad



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

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/8 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 libc6 depends on:
ii  libc-bin  2.13-32
ii  libgcc1   1:4.7.0-3

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]  1.5.42
ii  glibc-doc  none
ii  locales2.13-32

-- debconf information:
  glibc/upgrade: true
  glibc/disable-screensaver:
  glibc/restart-failed:
  glibc/restart-services:
  libraries/restart-without-asking: false



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



Bug#668190: libreoffice-impress: Slideshow doesn't work any more in 3.5.2

2012-04-09 Thread Mourad Jaber
Package: libreoffice-impress
Version: 1:3.5.2-1
Severity: important

Dear Maintainer,

   * What led up to the situation?
Each time I try to use the slieshow mode in Impress
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I click on the slideshow button to launch a slideshow !
   * What was the outcome of this action?
The screen is becoming un responsive and come back to normal if I hit escape
key !
   * What outcome did you expect instead?
Launching the slideshow, as the previous version !

It is a new regression, because it was working well even on the experimental
versions (3.5.1).

I tried to remove .config/libreoffice but without any changes in that
behaviour...

As a workaround, I manage to make it works well after disabling the hardware
acceleration !

Best regards

Mourad



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

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 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 libreoffice-impress depends on:
ii  libc6 2.13-27
ii  libgcc1   1:4.7.0-1
ii  libreoffice-core  1:3.5.2-1
ii  libreoffice-draw  1:3.5.2-1
ii  libstdc++64.7.0-1
ii  uno-libs3 3.5.2-1
ii  ure   3.5.2-1

libreoffice-impress recommends no packages.

libreoffice-impress suggests no packages.

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-3.1
ii  fonts-opensymbol [ttf-opensymbol]  2:102.2+LibO3.5.2-1
ii  libc6  2.13-27
ii  libcairo2  1.12.0-2
ii  libcmis-0.2-0  0.1.0-1+b1
ii  libcurl3-gnutls7.25.0-1
ii  libdb5.1   5.1.29-1
ii  libexpat1  2.1.0~beta3-2
ii  libexttextcat0 3.2.0-1
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.9-1
ii  libgcc11:4.7.0-1
ii  libglib2.0-0   2.32.0-3
ii  libgraphite2-2.0.0 1.1.1-1
ii  libgstreamer-plugins-base0.10-00.10.36-1
ii  libgstreamer0.10-0 0.10.36-1
ii  libhunspell-1.3-0  1.3.2-4
ii  libhyphen0 2.8.3-1
ii  libice62:1.0.7-2
ii  libicu48   4.8.1.1-5
ii  libjpeg8   8d-1
ii  libmythes-1.2-02:1.2.2-1
ii  libneon27  0.29.6-1
ii  libnspr4-0d4.9-1
ii  libnss3-1d 3.13.3-1
ii  libpng12-0 1.2.47-2
ii  librdf01.0.15-1
ii  libreoffice-common 1:3.5.2-1
ii  librsvg2-2 2.36.0-5
ii  libsm6 2:1.2.0-2
ii  libssl1.0.01.0.1-4
ii  libstdc++6 4.7.0-1
ii  libx11-6   2:1.4.99.1-1
ii  libxext6   2:1.3.0-3
ii  libxinerama1   2:1.1.1-3
ii  libxml22.7.8.dfsg-7
ii  libxrandr2 2:1.3.2-2
ii  libxrender11:0.9.6-2
ii  libxslt1.1 1.1.26-8
ii  uno-libs3  3.5.2-1
ii  ure3.5.2-1
ii  zlib1g 1:1.2.6.dfsg-2

Versions of packages libreoffice-draw depends on:
ii  libc6 2.13-27
ii  libgcc1   1:4.7.0-1
ii  libreoffice-core  1:3.5.2-1
ii  libstdc++64.7.0-1
ii  libvisio-0.0-00.0.15-2+b1
ii  libwpd-0.9-9  0.9.4-3
ii  libwpg-0.2-2  0.2.1-1
ii  libxml2   2.7.8.dfsg-7
ii  uno-libs3 3.5.2-1
ii  ure   3.5.2-1
ii  zlib1g1:1.2.6.dfsg-2

-- 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#664193: amarok: smb plugin is not working

2012-03-16 Thread Mourad Jaber
Package: amarok
Version: 2.5.0-1
Severity: important

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
I'm tying to listen some music on sambe share.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I had created a network place with dolphin and I can access to it in amarok.
I can browse files and find my music but it failed to add it to play list
   * What was the outcome of this action?
Add the music to playlist and start to play it !
   * What outcome did you expect instead?
Nothing, it seem to be freeze, but it still working...

As a workaround I found that page http://amarok.kde.org/wiki/Samba but it is
not the panacea and it would be better if amarok was using kde way to browse
AND read the stream !

Regards

Mourad



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

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 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 amarok depends on:
ii  amarok-common 2.5.0-1
ii  amarok-utils  2.5.0-1
ii  kdebase-runtime   4:4.7.4-2
ii  libavcodec53  4:0.8-1+b1
ii  libavformat53 4:0.8-1+b1
ii  libc6 2.13-27
ii  libcurl3-gnutls   7.24.0-1
ii  libgcc1   1:4.6.3-1
ii  libgcrypt11   1.5.0-3
ii  libgdk-pixbuf2.0-02.24.1-1
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libglib2.0-0  2.30.2-6
ii  libgpod4-nogtk0.8.2-6
ii  libkcmutils4  4:4.7.4-3
ii  libkdecore5   4:4.7.4-3
ii  libkdeui5 4:4.7.4-3
ii  libkdewebkit5 4:4.7.4-3
ii  libkdnssd44:4.7.4-3
ii  libkfile4 4:4.7.4-3
ii  libkio5   4:4.7.4-3
ii  libknewstuff3-4   4:4.7.4-3
ii  liblastfm00.4.0~git20090710-1
ii  libloudmouth1-0   1.4.3-7
ii  libmtp9   1.1.2-2
ii  libmysqlclient16  5.1.61-2
ii  libofa0   0.9.3-4
ii  libphonon44:4.6.0.0-1
ii  libplasma34:4.7.4-3
ii  libqjson0 0.7.1-6
ii  libqt4-dbus   4:4.8.0-1
ii  libqt4-network4:4.8.0-1
ii  libqt4-opengl 4:4.8.0-1
ii  libqt4-script 4:4.8.0-1
ii  libqt4-sql4:4.8.0-1
ii  libqt4-svg4:4.8.0-1
ii  libqt4-xml4:4.8.0-1
ii  libqtcore44:4.8.0-1
ii  libqtgui4 4:4.8.0-1
ii  libqtscript4-core 0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-gui  0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-network  0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-sql  0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-uitools  0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-xml  0.1.0+git20101026+8b191fbc-2
ii  libqtwebkit4  2.2.1-1
ii  libsolid4 4:4.7.4-3
ii  libstdc++64.6.3-1
ii  libtag-extras11.0.1-3
ii  libtag1c2a1.7-2
ii  libthreadweaver4  4:4.7.4-3
ii  libx11-6  2:1.4.99.1-1
ii  libxml2   2.7.8.dfsg-7
ii  phonon4:4.6.0.0-1
ii  zlib1g1:1.2.6.dfsg-2

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins  4:4.7.4-2

Versions of packages amarok suggests:
pn  libqt4-sql-mysql   4:4.8.0-1
pn  libqt4-sql-psqlnone
pn  libqt4-sql-sqlite  4:4.8.0-1
pn  libxine1-ffmpeg1.1.20.1-3
pn  moodbarnone

Versions of packages amarok-common depends on:
ii  perl  5.14.2-7

amarok-common recommends no packages.

Versions of packages amarok is related to:
ii  phonon-backend-vlc [phonon-backend]  0.5.0-1

-- 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#663328: libreoffice: Libreoffice crash with some docx

2012-03-10 Thread Mourad Jaber
Package: libreoffice
Version: 1:3.5.0-2
Severity: important

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
Trying to open a docx
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Open the doc
   * What was the outcome of this action?
Libreoffice crash completly (others docs was open and libreoffice crash them
too !)
   * What outcome did you expect instead?
Open the doc !

I think that docx was generate/modifyied by QuickOffice, I can open them with
Ms word 2010.

I put the docs (no confidential data) here :
http://test.nativobject.com/sample.zip

Thank you to look at that trouble !

Regards

Mourad



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

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 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 libreoffice depends on:
ii  fonts-sil-gentium-basic [ttf-sil-gentium-basic]  1.1-5
ii  liblucene2-java  2.9.4+ds1-4
ii  libreoffice-base 1:3.5.0-2
ii  libreoffice-calc 1:3.5.0-2
ii  libreoffice-core 1:3.5.0-2
ii  libreoffice-draw 1:3.5.0-2
ii  libreoffice-filter-mobiledev 1:3.5.0-2
ii  libreoffice-impress  1:3.5.0-2
ii  libreoffice-java-common  1:3.5.0-2
ii  libreoffice-math 1:3.5.0-2
ii  libreoffice-report-builder-bin   1:3.5.0-2
ii  libreoffice-writer   1:3.5.0-2
ii  ttf-dejavu   2.33-2
ii  ttf-sil-gentium-basic1.1-5

Versions of packages libreoffice recommends:
ii  fonts-liberation [ttf-liberation]  1.07.2-2
ii  libpaper-utils 1.1.24+nmu1

Versions of packages libreoffice suggests:
ii  cups-bsd1.5.2-5
ii  default-jre [java5-runtime] 1:1.6-47
ii  gstreamer0.10-ffmpegnone
ii  gstreamer0.10-plugins-bad   0.10.23-1
ii  gstreamer0.10-plugins-base  0.10.36-1
ii  gstreamer0.10-plugins-good  0.10.31-1
ii  gstreamer0.10-plugins-ugly  none
ii  hunspell-en-us [hunspell-dictionary]20070829-5
ii  hyphen-hyphenation-patterns none
ii  icedove 8.0-2+b1
ii  iceweasel   10.0.2-1
ii  imagemagick 8:6.7.4.0-1
ii  libgl1-mesa-glx [libgl1]7.11.2-1
ii  libldap-2.4-2   2.4.28-1.1
ii  libreoffice-filter-binfilter1:3.5.0-2
ii  libreoffice-gnome | libreoffice-kde none
ii  libreoffice-help-fr [libreoffice-help-3.5]  1:3.5.0-2
ii  libreoffice-l10n-fr [libreoffice-l10n-3.5]  1:3.5.0-2
ii  libreoffice-officebean  none
ii  libsane 1.0.22-7
ii  libxrender1 1:0.9.6-2
ii  myspell-fr [myspell-dictionary] 1.4-26
ii  mythes-thesaurusnone
ii  openclipart-libreoffice none
ii  openjdk-6-jre [java5-runtime]   6b24-1.11.1-3
ii  pstoedit3.60-1
ii  sun-java6-jre [java5-runtime]   6.26-3
ii  unixodbc2.2.14p2-5

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-3.1
ii  fonts-opensymbol [ttf-opensymbol]  2:102.2+LibO3.5.0-2
ii  libc6  2.13-27
ii  libcairo2  1.10.2-6.2
ii  libcmis-0.2-0  0.1.0-1
ii  libcurl3-gnutls7.24.0-1
ii  libdb5.1   5.1.29-1
ii  libexpat1  2.0.1-7.2
ii  libexttextcat0 3.2.0-1
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.8-1
ii  libgcc11:4.6.3-1
ii  libglib2.0-0   2.30.2-6
ii  libgraphite2-2.0.0 1.1.1-1
ii  libgstreamer-plugins-base0.10-00.10.36-1
ii  libgstreamer0.10-0 0.10.36-1
ii  libhunspell-1.3-0  1.3.2-4
ii  libhyphen0 2.8.3-1
ii  libice62:1.0.7-2
ii  libicu48   4.8.1.1-3
ii  libjpeg8   8d-1
ii  libmythes-1.2-02:1.2.2-1
ii  libneon27-gnutls   0.29.6-1
ii  libnspr4-0d4.9-1
ii  libnss3-1d 3.13.3-1
ii

Bug#662185: plasma-widget-message-indicator: Message Indicator doesn't work with icedove !

2012-03-04 Thread Mourad Jaber
Package: plasma-widget-message-indicator
Version: 0.5.8-2
Severity: important

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
Plasma message indicator doesn't indicate message with icedove.
I tried it in kubuntu (11.10) and it works out of the box with thunderbird !

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I put message indicator on my desktop, launch icedove.

   * What was the outcome of this action?
Nothing
   * What outcome did you expect instead?
Indicate incomming messages !

Maybe ubuntu is using a different patch set !

Regards

Mourad



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

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 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 plasma-widget-message-indicator depends on:
ii  libc62.13-26
ii  libdbusmenu-qt2  0.9.0-1
ii  libgcc1  1:4.6.2-12
ii  libindicate-qt1  0.2.5.91-4
ii  libkdecore5  4:4.7.4-1
ii  libkdeui54:4.7.4-1
ii  libkio5  4:4.7.4-1
ii  libplasma3   4:4.7.4-1
ii  libqt4-dbus  4:4.8.0-1
ii  libqt4-network   4:4.8.0-1
ii  libqt4-svg   4:4.8.0-1
ii  libqt4-xml   4:4.8.0-1
ii  libqtcore4   4:4.8.0-1
ii  libqtgui44:4.8.0-1
ii  libstdc++6   4.6.2-12

plasma-widget-message-indicator recommends no packages.

plasma-widget-message-indicator 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#661786: digikam: Cannot send pictures via icedove !

2012-03-01 Thread Mourad Jaber
Package: digikam
Version: 4:2.6.0~beta1-1
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
I'm trying to send some pictures via icedove... To do that, I select
Thunderbird mail client, because icedove is not in the list !
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Digikam doesn't manage to launch mail client, because no thunderbird command is
available for now, when icedove installed...
   * What was the outcome of this action?
Impossible to launch thunderbird
   * What outcome did you expect instead?
Open new mail with my pictures !

Workaround
If I create a link :
# ln -s /usr/bin/icedove /usr/bin/thunderbird

It works well !
So please could you duplicate the thunderbird entry and put the commande
icedove in place of thunderbird to be more debian compliant !

Best regards

Mourad



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

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 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 digikam depends on:
ii  digikam-data4:2.6.0~beta1-1
ii  kde-runtime 4:4.7.4-1
ii  libc6   2.13-26
ii  libgcc1 1:4.6.2-12
ii  libgomp14.6.2-12
ii  libgphoto2-22.4.11-4
ii  libgphoto2-port02.4.11-4
ii  libjasper1  1.900.1-13
ii  libjpeg88d-1
ii  libkdcraw20 4:4.7.4-1
ii  libkdecore5 4:4.7.4-1
ii  libkdeui5   4:4.7.4-1
ii  libkdewebkit5   4:4.7.4-1
ii  libkexiv2-104:4.7.4-1
ii  libkfile4   4:4.7.4-1
ii  libkhtml5   4:4.7.4-1
ii  libkio5 4:4.7.4-1
ii  libkipi84:4.7.4-1
ii  libknotifyconfig4   4:4.7.4-1
ii  libkparts4  4:4.7.4-1
ii  liblcms11.19.dfsg-1+b1
ii  liblensfun0 0.2.5-2
ii  liblqr-1-0  0.4.1-1.1
ii  libmarblewidget12   4:4.7.4-1
ii  libnepomuk4 4:4.7.4-1
ii  libopencv-core2.3   2.3.1-7
ii  libopencv-highgui2.32.3.1-7
ii  libopencv-imgproc2.32.3.1-7
ii  libopencv-legacy2.3 2.3.1-7
ii  libopencv-objdetect2.3  2.3.1-7
ii  libphonon4  4:4.6.0.0-1
ii  libpng12-0  1.2.46-5
ii  libqjson0   0.7.1-6
ii  libqt4-dbus 4:4.8.0-1
ii  libqt4-network  4:4.8.0-1
ii  libqt4-qt3support   4:4.8.0-1
ii  libqt4-sql  4:4.8.0-1
ii  libqt4-sql-sqlite   4:4.8.0-1
ii  libqt4-xml  4:4.8.0-1
ii  libqtcore4  4:4.8.0-1
ii  libqtgui4   4:4.8.0-1
ii  libqtwebkit42.2.1-1
ii  libsolid4   4:4.7.4-1
ii  libsoprano4 2.7.3+dfsg.1-1
ii  libstdc++6  4.6.2-12
ii  libtiff43.9.5-2
ii  libx11-62:1.4.99.1-1
ii  phonon  4:4.6.0.0-1

Versions of packages digikam recommends:
ii  chromium [www-browser]  17.0.963.56~r121963-1
ii  google-chrome-stable [www-browser]  17.0.963.56-r121963
ii  iceweasel [www-browser] 10.0.2-1
ii  kipi-plugins4:2.6.0~beta1-1
ii  konqueror [www-browser] 4:4.7.4-1
ii  mplayerthumbs   4:4.7.4-1
ii  opera [www-browser] 11.61.1250
ii  w3m [www-browser]   0.5.3-5

Versions of packages digikam suggests:
pn  digikam-doc  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#661796: digikam: Vignet album as folder icon

2012-03-01 Thread Mourad Jaber
Package: digikam
Version: 4:2.6.0~beta1-1
Severity: wishlist

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
For every album is it possible to define an icon.

   * What was the outcome of this action?
It put an image visible into the browser of digikam, but it didn't update the
..directory file to make it available at kde level (or gnome level, it is the
same way !)...

   * What outcome did you expect instead?
Synchronise folder icon and digikam one's to improve the user experience :)

Best regards

Mourad



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

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 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 digikam depends on:
ii  digikam-data4:2.6.0~beta1-1
ii  kde-runtime 4:4.7.4-1
ii  libc6   2.13-26
ii  libgcc1 1:4.6.2-12
ii  libgomp14.6.2-12
ii  libgphoto2-22.4.11-4
ii  libgphoto2-port02.4.11-4
ii  libjasper1  1.900.1-13
ii  libjpeg88d-1
ii  libkdcraw20 4:4.7.4-1
ii  libkdecore5 4:4.7.4-1
ii  libkdeui5   4:4.7.4-1
ii  libkdewebkit5   4:4.7.4-1
ii  libkexiv2-104:4.7.4-1
ii  libkfile4   4:4.7.4-1
ii  libkhtml5   4:4.7.4-1
ii  libkio5 4:4.7.4-1
ii  libkipi84:4.7.4-1
ii  libknotifyconfig4   4:4.7.4-1
ii  libkparts4  4:4.7.4-1
ii  liblcms11.19.dfsg-1+b1
ii  liblensfun0 0.2.5-2
ii  liblqr-1-0  0.4.1-1.1
ii  libmarblewidget12   4:4.7.4-1
ii  libnepomuk4 4:4.7.4-1
ii  libopencv-core2.3   2.3.1-7
ii  libopencv-highgui2.32.3.1-7
ii  libopencv-imgproc2.32.3.1-7
ii  libopencv-legacy2.3 2.3.1-7
ii  libopencv-objdetect2.3  2.3.1-7
ii  libphonon4  4:4.6.0.0-1
ii  libpng12-0  1.2.46-5
ii  libqjson0   0.7.1-6
ii  libqt4-dbus 4:4.8.0-1
ii  libqt4-network  4:4.8.0-1
ii  libqt4-qt3support   4:4.8.0-1
ii  libqt4-sql  4:4.8.0-1
ii  libqt4-sql-sqlite   4:4.8.0-1
ii  libqt4-xml  4:4.8.0-1
ii  libqtcore4  4:4.8.0-1
ii  libqtgui4   4:4.8.0-1
ii  libqtwebkit42.2.1-1
ii  libsolid4   4:4.7.4-1
ii  libsoprano4 2.7.3+dfsg.1-1
ii  libstdc++6  4.6.2-12
ii  libtiff43.9.5-2
ii  libx11-62:1.4.99.1-1
ii  phonon  4:4.6.0.0-1

Versions of packages digikam recommends:
ii  chromium [www-browser]  17.0.963.56~r121963-1
ii  google-chrome-stable [www-browser]  17.0.963.56-r121963
ii  iceweasel [www-browser] 10.0.2-1
ii  kipi-plugins4:2.6.0~beta1-1
ii  konqueror [www-browser] 4:4.7.4-1
ii  mplayerthumbs   4:4.7.4-1
ii  opera [www-browser] 11.61.1250
ii  w3m [www-browser]   0.5.3-5

Versions of packages digikam suggests:
pn  digikam-doc  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#661818: libreoffice: some menu icons are missing

2012-03-01 Thread Mourad Jaber
Package: libreoffice
Version: 1:3.5.0-2
Severity: minor

Dear Maintainer,

After upgrade to libreoffice 3.5.0, some icons in the menu are missing !
libreoffice-calc
libreoffice-writer

I reset the system menu to be sure, but it doesn't chage this.

Could you check this ?

Regards

Mourad



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

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 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 libreoffice depends on:
ii  fonts-sil-gentium-basic [ttf-sil-gentium-basic]  1.1-5
ii  liblucene2-java  2.9.4+ds1-4
ii  libreoffice-base 1:3.5.0-2
ii  libreoffice-calc 1:3.5.0-2
ii  libreoffice-core 1:3.5.0-2
ii  libreoffice-draw 1:3.5.0-2
ii  libreoffice-filter-mobiledev 1:3.5.0~rc3-1
ii  libreoffice-impress  1:3.5.0-2
ii  libreoffice-java-common  1:3.5.0-2
ii  libreoffice-math 1:3.5.0-2
ii  libreoffice-report-builder-bin   1:3.5.0-2
ii  libreoffice-writer   1:3.5.0-2
ii  ttf-dejavu   2.33-2
ii  ttf-sil-gentium-basic1.1-5

Versions of packages libreoffice recommends:
ii  fonts-liberation [ttf-liberation]  1.07.2-1
ii  libpaper-utils 1.1.24+nmu1
ii  ttf-liberation 1.07.2-1

Versions of packages libreoffice suggests:
ii  cups-bsd1.5.2-5
ii  default-jre [java5-runtime] 1:1.6-46
ii  gstreamer0.10-ffmpegnone
ii  gstreamer0.10-plugins-bad   0.10.22-3+b1
ii  gstreamer0.10-plugins-base  0.10.35-1
ii  gstreamer0.10-plugins-good  0.10.30-2.1
ii  gstreamer0.10-plugins-ugly  none
ii  hunspell-en-us [hunspell-dictionary]20070829-5
ii  hyphen-hyphenation-patterns none
ii  icedove 8.0-2+b1
ii  iceweasel   10.0.2-1
ii  imagemagick 8:6.7.4.0-1
ii  libgl1-mesa-glx [libgl1]7.11.2-1
ii  libldap-2.4-2   2.4.28-1.1
ii  libreoffice-filter-binfilter1:3.5.0-2
ii  libreoffice-gnome | libreoffice-kde none
ii  libreoffice-help-fr [libreoffice-help-3.5]  1:3.5.0-2
ii  libreoffice-l10n-fr [libreoffice-l10n-3.5]  1:3.5.0-2
ii  libreoffice-officebean  none
ii  libsane 1.0.22-7
ii  libxrender1 1:0.9.6-2
ii  myspell-fr [myspell-dictionary] 1.4-26
ii  mythes-thesaurusnone
ii  openclipart-libreoffice none
ii  openjdk-6-jre [java5-runtime]   6b24~pre2-1
ii  pstoedit3.60-1
ii  sun-java6-jre [java5-runtime]   6.26-0squeeze1
ii  unixodbc2.2.14p2-5

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-3.1
ii  fonts-opensymbol [ttf-opensymbol]  2:102.2+LibO3.5.0~rc3-1
ii  libc6  2.13-26
ii  libcairo2  1.10.2-6.2
ii  libcmis-0.2-0  0.1.0-1
ii  libcurl3-gnutls7.24.0-1
ii  libdb5.1   5.1.29-1
ii  libexpat1  2.0.1-7.2
ii  libexttextcat0 3.2.0-1
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.8-1
ii  libgcc11:4.6.2-12
ii  libglib2.0-0   2.30.2-6
ii  libgraphite2-2.0.0 1.0.3.real-1
ii  libgstreamer-plugins-base0.10-00.10.36-1
ii  libgstreamer0.10-0 0.10.36-1
ii  libhunspell-1.3-0  1.3.2-4
ii  libhyphen0 2.8.3-1
ii  libice62:1.0.7-2
ii  libicu48   4.8.1.1-3
ii  libjpeg8   8d-1
ii  libmythes-1.2-02:1.2.2-1
ii  libneon27-gnutls   0.29.6-1
ii  libnspr4-0d4.9~beta5-2
ii  libnss3-1d 3.13.1.with.ckbi.1.88-1
ii  libpng12-0 1.2.46-5
ii  librdf01.0.15-1
ii  libreoffice-common 1:3.5.0-2
ii  librsvg2-2 2.34.2-2
ii  libsm6 2:1.2.0-2
ii  libssl1.0.01.0.0g-1
ii  libstdc++6

Bug#656966: libsvn-java: New version available

2012-01-23 Thread mourad
Package: libsvn-java
Version: 1.6.17dfsg-3
Severity: important

Dear Maintainer,

   * What led up to the situation?
When trying to use subclipse (http://subclipse.tigris.org/) version 1.8 on
eclipse Indigo

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Trying to install the plugin

   * What was the outcome of this action?
Subclipse ask for version 1.7 of JavaHL, but only the 1.6 is available in
debian

   * What outcome did you expect instead?
I would expect to find a newer version in unstable or experimental.

Best regards

Mourad



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

Kernel: Linux 3.2.0-1-amd64 (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 libsvn-java depends on:
ii  libapr11.4.5-1.1
ii  libc6  2.13-24
ii  libgcc11:4.6.2-11
ii  libstdc++6 4.6.2-11
ii  libsvn11.6.17dfsg-3
ii  multiarch-support  2.13-24

libsvn-java recommends no packages.

libsvn-java 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#325495: bluez-utils: Re-pairing bluetooth hid devices without help from other input devices

2011-11-30 Thread Mourad De Clerck
submitter 325495 bugs-deb...@aquazul.com
retitle 325495 bluez: bt hid support in early boot without hid proxy
reassign 325495 bluez
kthxbye

On 03/07/09 22:49, Filippo Giunchedi wrote:
 I'll leave the bug open if someone wants to pick it up but I don't think it 
 is a
 priority at all, after all HID emulation is designed exactly for that

Maybe this bug should be WONTFIX'ed and closed after all these years? I imagine 
it still is unlikely to have bluetoothd available in the initramfs.

Thanks,

-- Mourad DC



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



Bug#325495: bluez-utils: Re-pairing bluetooth hid devices without help from other input devices

2011-11-30 Thread Mourad De Clerck
submitter 325495 bugs-deb...@aquazul.com
retitle 325495 bluez: bt hid support in early boot without hid proxy
reassign 325495 bluez
kthxbye

On 03/07/09 22:49, Filippo Giunchedi wrote:
 I'll leave the bug open if someone wants to pick it up but I don't think it 
 is a
 priority at all, after all HID emulation is designed exactly for that

Maybe this bug should be WONTFIX'ed and closed after all these years? I imagine 
it still is unlikely to have bluetoothd available in the initramfs.

Thanks,

-- Mourad DC



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



Bug#355497: bluez-utils: hid2hci --tohid does not work

2011-11-30 Thread Mourad De Clerck
submitter 355497 bugs-deb...@aquazul.com
reassign 355497 bluez
retitle 355497 bluez: make hid2hci --tohid work (with certain logitech dongles)
severity wishlist
kthxbye

On 26/07/06 10:58, Filippo Giunchedi wrote:
 On Tue, Jul 25, 2006 at 08:53:37PM +0200, Mourad De Clerck wrote:
 On 28/11/05 19:28, Marcel Holtmann wrote:
  
 we don't know the magic sequence to switch it back into HID mode.

 I'm assuming the situation hasn't changed in the mean time.
 
 indeed, ideally hid2hci might switch to HCI only devices which can switch back
 to HID (and do it nevertheless if --force is present)

Well, I don't have this hardware anymore, so I can't verify anymore whether 
this 
problem still exists or not, but I assume it does.

For my part, it can be tagged wontfix and closed, but I leave it up to you.

Regards,

-- Mourad DC



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



Bug#650605: libopengl-ruby1.9.1: undefined symbol: rb_str2cstr

2011-11-30 Thread Mourad De Clerck
Package: libopengl-ruby1.9.1
Version: 0.60.1-1
Severity: grave
Justification: renders package unusable

Trying to run a ruby program using the opengl/glut bindings
always results in:

ruby: symbol lookup error: /usr/lib/ruby/1.9.1/x86_64-linux/glut.so: undefined 
symbol: rb_str2cstr

Thanks,

-- M

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

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libopengl-ruby1.9.1 depends on:
ii  freeglut3 2.6.0-1  
ii  libc6 2.13-21  
ii  libgl1-mesa-glx [libgl1]  7.11.1-1 
ii  libglu1-mesa [libglu1]7.11.1-1 
ii  libruby1.9.1  1.9.3.0-1

libopengl-ruby1.9.1 recommends no packages.

libopengl-ruby1.9.1 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#648975: libgtk-3-0: Alt/Meta handling broken in vte

2011-11-16 Thread Mourad De Clerck
Package: libgtk-3-0
Version: 3.2.2-1
Severity: normal

I think I got hit by this bug:
https://bugzilla.gnome.org/show_bug.cgi?id=663779

The Alt key doesn't behave like before in gnome-terminal since I upgraded
from 3.2.1-1 to 3.2.2-1. Alt used to behave like Meta in programs like
the Midnight Commander.

Downgrading to 3.2.1-1 solves the problem.

Thanks,

-- Mourad DC

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

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgtk-3-0 depends on:
ii  libatk1.0-0 2.2.0-2  
ii  libc6   2.13-21  
ii  libcairo-gobject2   1.10.2-6.1   
ii  libcairo2   1.10.2-6.1   
ii  libcomerr2  1.42~WIP-2011-10-16-1
ii  libcups21.5.0-12 
ii  libfontconfig1  2.8.0-3  
ii  libfreetype62.4.7-2  
ii  libgcrypt11 1.5.0-3  
ii  libgdk-pixbuf2.0-0  2.24.0-1 
ii  libglib2.0-02.30.2-1 
ii  libgnutls26 2.12.14-3
ii  libgssapi-krb5-21.9.1+dfsg-3 
ii  libgtk-3-common 3.2.2-1  
ii  libk5crypto31.9.1+dfsg-3 
ii  libkrb5-3   1.9.1+dfsg-3 
ii  libpango1.0-0   1.29.4-2 
ii  libx11-62:1.4.4-4
ii  libxcomposite1  1:0.4.3-2
ii  libxcursor1 1:1.1.12-1   
ii  libxdamage1 1:1.1.3-2
ii  libxext62:1.3.0-3
ii  libxfixes3  1:5.0-4  
ii  libxi6  2:1.4.3-3
ii  libxinerama12:1.1.1-3
ii  libxrandr2  2:1.3.2-2
ii  shared-mime-info0.90-1   
ii  zlib1g  1:1.2.3.4.dfsg-3 

Versions of packages libgtk-3-0 recommends:
ii  hicolor-icon-theme  0.12-1 
ii  libgtk-3-bin3.2.2-1

Versions of packages libgtk-3-0 suggests:
ii  gvfs 1.10.1-1
ii  librsvg2-common  2.34.1-3

-- 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#647680: gnome-settings-daemon: should use and prefer apple_backlight

2011-11-04 Thread Mourad De Clerck
Package: gnome-settings-daemon
Version: 3.2.1-1
Severity: normal
Tags: upstream patch


Backlight on certain apple laptops (MacBookPro7,1 in my case) has been
broken for a while now for a couple of reasons:
- The old module mbp_nvidia_bl has been renamed to apple_bl in more
  recent kernels.
- The nouveau backlight support has never worked properly on my nVidia
  chipset (NVAF). See also:
  https://bugzilla.redhat.com/show_bug.cgi?id=625171
  https://bugs.freedesktop.org/show_bug.cgi?id=31920

For these reasons, I need to tell gnome-settings-daemon (previously
gnome-power-manager) to use apple_backlight instead of nv_backlight or
mbp_backlight.

The following one-line patch does the trick for me, it would be nice if
it could be applied in Debian or upstream.

Thanks,

-- Mourad DC

diff --git a/plugins/power/gsd-backlight-helper.c 
b/plugins/power/gsd-backlight-helper.c
index 5ea7943..3e8567d 100644
--- a/plugins/power/gsd-backlight-helper.c
+++ b/plugins/power/gsd-backlight-helper.c
@@ -48,6 +48,7 @@ gsd_backlight_helper_get_best_backlight ()
 
/* available kernel interfaces in priority order */
static const gchar *backlight_interfaces[] = {
+   apple_backlight,
nv_backlight,
asus_laptop,
toshiba,


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

Kernel: Linux 3.0.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-settings-daemon depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.7.5-3  
ii  dpkg 1.16.1.1 
ii  gsettings-desktop-schemas3.2.0-1  
ii  libatk1.0-0  2.2.0-2  
ii  libc62.13-21  
ii  libcairo-gobject21.10.2-6.1   
ii  libcairo21.10.2-6.1   
ii  libcanberra-gtk3-0   0.28-3   
ii  libcanberra0 0.28-3   
ii  libcolord1   0.1.13-1 
ii  libcomerr2   1.42~WIP-2011-10-16-1
ii  libcups2 1.5.0-10 
ii  libdbus-1-3  1.5.8-1  
ii  libdbus-glib-1-2 0.98-1   
ii  libfontconfig1   2.8.0-3  
ii  libfreetype6 2.4.7-2  
ii  libgconf2-4  2.32.4-1 
ii  libgcrypt11  1.5.0-3  
ii  libgdk-pixbuf2.0-0   2.24.0-1 
ii  libglib2.0-0 2.30.1-2 
ii  libgnome-desktop-3-2 3.2.1-2  
ii  libgnome2-common 2.32.1-2 
ii  libgnomekbd7 3.2.0-1  
ii  libgnutls26  2.12.12-1
ii  libgssapi-krb5-2 1.9.1+dfsg-3 
ii  libgtk-3-0   3.2.1-1  
ii  libgudev-1.0-0   172-1
ii  libk5crypto3 1.9.1+dfsg-3 
ii  libkrb5-31.9.1+dfsg-3 
ii  liblcms2-2   2.2+git20110628-2
ii  libnotify4   0.7.4-1  
ii  libpackagekit-glib2-14   0.6.18-1+b1  
ii  libpango1.0-01.29.4-2 
ii  libpolkit-gobject-1-00.102-1  
ii  libpulse-mainloop-glib0  1.1-1
ii  libpulse01.1-1
ii  libsqlite3-0 3.7.8-1  
ii  libupower-glib1  0.9.14-1 
ii  libx11-6 2:1.4.4-2
ii  libxfixes3   1:5.0-4  
ii  libxi6   2:1.4.3-3
ii  libxklavier165.1-2
ii  nautilus-data3.0.2-4  
ii  zlib1g   1:1.2.5.dfsg-1   

Versions of packages gnome-settings-daemon recommends:
ii  hwdata  0.233-1
ii  pulseaudio  1.1-1  

Versions of packages gnome-settings-daemon suggests:
ii  gnome-screensaver3.0.1-3   
ii  metacity [x

Bug#642283: epiphany-browser: doesn't connect to certain sites, like paypal.com

2011-09-20 Thread Mourad De Clerck
Package: epiphany-browser
Version: 3.0.4-1
Severity: normal

Hi.

Pretty straight forward, it's simply not possible to connect to certain 
websites,
like paypal - the following error message is shown:


Oops! It was impossible to load this website
The website at http://www.paypal.com/ is probably unavailable, the precise 
error was:

Connection terminated unexpectedly.


I tried switching the user agent in case PayPal would do something tricky, but 
no dice.
It works in Iceweasel, though.

Regards,

-- Mourad

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages epiphany-browser depends on:
ii  dbus-x11   1.4.14-1
ii  epiphany-browser-data  3.0.4-1 
ii  gnome-icon-theme   3.0.0-4 
ii  gsettings-desktop-schemas  3.0.1-1 
ii  iso-codes  3.28-1  
ii  libavahi-client3   0.6.30-5
ii  libavahi-common3   0.6.30-5
ii  libavahi-gobject0  0.6.30-5
ii  libc6  2.13-21 
ii  libcairo2  1.10.2-6.1  
ii  libdbus-1-31.4.14-1
ii  libdbus-glib-1-2   0.94-4  
ii  libgdk-pixbuf2.0-0 2.24.0-1
ii  libgirepository-1.0-1  0.10.8-2
ii  libglib2.0-0   2.28.6-3
ii  libgnome-keyring0  3.0.3-1 
ii  libgtk-3-0 3.0.12-2
ii  libice62:1.0.7-2   
ii  libnspr4-0d4.8.9-1 
ii  libnss3-1d 3.12.11-3   
ii  libpango1.0-0  1.28.4-3
ii  libseed-gtk3-0 3.0.0-2 
ii  libsm6 2:1.2.0-2   
ii  libsoup-gnome2.4-1 2.34.3-1
ii  libsoup2.4-1   2.34.3-1
ii  libwebkitgtk-3.0-0 1.4.2-2 
ii  libx11-6   2:1.4.4-1   
ii  libxml22.7.8.dfsg-4
ii  libxslt1.1 1.1.26-8

Versions of packages epiphany-browser recommends:
pn  ca-certificates  20110502+nmu1
pn  evince   3.0.2-2  
pn  yelp none   

Versions of packages epiphany-browser suggests:
ii  epiphany-extensions  3.0.0-3

-- 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#639567: icedove-l10n-all: Localisation paquage needed for icedove 5

2011-08-28 Thread Mourad Jaber
Package: icedove-l10n-all
Version: 5.0-2
Severity: wishlist

Hi,

All is in the subject !

I'm currently using icedove 5.0-2 from experimental. It works very well for me
but I would prefere to have it in french, but no localisations are available at
this time for that version.

Please could you upload it ?

Regards

Mourad



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

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
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 debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#435062: closed by Moritz Mühlenhoff j...@inutil.org (Closing)

2011-07-29 Thread Mourad De Clerck
On 29/07/11 16:39, Debian Bug Tracking System wrote:
 We'll stick with the current Firewire stack.

Right. It's a shame this regression was never resolved. But there's no
point in holding up progress for the very small subset of users that own
and still use this hardware - even if I'm part of that group ;-)

Time to move on.

-- Mourad DC



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



Bug#632302: Really?

2011-07-18 Thread Mourad De Clerck
retitle 632302 icedove: undefined symbol: NS_CStringContainerInit
forcemerge 617759 632302
thanks

On 18/07/11 19:30, Filipus Klutiero wrote:
 Are you sure the error happens because libgnomevfs2-0 is missing? Does
 re-installing it fix? What happens if you try starting with
 $ LD_BIND_NOW=1 icedove

You're right, removing libgnomevfs2-0 just seems to trigger #617759 -
using LD_BIND_NOW=1 allows me to start up icedove without libgnomevfs2-0
installed. I confused the symptom for the cause.

Regards,

-- Mourad




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



Bug#633468: libreoffice-impress: deleting selection in slide sorter have strange behaviour

2011-07-10 Thread Mourad Jaber
Package: libreoffice-impress
Version: 1:3.3.3-4+b1
Severity: normal

Hi,

I'm experimenting some srange behaviour with slide sorter with large documents
(200 - 300 slides) !
When I trying to select some silde in the middle of the document (more or less
!) and then delete that selection, the slide sorder come back to the very first
slide of the document !

It is very anti-ergonomic and big vast of time !

Is it possible to correcte that behaviour and let the document arround the same
place close to the selection ?

Regards

Mourad



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

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

Versions of packages libreoffice-impress depends on:
ii  libc6   2.13-7   Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.1-1GCC support library
ii  libreoffice-core1:3.3.3-4+b1 office productivity suite -- arch-
ii  libreoffice-draw1:3.3.3-4+b1 office productivity suite -- drawi
ii  libstdc++6  4.6.1-1  GNU Standard C++ Library v3
ii  libstlport4.6ldbl   4.6.2-7  STLport C++ class library
ii  ure 1.7.0+LibO3.3.3-4+b1 LibreOffice UNO runtime environmen

libreoffice-impress recommends no packages.

libreoffice-impress suggests no packages.

Versions of packages libreoffice-core depends on:
ii  fontconfig  2.8.0-3  generic font configuration library
ii  libatk1.0-0 2.0.1-1  ATK accessibility toolkit
ii  libc6   2.13-7   Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libcurl3-gnutls 7.21.6-3 Multi-protocol file transfer libra
ii  libdb5.15.1.25-10Berkeley v5.1 Database Libraries [
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libfontconfig1  2.8.0-3  generic font configuration library
ii  libfreetype62.4.4-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.1-1GCC support library
ii  libgdk-pixbuf2.0-0  2.23.5-1 GDK Pixbuf library
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgraphite31:2.3.1-0.2  SILGraphite - a smart font rende
ii  libgstreamer-plugin 0.10.35-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.35-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.14-4 spell checker and morphological an
ii  libhyphen0  2.7.1-4  ALTLinux hyphenation library - sha
ii  libice6 2:1.0.7-2X11 Inter-Client Exchange library
ii  libicu444.4.2-2  International Components for Unico
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmythes-1.2-0 2:1.2.1-1simple thesaurus library
ii  libneon27-gnutls0.29.5-3 An HTTP and WebDAV client library 
ii  libnspr4-0d 4.8.8-2  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.10-1Network Security Service libraries
ii  libpango1.0-0   1.28.4-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-3 PNG library - runtime
ii  librdf0 1.0.13-3 Redland Resource Description Frame
ii  libreoffice-common  1:3.3.3-4office productivity suite -- arch-
ii  libsm6  2:1.2.0-2X11 Session Management library
ii  libssl1.0.0 1.0.0d-3 SSL shared libraries
ii  libstdc++6  4.6.1-1  GNU Standard C++ Library v3
ii  libstlport4.6ldbl   4.6.2-7  STLport C++ class library
ii  libtextcat0 2.2-9Language detection library
ii  libx11-62:1.4.3-2X11 client-side library
ii  libxaw7 2:1.0.9-2X11 Athena Widget library
ii  libxext62:1.3.0-3X11 miscellaneous extension librar
ii  libxinerama12:1.1.1-3X11 Xinerama extension library
ii  libxml2 2.7.8.dfsg-3 GNOME XML library
ii  libxrandr2  2:1.3.1-2X11 RandR extension library
ii  libxrender1 1:0.9.6-2X Rendering Extension client libra
ii  libxslt1.1  1.1.26-7+b1  XSLT 1.0 processing library - runt
ii  libxt6  1:1.1.1-2X11 toolkit intrinsics library
ii  ttf-opensymbol  2:2.4.3+LibO3.3.3-4  OpenSymbol TrueType font
ii  ure 1.7.0+LibO3.3.3-4+b1 LibreOffice

Bug#633504: systemd: hwclock in localtime results in wrong system time

2011-07-10 Thread Mourad De Clerck
Package: systemd
Version: 29-1
Severity: important

I've got LOCAL in /etc/adjtime, and UTC=no in /etc/default/rcS.

Since systemd 29-1 my PC's clock is off by two hours on boot (the timezone
+ DST offset). So the system time is actually set to UTC. Executing
hwclock --hctosys after booting corrects the system time.

I also noticed that systemd reports the following during boot:
Hwclock configred in localtime, applying delta of 120 minutes to system time

Thanks,

-- Mourad DC

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

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  initscripts2.88dsf-13.10 scripts for initializing and shutt
ii  libaudit0  1.7.13-1.2Dynamic library for security audit
ii  libc6  2.13-10   Embedded GNU C Library: Shared lib
ii  libcap21:2.21-1  support for getting/setting POSIX.
ii  libcryptsetup1 2:1.3.0-3 libcryptsetup shared library
ii  libdbus-1-31.5.4-2   simple interprocess messaging syst
ii  libpam0g   1.1.3-2   Pluggable Authentication Modules l
ii  libselinux12.0.98-1.1SELinux runtime shared libraries
ii  libudev0   171-2 libudev shared library
ii  libwrap0   7.6.q-21  Wietse Venema's TCP wrappers libra
ii  udev   171-2 /dev/ and hotplug management daemo
ii  util-linux 2.19.1-2  Miscellaneous system utilities

Versions of packages systemd recommends:
ii  libpam-systemd29-1   system and service manager - PAM m

Versions of packages systemd suggests:
ii  python2.6.6-14   interactive high-level object-orie
ii  systemd-gui   29-1   system and service manager - GUI

-- 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#632302: icedove: should depend on libgnomevfs2-0 (instead of suggests)

2011-07-01 Thread Mourad De Clerck
Package: icedove
Version: 3.1.11-1
Severity: normal

Hi,

It seems icedove depends on libgnomevfs2-0, and the package currently only
Suggests: it.

Removing this library, and trying to start up icedove results in the following
error:

/usr/lib/icedove/icedove-bin: symbol lookup error: 
/usr/lib/icedove/components/libmailcomps.so: undefined symbol: 
NS_CStringContainerInit

Thanks,

-- Mourad DC

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

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages icedove depends on:
ii  debianutils 4.0.2Miscellaneous utilities specific t
ii  fontconfig  2.8.0-3  generic font configuration library
ii  libasound2  1.0.23-4 shared library for ALSA applicatio
ii  libatk1.0-0 2.0.1-1  ATK accessibility toolkit
ii  libc6   2.13-8   Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.5.4-2  simple interprocess messaging syst
ii  libffi5 3.0.9-7  Foreign Function Interface library
ii  libfontconfig1  2.8.0-3  generic font configuration library
ii  libfreetype62.4.4-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.1-1GCC support library
ii  libgdk-pixbuf2.0-0  2.23.3-3.1   GDK Pixbuf library
ii  libglib2.0-02.28.6-2 GLib library of C routines
ii  libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.14-4 spell checker and morphological an
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.8-2  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.10-1Network Security Service libraries
ii  libpango1.0-0   1.28.4-1 Layout and rendering of internatio
ii  libpixman-1-0   0.21.8-1 pixel-manipulation library for X a
ii  libpng12-0  1.2.44-2 PNG library - runtime
ii  libsqlite3-03.7.7-2  SQLite 3 shared library
ii  libstartup-notification 0.12-1   library for program launch feedbac
ii  libstdc++6  4.6.1-1  GNU Standard C++ Library v3
ii  libx11-62:1.4.3-2X11 client-side library
ii  libxrender1 1:0.9.6-2X Rendering Extension client libra
ii  libxt6  1:1.1.1-2X11 toolkit intrinsics library
ii  psmisc  22.14-1  utilities that use the proc file s
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages icedove recommends:
ii  myspell-en-gb [myspell-dictio 1:3.3.0-3  English_british dictionary for mys
ii  myspell-fr [myspell-dictionar 1.4-26 French dictionary for myspell (Hyd
ii  myspell-nl [myspell-dictionar 1:2.0-2Dutch dictionary for Hunspell

Versions of packages icedove suggests:
ii  libdbus-glib-1-2 0.94-2  simple interprocess messaging syst
ii  libgconf2-4  2.32.4-1GNOME configuration database syste
ii  libgnomevfs2-0   1:2.24.4-1  GNOME Virtual File System (runtime
ii  libgssapi-krb5-2 1.9.1+dfsg-1+b1 MIT Kerberos runtime libraries - k
ii  libnotify1 [libnotify1-g 0.5.0-2 sends desktop notifications to a n
pn  ttf-lyx  none  (no description available)

-- 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#629536: totem: /usr/share/thumbnailers/totem.thumbnailer is missing

2011-06-07 Thread Mourad De Clerck
Package: totem
Version: 3.0.0-1+b1
Severity: normal
Tags: experimental

For video thumbnailing to work in Nautilus =3, a desktop-like file is needed
in /usr/share/thumbnailers/

I copied one from Fedora, and thumbnails started working again.

Here it is:

[Thumbnailer Entry]
TryExec=/usr/bin/totem-video-thumbnailer
Exec=/usr/bin/totem-video-thumbnailer -s %s %u %o
MimeType=application/mxf;application/ogg;application/ram;application/sdp;application/vnd.ms-wpl;application/vnd.rn-realmedia;application/x-extension-m4a;application/x-extension-mp4;application/x-flash-video;application/x-matroska;application/x-netshow-channel;application/x-ogg;application/x-quicktimeplayer;application/x-shorten;image/vnd.rn-realpix;image/x-pict;misc/ultravox;text/x-google-video-pointer;video/3gpp;video/dv;video/fli;video/flv;video/mp2t;video/mp4;video/mp4v-es;video/mpeg;video/msvideo;video/ogg;video/quicktime;video/vivo;video/vnd.divx;video/vnd.rn-realvideo;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-flv;video/x-m4v;video/x-matroska;video/x-mpeg;video/x-ms-asf;video/x-ms-asx;video/x-msvideo;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;video/x-totem-stream;audio/x-pn-realaudio;audio/3gpp;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/midi;audio/
 
mp2;audio/mp4;audio/mpeg;audio/ogg;audio/prs.sid;audio/vnd.rn-realaudio;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-gsm;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-realaudio;audio/x-real-audio;audio/x-sbc;audio/x-speex;audio/x-tta;audio/x-wav;audio/x-wavpack;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-xm;application/x-flac;


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

Kernel: Linux 2.6.39-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages totem depends on:
ii  gnome-icon-theme3.0.0-2  GNOME Desktop icon theme
ii  gnome-icon-theme-symbolic   3.0.0-1  GNOME Desktop icon theme (symbolic
ii  gstreamer0.10-alsa [gstream 0.10.34-1GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-bad [ 0.10.22-2GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base  0.10.34-1GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good  0.10.29-2GStreamer plugins from the good 
ii  gstreamer0.10-pulseaudio [g 0.10.29-2GStreamer plugin for PulseAudio
ii  gstreamer0.10-x 0.10.34-1GStreamer plugins for X11 and Pang
ii  libatk1.0-0 2.0.0-1  The ATK accessibility toolkit
ii  libc6   2.13-5   Embedded GNU C Library: Shared lib
ii  libcairo-gobject2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libcairo2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.5.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.94-2   simple interprocess messaging syst
ii  libffi5 3.0.9-4  Foreign Function Interface library
ii  libfontconfig1  2.8.0-2.2generic font configuration library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgdk-pixbuf2.0-0  2.23.3-3 GDK Pixbuf library
ii  libgirepository-1.0-1   0.10.8-1 Library for handling GObject intro
ii  libglib2.0-02.28.6-2 GLib library of C routines
ii  libgstreamer-plugins-base0. 0.10.34-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.34-1Core GStreamer libraries and eleme
ii  libgtk-3-0  3.0.10-1 GTK+ graphical user interface libr
ii  libice6 2:1.0.7-1X11 Inter-Client Exchange library
ii  libnautilus-extension1a 3.0.2-2  libraries for nautilus components 
ii  libpango1.0-0   1.28.3-6 Layout and rendering of internatio
ii  libpeas-1.0-0   1.0.0-2  Application plugin library
ii  libsm6  2:1.2.0-1X11 Session Management library
ii  libtotem-plparser17 2.32.5-2 Totem Playlist Parser library - ru
ii  libtotem0   3.0.0-1+b1   Main library for the Totem media p
ii  libx11-62:1.4.3-1X11 client-side library
ii  libxml2 2.7.8.dfsg-3 GNOME XML library
ii  libxrandr2  2:1.3.1-1X11 RandR extension library
ii  libxtst62:1.2.0-1X11 Testing -- Record extension li
ii  libxxf86vm1 1:1.1.1-1X11 XFree86 video mode extension l
ii  python  2.6.6-14 interactive high-level object-orie
ii  

Bug#627978: gedit: should depend on gir1.2-gtksource-3.0

2011-05-25 Thread Mourad De Clerck
Package: gedit
Version: 3.0.0-1
Severity: minor
Tags: experimental

When gir1.2-gtksource-3.0 is missing, gedit emits a bunch of warnings
when launched from a console. Installing makes it go away.

Warnings included:

** (gedit:11921): WARNING **: Could not load Gedit repository: Typelib file for 
namespace 'GtkSource', version '3.0' not found
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditAppActivatable'
(gedit:11921): libpeas-CRITICAL **: implement_interface_methods: assertion 
`iface_info != NULL' failed
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditWindowActivatable'
(gedit:11921): libpeas-CRITICAL **: implement_interface_methods: assertion 
`iface_info != NULL' failed
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditWindowActivatable'
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditViewActivatable'
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditWindowActivatable'
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditViewActivatable'
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditWindowActivatable'
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditWindowActivatable'
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditWindowActivatable'
(gedit:11921): libpeas-WARNING **: Type not found in introspection: 
'GeditWindowActivatable'

Thanks,

-- Mourad DC

-- Package-specific info:

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

Kernel: Linux 2.6.39-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gedit depends on:
ii  gedit-common 3.0.0-1 official text editor of the GNOME 
ii  gir1.2-glib-2.0  0.10.8-1Introspection data for GLib, GObje
ii  gir1.2-gtk-3.0   3.0.8-1 The GTK+ graphical user interface 
ii  gir1.2-peas-1.0  1.0.0-1 Application plugin library (intros
ii  iso-codes3.25.1-1ISO language, territory, currency,
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libc62.13-4  Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libenchant1c2a   1.6.0-2 a wrapper library for various spel
ii  libgdk-pixbuf2.0-0   2.23.3-3GDK Pixbuf library
ii  libgirepository-1.0-10.10.8-1Library for handling GObject intro
ii  libglib2.0-0 2.28.6-2GLib library of C routines
ii  libgtk-3-0   3.0.8-1 The GTK+ graphical user interface 
ii  libgtksourceview-3.0-0   3.0.2-1 shared libraries for the GTK+ synt
ii  libice6  2:1.0.7-1   X11 Inter-Client Exchange library
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libpeas-1.0-01.0.0-1 Application plugin library
ii  libsm6   2:1.2.0-1   X11 Session Management library
ii  libx11-6 2:1.4.3-1   X11 client-side library
ii  libxml2  2.7.8.dfsg-2+b1 GNOME XML library
ii  python   2.6.6-14interactive high-level object-orie
ii  python-gobject   2.28.4-1Python bindings for the GObject li
ii  python-support   1.0.13  automated rebuilding support for P

Versions of packages gedit recommends:
ii  python-gnome2 2.28.1-2   Python bindings for the GNOME desk
ii  yelp  3.0.1-1Help browser for GNOME
ii  zenity3.0.0-1Display graphical dialog boxes fro

gedit 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#627692: dolphin: Dolphin crash on directory browsing when using mouse scroll button

2011-05-23 Thread mourad
Package: dolphin
Version: 4:4.6.2-1
Severity: normal

Hi,

I recently migrate to experimental kde 4.6.2, It almost work well but I
encouter a boring problem with dolphin...

When I scroll with the scoll button, it crash with the following error :
/usr/bin/dolphin(14787) Soprano: org.freedesktop.DBus.Error.ServiceUnknown -
The name org.kde.nepomuk.services.nepomukstorage was not provided by any
..service files
/usr/bin/dolphin(14787) Soprano: Unsupported operation (2): Invalid model
/usr/bin/dolphin(14787) Soprano: Unsupported operation (2): Invalid model
/usr/bin/dolphin(14787) Soprano: Invalid iterator.
/usr/bin/dolphin(14787) Soprano: org.freedesktop.DBus.Error.ServiceUnknown -
The name org.kde.nepomuk.services.nepomukstorage was not provided by any
..service files
QObject: Cannot create children for a parent that is in a different thread.
(Parent is Soprano::Client::LocalSocketClient(0x17cbdc8), parent's thread is
QThread(0x159a2c0), current thread is KLoadFileMetaDataThread(0x1b73490)
/usr/bin/dolphin(14787) Soprano: QLocalSocket::connectToServer: Invalid
name
/usr/bin/dolphin(14787) Soprano: org.freedesktop.DBus.Error.ServiceUnknown -
The name org.kde.nepomuk.services.nepomukstorage was not provided by any
..service files
/usr/bin/dolphin(14787) Soprano: Unsupported operation (2): Invalid model
/usr/bin/dolphin(14787) Soprano: org.freedesktop.DBus.Error.ServiceUnknown -
The name org.kde.nepomuk.services.nepomukstorage was not provided by any
..service files
/usr/bin/dolphin(14787) Soprano: Unsupported operation (2): Invalid model
/usr/bin/dolphin(14787) Soprano: Unsupported operation (2): Invalid model
/usr/bin/dolphin(14787) Soprano: Invalid iterator.
dolphin: /build/buildd-
strigi_0.7.2-1+b1-amd64-Xu86fT/strigi-0.7.2/src/streamanalyzer/analysisresult.cpp :134 : Strigi::AnalysisResult::Private::Private(const
std::string, const char*, time_t, Strigi::AnalysisResult,
Strigi::AnalysisResult):  L'assertion « m_path.size() 
m_parent-p-m_path.size()+1 » a échoué.
KCrash: Application 'dolphin' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/mourad/.kde/socket-hammer-head/kdeinit4__0
QSocketNotifier: Invalid socket 13 and type 'Read', disabling...
QSocketNotifier: Invalid socket 5 and type 'Read', disabling...

It does not happen the first scroll, but after some scrolling (between 2 and 10
generally)...

Best regards

Mourad
dolphin: Fatal IO error: client killed



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

Kernel: Linux 2.6.39-1-amd64 (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 dolphin depends on:
ii  kdebase-runtime 4:4.6.2-1runtime components from the offici
ii  libc6   2.13-4   Embedded GNU C Library: Shared lib
ii  libkcmutils44:4.6.2-1utility classes for using KCM modu
ii  libkdecore5 4:4.6.2-1KDE Platform Core Library
ii  libkdeui5   4:4.6.2-1KDE Platform User Interface Librar
ii  libkfile4   4:4.6.2-1File Selection Dialog Library for 
ii  libkio5 4:4.6.2-1Network-enabled File Management Li
ii  libknewstuff3-4 4:4.6.2-1Get Hot New Stuff v3 Library for
ii  libkonq5abi14:4.6.2-1core libraries for Konqueror
ii  libkparts4  4:4.6.2-1Framework for the KDE Platform Gra
ii  libnepomuk4 4:4.6.2-1Nepomuk Meta Data Library
ii  libnepomukquery4a   4:4.6.2-1Nepomuk Query Library for the KDE 
ii  libnepomukutils44:4.6.2-1Nepomuk Utility Library
ii  libphonon4  4:4.6.0really4.5.0-3 multimedia framework from KDE - co
ii  libqt4-dbus 4:4.7.3-1Qt 4 D-Bus module
ii  libqtcore4  4:4.7.3-1Qt 4 core module
ii  libqtgui4   4:4.7.3-1Qt 4 GUI module
ii  libsoprano4 2.6.0+dfsg.1-3   libraries for the Soprano RDF fram
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.5.0-3 multimedia framework from KDE - me

Versions of packages dolphin recommends:
ii  kfind4:4.6.2-1   file search utility
ii  ruby 4.8 Transitional package for ruby1.8
ii  ruby1.8 [ruby]   1.8.7.334-4 Interpreter of object-oriented scr

Versions of packages dolphin suggests:
pn  kdesdk-dolphin-pluginsnone (no description available)

-- 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#627492: linux-image-2.6.39-1-amd64: please enable CONFIG_BACKLIGHT_APPLE

2011-05-21 Thread Mourad De Clerck
Package: linux-2.6
Version: 2.6.39-1
Severity: normal

The old backlight driver for backlight on MacBooks has been reworked and 
renamed.
mbp_nvidia_bl is now apple_bl. It would be useful to have this module built, so
apple users can have working backlight control.

Thanks,

-- Mourad DC

-- Package-specific info:
** Version:
Linux version 2.6.39-1-amd64 (Debian 2.6.39-1) (m...@debian.org) (gcc version 
4.4.5 (Debian 4.4.5-12) ) #1 SMP Thu May 19 14:30:28 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.39-1-amd64 root=/dev/mapper/root ro quiet splash 
reboot=pci snd_hda_intel.model=mbp55 hid_apple.fnmode=2 hid_apple.iso_layout=0 
init=/bin/systemd

** Not tainted

** Model information
sys_vendor: Apple Inc.
product_name: MacBookPro7,1
product_version: 1.0
chassis_vendor: Apple Inc.
chassis_version: Mac-F222BEC8
bios_vendor: Apple Inc.
bios_version:MBP71.88Z.0039.B0B.1006012305
board_vendor: Apple Inc.
board_name: Mac-F222BEC8
board_version: 

** Loaded modules:
Module  Size  Used by
rfcomm 32744  8 
bnep   17424  2 
parport_pc 22191  0 
ppdev  12725  0 
lp 17190  0 
parport31650  3 parport_pc,ppdev,lp
acpi_cpufreq   12849  1 
mperf  12411  1 acpi_cpufreq
cpufreq_conservative13147  0 
cpufreq_userspace  12576  0 
cpufreq_powersave  12454  0 
cpufreq_stats  12713  0 
fuse   61554  3 
nls_utf8   12456  1 
nls_cp437  16553  1 
vfat   17165  1 
fat45206  1 vfat
snd_hda_codec_hdmi 22174  3 
snd_hda_codec_cirrus17713  1 
nouveau   515747  3 
snd_hda_intel  25946  3 
snd_hda_codec  67865  3 
snd_hda_codec_hdmi,snd_hda_codec_cirrus,snd_hda_intel
ttm52224  1 nouveau
snd_hwdep  13148  1 snd_hda_codec
snd_pcm67276  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
uvcvideo   57386  0 
drm_kms_helper 26950  1 nouveau
snd_seq44678  0 
snd_timer  22658  2 snd_pcm,snd_seq
btusb  17417  2 
bluetooth 107224  23 rfcomm,bnep,btusb
bcm597412852  0 
videodev   66266  1 uvcvideo
drm   166500  5 nouveau,ttm,drm_kms_helper
media  18148  1 videodev
i2c_algo_bit   12834  1 nouveau
v4l2_compat_ioctl3216575  1 videodev
snd_seq_device 13155  1 snd_seq
i2c_core   23766  5 nouveau,drm_kms_helper,videodev,drm,i2c_algo_bit
joydev 17138  0 
shpchp 31221  0 
video  17553  1 nouveau
processor  27431  3 acpi_cpufreq
snd52324  15 
snd_hda_codec_hdmi,snd_hda_codec_cirrus,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
pci_hotplug26711  1 shpchp
applesmc   18558  0 
evdev  17475  16 
input_polldev  12906  1 applesmc
pcspkr 12579  0 
thermal_sys17939  2 video,processor
soundcore  13014  1 snd
snd_page_alloc 12969  2 snd_hda_intel,snd_pcm
ac 12624  0 
battery13109  0 
button 12895  1 nouveau
arc4   12458  2 
ecb12737  2 
b43   292641  0 
rng_core   12614  1 b43
mac80211  181270  1 b43
cfg80211  126244  2 b43,mac80211
rfkill 19014  4 bluetooth,cfg80211
sbs12827  0 
power_supply   13475  4 nouveau,ac,battery,sbs
sbshc  12756  1 sbs
coretemp   12784  0 
autofs427264  7 
ext4  317207  1 
mbcache12930  1 ext4
jbd2   65105  1 ext4
crc16  12343  2 bluetooth,ext4
sha256_generic 16797  4 
cryptd 14463  0 
aes_x86_64 16796  10 
aes_generic37122  1 aes_x86_64
cbc12747  4 
hid_apple  12626  0 
usbhid 39946  0 
hid72745  2 hid_apple,usbhid
dm_crypt   22257  2 
dm_mod 62468  5 dm_crypt
usb_storage43639  0 
uas13151  0 
sg 25769  0 
sd_mod 35644  4 
sr_mod 21824  0 
cdrom  35134  1 sr_mod
crc_t10dif 12348  1 sd_mod
ata_generic12479  3 
ohci_hcd   26362  0 
ahci   25089  0 
libahci22616  1 ahci
ssb44050  1 b43
ehci_hcd   39487  0 
libata151572  3 ata_generic,ahci,libahci
tg3   109263  0 
mmc_core   58824  2 b43,ssb
firewire_ohci  35027  0 
scsi_mod  161557  6 usb_storage,uas,sg,sd_mod,sr_mod

Bug#626068: iceweasel: Why only vintage Iceweasel are available in testing ?

2011-05-08 Thread mourad
Package: iceweasel
Version: 4.0.1-2
Severity: wishlist

Hi,

This is a long standing and recurring question !

I'm using iceweasel for years and when the version 3.6 appears in experimental,
I had migrate to it without problem...
For the 4.0 it is the same, I'm using it since it is available in experimental,
without any major issue !

It is my main web browser, using it more or less 8 hours a day with lot of web
tabs... on any kind of web sites (with or without flash, with o without lot's
of javascripts, well done with standard care or experimental one's)...

So why it is not migrating to sid and testing to have bigger tester number and
to be more wildly available ?

Is there any technical/ethical/political reason of that ?

Thanks to read this !

Best regards

Mourad



-- Package-specific info:

-- Plugins information
Name: Adobe Reader 9.4
Location: /usr/lib/nspluginwrapper/plugins/npwrapper.nppdf.so
Status: enabled

Name: Google Talk Plugin
Location: /opt/google/talkplugin/libnpgoogletalk64.so
Package: google-talkplugin
Status: enabled

Name: Google Talk Plugin Video Accelerator
Location: /opt/google/talkplugin/libnpgtpo3dautoplugin.so
Package: google-talkplugin
Status: enabled

Name: Java(TM) Plug-in 1.6.0_25
Location: /usr/lib/jvm/java-6-sun-1.6.0.25/jre/lib/amd64/libnpjp2.so
Package: sun-java6-bin
Status: enabled

Name: MozPlugger 1.14.3 handles QuickTime and Windows Media Player Plugin 
(1.14.3)
Location: /usr/lib/mozilla/plugins/mozplugger.so
Package: mozplugger
Status: enabled

Name: OpenOffice.org Plug-in
Location: /usr/lib/libreoffice/program/libnpsoplugin.so
Package: mozilla-libreoffice
Status: enabled

Name: Picasa
Location: /opt/google/picasa/3.0/lib/npPicasa3.so
Package: picasa
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: VLC Multimedia Plug-in
Location: /usr/lib/mozilla/plugins/libvlcplugin.so
Package: mozilla-plugin-vlc
Status: enabled


-- Addons package information
ii  google-talkplu 2.0.6.0-1  Google Talk Plugin
ii  mozilla-libreo 1:3.3.2-4  office productivity suite -- Mozilla plugin
ii  mozilla-plugin 1.1.9-1multimedia plugin for web browsers based on 
ii  mozplugger 1.14.3-2   Plugin allowing external viewers to be launc
ii  picasa 3.0.5744-02Image management application from Google
ii  sun-java6-bin  6.25-1 Sun Java(TM) Runtime Environment (JRE) 6 (ar

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

Kernel: Linux 2.6.38-2-amd64 (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 iceweasel depends on:
ii  debianutils   3.4.4  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.2  generic font configuration library
ii  libc6 2.13-2 Embedded GNU C Library: Shared lib
ii  libgdk-pixbuf2.0-02.23.3-3   GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.7-2NetScape Portable Runtime Library
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3
ii  procps1:3.2.8-10 /proc file system utilities
ii  xulrunner-2.0 2.0.1-2XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-2   1.9+dfsg-1+b1 MIT Kerberos runtime libraries - k
ii  mozplugger 1.14.3-2  Plugin allowing external viewers t
ii  ttf-lyx2.0.0~rc3-2   TrueType versions of some TeX font
pn  ttf-mathematica4.1 none(no description available)
ii  xfonts-mathml  4 Type1 Symbol font for MathML
pn  xprint none(no description available)

Versions of packages xulrunner-2.0 depends on:
ii  libasound2   1.0.23-3shared library for ALSA applicatio
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libbz2-1.0   1.0.5-6 high-quality block-sorting file co
ii  libc62.13-2  Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.4.8-3 simple interprocess messaging syst
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-2   GCC support library
ii  libgdk-pixbuf2.0 2.23.3-3GDK Pixbuf

Bug#623046: closed by Sebastian Dröge sl...@debian.org (Bug#623046: fixed in orc 1:0.4.13-1)

2011-04-19 Thread Mourad De Clerck
reopen #623046
thanks

  orc (1:0.4.13-1) unstable; urgency=low
  .
* New upstream release:
  + Fixes issues with Altivec and SSE (Closes: #623046).

Nope, that wasn't it.

The bug is still there with the latest version.

-- M



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



Bug#623046: liborc-0.4-0: breaks video in totem/gstreamer

2011-04-18 Thread Mourad De Clerck
On 18/04/11 09:01, Sebastian Dröge wrote:
 does this happen for every video? What's the content of /proc/cpuinfo ?

/proc/cpuinfo at the end.

It happens for all videos, however I noticed that if they are scaled 1:1
(100%) the artefacts disappear and the video is perfect. If I try even
slightly smaller or bigger (or full screen) it becomes wonky again.

 Could you run
 
 gst-launch-0.10 -v playbin2 uri=file:///path/to/file
 
 Does this happen there too? If it does, please attach the complete
 output here

No it doesn't happen there. Scaling seems different with gst-launch
though, since it isn't proportional.

/proc/cpuinfo:
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Core(TM)2 Duo CPU E8400  @ 3.00GHz
stepping: 6
cpu MHz : 2999.835
cache size  : 6144 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm
constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64
monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm dts
tpr_shadow vnmi flexpriority
bogomips: 5999.67
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Core(TM)2 Duo CPU E8400  @ 3.00GHz
stepping: 6
cpu MHz : 2999.835
cache size  : 6144 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
apicid  : 1
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm
constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64
monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm dts
tpr_shadow vnmi flexpriority
bogomips: 5999.64
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

xvinfo (just in case):
X-Video Extension version 2.2
screen #0
  Adaptor #0: Radeon Textured Video
number of ports: 16
port base: 63
operations supported: PutImage
supported visuals:
  depth 24, visualID 0x21
number of attributes: 7
  XV_VSYNC (range 0 to 1)
  client settable attribute
  client gettable attribute (current value is 1)
  XV_BRIGHTNESS (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  XV_CONTRAST (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  XV_SATURATION (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  XV_HUE (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  XV_COLORSPACE (range 0 to 1)
  client settable attribute
  client gettable attribute (current value is 0)
  XV_CRTC (range -1 to 1)
  client settable attribute
  client gettable attribute (current value is -1)
maximum XvImage size: 8192 x 8192
Number of image formats: 4
  id: 0x32595559 (YUY2)
guid: 59555932--0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
  id: 0x32315659 (YV12)
guid: 59563132--0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
  id: 0x30323449 (I420)
guid: 49343230--0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
  id: 0x59565955 (UYVY)
guid: 55595659--0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)



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



Bug#623046: liborc-0.4-0: breaks video in totem/gstreamer

2011-04-16 Thread Mourad De Clerck
Package: liborc-0.4-0
Version: 1:0.4.12-1
Severity: important

Hello.

The latest liborc (1:0.4.12-1) distorts the video in gstreamer (totem).
All I see are horizontal lines, as if only the Y-axis was working.

Downgrading to 1:0.4.11-2 fixed the problem.

Thanks,

-- Mourad DC

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

Kernel: Linux 2.6.38-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages liborc-0.4-0 depends on:
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib

liborc-0.4-0 recommends no packages.

liborc-0.4-0 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#620217: tortoisehg crash on load since version 2.0.2

2011-03-31 Thread mourad
Package: tortoisehg
Version: 2.0.2-1
Severity: normal
Tags: upstream

Hi,

tortoisehg cash at the load, I have that trace :
{{{
#!python
** Mercurial version (1.8.1).  TortoiseHg version (2.0.2)
** Command:
** CWD: /home/mourad
** Extensions loaded:
** Python version: 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5]
** Qt-4.7.2 PyQt-4.8.3
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/run.py, line 469, in
__call__
dlg = dlgfunc(ui, *args, **opts)
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/workbench.py, line 713,
in run
w = Workbench()
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/workbench.py, line 44, in
__init__
self.log = LogDockWidget(self)
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/docklog.py, line 27, in
__init__
self.logte = cmdui.ConsoleWidget()
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/cmdui.py, line 491, in
__init__
self._initlogwidget()
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/cmdui.py, line 497, in
_initlogwidget
self._logwidget = _LogWidgetForConsole(self)
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/cmdui.py, line 378, in
__init__
super(_LogWidgetForConsole, self).__init__(parent)
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/cmdui.py, line 325, in
__init__
super(LogWidget, self).__init__(parent)
TypeError: QsciScintilla(QWidget parent=None): argument 1 has unexpected type
'ConsoleWidget'

}}}

Is there any solution to workaround that ?

Regards



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

Kernel: Linux 2.6.38-2-amd64 (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 tortoisehg depends on:
ii  mercurial 1.8.1-3scalable distributed version contr
ii  python2.6.6-3+squeeze6   interactive high-level object-orie
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-qscintilla22.4.3-1+b1 Python bindings for QScintilla 2
ii  python-qt44.8.3-2Python bindings for Qt4
ii  python-support1.0.11 automated rebuilding support for P

Versions of packages tortoisehg recommends:
ii  libjs-jquery  1.5.1-1JavaScript library for dynamic web
ii  python-iniparse   0.3.2-1Module to access and modify config
ii  python-pygments   1.4+dfsg-1 syntax highlighting package writte

Versions of packages tortoisehg suggests:
pn  tortoisehg-nautilus   none (no description available)

-- 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#620010: oracle-java7: Developper preview available !

2011-03-29 Thread mourad
Package: oracle-java7
Version: wnpp
Severity: wishlist

Developper preview is available here : http://download.java.net/jdk7/

It is an RC quality java 7, near the final one !

Could you considere to package it and make it available in experimental repo ?

Thanks for taking care about that issue !

Best Regards

Mourad



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

Kernel: Linux 2.6.38-1-amd64 (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



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



Bug#619103: tortoisehg: tortoiseHg could not load du to python problem

2011-03-21 Thread mourad
Package: tortoisehg
Version: 2.0.2-1
Severity: grave
Justification: renders package unusable

Hi,

I juste upgrade tortoiseHg and it doesn't work any more !
It fire the following error on start :
{{{
#!python
** Mercurial version (1.8.1).  TortoiseHg version (2.0.2)
** Command:
** CWD: /home/mourad
** Extensions loaded:
** Python version: 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5]
** Qt-4.7.2 PyQt-4.8.3
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/run.py, line 469, in
__call__
dlg = dlgfunc(ui, *args, **opts)
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/workbench.py, line 713,
in run
w = Workbench()
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/workbench.py, line 44, in
__init__
self.log = LogDockWidget(self)
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/docklog.py, line 27, in
__init__
self.logte = cmdui.ConsoleWidget()
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/cmdui.py, line 491, in
__init__
self._initlogwidget()
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/cmdui.py, line 497, in
_initlogwidget
self._logwidget = _LogWidgetForConsole(self)
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/cmdui.py, line 378, in
__init__
super(_LogWidgetForConsole, self).__init__(parent)
  File /usr/lib/pymodules/python2.6/tortoisehg/hgqt/cmdui.py, line 325, in
__init__
super(LogWidget, self).__init__(parent)
TypeError: QsciScintilla(QWidget parent=None): argument 1 has unexpected type
'ConsoleWidget'

}}}

I haven't found yet a workaround to that trouble...

Regards

Mourad



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

Kernel: Linux 2.6.38-1-amd64 (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 tortoisehg depends on:
ii  mercurial 1.8.1-1scalable distributed version contr
ii  python2.6.6-3+squeeze6   interactive high-level object-orie
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-qscintilla22.4.3-1+b1 Python bindings for QScintilla 2
ii  python-qt44.8.3-2Python bindings for Qt4
ii  python-support1.0.11 automated rebuilding support for P

Versions of packages tortoisehg recommends:
ii  libjs-jquery  1.5.1-1JavaScript library for dynamic web
ii  python-iniparse   0.3.2-1Module to access and modify config
ii  python-pygments   1.4+dfsg-1 syntax highlighting package writte

Versions of packages tortoisehg suggests:
pn  tortoisehg-nautilus   none (no description available)

-- 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#619070: linux-image-2.6.38-1-amd64: Please enable CONFIG_B43_PHY_N (no longer BROKEN)

2011-03-20 Thread Mourad De Clerck
Package: linux-2.6
Version: 2.6.38-1
Severity: wishlist

Hello,

now that 2.6.38 is out, it would be nice to enable the CONFIG_B43_PHY_N option
which is no longer marked as BROKEN. This will allow people like me with a
Broadcom BCM4322 (14e4:4322 and 14e4:432b) to use the in-kernel b43 driver
instead of the proprietary wl driver.

I tested it and it works very well, with two caveats:
 - the rate seems to be limited to 11M at present
 - I had to patch b43-fwcutter to be able to extract the necessary firmware

Nevertheless, it seems to work better in a lot of ways, so it would be nice to
have the option.

Thanks,

-- Mourad DC

-- Package-specific info:
** Kernel log: boot messages should be attached
Mar 20 05:47:33 kernel: [ 1431.121689] b43-phy2: Broadcom 4322 WLAN found (core 
revision 16)
Mar 20 05:47:33 kernel: [ 1431.191148] Registered led device: b43-phy2::tx
Mar 20 05:47:33 kernel: [ 1431.193662] Registered led device: b43-phy2::rx
Mar 20 05:47:33 kernel: [ 1431.193752] Registered led device: b43-phy2::radio
Mar 20 05:47:33 kernel: [ 1431.436202] b43-phy2: Loading firmware version 
508.1084 (2009-01-14 01:32:01)

** Model information
sys_vendor: Apple Inc.
product_name: MacBookPro7,1
product_version: 1.0
chassis_vendor: Apple Inc.
chassis_version: Mac-F222BEC8
bios_vendor: Apple Inc.
bios_version:MBP71.88Z.0039.B0B.1006012305
board_vendor: Apple Inc.
board_name: Mac-F222BEC8
board_version: 

** PCI devices:
00:00.0 Host bridge [0600]: nVidia Corporation MCP89 HOST Bridge [10de:0d60] 
(rev a1)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

00:00.1 RAM memory [0500]: nVidia Corporation MCP89 Memory Controller 
[10de:0d68] (rev a1)
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

00:01.0 RAM memory [0500]: nVidia Corporation Device [10de:0d6d] (rev a1)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:01.1 RAM memory [0500]: nVidia Corporation Device [10de:0d6e] (rev a1)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:01.2 RAM memory [0500]: nVidia Corporation Device [10de:0d6f] (rev a1)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:01.3 RAM memory [0500]: nVidia Corporation Device [10de:0d70] (rev a1)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:02.0 RAM memory [0500]: nVidia Corporation Device [10de:0d71] (rev a1)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:02.1 RAM memory [0500]: nVidia Corporation Device [10de:0d72] (rev a1)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:03.0 ISA bridge [0601]: nVidia Corporation MCP89 LPC Bridge [10de:0d80] (rev 
a2)
Subsystem: Apple Computer Inc. Device [106b:cb89]
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Region 0: I/O ports at 2100 [size=256]

00:03.1 RAM memory [0500]: nVidia Corporation MCP89 Memory Controller 
[10de:0d7b] (rev a1)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:03.2 SMBus [0c05]: nVidia Corporation MCP89 SMBus [10de:0d79] (rev a1)
Subsystem: nVidia Corporation Device [10de:cb89]
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Interrupt: pin A routed to IRQ 15
Region 0: I/O ports at 2000

Bug#618761: knm-runtime: knm could not enable wireless link after antena kill switch off-on cycle

2011-03-18 Thread mourad
Package: knm-runtime
Version: 0.1~svn1175124-1
Severity: important

Hi,

I'm experimenting a problem since version 0.8.2 of the network-manager...
Every time I'm using the wireless switch button (off - on cycle), knm doesn't
detect wireless any more (the Enable Wireless checkbox is disabled) !

to reproduce :
- use wireless network,
- switch the kill switch off,
- switch back it on,
- try to check Enable Wireless checkbox and reconnect to wireless network...

I found a quirk workaround :
- before switch of antena, uncheck the Enable Wireless checkbox,
and the wireless can be re-enabled after an on-off cycle !

It seem to be solved with knm bring with kubuntu 10.10 (kde 4.5), I didn't
manage to reproduce that defect...

Regards



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

Kernel: Linux 2.6.37-2-amd64 (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 knm-runtime depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.5.2-4  GCC support library
ii  libkdecore5   4:4.4.5-3  the KDE Platform Core Library
ii  libkdeui5 4:4.4.5-3  the KDE Platform User Interface Li
ii  libkio5   4:4.4.5-3  the Network-enabled File Managemen
ii  libkutils44:4.4.5-3  various utility classes for the KD
ii  libqt4-dbus   4:4.7.2-1  Qt 4 D-Bus module
ii  libqt4-network4:4.7.2-1  Qt 4 network module
ii  libqt4-svg4:4.7.2-1  Qt 4 SVG module
ii  libqt4-xml4:4.7.2-1  Qt 4 XML module
ii  libqtcore44:4.7.2-1  Qt 4 core module
ii  libqtgui4 4:4.7.2-1  Qt 4 GUI module
ii  libsolid4 4:4.4.5-3  Solid Library for KDE Platform
ii  libsolidcontrol4  4:4.4.5-8  library for Solid based network ma
ii  libstdc++64.6-20110123-1 The GNU Standard C++ Library v3
ii  network-manager   0.8.2-6network management framework daemo

Versions of packages knm-runtime recommends:
ii  kwalletmanager4:4.4.5-1  secure password wallet manager
ii  network-manager-openvpn   0.8.2-3network management framework (Open
ii  network-manager-pptp  0.8.2-3network management framework (PPTP
ii  network-manager-vpnc  0.8.2-3network management framework (VPNC

knm-runtime 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#618862: systemd: ignores keyscript in crypttab

2011-03-18 Thread Mourad De Clerck
Package: systemd
Version: 19-1
Severity: normal

Hi,

my root and swap partition are encrypted with cryptsetup; root uses a custom
keyscript and swap uses the cryptsetup-provided decrypt_derived keyscript.
systemd seems to be unable to work with keyscripts at all, and requires
password input for every volume that wasn't activated already. Luckily, my
root FS is activated by the initramfs.

I don't want to have to type in a password for every encrypted volume: on
some of my machines this would mean having to type five or more passwords on
boot.

Is there any way of using keyscripts or some equivalent with systemd?


FYI, some (abbreviated) info on my machine.


/etc/fstab:

/dev/mapper/root  / ext3  relatime,user_xattr,errors=remount-ro 0   1
/dev/sda1 /boot ext3  noatime   0   2
/dev/mapper/swap  none  swap  sw0   0


/etc/crypttab:

rootUUID=...  /dev/...  
luks,keyscript=/usr/local/lib/cryptsetup/scripts/decrypt_dev
swapUUID=...  root  
luks,keyscript=/lib/cryptsetup/scripts/decrypt_derived


/var/log/syslog:

systemd-initctl[10973]: Received environment initctl request. This is not 
implemented in systemd.
systemd-fsck[452]: root: clean, 444366/13107200 files, 47184313/52427870 blocks
systemd-cryptsetup[735]: Encountered unknown /etc/crypttab option 
'keyscript=/usr/local/lib/cryptsetup/scripts/decrypt_dev', ignoring.
systemd-cryptsetup[735]: Volume root already active.
systemd-cryptsetup[781]: Password file path root is not absolute. Ignoring.
systemd-cryptsetup[781]: Encountered unknown /etc/crypttab option 
'keyscript=/lib/cryptsetup/scripts/decrypt_derived', ignoring.
systemd-fsck[738]: /dev/sda1: clean, 255/65952 files, 57208/263056 blocks
systemd-cryptsetup[781]: Invalid packet
systemd-cryptsetup[781]: Timed out
systemd-cryptsetup[781]: Failed to query password: Timer expired
systemd-cryptsetup[1102]: Password file path root is not absolute. Ignoring.
systemd-cryptsetup[1102]: Encountered unknown /etc/crypttab option 
'keyscript=/lib/cryptsetup/scripts/decrypt_derived', ignoring.
systemd-cryptsetup[1102]: Timed out
systemd-cryptsetup[1102]: Failed to query password: Timer expired
systemd-cryptsetup[1399]: Password file path root is not absolute. Ignoring.
systemd-cryptsetup[1399]: Encountered unknown /etc/crypttab option 
'keyscript=/lib/cryptsetup/scripts/decrypt_derived', ignoring.
systemd-cryptsetup[1399]: Timed out
systemd-cryptsetup[1399]: Failed to query password: Timer expired



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

Kernel: Linux 2.6.38-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  libaudit01.7.13-1+b2 Dynamic library for security audit
ii  libc62.11.2-13   Embedded GNU C Library: Shared lib
ii  libcap2  1:2.20-1support for getting/setting POSIX.
ii  libcryptsetup1   2:1.2.0-2   libcryptsetup shared library
ii  libdbus-1-3  1.4.6-1 simple interprocess messaging syst
ii  libpam0g 1.1.2-2 Pluggable Authentication Modules l
ii  libselinux1  2.0.96-1SELinux runtime shared libraries
ii  libudev0 166-1   libudev shared library
ii  util-linux   2.17.2-9.1  Miscellaneous system utilities

Versions of packages systemd recommends:
ii  libpam-systemd19-1   system and service manager - PAM m

Versions of packages systemd suggests:
ii  systemd-gui   19-1   system and service manager - GUI

-- 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#618548: ricoh-kernel: Drivers for recent ricoh card readers (SD/MMC/MS)

2011-03-16 Thread mourad
Package: ricoh-kernel
Version: WNPP
Severity: wishlist

Hi,

The ricoh-kernel (r5c822/832 card reader) project is not a part of the trunk
kernel tree and it would be interesting to have it as ready to build package
(with dkms, for example).

It can help for laptop card reader compatibility particularly for memory stick
support !

Sources are available here : http://gitorious.org/ricoh-kernel

Could your consider to study packaging and integration of that driver ?

Best regards

Mourad



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

Kernel: Linux 2.6.37-2-amd64 (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



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



Bug#618443: gtk2-engines-oxygen: Eclipse make X crash with that theme

2011-03-15 Thread mourad
Package: gtk2-engines-oxygen
Version: 1.0.3-1
Severity: grave
Justification: causes non-serious data loss

Hi,

I've got a big problem with that theme !
it works well most of the time, but with eclipse Helios (3.6 r2), X server
crash !

To reproduce :
Install a stock version (for me in 64bits) from http://www.eclipse.org
Apply oxygen theme,
launch eclipse (accept the defaul workspace),
click right in project view and try to access to a sub menu...
The X server would restart killing you session !

Here a part of Xorg log :
Backtrace:
0: /usr/bin/X (xorg_backtrace+0x28) [0x45d148]
1: /usr/bin/X (0x40+0x64f39) [0x464f39]
2: /lib/libpthread.so.0 (0x7faaf3dbb000+0xef60) [0x7faaf3dc9f60]
3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7faaee2ac000+0x32b3c8)
[0x7faaee5d73c8]
4: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7faaee2ac000+0x31e320)
[0x7faaee5ca320]
5: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7faaee2ac000+0x322498)
[0x7faaee5ce498]
6: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7faaee2ac000+0x32329a)
[0x7faaee5cf29a]
7: /usr/bin/X (0x40+0xabe80) [0x4abe80]
8: /usr/bin/X (0x40+0xa55ae) [0x4a55ae]
9: /usr/bin/X (0x40+0x333d4) [0x4333d4]
10: /usr/bin/X (0x40+0x25c35) [0x425c35]
11: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7faaf28a5c4d]
12: /usr/bin/X (0x40+0x257e9) [0x4257e9]
Segmentation fault at address 0x2

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting


Please consult the The X.Org Foundation support
 at http://wiki.x.org
 for help.
Please also check the log file at /var/log/Xorg.0.log for additional
information.

I can reproduce every times...

Regards

Mourad



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

Kernel: Linux 2.6.37-2-amd64 (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 gtk2-engines-oxygen depends on:
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-4   The Cairo 2D vector graphics libra
ii  libgcc1   1:4.5.2-4  GCC support library
ii  libglib2.0-0  2.28.1-1+b1The GLib library of C routines
ii  libgtk2.0-0   2.24.1-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-4   Layout and rendering of internatio
ii  libstdc++64.6-20110123-1 The GNU Standard C++ Library v3
ii  libx11-6  2:1.4.1-5  X11 client-side library

gtk2-engines-oxygen recommends no packages.

Versions of packages gtk2-engines-oxygen suggests:
ii  kde-config-gtk-style 1:1.1+svn5-4+b1 KDE configuration module for GTK+ 

-- 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#618348: iceweasel: problem with about:sync-tabs since RC1

2011-03-14 Thread mourad
Package: iceweasel
Version: 4.0~rc1-1
Severity: important

Hi !

I just migrate to iceweasel 4.0 rc1 (I was using beta12) and the feature to see
tabs (about:sync-tabs) from other computer with sync doesn't work any more in
french !...

If I remove iceweasel-l10n-fr, it works, but with french language pack it
doesn't work !
I have that message :
Erreur d'analyse XML : entité non définie
Emplacement : about:sync-tabs
Numéro de ligne 7, Colonne 1 :window id=tabs-display
^

In safe mode, it works because language are disabled...

I haven't found any workaround yet !

Regards

Mourad



-- Package-specific info:

-- Plugins information
Name: Adobe Reader 9.4
Location: /usr/lib/nspluginwrapper/plugins/npwrapper.nppdf.so
Status: enabled

Name: Google Talk Plugin
Location: /opt/google/talkplugin/libnpgoogletalk64.so
Package: google-talkplugin
Status: enabled

Name: Google Talk Plugin Video Accelerator
Location: /opt/google/talkplugin/libnpgtpo3dautoplugin.so
Package: google-talkplugin
Status: enabled

Name: Java(TM) Plug-in 1.6.0_24
Location: /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/amd64/libnpjp2.so
Package: sun-java6-bin
Status: enabled

Name: OpenOffice.org Plug-in
Location: /usr/lib/libreoffice/program/libnpsoplugin.so
Package: mozilla-libreoffice
Status: enabled

Name: Picasa
Location: /opt/google/picasa/3.0/lib/npPicasa3.so
Package: picasa
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: VLC Multimedia Plug-in
Location: /usr/lib/mozilla/plugins/libvlcplugin.so
Package: mozilla-plugin-vlc
Status: enabled


-- Addons package information
ii  google-talkplu 1.8.0.0-1  Google Talk Plugin
ii  mozilla-libreo 1:3.3.1-1  office productivity suite -- Mozilla plugin
ii  mozilla-plugin 1.1.7-3multimedia plugin for web browsers based on 
ii  picasa 3.0.5744-02Image management application from Google
ii  sun-java6-bin  6.24-1 Sun Java(TM) Runtime Environment (JRE) 6 (ar

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

Kernel: Linux 2.6.37-2-amd64 (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 iceweasel depends on:
ii  debianutils   3.4.4  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.28.1-1+b1The GLib library of C routines
ii  libgtk2.0-0   2.24.1-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.7-2NetScape Portable Runtime Library
ii  libstdc++64.6-20110123-1 The GNU Standard C++ Library v3
ii  procps1:3.2.8-10 /proc file system utilities
ii  xulrunner-2.0 2.0~rc1-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
pn  mozplugger  none   (no description available)
ii  ttf-lyx 2.0.0~rc1-1  TrueType versions of some TeX font
pn  ttf-mathematica4.1  none   (no description available)
ii  xfonts-mathml   4Type1 Symbol font for MathML
pn  xprint  none   (no description available)

Versions of packages xulrunner-2.0 depends on:
ii  libasound2   1.0.23-2.1  shared library for ALSA applicatio
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libbz2-1.0   1.0.5-6 high-quality block-sorting file co
ii  libc62.11.2-13   Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-4The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.4.6-1 simple interprocess messaging syst
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.5.2-4   GCC support library
ii  libglib2.0-0 2.28.1-1+b1 The GLib library of C routines
ii  libgtk2.0-0  2.24.1-1The GTK+ graphical user interface 
ii  libhunspell-1.2-01.3.1-1 spell checker and morphological an
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libmozjs4d   2.0~rc1-1   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d  4.8.7-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9-2Network Security Service libraries
ii  libpango1.0-0

Bug#610912: wpasupplicant: Very old version in debian

2011-01-23 Thread mourad
Package: wpasupplicant
Version: 0.6.10-2.1
Severity: wishlist

Hi,

wpasupplicant is a very old version, the current stable version is 0.7.x
branch...

It improve usability of roaming wifi.

Please could you considere package it ?

Regards



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

Kernel: Linux 2.6.37-trunk-amd64 (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 wpasupplicant depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  libc6 2.11.2-8   Embedded GNU C Library: Shared lib
ii  libdbus-1-3   1.4.1-1simple interprocess messaging syst
ii  libnl11.1-6  library for dealing with netlink s
ii  libpcsclite1  1.5.5-3Middleware to access a smart card 
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libssl0.9.8   0.9.8o-4   SSL shared libraries
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip

wpasupplicant recommends no packages.

Versions of packages wpasupplicant suggests:
pn  libengine-pkcs11-openssl  none (no description available)
pn  wpaguinone (no description available)

-- 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#458016: Big trouble to connect to wep networks

2011-01-19 Thread mourad
Package: network-manager-kde
Version: 1:0.9~svn1175124-1
Severity: normal

Hi,

I think it is a linked problem or a network-manager problem !

I can connect without noticeable problems to unencrypted, WPA wifi, but I can't
connect to wep enabled wifi networks...

that's happened every times, with my android phone I can connect and use the
wifi, but with my linux box, it could not connect...

I upgrade network-manager to experimental version (0.8.2-3) and it doesn't
change this behaviour...

Regards



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

Kernel: Linux 2.6.37-trunk-amd64 (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 network-manager-kde depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  knm-runtime 0.1~svn1175124-1 KDE NetworkManagement infrastructu
ii  libc6   2.11.2-8 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-10   GCC support library
ii  libkdecore5 4:4.4.5-2the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-2the KDE Platform User Interface Li
ii  libqt4-dbus 4:4.7.1-2Qt 4 D-Bus module
ii  libqt4-network  4:4.7.1-2Qt 4 network module
ii  libqt4-svg  4:4.7.1-2Qt 4 SVG module
ii  libqtcore4  4:4.7.1-2Qt 4 core module
ii  libqtgui4   4:4.7.1-2Qt 4 GUI module
ii  libsolid4   4:4.4.5-2Solid Library for KDE Platform
ii  libsolidcontrol44:4.4.5-7library for Solid based network ma
ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3

network-manager-kde recommends no packages.

network-manager-kde 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#610401: dolphin: Impossible to rename/open files/directory with bad encoded special characters

2011-01-18 Thread mourad
Package: dolphin
Version: 4:4.4.5-2
Severity: important

Hi,

That happen every times with some bad encoding characters in to name of file or
directory...

My system encoding is in UTF8

For exemple, I received a zip file created on an other system containing some
filename in iso8859-15 (or ms windows encoding), ark show them badly, but
manage to extract them with there bad characters (it show ? in place of special
chars).

After that, i can't open that file or rename it, it tell me file not found !...

As temporary workaround, I'm using 'mv' command to rename manually the file and
it does the job !

It is not a regression, that behavior had always happened since I migrate to
KDE4 (since 4.2 debian version)...

Regards


C. Mourad



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

Kernel: Linux 2.6.37-trunk-amd64 (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 dolphin depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-8 Embedded GNU C Library: Shared lib
ii  libkdecore5 4:4.4.5-2the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-2the KDE Platform User Interface Li
ii  libkfile4   4:4.4.5-2the File Selection Dialog Library 
ii  libkio5 4:4.4.5-2the Network-enabled File Managemen
ii  libknewstuff3-4 4:4.4.5-2the Get Hot New Stuff v3 Library
ii  libkonq54:4.4.5-2core libraries for Konqueror
ii  libkparts4  4:4.4.5-2the Framework for the KDE Platform
ii  libkutils4  4:4.4.5-2various utility classes for the KD
ii  libnepomuk4 4:4.4.5-2the Nepomuk Meta Data Library
ii  libnepomukquery4a   4:4.4.5-2the Nepomuk Query Library for the 
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libqt4-dbus 4:4.7.1-2Qt 4 D-Bus module
ii  libqtcore4  4:4.7.1-2Qt 4 core module
ii  libqtgui4   4:4.7.1-2Qt 4 GUI module
ii  libsoprano4 2.5.0+dfsg.1-1   libraries for the Soprano RDF fram
ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime

Versions of packages dolphin recommends:
ii  kfind 4:4.4.5-2  file search utility
ii  ruby  4.5An interpreter of object-oriented 

dolphin 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#599878: Bluedevil crash every times when trying to send file for any bluetooth device

2011-01-18 Thread mourad
Package: bluedevil
Version: 1.0~rc3-2
Severity: normal

Hi,

I have the same pb, this applet is very unstable, it crash on every file
transfert...

It is also very difficult to browse a device, it doesn't crash but nothing
happened !

I don't know how to trace this problems if you could tell me how to proceed, I
will try to help to solve this issues.

Regards

C. Mourad Jaber



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

Kernel: Linux 2.6.37-trunk-amd64 (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 bluedevil depends on:
ii  bluez 4.84-1 Bluetooth tools and daemons
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libbluedevil1 1.7+dfsg-1 A Qt wrapper for bluez
ii  libc6 2.11.2-8   Embedded GNU C Library: Shared lib
ii  libkdecore5   4:4.4.5-2  the KDE Platform Core Library
ii  libkdeui5 4:4.4.5-2  the KDE Platform User Interface Li
ii  libkfile4 4:4.4.5-2  the File Selection Dialog Library 
ii  libkio5   4:4.4.5-2  the Network-enabled File Managemen
ii  libqt4-dbus   4:4.7.1-2  Qt 4 D-Bus module
ii  libqtcore44:4.7.1-2  Qt 4 core module
ii  libqtgui4 4:4.7.1-2  Qt 4 GUI module
ii  libstdc++64.4.5-10   The GNU Standard C++ Library v3
ii  obex-data-server  0.4.5-1+b1 D-Bus service for OBEX client and 
ii  obexd-client  0.37-1 D-Bus OBEX client

bluedevil recommends no packages.

Versions of packages bluedevil suggests:
ii  bluez-alsa4.84-1 Bluetooth ALSA support

-- 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#602450: directory does not match with driver needs

2011-01-10 Thread mourad
Package: firmware-realtek
Version: 0.28
Severity: normal

Hi,

The lastest version solved only partially the problem.

The driver is looking for the firmware in the rtl8712u firmware directory and
not in rtlwifi as created by 0.28 package...

As a temporary workaround, I made a symbolic link between rtlwifi and rtl8712u
and it does the trick...

I think that mean to patch the 2.6.37 trunk kernel or to change the path to the
firmware...

Best regards



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

Kernel: Linux 2.6.37-trunk-amd64 (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

firmware-realtek depends on no packages.

firmware-realtek recommends no packages.

Versions of packages firmware-realtek suggests:
ii  initramfs-tools  0.98.7  tools for generating an initramfs
ii  linux-image-2.6. 2.6.32-11   Linux 2.6.32 for 64-bit PCs
ii  linux-image-2.6. 2.6.34-1~experimental.2 Linux 2.6.34 for 64-bit PCs
ii  linux-image-2.6. 2.6.36-1~experimental.1 Linux 2.6.36 for 64-bit PCs
ii  linux-image-2.6. 2.6.37-1~experimental.1 Linux 2.6.37 for 64-bit PCs

-- 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



  1   2   3   >