[Desktop-packages] [Bug 1869319] Re: kolla-ansibe debloy vitrage, lack persistor service

2020-03-27 Thread Laurent Bigonville
Hello Qitao

Why is this assigned to libssh?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1869319

Title:
  kolla-ansibe debloy vitrage, lack persistor service

Status in libssh package in Ubuntu:
  In Progress

Bug description:
  https://github.com/openstack/kolla-
  ansible/tree/master/ansible/roles/vitrage/templates , it only have
  vitrage-ml ,vitrage-graph ,vitrage-api,vitrage-notifier. No vitrage-
  persistor is can not store data in DB.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1869319/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1847514] Re: libssh-0.8 is detected as 0.7

2019-12-15 Thread Laurent Bigonville
** Also affects: libssh (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: libssh (Ubuntu Bionic)
   Status: New => Confirmed

** Changed in: libssh (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1847514

Title:
  libssh-0.8 is detected as 0.7

Status in libssh package in Ubuntu:
  Fix Released
Status in libssh source package in Bionic:
  Confirmed

Bug description:
  QEMU consumes the library and its configure script use the libssh pkg-config 
cflags.
  The it checks if ssh_get_server_publickey() is present and assume it is a 
libssh-0.8 based.

  Ubuntu libssh is not based on upstream 0.8 but on the 0.7 branch, with commit 
bbd052202 cherry-picked. This commit adds the ssh_get_server_publickey() 
function that QEMU uses to check 0.8 compatibility.
  Now commit 963c46e4f is present in libssh-0.8 but has not been cherry-picked 
by Ubuntu, so QEMU fails at compiling because the ssh_known_hosts_e enums this 
commit introduced are missing.

  QEMU tracker is https://bugs.launchpad.net/qemu/+bug/1838763

  How to reproduce:

  - install libssh-dev

  - try to build QEMU 4.1 (sources from
  https://www.qemu.org/download/#source)

  $ ./configure
  ...
  libssh support yes
  ...

  $ make
  ...
CC block/ssh.o
  block/ssh.c: In function 'check_host_key_knownhosts':
  block/ssh.c:281:28: error: storage size of 'state' isn't known
   enum ssh_known_hosts_e state;
  ^
  block/ssh.c:289:13: error: implicit declaration of function 
'ssh_session_is_known_server' [-Werror=implicit-function-declaration]
   state = ssh_session_is_known_server(s->session);
   ^~~
  block/ssh.c:289:13: error: nested extern declaration of 
'ssh_session_is_known_server' [-Werror=nested-externs]
  block/ssh.c:293:10: error: 'SSH_KNOWN_HOSTS_OK' undeclared (first use in this 
function); did you mean 'SSH_OPTIONS_HOSTKEYS'?
   case SSH_KNOWN_HOSTS_OK:
^~
SSH_OPTIONS_HOSTKEYS
  block/ssh.c:293:10: note: each undeclared identifier is reported only once 
for each function it appears in
  block/ssh.c:297:10: error: 'SSH_KNOWN_HOSTS_CHANGED' undeclared (first use in 
this function); did you mean 'SSH_KNOWN_HOSTS_OK'?
   case SSH_KNOWN_HOSTS_CHANGED:
^~~
SSH_KNOWN_HOSTS_OK
  block/ssh.c:301:48: error: 'SSH_PUBLICKEY_HASH_SHA256' undeclared (first use 
in this function); did you mean 'SSH_PUBLICKEY_HASH_SHA1'?
   r = ssh_get_publickey_hash(pubkey, SSH_PUBLICKEY_HASH_SHA256,
  ^
  SSH_PUBLICKEY_HASH_SHA1
  block/ssh.c:307:27: error: implicit declaration of function 
'ssh_get_fingerprint_hash'; did you mean 'ssh_get_pubkey_hash'? 
[-Werror=implicit-function-declaration]
   fingerprint = ssh_get_fingerprint_hash(SSH_PUBLICKEY_HASH_SHA256,
 ^~~~
 ssh_get_pubkey_hash
  block/ssh.c:307:27: error: nested extern declaration of 
'ssh_get_fingerprint_hash' [-Werror=nested-externs]
  block/ssh.c:324:10: error: 'SSH_KNOWN_HOSTS_OTHER' undeclared (first use in 
this function); did you mean 'SSH_KNOWN_HOSTS_OK'?
   case SSH_KNOWN_HOSTS_OTHER:
^
SSH_KNOWN_HOSTS_OK
  block/ssh.c:329:10: error: 'SSH_KNOWN_HOSTS_UNKNOWN' undeclared (first use in 
this function); did you mean 'SSH_KNOWN_HOSTS_CHANGED'?
   case SSH_KNOWN_HOSTS_UNKNOWN:
^~~
SSH_KNOWN_HOSTS_CHANGED
  block/ssh.c:333:10: error: 'SSH_KNOWN_HOSTS_NOT_FOUND' undeclared (first use 
in this function); did you mean 'SSH_KNOWN_HOSTS_UNKNOWN'?
   case SSH_KNOWN_HOSTS_NOT_FOUND:
^
SSH_KNOWN_HOSTS_UNKNOWN
  block/ssh.c:337:10: error: 'SSH_KNOWN_HOSTS_ERROR' undeclared (first use in 
this function); did you mean 'SSH_KNOWN_HOSTS_OTHER'?
   case SSH_KNOWN_HOSTS_ERROR:
^
SSH_KNOWN_HOSTS_OTHER
  block/ssh.c:281:28: error: unused variable 'state' [-Werror=unused-variable]
   enum ssh_known_hosts_e state;
  ^
  cc1: all warnings being treated as errors
  rules.mak:69: recipe for target 'block/ssh.o' failed
  make: *** [block/ssh.o] Error 1

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libssh-dev 0.8.0~20170825.94fa1e38-1ubuntu0.2
  Uname: Linux 5.2.17-200.fc30.x86_64 x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  Date: Wed Oct  9 18:21:25 2019
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
  SourcePackage: libssh
  UpgradeStatus: No upgrade log present (probably fresh install)

To 

[Desktop-packages] [Bug 1176548] Re: nut-server fails if modemmanager is scanning serial ports

2019-02-04 Thread Laurent Bigonville
** Also affects: modemmanager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to modemmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1176548

Title:
  nut-server fails if modemmanager is scanning serial ports

Status in modemmanager package in Ubuntu:
  New
Status in nut package in Ubuntu:
  New

Bug description:
  Similar to whatPaavo Leinonen reported in
  031601ce2a49$20b2efe0$6218cfa0$@leinonen.fi on the NUT mailing list.
  See also my mail in reply.

  Ubuntu runs modemmanager as a native upstart service. nut-server ends
  up running in parallel (on my system, probably a matter of timing).
  When modemmanager scans the serial ports for modems, upsd is unable to
  open the port configured for an UPS. (It might be possible to exclude
  some ports from the scan, I didn't check because I have no modem it
  could configure, I just kicked the package.

  Please convert nut-server to a native upstart service to be able to
  have it wait for modemmanager. (I hope upstart is clever enough to
  have a service wait for an optional package and let it proceed if not
  installed.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1176548/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1800135] Re: libssh-dev is missing cmake find module

2018-10-30 Thread Laurent Bigonville
** Changed in: libssh (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1800135

Title:
  libssh-dev is missing cmake find module

Status in libssh package in Ubuntu:
  Fix Released
Status in libssh source package in Bionic:
  Confirmed

Bug description:
  libssh-dev: 0.8.0~20170825.94fa1e38-1ubuntu0.1

  There is no libssh-config.cmake packaged in libssh-dev package leading
  to find_package calls for LibSSH failing.

  The build output [1] lists a /<>/debian/tmp-
  gcrypt/usr/lib/x86_64-linux-gnu/cmake/libssh/libssh-config.cmake file
  was installed, however.

  [1] https://launchpadlibrarian.net/356107564/buildlog_ubuntu-bionic-
  amd64.libssh_0.8.0~20170825.94fa1e38-1build1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1800135/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1768130] Re: libssh-dev libraries are returning a different version from package

2018-10-17 Thread Laurent Bigonville
** Changed in: libssh (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1768130

Title:
  libssh-dev libraries are returning a different version from package

Status in libssh package in Ubuntu:
  Fix Released

Bug description:
  System:
  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  Package:
  libssh-dev:
    Installed: 0.8.0~20170825.94fa1e38-1build1
    Candidate: 0.8.0~20170825.94fa1e38-1build1
    Version table:
   *** 0.8.0~20170825.94fa1e38-1build1 500
  500 http://br.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  I'm using libssh-dev to compile some projects like libvirt and others.
  The current package installed is 0.8.0, but if we check the headers 
/usr/include/libssh/libssh.h, we can see it:

  /* libssh version */
  #define LIBSSH_VERSION_MAJOR  0
  #define LIBSSH_VERSION_MINOR  7
  #define LIBSSH_VERSION_MICRO  0

  If we try to use the version inside a C code, we get:

  printf("%x", LIBSSH_VERSION_INT);

  I expect to see:
  800

  I'm seeing:
  700

  Check pkg-config too:
  $ pkg-config --modversion libssh
  0.8.0

  It does not match with the package version and some new functions were
  implemented after libssh release 0.7.5. This libssh.h file needs to be
  fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1768130/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1521754] Re: documentation of gi.repository.Gtk.Application.run missing

2018-10-10 Thread Laurent Bigonville
** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: pygtk (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1521754

Title:
  documentation of gi.repository.Gtk.Application.run missing

Status in gtk+3.0 package in Ubuntu:
  New
Status in pygtk package in Ubuntu:
  Invalid

Bug description:
  Invoking `help(gi.repository.Gtk.Application.run)` in `python` after
  importing `gi.repository.Gtk` shows that no function is properly
  documented.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: python-gtk2-doc 2.24.0-4ubuntu1
  Uname: Linux 4.3.0-040300-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Tue Dec  1 21:15:48 2015
  InstallationDate: Installed on 2015-09-14 (77 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: pygtk
  SystemImageInfo: Error: command ['system-image-cli', '-i'] failed with exit 
code 2:
  UpgradeStatus: Upgraded to wily on 2015-10-23 (39 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1521754/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 913525] Re: libao looks for wrong plugin directory when using 32 bit .so on 64 bit system

2017-12-30 Thread Laurent Bigonville
Yes indeed, this makes no sense.

Debian-like distributions are not using /lib32 path

Edward, I know the bug is old but do you have more information here?

** Changed in: libao (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libao in Ubuntu.
https://bugs.launchpad.net/bugs/913525

Title:
  libao looks for wrong plugin directory when using 32 bit .so on 64 bit
  system

Status in libao package in Ubuntu:
  Incomplete

Bug description:
  libao looks for the wrong plugin directory, when one is using the
  32-bit .so provided on a 64 bit system.

  It uses /usr/lib//plugins (incorrect path, holds 64-bit files) instead of 
/usr/lib32//plugins (right path, 32-bit files), and thus,
  fails to find any set of usable plugins.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libao/+bug/913525/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1734436] [NEW] py3cairo can be removed from the archive

2017-11-25 Thread Laurent Bigonville
Public bug reported:

Hello,

py3cairo can be removed from the archive.

the python3 support for pycairo has been merged in src:pycairo that is
in the archive now

** Affects: py3cairo (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Package Archive Administrators (ubuntu-archive)
 Status: New

** Summary changed:

- Package can be removed from the archive
+ py3cairo can be removed from the archive

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to py3cairo in Ubuntu.
https://bugs.launchpad.net/bugs/1734436

Title:
  py3cairo can be removed from the archive

Status in py3cairo package in Ubuntu:
  New

Bug description:
  Hello,

  py3cairo can be removed from the archive.

  the python3 support for pycairo has been merged in src:pycairo that is
  in the archive now

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/py3cairo/+bug/1734436/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713457] Re: DNS search domain not removed from resolv.conf on disconnect

2017-11-13 Thread Laurent Bigonville
I cannot reproduce this on debian.

It seems that one of the difference is that resolvconf support is
disabled in the ubuntu package. I feel that the problem comes from here.
resovconf support should probably (not tested) be enabled in case it's
pulled on the system by a dependency

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1713457

Title:
  DNS search domain not removed from resolv.conf on disconnect

Status in network-manager package in Ubuntu:
  Confirmed
Status in resolvconf package in Ubuntu:
  Confirmed

Bug description:
  When I connect to a wireless network that sets a DNS search domain
  name via DHCP, the line 'search ' is added to /etc/resolv.conf
  as expected.  But if I then disconnect and connect to a different
  network, it is not removed from resolv.conf.  If the second network
  also sets a search domain name, that one gets appended to resolv.conf
  along with the first one, and so on.  Depending on the network, this
  can cause DNS leaks, name resolution failures, or other misbehavior.

  To be sure this wasn't some kind of user configuration issue, I
  reproduced this on the artful daily live image (artful-desktop-
  amd64.iso, 2017-08-27), from which I'm writing this report.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.2-1ubuntu3
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.384
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 28 10:34:22 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 172.20.20.1 dev wlp3s0 proto static metric 600
   169.254.0.0/16 dev wlp3s0 scope link metric 1000
   172.20.20.0/24 dev wlp3s0 proto kernel scope link src 172.20.20.20 metric 600
  LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170827)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATEDBUS-PATH  
CONNECTION   CON-UUID  CON-PATH
   wlp3s0 wifi  connected/org/freedesktop/NetworkManager/Devices/3  
xfinitywifi  39ffbbfc-1c1e-41c9-b3eb-c513065c3ea6  
/org/freedesktop/NetworkManager/ActiveConnection/2
   enp0s31f6  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--   ----
   lo loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  
--   ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.2connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1713457/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713457] Re: DNS search domain not removed from resolv.conf on disconnect

2017-11-13 Thread Laurent Bigonville
OK I can confirm that uninstalling resolvconf is fixing that behavior
here

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1713457

Title:
  DNS search domain not removed from resolv.conf on disconnect

Status in network-manager package in Ubuntu:
  Confirmed
Status in resolvconf package in Ubuntu:
  Confirmed

Bug description:
  When I connect to a wireless network that sets a DNS search domain
  name via DHCP, the line 'search ' is added to /etc/resolv.conf
  as expected.  But if I then disconnect and connect to a different
  network, it is not removed from resolv.conf.  If the second network
  also sets a search domain name, that one gets appended to resolv.conf
  along with the first one, and so on.  Depending on the network, this
  can cause DNS leaks, name resolution failures, or other misbehavior.

  To be sure this wasn't some kind of user configuration issue, I
  reproduced this on the artful daily live image (artful-desktop-
  amd64.iso, 2017-08-27), from which I'm writing this report.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.2-1ubuntu3
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.384
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 28 10:34:22 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 172.20.20.1 dev wlp3s0 proto static metric 600
   169.254.0.0/16 dev wlp3s0 scope link metric 1000
   172.20.20.0/24 dev wlp3s0 proto kernel scope link src 172.20.20.20 metric 600
  LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170827)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATEDBUS-PATH  
CONNECTION   CON-UUID  CON-PATH
   wlp3s0 wifi  connected/org/freedesktop/NetworkManager/Devices/3  
xfinitywifi  39ffbbfc-1c1e-41c9-b3eb-c513065c3ea6  
/org/freedesktop/NetworkManager/ActiveConnection/2
   enp0s31f6  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--   ----
   lo loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  
--   ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.2connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1713457/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713457] Re: DNS search domain not removed from resolv.conf on disconnect

2017-11-13 Thread Laurent Bigonville
@andersk Is resolvconf installed on your machine?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1713457

Title:
  DNS search domain not removed from resolv.conf on disconnect

Status in network-manager package in Ubuntu:
  Confirmed
Status in resolvconf package in Ubuntu:
  Confirmed

Bug description:
  When I connect to a wireless network that sets a DNS search domain
  name via DHCP, the line 'search ' is added to /etc/resolv.conf
  as expected.  But if I then disconnect and connect to a different
  network, it is not removed from resolv.conf.  If the second network
  also sets a search domain name, that one gets appended to resolv.conf
  along with the first one, and so on.  Depending on the network, this
  can cause DNS leaks, name resolution failures, or other misbehavior.

  To be sure this wasn't some kind of user configuration issue, I
  reproduced this on the artful daily live image (artful-desktop-
  amd64.iso, 2017-08-27), from which I'm writing this report.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.2-1ubuntu3
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.384
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 28 10:34:22 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 172.20.20.1 dev wlp3s0 proto static metric 600
   169.254.0.0/16 dev wlp3s0 scope link metric 1000
   172.20.20.0/24 dev wlp3s0 proto kernel scope link src 172.20.20.20 metric 600
  LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170827)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATEDBUS-PATH  
CONNECTION   CON-UUID  CON-PATH
   wlp3s0 wifi  connected/org/freedesktop/NetworkManager/Devices/3  
xfinitywifi  39ffbbfc-1c1e-41c9-b3eb-c513065c3ea6  
/org/freedesktop/NetworkManager/ActiveConnection/2
   enp0s31f6  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--   ----
   lo loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  
--   ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.2connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1713457/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713457] Re: DNS search domain not removed from resolv.conf on disconnect

2017-11-13 Thread Laurent Bigonville
** Also affects: resolvconf (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1713457

Title:
  DNS search domain not removed from resolv.conf on disconnect

Status in network-manager package in Ubuntu:
  Confirmed
Status in resolvconf package in Ubuntu:
  New

Bug description:
  When I connect to a wireless network that sets a DNS search domain
  name via DHCP, the line 'search ' is added to /etc/resolv.conf
  as expected.  But if I then disconnect and connect to a different
  network, it is not removed from resolv.conf.  If the second network
  also sets a search domain name, that one gets appended to resolv.conf
  along with the first one, and so on.  Depending on the network, this
  can cause DNS leaks, name resolution failures, or other misbehavior.

  To be sure this wasn't some kind of user configuration issue, I
  reproduced this on the artful daily live image (artful-desktop-
  amd64.iso, 2017-08-27), from which I'm writing this report.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.2-1ubuntu3
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.384
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 28 10:34:22 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 172.20.20.1 dev wlp3s0 proto static metric 600
   169.254.0.0/16 dev wlp3s0 scope link metric 1000
   172.20.20.0/24 dev wlp3s0 proto kernel scope link src 172.20.20.20 metric 600
  LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170827)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATEDBUS-PATH  
CONNECTION   CON-UUID  CON-PATH
   wlp3s0 wifi  connected/org/freedesktop/NetworkManager/Devices/3  
xfinitywifi  39ffbbfc-1c1e-41c9-b3eb-c513065c3ea6  
/org/freedesktop/NetworkManager/ActiveConnection/2
   enp0s31f6  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--   ----
   lo loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  
--   ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.2connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1713457/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713457] Re: DNS search domain not removed from resolv.conf on disconnect

2017-11-13 Thread Laurent Bigonville
Hi,

I can confirm this bug.

This is really annoying as it breaks VPN connection here

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1713457

Title:
  DNS search domain not removed from resolv.conf on disconnect

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  When I connect to a wireless network that sets a DNS search domain
  name via DHCP, the line 'search ' is added to /etc/resolv.conf
  as expected.  But if I then disconnect and connect to a different
  network, it is not removed from resolv.conf.  If the second network
  also sets a search domain name, that one gets appended to resolv.conf
  along with the first one, and so on.  Depending on the network, this
  can cause DNS leaks, name resolution failures, or other misbehavior.

  To be sure this wasn't some kind of user configuration issue, I
  reproduced this on the artful daily live image (artful-desktop-
  amd64.iso, 2017-08-27), from which I'm writing this report.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.2-1ubuntu3
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.384
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 28 10:34:22 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 172.20.20.1 dev wlp3s0 proto static metric 600
   169.254.0.0/16 dev wlp3s0 scope link metric 1000
   172.20.20.0/24 dev wlp3s0 proto kernel scope link src 172.20.20.20 metric 600
  LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170827)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATEDBUS-PATH  
CONNECTION   CON-UUID  CON-PATH
   wlp3s0 wifi  connected/org/freedesktop/NetworkManager/Devices/3  
xfinitywifi  39ffbbfc-1c1e-41c9-b3eb-c513065c3ea6  
/org/freedesktop/NetworkManager/ActiveConnection/2
   enp0s31f6  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--   ----
   lo loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  
--   ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.2connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1713457/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1694329] Re: oversized "characters" when Noto Color Emoji font is used on a page

2017-11-09 Thread Laurent Bigonville
** Bug watch added: Mozilla Bugzilla #1416018
   https://bugzilla.mozilla.org/show_bug.cgi?id=1416018

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1416018
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1694329

Title:
  oversized "characters" when Noto Color Emoji font is used on a page

Status in Mozilla Firefox:
  Unknown
Status in firefox package in Ubuntu:
  New

Bug description:
  I am seeing oversized emoji characters. See a duck in attached
  screenshot. This duck is from Noto Color Emoji font. In previous
  releases of Firefox it worked fine. It also works fine on Firefox for
  Windows. You can test it yourself if you have the font by visiting
  this URL:
  http://chat.stackexchange.com/transcript/message/37722474#37722474

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-21-lowlatency 4.10.0-21.23
  ProcVersionSignature: Ubuntu 4.10.0-21.23-lowlatency 4.10.11
  Uname: Linux 4.10.0-21-lowlatency x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Mon May 29 22:07:30 2017
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=cf2fd7df-da6e-4e8b-876e-c91fa967ae41
  InstallationDate: Installed on 2011-11-13 (2024 days ago)
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. GA-790XTA-UD4
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-21-lowlatency 
root=UUID=503b3cdd-770e-4354-bf3d-c917a2ebe292 ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw elevator=cfq nomdmonddf nomdmonisw nomdmonddf nomdmonisw
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-21-lowlatency N/A
   linux-backports-modules-4.10.0-21-lowlatency  N/A
   linux-firmware1.164.1
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (43 days ago)
  dmi.bios.date: 12/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F2
  dmi.board.name: GA-790XTA-UD4
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd12/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-790XTA-UD4:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-790XTA-UD4:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-790XTA-UD4
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1694329/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1711144] Re: package libssh-gcrypt-4 (not installed) failed to install/upgrade: package control info rmdir of 'md5sums' didn't say not a dir: Read-only file system

2017-08-16 Thread Laurent Bigonville
Hello,

The problem seems to come from your machine, as you can see the file
system is mounted read-only.

This could be caused by an hardware issue or some other error on the
file system

** Changed in: libssh (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1711144

Title:
  package libssh-gcrypt-4 (not installed) failed to install/upgrade:
  package control info rmdir of 'md5sums' didn't say not a dir: Read-
  only file system

Status in libssh package in Ubuntu:
  Invalid

Bug description:
  Observed this error while installing Ubuntu on my computer. I am first
  time Ubuntu user so do not know much details about the bug or
  installation process

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libssh-gcrypt-4 (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CasperVersion: 1.376
  Date: Wed Aug 16 06:52:40 2017
  ErrorMessage: package control info rmdir of 'md5sums' didn't say not a dir: 
Read-only file system
  LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: libssh
  Title: package libssh-gcrypt-4 (not installed) failed to install/upgrade: 
package control info rmdir of 'md5sums' didn't say not a dir: Read-only file 
system
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1711144/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1575949] Re: numlock not set

2017-07-03 Thread Laurent Bigonville
** Bug watch added: Debian Bug tracker #649587
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649587

** Also affects: gnome-settings-daemon (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649587
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1575949

Title:
  numlock not set

Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in gnome-settings-daemon package in Debian:
  Unknown

Bug description:
  I have a numeric password and every time when I log in I accidentally
  log in to Guest because I press arrow down and enter on numeric
  keyboard.

  Why the hell Ubuntu 16.04 is not able to set numlock for login screen
  ???

  And is there a need for obscure ways like numlockx:

  sudo apt-get -y install numlockx
  sudo sh -c "echo 'greeter-setup-script=/usr/bin/numlockx on' >> 
/usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf"

  The numlock is turned off and then turned on with 'numlockx on' so it
  is visible how it blinks. Why the hell it is so complicated to just
  turn the numlock on ???

  2016 Operating System and still basic things are not solved ! What a
  mess!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1575949/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 918576] Re: Request refresh from upstream

2017-06-14 Thread Laurent Bigonville
*** This bug is a duplicate of bug 270479 ***
https://bugs.launchpad.net/bugs/270479

** This bug has been marked a duplicate of bug 270479
   Debian/Ubuntu netpbm is many years out-of-date with upstream

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to netpbm-free in Ubuntu.
https://bugs.launchpad.net/bugs/918576

Title:
  Request refresh from upstream

Status in netpbm-free package in Ubuntu:
  Confirmed

Bug description:
  This is a request to refresh netpbm-free with recent changes & additions in 
the "upstream" http://netpbm.sourceforge.net ,
  or at last add the "pamtilt" utility.  A sync may not have been done for 
several years (perhaps not since netpbm-free 9.20-10).

  netpbm-free is missing the pamtilt utility, whose source in upstream
  claims it "has been contributed to the public domain by its authors".
  If true, it should be free enough.

  Apologies if pamtilt has already been considered  for inclusion in
  netpbm-free and rejected; if so, please post a link to the
  explanation.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: netpbm 2:10.0-12.2
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Wed Jan 18 23:37:13 2012
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: netpbm-free
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netpbm-free/+bug/918576/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1621216] Re: [MIR] geoclue-2.0

2017-01-08 Thread Laurent Bigonville
The remaining rdeps are libunity-webapps and ubuntu-geoip (see bug
#1389336)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to geoclue in Ubuntu.
https://bugs.launchpad.net/bugs/1621216

Title:
  [MIR] geoclue-2.0

Status in geoclue package in Ubuntu:
  New
Status in geoclue-2.0 package in Ubuntu:
  Fix Released
Status in iio-sensor-proxy package in Ubuntu:
  Incomplete

Bug description:
  libqt5positioning5 now recommends geoclue-2.0

  +qtlocation-opensource-src (5.6.0-1) experimental; urgency=medium
  +
  +  [ Lisandro Damián Nicanor Pérez Meyer ]
  +  * New upstream release.
  +- Bump Qt build dependencies.
  +  * Make qtlocation5-examples depend on qml-module-qtpositioning.
  +  * Make libqt5positioning5 recommend geoclue-2.0. It will connect to it by
  +using dbus.

  geoclue-2.0 was previously in main see the MIR for it in bug #1388294.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geoclue/+bug/1621216/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1435889] Re: libssh don't support ecdsa-sha2-nistp256

2016-11-29 Thread Laurent Bigonville
https://red.libssh.org/issues/171 << Upstream bug

** Changed in: libssh (Ubuntu)
   Status: Incomplete => Fix Released

** Also affects: libssh
   Importance: Undecided
   Status: New

** No longer affects: libssh

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1435889

Title:
  libssh don't support ecdsa-sha2-nistp256

Status in libssh package in Ubuntu:
  Fix Released

Bug description:
  libssh don't support ecdsa-sha2-nistp256 hostkey in file known_hosts.
  When I connect from ssh client, its gen a ecdsa-sha2-nistp256 key
  which libssh don't recognize. When I remove this key (ssh-keygen -R),
  libssh create a ssh-rsa key which works. I test in dolphin (kio-sftp).
  Bug reported in KDE as marked as resolved upstream
  https://bugs.kde.org/show_bug.cgi?id=270322. Libssh red server is
  currently offline, no way to check upstream.

  ProblemType: Bug
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Mar 24 11:09:39 2015
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-03-01 (22 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150224.1)
  Package: libssh-4 0.6.3-3ubuntu3
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  SourcePackage: libssh
  Tags:  vivid
  Uname: Linux 3.19.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1435889/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1621010] Re: libssh 0.6 does not support modern KEX algorithms

2016-11-29 Thread Laurent Bigonville
** Changed in: libssh (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1621010

Title:
  libssh 0.6 does not support modern KEX algorithms

Status in libssh package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu LTS, 16.04 and 14.04, are shipped with a 0.6.X version of ssh,
  which does not support some recent KEX algorithms.

  Some ssh servers are disabling older KEX algorithms. For example, pfSense 
2.3.2 already refuses all KEX algotithms of libssh 0.6.X:
  https://doc.pfsense.org/index.php/2.3.2_New_Features_and_Changes#SSH_Daemon

  In ubuntu this affects Remmina which cannot connect to pfSense 2.3.2, as 
reported here:
  https://github.com/FreeRDP/Remmina/issues/983

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1621010/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1085118] Re: Transition to gstreamer 1.0

2016-07-05 Thread Laurent Bigonville
Goobox uses gst 1.0 already

** Changed in: goobox (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-media in Ubuntu.
https://bugs.launchpad.net/bugs/1085118

Title:
  Transition to gstreamer 1.0

Status in Miro:
  Unknown
Status in libgnome-media-profiles:
  New
Status in gnome-dvb-daemon package in Ubuntu:
  Confirmed
Status in gnome-media package in Ubuntu:
  Won't Fix
Status in gnomeradio package in Ubuntu:
  Fix Released
Status in goobox package in Ubuntu:
  Fix Released
Status in gtkpod package in Ubuntu:
  Confirmed
Status in libgnome-media-profiles package in Ubuntu:
  Fix Released
Status in miro package in Ubuntu:
  Confirmed
Status in rhythmbox-radio-browser package in Ubuntu:
  Confirmed
Status in totem-plugin-arte package in Ubuntu:
  Fix Released
Status in gtkpod package in Debian:
  Fix Released
Status in miro package in Debian:
  Fix Released

Bug description:
  Some core libraries have been transitioned to build against gstreamer
  1.0 API in Raring now.

  This will cause problems when applications which still use the old
  0.10 (deprecated) API and a transitioned library in the same process.
  In the worse case you'll experience crashes.

  Such applications need to transition to the GStreamer 1.0 API.

  
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random/porting-to-1.0.txt
  
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/index.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/democracy/+bug/1085118/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1435889] Re: libssh don't support ecdsa-sha2-nistp256

2016-06-23 Thread Laurent Bigonville
Hi,

What is the status of this bug? Are the ecdsa-sha2-nistp256 hostkey
working for you?

** Changed in: libssh (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1435889

Title:
  libssh don't support ecdsa-sha2-nistp256

Status in libssh package in Ubuntu:
  Incomplete

Bug description:
  libssh don't support ecdsa-sha2-nistp256 hostkey in file known_hosts.
  When I connect from ssh client, its gen a ecdsa-sha2-nistp256 key
  which libssh don't recognize. When I remove this key (ssh-keygen -R),
  libssh create a ssh-rsa key which works. I test in dolphin (kio-sftp).
  Bug reported in KDE as marked as resolved upstream
  https://bugs.kde.org/show_bug.cgi?id=270322. Libssh red server is
  currently offline, no way to check upstream.

  ProblemType: Bug
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Mar 24 11:09:39 2015
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-03-01 (22 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150224.1)
  Package: libssh-4 0.6.3-3ubuntu3
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  SourcePackage: libssh
  Tags:  vivid
  Uname: Linux 3.19.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1435889/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1595651] Re: Upgrade to 0.6.4 version of libssh?

2016-06-23 Thread Laurent Bigonville
0.7.3 is available in yakkety already

and 0.6.3-4.3 is available in xenial. Any reasons why you need 0.6.4?

** Changed in: libssh (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1595651

Title:
  Upgrade to 0.6.4 version of libssh?

Status in libssh package in Ubuntu:
  Fix Released

Bug description:
  Is the 0.6.4 package of libssh going to be available for 'apt install'
  any time soon?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1595651/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1377873] Re: deja-dup fails to restore missing files, that contain "german umlaut" (ä,ö,ü,Ä,Ö,Ü).

2016-04-25 Thread Laurent Bigonville
I think I spoke too fast. Sorry for the noise :(

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1377873

Title:
  deja-dup fails to restore missing files, that contain "german umlaut"
  (ä,ö,ü,Ä,Ö,Ü).

Status in Déjà Dup:
  Fix Released
Status in deja-dup package in Ubuntu:
  Fix Released

Bug description:
  I tried to restore some "missing files" (translated from german) deleted 
while deja-dup was creating a new backup.
  This attempt failed with the following Stacktrace:

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1494, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1488, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1337, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1422, in do_backup
  restore(col_stats)
File "/usr/bin/duplicity", line 700, in restore
  % (globals.restore_dir,),
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 45: 
ordinal not in range(128)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: deja-dup 30.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  6 12:01:55 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-28 (7 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1377873/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1377873] Re: deja-dup fails to restore missing files, that contain "german umlaut" (ä,ö,ü,Ä,Ö,Ü).

2016-04-24 Thread Laurent Bigonville
I think this fix introduce a regression:

Running on my (debian) desktop the following command: deja-dup
--restore-missing file:///home/bigon

With 34.1 I've more files/directories proposed than when using 34.2.

Most of the missing files are the one with accentuated character.

Locale: fr_BE.utf8

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1377873

Title:
  deja-dup fails to restore missing files, that contain "german umlaut"
  (ä,ö,ü,Ä,Ö,Ü).

Status in Déjà Dup:
  Fix Released
Status in deja-dup package in Ubuntu:
  Fix Released

Bug description:
  I tried to restore some "missing files" (translated from german) deleted 
while deja-dup was creating a new backup.
  This attempt failed with the following Stacktrace:

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1494, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1488, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1337, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1422, in do_backup
  restore(col_stats)
File "/usr/bin/duplicity", line 700, in restore
  % (globals.restore_dir,),
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 45: 
ordinal not in range(128)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: deja-dup 30.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  6 12:01:55 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-28 (7 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1377873/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1568949] Re: apport script mentions libaudit0 which is gone for some times already

2016-04-12 Thread Laurent Bigonville
** Tags added: apport

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1568949

Title:
  apport script mentions libaudit0 which is gone for some times already

Status in evince package in Ubuntu:
  New
Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  Hi,

  The apport script mentions libaudit0 which is gone for some times
  already.

  The package has been renamed to libaudit1

  I guess that other packages are impacted as well

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1568949/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1568949] [NEW] apport script mentions libaudit0 which is gone for some times already

2016-04-11 Thread Laurent Bigonville
Public bug reported:

Hi,

The apport script mentions libaudit0 which is gone for some times
already.

The package has been renamed to libaudit1

I guess that other packages are impacted as well

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: telepathy-mission-control-5 (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: telepathy-mission-control-5 (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  Hi,
  
  The apport script mentions libaudit0 which is gone for some times
  already.
  
  The package has been renamed to libaudit1
+ 
+ I guess that other packages are impacted as well

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1568949

Title:
  apport script mentions libaudit0 which is gone for some times already

Status in evince package in Ubuntu:
  New
Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  Hi,

  The apport script mentions libaudit0 which is gone for some times
  already.

  The package has been renamed to libaudit1

  I guess that other packages are impacted as well

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1568949/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1389336] Re: Use geoclue-2.0

2016-02-22 Thread Laurent Bigonville
** Bug watch added: Debian Bug tracker #788108
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788108

** Also affects: qtlocation-opensource-src (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788108
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1389336

Title:
  Use geoclue-2.0

Status in empathy package in Ubuntu:
  Confirmed
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in libunity-webapps package in Ubuntu:
  Confirmed
Status in qtlocation-opensource-src package in Ubuntu:
  Confirmed
Status in ubuntu-geoip package in Ubuntu:
  Confirmed
Status in webkitgtk package in Ubuntu:
  Confirmed
Status in qtlocation-opensource-src package in Debian:
  Unknown

Bug description:
  Geoclue2 (source package geoclue-2.0) is a separate, parallel-
  installable version of geoclue1 (source package geoclue).  We will
  likely shortly have both in main (see MIR bug 1388294) and it would be
  great to be able to demote geoclue1 to universe and only support one
  version of the service.

  The packages associated with this bug all have a reverse depends on
  geoclue1 in some form or patches to remove support for geoclue-2.0
  because it wasn't in main yet (e.g. gnome-settings-daemon).

  Porting from geoclue-1.0 to 2.0 apparently isn't terribly trivial.
  But we have at least six months to do it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1389336/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1389336] Re: Use geoclue-2.0

2016-02-22 Thread Laurent Bigonville
Empathy already supports geoclue 2.0 but there is a patch reverting
this. Fixing this for empathy is as easy as dropping the patch and
readding the (build)-dependencies

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1389336

Title:
  Use geoclue-2.0

Status in empathy package in Ubuntu:
  Confirmed
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in libunity-webapps package in Ubuntu:
  Confirmed
Status in qtlocation-opensource-src package in Ubuntu:
  Confirmed
Status in ubuntu-geoip package in Ubuntu:
  Confirmed
Status in webkitgtk package in Ubuntu:
  Confirmed

Bug description:
  Geoclue2 (source package geoclue-2.0) is a separate, parallel-
  installable version of geoclue1 (source package geoclue).  We will
  likely shortly have both in main (see MIR bug 1388294) and it would be
  great to be able to demote geoclue1 to universe and only support one
  version of the service.

  The packages associated with this bug all have a reverse depends on
  geoclue1 in some form or patches to remove support for geoclue-2.0
  because it wasn't in main yet (e.g. gnome-settings-daemon).

  Porting from geoclue-1.0 to 2.0 apparently isn't terribly trivial.
  But we have at least six months to do it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1389336/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1508654] Re: Build with multiarch support

2015-12-27 Thread Laurent Bigonville
The debian/rules file contains the following statement:

# We specifically do not want multiarch: only one version of MC can be
# installed anyway, the plugin directory is based on the ${libdir}, and
# empathy/experimental ships a plugin in the non-multiarch location
CONFIGURE_FLAGS += --libdir=\$${prefix}/lib

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to telepathy-mission-control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1508654

Title:
  Build with multiarch support

Status in telepathy-mission-control-5 package in Ubuntu:
  Triaged

Bug description:
  Build with multiarch support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1508654/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-12-09 Thread Laurent Bigonville
** Bug watch added: freedesktop.org Bugzilla #91272
   https://bugs.freedesktop.org/show_bug.cgi?id=91272

** Also affects: mission-control-5 via
   https://bugs.freedesktop.org/show_bug.cgi?id=91272
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to telepathy-mission-control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in Telepathy Mission Control 5:
  Unknown
Status in telepathy-mission-control-5 package in Ubuntu:
  Fix Released

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1039464] Re: No resolutions beyond 1600x1200 possible

2015-11-16 Thread Laurent Bigonville
Hi,

Can you still reproduce this with the recent version of ubuntu?

** Changed in: xserver-xorg-video-qxl (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-qxl in Ubuntu.
https://bugs.launchpad.net/bugs/1039464

Title:
  No resolutions beyond 1600x1200 possible

Status in xserver-xorg-video-qxl package in Ubuntu:
  Incomplete

Bug description:
  Using Precise as guest within  a qemu-kvm VM  with the following Qemu
  VGA Options:

  -vga qxl -global qxl-vga.vram_size=67108864

  Results in the following maximum Resolution:

  xrandr:
  xrandr: Failed to get size of gamma for output default
  Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1680 x 1200
  default connected 1024x768+0+0 0mm x 0mm

  I already tested the actual qxl driver from git with the same results:
  git://anongit.freedesktop.org/xorg/driver/xf86-video-qxl

  Hint:
  Actual Fedora17 LiveCD provides expected higher Resolutions (1920x1080 and so 
on..)

  Infos:
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04

  xserver-xorg-video-qxl:
Installiert: 0.0.16-2
Kandidat:0.0.16-2
Versionstabelle:
   *** 0.0.16-2 0
  500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

  
  Also see attached Xorg.0.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-qxl/+bug/1039464/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1108610] Re: Please provide vala bindings.

2015-11-08 Thread Laurent Bigonville
** Changed in: telepathy-logger (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to telepathy-logger in Ubuntu.
https://bugs.launchpad.net/bugs/1108610

Title:
  Please provide vala bindings.

Status in telepathy-logger package in Ubuntu:
  Confirmed

Bug description:
  Dear Maintainer,

  Please provide vala bindings for telepathy-logger.

  Currently we have gir file.
  It is easy to generate vala bindings from the gir file by vapigen.
  For example, "vapigen --library=telepathy-logger-0.2 --pkg=telepathy-glib 
--vapidir=. /usr/share/gir-1.0/TelepathyLogger-0.2.gir" generates the .vapi 
file.

  Yours,
  Paul

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-logger/+bug/1108610/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 873301] Re: [needs-packaging] Package XSpice Xorg server with spice support

2015-05-30 Thread Laurent Bigonville
This is fixed in the version in debian I just uploaded (0.1.4-2)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-qxl in Ubuntu.
https://bugs.launchpad.net/bugs/873301

Title:
  [needs-packaging] Package XSpice Xorg server with spice support

Status in xserver-xorg-video-qxl package in Ubuntu:
  Confirmed

Bug description:
  Please package xspice (an Xorg server with spice support)
  http://www.spice-space.org/download.html#XSpice
  http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl/tree/README.xspice

  sorry if this is more xorg related than kvm related ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-qxl/+bug/873301/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1266763] Re: Race condition between status and backup

2014-12-30 Thread Laurent Bigonville
** Bug watch added: Debian Bug tracker #774183
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774183

** Also affects: duplicity (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774183
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to duplicity in Ubuntu.
https://bugs.launchpad.net/bugs/1266763

Title:
  Race condition between status and backup

Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  Fix Released
Status in duplicity package in Ubuntu:
  Fix Released
Status in duplicity source package in Precise:
  Fix Released
Status in duplicity source package in Quantal:
  Won't Fix
Status in duplicity source package in Raring:
  Won't Fix
Status in duplicity source package in Saucy:
  Fix Released
Status in duplicity source package in Trusty:
  Fix Released
Status in duplicity package in Debian:
  Unknown

Bug description:
  N.B. This should not be released until after deja-dup bug 1281066.

  SRU justification : Race condition exist when two instances of duplicity run 
in the same
  cache directory (.cache/duplicity)

  Impact : Potential corruption of the local cache

  Fix : Add a lockfile in the local cache  prevent execution of a second 
instance in the
  case of the presence of the lockfile

  Test Case :
  1) Run one instance of duplicity :
   $ sudo mkdir /tmp/backup
   $ sudo duplicity --exclude=/proc --exclude=/sys --exclude=/tmp / 
file:///tmp/backup

  While this command is running execute the following in a separate console :
   $ sudo duplicity collection-status file:///tmp/backup

  With the new locking mechanism you will see the following :
  $ sudo duplicity collection-status file:///tmp/backup
  Another instance is already running with this archive directory
  If you are sure that this is the  only instance running you may delete
  the following lockfile and run the command again :
     
/home/ubuntu/.cache/duplicity/3fe07cc0f71075f95f411fb55ec60120/lockfile.lock

  Regression : In the case of spurrious interruption of duplicity, the lockfile
  will remain in .cache/duplicity which can prevent future use of duplicity. 
The cache
  directory will have to be cleaned as outlined in the error message

  Original description of the problem :

  When runnining duply X status while running duply X backup (sorry,
  I don't know which duplicity commands are created by duply) due to a
  race-condition the code of 'sync_archive' might happend to append
  newly created meta-data files to 'local_spurious' and subsequently
  delete them. This delete seems to have been the reason that triggered
  bug 1216921.

  The race condition is that the backup command constantly creates meta-
  data files while the status command queries the list of local and
  remote files independently over a larger time span. This means that a
  local file might already been remote but the status command did not
  see it a few seconds ago.

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1266763/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 348522] Re: gvfsd-gphoto2 copies files to RAM (unsuitable for really large files)

2014-12-28 Thread Laurent Bigonville
** Bug watch added: Debian Bug tracker #631295
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631295

** Also affects: gvfs (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631295
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/348522

Title:
  gvfsd-gphoto2 copies files to RAM (unsuitable for really large files)

Status in GVFS:
  Fix Released
Status in gvfs package in Ubuntu:
  Fix Released
Status in gvfs package in Debian:
  Unknown

Bug description:
  Binary package hint: gvfs

  Copy video files from my Canon Digital IXUS 90 IS with 16GB SD Card is a very 
hard problem.
  It uses about 1 or 2 times the file dimension that you are copying.

  I have 2GB of memory (1GB RAM + 1 GB SWAP) and I can't backup some
  videos because they are too big.

  Also copying files from the computer to a media device (camera,
  smartphone etc) is broken for the same reason.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/348522/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1020414] Re: Update to 1.7

2014-11-27 Thread Laurent Bigonville
** Bug watch added: Debian Bug tracker #717459
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717459

** Also affects: libopenobex (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717459
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libopenobex in Ubuntu.
https://bugs.launchpad.net/bugs/1020414

Title:
  Update to 1.7

Status in “libopenobex” package in Ubuntu:
  Triaged
Status in “libopenobex” package in Debian:
  Unknown

Bug description:
  Update to 1.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libopenobex/+bug/1020414/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1385616] Re: libharfbuzz.a missing in libharfbuzz-dev

2014-10-29 Thread Laurent Bigonville
** Changed in: harfbuzz (Ubuntu)
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to harfbuzz in Ubuntu.
https://bugs.launchpad.net/bugs/1385616

Title:
  libharfbuzz.a missing in libharfbuzz-dev

Status in “harfbuzz” package in Ubuntu:
  New

Bug description:
  The static library is missing from the libharfbuzz-dev 0.9.27-1ubuntu1
  package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/harfbuzz/+bug/1385616/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 891814] Re: Do not allow to change directory if current is full for burning

2014-10-04 Thread Laurent Bigonville
Hello,

This should be fixed in 3.10.0-0ubuntu1

Closing this bugreport

** Bug watch added: Debian Bug tracker #699819
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699819

** Also affects: brasero (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699819
   Importance: Unknown
   Status: Unknown

** Changed in: brasero (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/891814

Title:
  Do not allow to change directory if current is full for burning

Status in A disc burning application for gnome 2:
  New
Status in “brasero” package in Ubuntu:
  Fix Released
Status in “brasero” package in Debian:
  Unknown

Bug description:
  The /home directory is almost full.
  Insert DVD.
  Choose to burn ISO image to a directory instead of a new DVD.
  It says: no space left on device, but the properties button is greyed.

  The properties button should be available to specify another
  directory. I have a /srv with lots of space.

  It is a regression, it used to work with previous Ubuntu version.

  Using Oneiric with Brasero 3.2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/891814/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1247484] Re: systemd-logind sessions are not set up properly if `startx` is used

2014-09-12 Thread Laurent Bigonville
** Bug watch added: Debian Bug tracker #743015
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743015

** Also affects: xinit (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743015
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xinit in Ubuntu.
https://bugs.launchpad.net/bugs/1247484

Title:
  systemd-logind sessions are not set up properly if `startx` is used

Status in “xinit” package in Ubuntu:
  New
Status in “xinit” package in Debian:
  Unknown

Bug description:
  In Raring and earlier, ConsoleKit was used for session management, and
  /etc/X11/Xsession.d/90consolekit took care of preparing ConsoleKit
  sessions via `ck-launch-session` when X was started via `startx`
  instead of a graphical login manager.

  In Saucy, ConsoleKit has been replaced with systemd-logind, which has
  no equivalent for ck-launch-session and requires X to be started on
  the same terminal as the console used to run `startx`.

  Could /etc/X11/xinit/xserverrc be replaced with the following to
  accommodate this and ensure that systemd-logind works properly with
  `startx`?

  #!/bin/bash

  TTY=${TTY:-$(tty)}
  TTY=${TTY#/dev/}
  if [[ $TTY != tty* ]]; then
printf '== ERROR: invalid TTY\n' 2
exit 1
  fi
  printf -v VT 'vt%02d' ${TTY#tty}

  exec /usr/bin/X -nolisten tcp -dpi 100 $VT $@

  This script comes from 
http://blog.falconindy.com/articles/back-to-basics-with-x-and-systemd.html
  Some additional references:
  
http://askubuntu.com/questions/362403/how-to-create-a-new-logind-session-while-running-xinit-from-the-console
  https://bugzilla.redhat.com/show_bug.cgi?id=806491
  https://bugs.freedesktop.org/show_bug.cgi?id=71171

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinit/+bug/1247484/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1022595] Re: /usr/bin/startx should use dash instead of bash

2014-09-12 Thread Laurent Bigonville
startx seems to use #!/bin/sh now, closing this bug

** Changed in: xinit (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xinit in Ubuntu.
https://bugs.launchpad.net/bugs/1022595

Title:
  /usr/bin/startx should use dash instead of bash

Status in “xinit” package in Ubuntu:
  Fix Released

Bug description:
  The beginning of the shell script should use the below start :
  ---
  #!/bin/dash
  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: xinit 1.2.0-1
  ProcVersionSignature: Ubuntu 2.6.32-41.91-generic 2.6.32.59+drm33.24
  Uname: Linux 2.6.32-41-generic i686
  Architecture: i386
  BootDmesg: (Nothing has been logged yet.)
  Date: Mon Jul  9 16:52:33 2012
  DkmsStatus: Error: [Errno 2] No such file or directory
  GdmLog: Error: command ['sudo', 'cat', '/var/log/gdm/:0.log'] failed with 
exit code 1: cat: /var/log/gdm/:0.log: No such file or directory
  GdmLog1: Error: command ['sudo', 'cat', '/var/log/gdm/:0.log.1'] failed with 
exit code 1: cat: /var/log/gdm/:0.log.1: No such file or directory
  GdmLog2: Error: command ['sudo', 'cat', '/var/log/gdm/:0.log.2'] failed with 
exit code 1: cat: /var/log/gdm/:0.log.2: No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Sony Corporation PCG-FX301(FR)
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-41-generic 
root=UUID=cc325b47-77d9-4b57-98af-0db1393969c6 ro quiet splash
  ProcEnviron:
   LANG=fr_FR.UTF-8
   SHELL=/bin/dash
  SourcePackage: xinit
  dmi.bios.date: 07/04/2001
  dmi.bios.vendor: Sony Corporation
  dmi.bios.version: R0104K5
  dmi.board.name: QII-Project
  dmi.board.vendor: Sony Corporation
  dmi.board.version: 1A
  dmi.chassis.asset.tag: 962C8394A0505800
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnSonyCorporation:bvrR0104K5:bd07/04/2001:svnSonyCorporation:pnPCG-FX301(FR):pvr01:rvnSonyCorporation:rnQII-Project:rvr1A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: PCG-FX301(FR)
  dmi.product.version: 01
  dmi.sys.vendor: Sony Corporation
  glxinfo: Error: [Errno 2] No such file or directory
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   i686
   kernel: 2.6.32-41-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinit/+bug/1022595/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1247484] Re: systemd-logind sessions are not set up properly if `startx` is used

2014-09-05 Thread Laurent Bigonville
This should be fixed in 1.3.3-1 that I just uploaded in debian

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xinit in Ubuntu.
https://bugs.launchpad.net/bugs/1247484

Title:
  systemd-logind sessions are not set up properly if `startx` is used

Status in “xinit” package in Ubuntu:
  New

Bug description:
  In Raring and earlier, ConsoleKit was used for session management, and
  /etc/X11/Xsession.d/90consolekit took care of preparing ConsoleKit
  sessions via `ck-launch-session` when X was started via `startx`
  instead of a graphical login manager.

  In Saucy, ConsoleKit has been replaced with systemd-logind, which has
  no equivalent for ck-launch-session and requires X to be started on
  the same terminal as the console used to run `startx`.

  Could /etc/X11/xinit/xserverrc be replaced with the following to
  accommodate this and ensure that systemd-logind works properly with
  `startx`?

  #!/bin/bash

  TTY=${TTY:-$(tty)}
  TTY=${TTY#/dev/}
  if [[ $TTY != tty* ]]; then
printf '== ERROR: invalid TTY\n' 2
exit 1
  fi
  printf -v VT 'vt%02d' ${TTY#tty}

  exec /usr/bin/X -nolisten tcp -dpi 100 $VT $@

  This script comes from 
http://blog.falconindy.com/articles/back-to-basics-with-x-and-systemd.html
  Some additional references:
  
http://askubuntu.com/questions/362403/how-to-create-a-new-logind-session-while-running-xinit-from-the-console
  https://bugzilla.redhat.com/show_bug.cgi?id=806491
  https://bugs.freedesktop.org/show_bug.cgi?id=71171

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinit/+bug/1247484/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319870] Re: Removable media is being mounted randomly in multiseat systems

2014-05-31 Thread Laurent Bigonville
FTR, I've just enabled logind support in the debian package

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to udisks2 in Ubuntu.
https://bugs.launchpad.net/bugs/1319870

Title:
  Removable media is being mounted randomly in multiseat systems

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  Due to lack of full systemd-logind integration in current udisks2
  package, automounting of removable media in multiseat setups is not
  respecting seat hierarchy. All seats try to mount it at the same time,
  resulting in a race condition. However, the expected behaviour is that
  only the right seat (i.e. the seat whose USB port the removable media
  is plugged in) should be able to mount it.

  To solve this problem, just rebuild package udisks2 with additional
  build-dependencies libsystemd-login-dev and libsystemd-daemon-dev.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1319870/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1176970] Re: [needs-packaging] libssh needs to be updated in order for kio-sftp to support ECDSA

2014-03-13 Thread Laurent Bigonville
Libssh 0.6 is now in the archive, closing this bug

** Changed in: libssh (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1176970

Title:
  [needs-packaging] libssh needs to be updated in order for kio-sftp to
  support ECDSA

Status in Libssh:
  Won't Fix
Status in “libssh” package in Ubuntu:
  Fix Released

Bug description:
  Currently, when using dolphin to connect to a remote system over sftp,
  it will fail due to an issue with the host key. The problem is that
  ssh now uses ECDSA and the older version of libssh does not support
  that. There has not been a new official release of libssh, but the
  maintainer recommends packaging master to resolve this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: libssh-4 0.5.3-1ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Mon May  6 11:25:20 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-05-01 (5 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: libssh
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libssh/+bug/1176970/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1198370] Re: Upgrade to folks 0.9.3

2014-02-16 Thread Laurent Bigonville
** Changed in: folks (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to folks in Ubuntu.
https://bugs.launchpad.net/bugs/1198370

Title:
  Upgrade to folks 0.9.3

Status in “folks” package in Ubuntu:
  Fix Released

Bug description:
  Source Package Name: folks
  Current Version: 0.9.2-1
  DistroRelease: Ubuntu 13.10

  Upstream folks has new 0.9.3 release which is a bug-fix release of
  0.9.2

  When packaging, PKC_CONFIG_PATH needs to be set to folks/ subdir as per this 
answer from the upstream dev
  https://bugzilla.gnome.org/show_bug.cgi?id=703635

  Also closes LP:  #1197569

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/folks/+bug/1198370/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1197569] Re: Move from zeitgeist-1.0 to zeitgeist-2.0

2014-02-16 Thread Laurent Bigonville
** Changed in: folks (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to activity-log-manager in Ubuntu.
Matching subscriptions: dp-unity, dp-unity-lens-files, dp-unity-lens-music
https://bugs.launchpad.net/bugs/1197569

Title:
  Move from zeitgeist-1.0 to zeitgeist-2.0

Status in Bijiben:
  Fix Released
Status in Cairo-Dock: Plug-ins:
  Fix Released
Status in Diodon - GTK+ Clipboard Manager:
  Fix Committed
Status in Scratch:
  Fix Released
Status in Totem Movie Player:
  Fix Released
Status in Unity:
  Fix Released
Status in Unity Applications Lens:
  In Progress
Status in Unity Files Lens:
  Fix Committed
Status in Unity Videos Lens:
  In Progress
Status in Upstart Application Launcher:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released
Status in “bijiben” package in Ubuntu:
  New
Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Released
Status in “diodon” package in Ubuntu:
  Fix Released
Status in “folks” package in Ubuntu:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Confirmed
Status in “synapse” package in Ubuntu:
  New
Status in “totem” package in Ubuntu:
  New
Status in “unity” package in Ubuntu:
  Fix Released
Status in “unity-lens-applications” package in Ubuntu:
  In Progress
Status in “unity-lens-files” package in Ubuntu:
  Fix Released
Status in “unity-lens-video” package in Ubuntu:
  In Progress
Status in “upstart-app-launch” package in Ubuntu:
  Fix Released

Bug description:
  The older libzeitgeist (http://launchpad.net/libzeitgeist) served its
  days and will be deprecated soon.

  All the apps should slowly move to libzeitgeist 2 (zeitgeist-2.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bijiben/+bug/1197569/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 998715] Re: Please transition gcr to multi-arch

2013-06-18 Thread Laurent Bigonville
I've just uploaded gcr 3.8.2-3 in debian unstable which has been
converted to multiarch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/998715

Title:
  Please transition gcr to multi-arch

Status in “gcr” package in Ubuntu:
  Confirmed
Status in “gnome-keyring” package in Ubuntu:
  Confirmed

Bug description:
  libgcr-3-1:i386 depends on libgcr-3-common:i386, but this package doesn't 
exists, because libgcr-3-common is architecture independent.
  ===
  $ LANG= sudo apt-get install libgcr-3-1:i386
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libgcr-3-1:i386 : Depends: libgcr-3-common:i386 but it is not installable
  E: Unable to correct problems, you have held broken packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libgcr-3-1:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May 13 14:05:01 2012
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=ru_RU.utf8
   LANGUAGE=ru_RU:ru:en_GB:en
  SourcePackage: gnome-keyring
  UpgradeStatus: Upgraded to precise on 2012-05-04 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcr/+bug/998715/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 809877] Re: Missing icon when new message arrived in panel icon

2012-01-11 Thread Laurent Bigonville
This is definitly an issue with an ubuntu patch in empathy
(10_use_notify_osd_icons.patch)

I guess this patch could maybe be dropped?

** Changed in: empathy (Ubuntu)
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/809877

Title:
  Missing icon when new message arrived in panel icon

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Hi,

  When a new message arrived, the panel icon display a missing icon
  icon instead of the expected bubble.

  In the logs I see:
  empathy_pixbuf_from_icon_name_sized: Error loading icon: L'icône 
« notification-message-im » n'est pas présente dans le thème

  I guess that 10_use_notify_osd_icons.patch is the problem here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/809877/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 809877] Re: Missing icon when new message arrived in panel icon

2012-01-10 Thread Laurent Bigonville
Hi,

No, I was talking about the icon from the regular notification in the
panel, not the indicator applet

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/809877

Title:
  Missing icon when new message arrived in panel icon

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  When a new message arrived, the panel icon display a missing icon
  icon instead of the expected bubble.

  In the logs I see:
  empathy_pixbuf_from_icon_name_sized: Error loading icon: L'icône 
« notification-message-im » n'est pas présente dans le thème

  I guess that 10_use_notify_osd_icons.patch is the problem here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/809877/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 847078] Re: Linking contacts does not work

2011-10-20 Thread Laurent Bigonville
** Bug watch added: GNOME Bug Tracker #662274
   https://bugzilla.gnome.org/show_bug.cgi?id=662274

** Also affects: folks via
   https://bugzilla.gnome.org/show_bug.cgi?id=662274
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/847078

Title:
  Linking contacts does not work

Status in folks:
  Unknown
Status in “empathy” package in Ubuntu:
  Confirmed
Status in “empathy” package in Debian:
  New

Bug description:
  I tried to link a contact (gTalk and MSN) but it does not seem to work.
  This worked fine under Ubuntu 11.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.1.91-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: amd64
  Date: Sun Sep 11 16:55:51 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110904)
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/folks/+bug/847078/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 847078] Re: Linking contacts does not work

2011-10-20 Thread Laurent Bigonville
** Package changed: empathy (Ubuntu) = folks (Ubuntu)

** Package changed: empathy (Debian) = folks (Debian)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/847078

Title:
  Linking contacts does not work

Status in folks:
  New
Status in “folks” package in Ubuntu:
  Confirmed
Status in “folks” package in Debian:
  New

Bug description:
  I tried to link a contact (gTalk and MSN) but it does not seem to work.
  This worked fine under Ubuntu 11.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.1.91-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: amd64
  Date: Sun Sep 11 16:55:51 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110904)
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/folks/+bug/847078/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 847078] Re: Linking contacts does not work

2011-10-19 Thread Laurent Bigonville
** Bug watch added: Debian Bug tracker #645950
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645950

** Also affects: empathy (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645950
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/847078

Title:
  Linking contacts does not work

Status in “empathy” package in Ubuntu:
  Confirmed
Status in “empathy” package in Debian:
  Unknown

Bug description:
  I tried to link a contact (gTalk and MSN) but it does not seem to work.
  This worked fine under Ubuntu 11.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.1.91-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: amd64
  Date: Sun Sep 11 16:55:51 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110904)
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/847078/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 811805] Re: GDM spawn a metacity process that is not terminated when a user login

2011-09-12 Thread Laurent Bigonville
*** This bug is a duplicate of bug 822253 ***
https://bugs.launchpad.net/bugs/822253

** This bug has been marked a duplicate of bug 822253
   gdm's metacity stays running in the session that's started

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/811805

Title:
  GDM spawn a metacity process that is not terminated when a user login

Status in “gdm” package in Ubuntu:
  New
Status in “metacity” package in Ubuntu:
  New

Bug description:
  From time to time when login in, gnome-shell is not started due to gdm
  spawning metacity and for some reason the process is still running
  when I'm logged in. gnome-shell --replace properly kill it and make
  gnome-shell works as expected

  gdm   2237  0.1  0.1 187788 11276 ?S10:11   0:00
  metacity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/811805/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 838101] Re: Locale settings not saved

2011-09-03 Thread Laurent Bigonville
Well there is already a dropdown menu where you can specify French
(Belgium) French (Canada)...

Why is this value not used to set the all the locales to that value?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/838101

Title:
  Locale settings not saved

Status in “gnome-control-center” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I cannot save locales using gnome-control-center with gnome-shell.

  all my locales are listed (french locales) by default it select fr_FR
  but I want fr_BE, closing g-c-c and reopening it reset to fr_FR.

  Also I cannot apply system wide locales using g-c-c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/838101/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 838101] Re: Locale settings not saved

2011-09-03 Thread Laurent Bigonville
** Also affects: language-selector (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/838101

Title:
  Locale settings not saved

Status in “gnome-control-center” package in Ubuntu:
  Incomplete
Status in “language-selector” package in Ubuntu:
  New

Bug description:
  Hi,

  I cannot save locales using gnome-control-center with gnome-shell.

  all my locales are listed (french locales) by default it select fr_FR
  but I want fr_BE, closing g-c-c and reopening it reset to fr_FR.

  Also I cannot apply system wide locales using g-c-c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/838101/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 838101] Re: Locale settings not saved

2011-09-02 Thread Laurent Bigonville
Hi,

Well this is quite confusing for the user, it shouldn't reject the
change like that explicitly, or hide the entries it cannot use.

Also how can we set the LC_* evn variables properly, all my machine have
fr_BE except my oneiric one that have some set to fr_BE and some to
fr_FR

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/838101

Title:
  Locale settings not saved

Status in “gnome-control-center” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I cannot save locales using gnome-control-center with gnome-shell.

  all my locales are listed (french locales) by default it select fr_FR
  but I want fr_BE, closing g-c-c and reopening it reset to fr_FR.

  Also I cannot apply system wide locales using g-c-c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/838101/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 838101] Re: Locale settings not saved

2011-09-02 Thread Laurent Bigonville
 No reason to talk more about the rejection, as you put it, since it
was just a temporary state in the development Oneiric.

Indeed Language Support is now started instead of the Region and
Language widget

But how is it confusing to the user to hide entries it cannot use?
Wouldn't it be much more confusing to present to the user several
language options that do not really exist?

I meant it should either hide the entries or warn that the user that the
locale cannot be used. But this is the case in Language Support.

 2. The locale fr_FR.UTF-8 is used to set LC_MESSAGES, LC_CTYPE and
LC_COLLATE in ~/.profile. The reason why the French country code is
choosen is simply that France is the main country where French is
spoken.

I've the feeling that this assumption will annoy lot of people...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/838101

Title:
  Locale settings not saved

Status in “gnome-control-center” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I cannot save locales using gnome-control-center with gnome-shell.

  all my locales are listed (french locales) by default it select fr_FR
  but I want fr_BE, closing g-c-c and reopening it reset to fr_FR.

  Also I cannot apply system wide locales using g-c-c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/838101/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 837557] Re: fraudulent DigiNotar certificate issuance

2011-09-01 Thread Laurent Bigonville
debian has released ca-certificates version 20110502+nmu1 that fix this

** Bug watch added: Debian Bug tracker #639744
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639744

** Also affects: ca-certificates (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639744
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/837557

Title:
  fraudulent DigiNotar certificate issuance

Status in “ca-certificates” package in Ubuntu:
  New
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “nss” package in Ubuntu:
  New
Status in “qt4-x11” package in Ubuntu:
  New
Status in “thunderbird” package in Ubuntu:
  In Progress
Status in “xulrunner-1.9.2” package in Ubuntu:
  Invalid
Status in “ca-certificates” source package in Lucid:
  New
Status in “firefox” source package in Lucid:
  Fix Released
Status in “nss” source package in Lucid:
  New
Status in “qt4-x11” source package in Lucid:
  New
Status in “thunderbird” source package in Lucid:
  In Progress
Status in “xulrunner-1.9.2” source package in Lucid:
  Fix Released
Status in “ca-certificates” source package in Maverick:
  In Progress
Status in “firefox” source package in Maverick:
  Fix Released
Status in “nss” source package in Maverick:
  New
Status in “qt4-x11” source package in Maverick:
  New
Status in “thunderbird” source package in Maverick:
  In Progress
Status in “xulrunner-1.9.2” source package in Maverick:
  Fix Released
Status in “ca-certificates” source package in Natty:
  In Progress
Status in “firefox” source package in Natty:
  Fix Released
Status in “nss” source package in Natty:
  New
Status in “qt4-x11” source package in Natty:
  New
Status in “thunderbird” source package in Natty:
  In Progress
Status in “xulrunner-1.9.2” source package in Natty:
  Triaged
Status in “ca-certificates” source package in Oneiric:
  New
Status in “firefox” source package in Oneiric:
  Fix Released
Status in “nss” source package in Oneiric:
  New
Status in “qt4-x11” source package in Oneiric:
  New
Status in “thunderbird” source package in Oneiric:
  In Progress
Status in “xulrunner-1.9.2” source package in Oneiric:
  Invalid
Status in “ca-certificates” package in Debian:
  Unknown

Bug description:
  WORKAROUND (from blog post):
  http://support.mozilla.com/en-US/kb/deleting-diginotar-ca-cert

  -

  http://blog.mozilla.com/security/2011/08/29/fraudulent-google-com-
  certificate/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/837557/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 828756] Re: getting connection is untrusted warnings

2011-08-31 Thread Laurent Bigonville
** Also affects: gnome-keyring (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/828756

Title:
  getting connection is untrusted warnings

Status in “empathy” package in Ubuntu:
  Triaged
Status in “gnome-keyring” package in Ubuntu:
  New
Status in “empathy” source package in Oneiric:
  Triaged
Status in “gnome-keyring” source package in Oneiric:
  New
Status in “telepathy-gabble” package in Debian:
  New

Bug description:
  Since updating to Oneiric, empathy is giving me connection is
  untrusted warning dialogs. For some reason, it's not verifying the
  certificate properly. For security reasons, this needs to get fixed.

  See attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.1.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Thu Aug 18 09:36:06 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110302)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-08-16 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/828756/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 828756] Re: getting connection is untrusted warnings

2011-08-30 Thread Laurent Bigonville
** Bug watch added: Debian Bug tracker #639667
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639667

** Also affects: telepathy-gabble (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639667
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/828756

Title:
  getting connection is untrusted warnings

Status in “empathy” package in Ubuntu:
  Triaged
Status in “empathy” source package in Oneiric:
  Triaged
Status in “telepathy-gabble” package in Debian:
  Unknown

Bug description:
  Since updating to Oneiric, empathy is giving me connection is
  untrusted warning dialogs. For some reason, it's not verifying the
  certificate properly. For security reasons, this needs to get fixed.

  See attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.1.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Thu Aug 18 09:36:06 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110302)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-08-16 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/828756/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 831933] [NEW] package gstreamer0.10-plugins-good 0.10.30-1ubuntu5 failed to install/upgrade: tentative de remplacement de « /usr/lib/gstreamer-0.10/libgstjpegformat.so », qui a

2011-08-23 Thread Laurent Bigonville
*** This bug is a duplicate of bug 831897 ***
https://bugs.launchpad.net/bugs/831897

Public bug reported:

Hi,

When updating I get this error:

Préparation du remplacement de gstreamer0.10-plugins-good 0.10.30-1ubuntu5 (en 
utilisant .../gstreamer0.10-plugins-good_0.10.30-1ubuntu6_amd64.deb) ...
Dépaquetage de la mise à jour de gstreamer0.10-plugins-good ...
dpkg : erreur de traitement de 
/var/cache/apt/archives/gstreamer0.10-plugins-good_0.10.30-1ubuntu6_amd64.deb 
(--unpack) :
 tentative de remplacement de « /usr/lib/gstreamer-0.10/libgstjpegformat.so », 
qui appartient aussi au paquet gstreamer0.10-plugins-bad 0.10.22-2ubuntu3
dpkg-deb: error: subprocess coller was killed by signal (Relais brisé (pipe))

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: gstreamer0.10-plugins-good 0.10.30-1ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-9.12-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
Architecture: amd64
Date: Tue Aug 23 13:29:35 2011
ErrorMessage: tentative de remplacement de 
« /usr/lib/gstreamer-0.10/libgstjpegformat.so », qui appartient aussi au paquet 
gstreamer0.10-plugins-bad 0.10.22-2ubuntu3
SourcePackage: gst-plugins-good0.10
Title: package gstreamer0.10-plugins-good 0.10.30-1ubuntu5 failed to 
install/upgrade: tentative de remplacement de 
« /usr/lib/gstreamer-0.10/libgstjpegformat.so », qui appartient aussi au paquet 
gstreamer0.10-plugins-bad 0.10.22-2ubuntu3
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gst-plugins-good0.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package oneiric

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gst-plugins-good0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/831933

Title:
  package gstreamer0.10-plugins-good 0.10.30-1ubuntu5 failed to
  install/upgrade: tentative de remplacement de «
  /usr/lib/gstreamer-0.10/libgstjpegformat.so », qui appartient aussi au
  paquet gstreamer0.10-plugins-bad 0.10.22-2ubuntu3

Status in “gst-plugins-good0.10” package in Ubuntu:
  New

Bug description:
  Hi,

  When updating I get this error:

  Préparation du remplacement de gstreamer0.10-plugins-good 0.10.30-1ubuntu5 
(en utilisant .../gstreamer0.10-plugins-good_0.10.30-1ubuntu6_amd64.deb) ...
  Dépaquetage de la mise à jour de gstreamer0.10-plugins-good ...
  dpkg : erreur de traitement de 
/var/cache/apt/archives/gstreamer0.10-plugins-good_0.10.30-1ubuntu6_amd64.deb 
(--unpack) :
   tentative de remplacement de 
« /usr/lib/gstreamer-0.10/libgstjpegformat.so », qui appartient aussi au paquet 
gstreamer0.10-plugins-bad 0.10.22-2ubuntu3
  dpkg-deb: error: subprocess coller was killed by signal (Relais brisé (pipe))

  ProblemType: Package
  DistroRelease: Ubuntu 11.10
  Package: gstreamer0.10-plugins-good 0.10.30-1ubuntu5
  ProcVersionSignature: Ubuntu 3.0.0-9.12-generic 3.0.3
  Uname: Linux 3.0.0-9-generic x86_64
  Architecture: amd64
  Date: Tue Aug 23 13:29:35 2011
  ErrorMessage: tentative de remplacement de 
« /usr/lib/gstreamer-0.10/libgstjpegformat.so », qui appartient aussi au paquet 
gstreamer0.10-plugins-bad 0.10.22-2ubuntu3
  SourcePackage: gst-plugins-good0.10
  Title: package gstreamer0.10-plugins-good 0.10.30-1ubuntu5 failed to 
install/upgrade: tentative de remplacement de 
« /usr/lib/gstreamer-0.10/libgstjpegformat.so », qui appartient aussi au paquet 
gstreamer0.10-plugins-bad 0.10.22-2ubuntu3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/831933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp