[Touch-packages] [Bug 1975347] Re: Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-23 Thread Davide Pesavento
EVP_EC_gen() is just a macro that expands to EVP_PKEY_Q_keygen(), so
yeah, it's exactly the same as
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1974037

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1975347

Title:
  Backport OPENSSL_strcasecmp fixes from 3.0 branch

Status in openssl package in Ubuntu:
  New

Bug description:
  The recent openssl update to 3.0.2-0ubuntu1.2 in jammy included some
  buggy changes related to OPENSSL_strcasecmp. Briefly, it's possible
  for OPENSSL_strcasecmp to be called before the global locale_t object
  has been initialized, causing a crash in strcasecmp_l. For example,
  this bug can be trivially triggered with the program below.

  #include 
  int main()
  {
  EVP_PKEY_Q_keygen(NULL, NULL, "EC", "P-256");
  }

  The problem is already fixed in the openssl-3.0 branch. Please
  consider backporting this PR
  https://github.com/openssl/openssl/pull/18293 or updating the ubuntu
  package to a more recent commit of that branch that includes the
  fixes.

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


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


[Touch-packages] [Bug 1975347] Re: Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-20 Thread Davide Pesavento
** Description changed:

  The recent openssl update to 3.0.2-0ubuntu1.2 in jammy included some
  buggy changes related to OPENSSL_strcasecmp. Briefly, it's possible for
  OPENSSL_strcasecmp to be called before the global locale_t object has
- been initialized, causing a crash. For example, this bug can be
- trivially triggered with the program below.
+ been initialized, causing a crash in strcasecmp_l. For example, this bug
+ can be trivially triggered with the program below.
  
  #include 
  int main()
  {
- EVP_PKEY_Q_keygen(NULL, NULL, "EC", "P-256");
+ EVP_PKEY_Q_keygen(NULL, NULL, "EC", "P-256");
  }
  
  The problem is already fixed in the openssl-3.0 branch. Please consider
  backporting this PR https://github.com/openssl/openssl/pull/18293 or
  updating the ubuntu package to a more recent commit of that branch that
  includes the fixes.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1975347

Title:
  Backport OPENSSL_strcasecmp fixes from 3.0 branch

Status in openssl package in Ubuntu:
  New

Bug description:
  The recent openssl update to 3.0.2-0ubuntu1.2 in jammy included some
  buggy changes related to OPENSSL_strcasecmp. Briefly, it's possible
  for OPENSSL_strcasecmp to be called before the global locale_t object
  has been initialized, causing a crash in strcasecmp_l. For example,
  this bug can be trivially triggered with the program below.

  #include 
  int main()
  {
  EVP_PKEY_Q_keygen(NULL, NULL, "EC", "P-256");
  }

  The problem is already fixed in the openssl-3.0 branch. Please
  consider backporting this PR
  https://github.com/openssl/openssl/pull/18293 or updating the ubuntu
  package to a more recent commit of that branch that includes the
  fixes.

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


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


[Touch-packages] [Bug 1975347] [NEW] Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-20 Thread Davide Pesavento
Public bug reported:

The recent openssl update to 3.0.2-0ubuntu1.2 in jammy included some
buggy changes related to OPENSSL_strcasecmp. Briefly, it's possible for
OPENSSL_strcasecmp to be called before the global locale_t object has
been initialized, causing a crash in strcasecmp_l. For example, this bug
can be trivially triggered with the program below.

#include 
int main()
{
EVP_PKEY_Q_keygen(NULL, NULL, "EC", "P-256");
}

The problem is already fixed in the openssl-3.0 branch. Please consider
backporting this PR https://github.com/openssl/openssl/pull/18293 or
updating the ubuntu package to a more recent commit of that branch that
includes the fixes.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1975347

Title:
  Backport OPENSSL_strcasecmp fixes from 3.0 branch

Status in openssl package in Ubuntu:
  New

Bug description:
  The recent openssl update to 3.0.2-0ubuntu1.2 in jammy included some
  buggy changes related to OPENSSL_strcasecmp. Briefly, it's possible
  for OPENSSL_strcasecmp to be called before the global locale_t object
  has been initialized, causing a crash in strcasecmp_l. For example,
  this bug can be trivially triggered with the program below.

  #include 
  int main()
  {
  EVP_PKEY_Q_keygen(NULL, NULL, "EC", "P-256");
  }

  The problem is already fixed in the openssl-3.0 branch. Please
  consider backporting this PR
  https://github.com/openssl/openssl/pull/18293 or updating the ubuntu
  package to a more recent commit of that branch that includes the
  fixes.

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


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


[Touch-packages] [Bug 1961484] Re: 20.04.3: libva2 fails under Wayland (wl_drm@22: error 0: authenticate failed)

2022-04-08 Thread Davide Matarese
Does someone know any workaround or an ETA for the issue to be solved?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libva in Ubuntu.
https://bugs.launchpad.net/bugs/1961484

Title:
  20.04.3: libva2 fails under Wayland (wl_drm@22: error 0: authenticate
  failed)

Status in libva package in Ubuntu:
  Confirmed

Bug description:
  In current 20.04.3 libva2 fails to authenticate connection to Wayland
  composer. This may be related to update of Mesa to 21.2.6. Any program
  using libva2 fails with

  bor@bor-Latitude-E5450:~$ vainfo
  wl_drm@7: error 0: authenticate failed
  VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
  libva info: VA-API version 1.7.0
  libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
  vaInitialize failed with error code 3 (invalid VADisplay),exit
  bor@bor-Latitude-E5450:~$ 

  This is fixed in libva upstream in pull request
  https://github.com/intel/libva/pull/476

  I verified that upstream libva correctly works:

  bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo
  libva info: VA-API version 1.15.0
  libva info: Trying to open /home/bor/pkg/lib/dri/iHD_drv_video.so
  libva info: va_openDriver() returns -1
  libva info: Trying to open /home/bor/pkg/lib/dri/i965_drv_video.so
  libva info: Found init function __vaDriverInit_1_6
  libva info: va_openDriver() returns 0
  vainfo: VA-API version: 1.15 (libva 2.15.0.pre1)
  vainfo: Driver version: Intel i965 driver for Intel(R) Broadwell - 2.4.0
  vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Simple : VAEntrypointEncSlice
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointEncSlice
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileH264MultiviewHigh : VAEntrypointVLD
VAProfileH264MultiviewHigh : VAEntrypointEncSlice
VAProfileH264StereoHigh : VAEntrypointVLD
VAProfileH264StereoHigh : VAEntrypointEncSlice
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileVP8Version0_3 : VAEntrypointVLD
  bor@bor-Latitude-E5450:~/src/intel/libva-utils$

  With *only* commit 283f776a9649dcef58b47958c1269499adfa1cd4 reverted

  bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo
  wl_drm@7: error 0: authenticate failed
  VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
  libva info: VA-API version 1.15.0
  libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
  vaInitialize failed with error code 3 (invalid VADisplay),exit
  bor@bor-Latitude-E5450:~/src/intel/libva-utils$

  Please update libva in 20.04.3 to match Mesa. This bug affects any
  application that is trying to use VAAPI for hardware acceleration.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libva2 2.7.0-2
  ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-lowlatency 5.13.19
  Uname: Linux 5.13.0-30-lowlatency x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 19 19:16:15 2022
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  InstallationDate: Installed on 2015-07-02 (2424 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: libva
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Touch-packages] [Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-18 Thread Davide Pessina
Yes, that’s the point

I’m try to use JBL T450BT

These are the available specs on official site

Control and Connection Specifications
Bluetooth profilesHFP v1.5, HSP v1.2, A2DP v1.2, AVRCP v1.4
Bluetooth frequency2.402GHz-2.48GHz
Bluetooth transmitted modulationGFSK,π/4DQPSK, 8DPSK
Bluetooth transmitter power0-4 d

I don’t find mSBC information, so it’s supposed they don’t support mSBC

What about Sony WH-CH700? They seems to support mSBC, but who knows.. :(

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1838151

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  In Progress
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-18 Thread Davide Pessina
@65 - thank for explanation

Could someone post a list of headsets with mSBC support?
 
Price below 100€ if possible

Specification are hard to find, and headset market is crowded...

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1838151

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  In Progress
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-17 Thread Davide Pessina
Recently i bought both: 1Mii B10 and Avantree Leaf

Quick review of them on my Ubuntu 16.04 64bit

- plug and play -> both OK, no issues
- audio quality with mic enabled -> bad bad bad, no significantly different 
than using pc bluetooth

Therefore... there is no solution, apart from wired headset

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1838151

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  In Progress
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1835660] Re: initramfs unpacking failed

2020-07-24 Thread Davide
Ubuntu 20.04
for me the problem started after upgrading to the kernel version 
5.4.0-42-generic,
I noticed it because the boot up failed once.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1835660

Title:
  initramfs unpacking failed

Status in initramfs-tools package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  "initramfs unpacking failed: Decoding failed",  message appears on
  boot up.

  If I "update-initramfs" using gzip instead of lz, then boot up passes
  without decoding failed message.

  ---

  However, we currently believe that the decoding error reported in
  dmesg is actually harmless and has no impact on usability on the
  system.

  Switching from lz4 to gzip compression, simply papers over the
  warning, without any benefits, and slows down boot.

  Kernel should be fixed to correctly parse lz4 compressed initrds, or
  at least lower the warning, to not be user visible as an error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1835660/+subscriptions

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


[Touch-packages] [Bug 1857332] [NEW] using Intel Integrated Graphics

2019-12-23 Thread Davide Lonigro
Public bug reported:

Recently I experienced an issue with Intel Graphics (flickering screen
making GUI useless).

So I reinstalled Ubuntu in nomodeset mode, now I am not using HW
acceleration in fact. I would like to enable it again but where to
start?

Reading online I found multiple references to Intel vainfo etc. but
after installing the package no changes... I tried to comment out the
grub command line related to "nomodeset" but doing that ended up on a
flickering screen again.

I think that my Intel integrated chip is broken but before reaching this
verdict I'd like to try everything else.

Thanks for your support!

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-37-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 23 10:33:53 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation 2nd Generation Core Processor Family Integrated 
Graphics Controller [8086:2003]
InstallationDate: Installed on 2019-12-22 (0 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic 
root=UUID=1e3fae88-3d3b-48c7-8a19-99bd9ee231f5 ro nomodeset quiet
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/22/2011
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BLH6710H.86A.0146.2011.1222.1415
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: DH67CL
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG10212-210
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBLH6710H.86A.0146.2011.1222.1415:bd12/22/2011:svn:pn:pvr:rvnIntelCorporation:rnDH67CL:rvrAAG10212-210:cvn:ct3:cvr:
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.100+git1912180630.c70bd7~oibaf~b
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0~git1912220730.2d971c~oibaf~b
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0~git1912220730.2d971c~oibaf~b
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug bionic third-party-packages ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1857332

Title:
  using Intel Integrated Graphics

Status in xorg package in Ubuntu:
  New

Bug description:
  Recently I experienced an issue with Intel Graphics (flickering screen
  making GUI useless).

  So I reinstalled Ubuntu in nomodeset mode, now I am not using HW
  acceleration in fact. I would like to enable it again but where to
  start?

  Reading online I found multiple references to Intel vainfo etc. but
  after installing the package no changes... I tried to comment out the
  grub command line related to "nomodeset" but doing that ended up on a
  flickering screen again.

  I think that my Intel integrated chip is broken but before reaching
  this verdict I'd like to try everything else.

  Thanks for your support!

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-37-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 23 10:33:53 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation 2nd Generation Core Processor Family 
Integrated Graphics Controller [8086:2003]
  InstallationDate: Installed on 2019-12-22 (0 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic 
root=UUID=1e3fae88-3d3b-48c7-8a19-99bd9ee231f5 ro nomodeset quiet
  SourcePackage: xorg
  UpgradeStatus: No upgrade log 

[Touch-packages] [Bug 1847399] [NEW] Help me

2019-10-08 Thread Davide
Public bug reported:

Sorry I don't understand

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
Uname: Linux 4.15.0-38-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Wed Oct  9 03:56:09 2019
DistUpgraded: 2018-09-18 19:18:07,768 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Esecuzione del processo figlio 
"./xorg_fix_proprietary.py" non riuscita (No such file or directory) (8))
DistroCodename: bionic
DistroVariant: ubuntu
DpkgLog:
 
ExtraDebuggingInterest: No
GraphicsCard:
 Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1043:8534]
 NVIDIA Corporation GF119 [GeForce GT 620 OEM] [10de:1049] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GF119 [GeForce GT 620 OEM] [1043:84a3]
InstallationDate: Installed on 2015-04-17 (1635 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
MachineType: ASUSTeK COMPUTER INC. K30AD_M31AD_M51AD
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-38-generic 
root=UUID=12b53c52-cdca-4b0e-917f-4f4568ed643a ro splash quiet
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2018-09-18 (385 days ago)
dmi.bios.date: 11/29/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0402
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: K30AD_M31AD_M51AD
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0402:bd11/29/2013:svnASUSTeKCOMPUTERINC.:pnK30AD_M31AD_M51AD:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnK30AD_M31AD_M51AD:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: Desktop
dmi.product.name: K30AD_M31AD_M51AD
dmi.product.version: System Version
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Tue Sep 18 15:20:24 2018
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.8
xserver.video_driver: nouveau

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


** Tags: amd64 apport-bug bionic ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1847399

Title:
  Help me

Status in xorg package in Ubuntu:
  New

Bug description:
  Sorry I don't understand

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
  Uname: Linux 4.15.0-38-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Oct  9 03:56:09 2019
  DistUpgraded: 2018-09-18 19:18:07,768 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Esecuzione del processo figlio 
"./xorg_fix_proprietary.py" non riuscita (No such file or directory) (8))
  DistroCodename: bionic
  DistroVariant: ubuntu
  DpkgLog:
   
  ExtraDebuggingInterest: No
  GraphicsCard:
   Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1043:8534]
   NVIDIA Corporation GF119 [GeForce GT 620 OEM] [10de:1049] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. GF119 [GeForce GT 620 OEM] [1043:84a3]
  InstallationDate: Installed on 2015-04-17 (1635 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: ASUSTeK COMPUTER INC. K30AD_M31AD_M51AD
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-38-generic 
root=UUID=12b53c52-cdca-4b0e-917f-4f4568ed643a ro splash quiet
  SourcePackage: xorg
  UpgradeStatus: Upgraded to bionic on 2018-09-18 (385 days ago)
  dmi.bios.date: 

[Touch-packages] [Bug 1836090] [NEW] From about a week, when I turn on the PC and open the application called file I have to try to open it at least 5 times before it really opens.

2019-07-10 Thread Davide Marco Casula
Public bug reported:

when I turn on the computer not only the file application I have to
select it several times before accessing it but also firefox

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: file 1:5.35-4
ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
Uname: Linux 5.0.0-20-generic x86_64
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Jul 10 18:16:31 2019
InstallationDate: Installed on 2019-07-02 (8 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: file
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug disco

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to file in Ubuntu.
https://bugs.launchpad.net/bugs/1836090

Title:
  From about a week, when I turn on the PC and open the application
  called file I have to try to open it at least 5 times before it really
  opens.

Status in file package in Ubuntu:
  New

Bug description:
  when I turn on the computer not only the file application I have to
  select it several times before accessing it but also firefox

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: file 1:5.35-4
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 10 18:16:31 2019
  InstallationDate: Installed on 2019-07-02 (8 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: file
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1795172] [NEW] package libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2018-09-29 Thread Davide
Public bug reported:

errore durante upgrade

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2
ProcVersionSignature: Ubuntu 4.15.0-34.37-lowlatency 4.15.18
Uname: Linux 4.15.0-34-lowlatency x86_64
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 firefox:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Sep 29 18:41:06 2018
ErrorMessage: problemi con le dipendenze - lasciato non configurato
InstallationDate: Installed on 2018-05-03 (148 days ago)
InstallationMedia: Ubuntu-Studio 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: glib2.0
Title: package libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2 failed to 
install/upgrade: problemi con le dipendenze - lasciato non configurato
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1795172

Title:
  package libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2 failed to
  install/upgrade: problemi con le dipendenze - lasciato non configurato

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  errore durante upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2
  ProcVersionSignature: Ubuntu 4.15.0-34.37-lowlatency 4.15.18
  Uname: Linux 4.15.0-34-lowlatency x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  AptOrdering:
   firefox:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Sat Sep 29 18:41:06 2018
  ErrorMessage: problemi con le dipendenze - lasciato non configurato
  InstallationDate: Installed on 2018-05-03 (148 days ago)
  InstallationMedia: Ubuntu-Studio 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.3ubuntu0.1
  SourcePackage: glib2.0
  Title: package libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2 failed to 
install/upgrade: problemi con le dipendenze - lasciato non configurato
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1795172/+subscriptions

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


[Touch-packages] [Bug 1762147] [NEW] package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2018-04-08 Thread davide
*** This bug is a duplicate of bug 1760128 ***
https://bugs.launchpad.net/bugs/1760128

Public bug reported:

during automatic update

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-119.143-generic 4.4.114
Uname: Linux 4.4.0-119-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Sun Apr  8 10:49:34 2018
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2017-02-19 (412 days ago)
InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.26
SourcePackage: avahi
Title: package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to avahi in Ubuntu.
https://bugs.launchpad.net/bugs/1762147

Title:
  package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

Status in avahi package in Ubuntu:
  New

Bug description:
  during automatic update

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-119.143-generic 4.4.114
  Uname: Linux 4.4.0-119-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  Date: Sun Apr  8 10:49:34 2018
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2017-02-19 (412 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.4
   apt  1.2.26
  SourcePackage: avahi
  Title: package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1737614] Re: Low sound volume with Sunrise Point-LP HD Audio (ALC3227) in HP 15-BS576TX laptop

2018-03-22 Thread Davide Aguiari
I have the same problem with my HP Omen 15-5003nl.

00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High 
Definition Audio Controller (rev 05)
Subsystem: Hewlett-Packard Company 8 Series/C220 Series Chipset High 
Definition Audio Controller
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1737614

Title:
  Low sound volume with Sunrise Point-LP HD Audio (ALC3227) in HP
  15-BS576TX laptop

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I have a new laptop HP-15-BS576TX which has this Intel Corporation
  Sunrise Point-LP HD Audio.

  00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD
  Audio [8086:9d71] (rev 21)

  The laptop sound works perfectly fine in Windows 10 with realtek
  drivers. However, in Ubuntu 17.10, the volume is significantly low,
  that I've to scroll the volume slider above 100% mark in pulseaudio to
  the maximum to get acceptable level of sound. I suspect the sound
  quality also is low (mono-like), may be not coming from all speakers
  (perhaps subwoofer exist for this model). Also alsamixer shows the
  speaker volume at the maximum.

   Details about the audio hardware are below:

  :~$ sudo lspci -vvv | grep -A 40 -i audio
  00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) 
(prog-if 80)
Subsystem: Hewlett-Packard Company Device 832b
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  /proc/asound/card0/codec#0 <==
  Codec: Realtek ALC3227

  ==> /proc/asound/card0/codec#2 <==
  Codec: Intel Kabylake HDMI

  :~$  aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: PCH [HDA Intel PCH], device 0: ALC3227 Analog [ALC3227 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0

  I have gone through Linux kernel sources ALSA and Snd-HDA lists and
  unable to find any optimizations for this laptop.

  Here is the relevant dmesg details:

  [   15.502856] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [   16.310503] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3227: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [   16.310506] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [   16.310507] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [   16.310508] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [   16.310509] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [   16.310510] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x19
  [   16.310512] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12
  [   16.451397] input: HDA Intel PCH Mic as 
/devices/pci:00/:00:1f.3/sound/card0/input9
  [   16.451451] input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:1f.3/sound/card0/input10
  [   16.451496] input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:1f.3/sound/card0/input11
  [   16.451538] input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:1f.3/sound/card0/input12
  [   16.451581] input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:1f.3/sound/card0/input13
  [   16.451624] input: HDA Intel PCH HDMI/DP,pcm=9 as 
/devices/pci:00/:00:1f.3/sound/card0/input14
  [   16.451687] input: HDA Intel PCH HDMI/DP,pcm=10 as 
/devices/pci:00/:00:1f.3/sound/card0/input15

  Any further information needed, please let me know. Thank you.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5 [modified: 
usr/share/alsa-base/alsa-info.sh]
  ProcVersionSignature: Ubuntu 4.13.0-19.22-generic 4.13.13
  Uname: Linux 4.13.0-19-generic x86_64
  NonfreeKernelModules: ndiswrapper
  ApportVersion: 2.20.7-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  admin2018   1246 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Dec 12 00:46:12 2017
  

[Touch-packages] [Bug 1713984] Re: started raise network interfaces - times out

2017-09-07 Thread Davide
Sony VAIO VPCEB1M1E
Ubuntu 17.10
systemd 234-2ubuntu6 -> boot time: 47 sec
systemd 234-2ubuntu9 -> boot time: 72 sec

Is it normal?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1713984

Title:
  started raise network interfaces - times out

Status in systemd package in Ubuntu:
  Confirmed
Status in systemd source package in Artful:
  Confirmed

Bug description:
  Ubuntu Budgie 17.10 Beta 1 32bit virtualbox install

  Test Case AutoResize

  choose to encrypt home drive, install all updates and non free codecs
  for the installation options

  On boot (and every subsequent boot) I see in the boot sequence

  started raise network interfaces
  networking.service

  this sits there for 1 minute 30 seconds before resuming.

  
  On login, fired up chromium and connected to google so the networking is ok.

  Question - why the 1 minute 30 seconds delay?

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic i686
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: i386
  CurrentDesktop: Budgie:GNOME
  Date: Wed Aug 30 12:24:23 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-08-30 (0 days ago)
  InstallationMedia: Ubuntu-Budgie 17.10 "Artful Aardvark" - Alpha i386 
(20170829)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=cfd3c5b9-deb1-4d8f-8d6a-98996d260029 ro quiet splash
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.family: Virtual Machine
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1629782] Re: Hotspot crashes the device and reboots

2017-02-08 Thread Costa davide
Hey all
the situation worsened after doing OTA 15 update. Now on klilin when you enable 
hotspot the device power off and it wont power up anymore. Recovery mode is not 
working. The device restarted to work 'magically' connecting via usb to pc 
during bootsrap session

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1629782

Title:
  Hotspot crashes the device and reboots

Status in Canonical System Image:
  Confirmed
Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  The device hangs and reboots after some tasks related to hotspot.

  There are a couple of ways that this bug occurred.

  1. While the hotspot is on, try to change hotspot settings like
  requiring passwords. Upon clicking the Change button, the bug occurs.
  (happens always)

  2. Turning on the hotspot from the settings app while the wifi is off
  the bug occurs. (happened once)

  
  Not sure what log will be helpful. Please let me know and I'll attach them.

  Device:
  bq E5 HD (OTA 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1629782/+subscriptions

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


[Touch-packages] [Bug 1642807] [NEW] package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-11-17 Thread Davide Imbeni
Public bug reported:

BrokenCount>0

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: cups-daemon 2.1.3-4
ProcVersionSignature: Ubuntu 4.4.0-49.70-generic 4.4.30
Uname: Linux 4.4.0-49-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Fri Nov 18 05:34:57 2016
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2014-09-13 (796 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
Lpstat: device for Canon-MG3100-series: 
dnssd://Canon%20MG3100%20series._printer._tcp.local/
MachineType: ASUSTeK COMPUTER INC. X501A1
Papersize: a4
PpdFiles: Canon-MG3100-series: Canon MG3100 series - CUPS+Gutenprint v5.2.11
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-49-generic.efi.signed 
root=UUID=22fd747a-8649-4775-94db-9fa3a626f6c0 ro quiet splash vt.handoff=7
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-49-generic.efi.signed 
root=UUID=22fd747a-8649-4775-94db-9fa3a626f6c0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15
SourcePackage: cups
Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/03/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X501A1.213
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X501A1
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX501A1.213:bd12/03/2012:svnASUSTeKCOMPUTERINC.:pnX501A1:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX501A1:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X501A1
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
modified.conffile..etc.default.cups:
 # Cups configure options
 
 # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
 # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
 # LOAD_LP_MODULE=yes
mtime.conffile..etc.default.cups: 2014-07-23T00:20:18

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


** Tags: amd64 apport-package need-duplicate-check xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1642807

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

Status in cups package in Ubuntu:
  New

Bug description:
  BrokenCount>0

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-49.70-generic 4.4.30
  Uname: Linux 4.4.0-49-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov 18 05:34:57 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2014-09-13 (796 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Lpstat: device for Canon-MG3100-series: 
dnssd://Canon%20MG3100%20series._printer._tcp.local/
  MachineType: ASUSTeK COMPUTER INC. X501A1
  Papersize: a4
  PpdFiles: Canon-MG3100-series: Canon MG3100 series - CUPS+Gutenprint v5.2.11
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-49-generic.efi.signed 
root=UUID=22fd747a-8649-4775-94db-9fa3a626f6c0 ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-49-generic.efi.signed 
root=UUID=22fd747a-8649-4775-94db-9fa3a626f6c0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/03/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X501A1.213
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X501A1
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX501A1.213:bd12/03/2012:svnASUSTeKCOMPUTERINC.:pnX501A1:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX501A1:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X501A1
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  modified.conffile..etc.default.cups:
   # Cups configure options
   
   # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
   # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
   # LOAD_LP_MODULE=yes
  mtime.conffile..etc.default.cups: 2014-07-23T00:20:18

To manage 

[Touch-packages] [Bug 1615563] Re: Error in contenthub

2016-08-28 Thread Costa davide
So, whath designers saids? Before OTA 12 the content picker was as my
last posted screenshot is

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1615563

Title:
  Error in contenthub

Status in Ubuntu UX:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  When selecting a picture as wallpaper in system setting the content hub 
rectangle does not full the right space:
  
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725554/+files/screenshot20160822_114224824.png

  And also in webbrowser:
  
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725573/+files/screenshot20160822_114220872.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1615563/+subscriptions

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


[Touch-packages] [Bug 1615563] Re: Error in contenthub

2016-08-22 Thread Costa davide
Sorry but this is the right content picker

** Attachment added: "screenshot20160822_161008653.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1615563/+attachment/4725769/+files/screenshot20160822_161008653.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1615563

Title:
  Error in contenthub

Status in Ubuntu UX:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  When selecting a picture as wallpaper in system setting the content hub 
rectangle does not full the right space:
  
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725554/+files/screenshot20160822_114224824.png

  And also in webbrowser:
  
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725573/+files/screenshot20160822_114220872.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1615563/+subscriptions

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


[Touch-packages] [Bug 1615563] Re: Error in contenthub

2016-08-22 Thread Costa davide
** Attachment added: "screenshot20160822_114220872.png"
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725573/+files/screenshot20160822_114220872.png

** Description changed:

- When selecting a picture as wallpaper in system setting the content hub
- rectangle does not full the right space:
+ When selecting a picture as wallpaper in system setting the content hub 
rectangle does not full the right space:
+ 
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725554/+files/screenshot20160822_114224824.png
  
  And also in webbrowser:
+ 
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725573/+files/screenshot20160822_114220872.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1615563

Title:
  Error in contenthub

Status in ubuntu-system-settings package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  When selecting a picture as wallpaper in system setting the content hub 
rectangle does not full the right space:
  
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725554/+files/screenshot20160822_114224824.png

  And also in webbrowser:
  
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725573/+files/screenshot20160822_114220872.png

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

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


[Touch-packages] [Bug 1615563] [NEW] Error in contenthub

2016-08-22 Thread Costa davide
Public bug reported:

When selecting a picture as wallpaper in system setting the content hub 
rectangle does not full the right space:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725554/+files/screenshot20160822_114224824.png

And also in webbrowser:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725573/+files/screenshot20160822_114220872.png

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "screenshot20160822_114224824.png"
   
https://bugs.launchpad.net/bugs/1615563/+attachment/4725554/+files/screenshot20160822_114224824.png

** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1615563

Title:
  Error in contenthub

Status in ubuntu-system-settings package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  When selecting a picture as wallpaper in system setting the content hub 
rectangle does not full the right space:
  
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725554/+files/screenshot20160822_114224824.png

  And also in webbrowser:
  
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1615563/+attachment/4725573/+files/screenshot20160822_114220872.png

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

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


[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-25 Thread Davide
Mikko: Have you tried reinstalling using the new iso 16.04.1 ?
My experience:
Ubuntu 16.04.0 updated: I have the problem,
Ubuntu 16.04.1: the problem is solved,
strange but true.
I also noticed a reduction in startup time.

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

Title:
  cannot view wifi networks after re-enabling wifi

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

Bug description:
  after re enabling wifi, up-down arrows just like wired network. cannot
  see any wifi ssid.

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

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


[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-23 Thread Davide
Sony VPCEB1M1E,
ubuntu 16.04.1 fresh install,
the problem seems solved.

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

Title:
  cannot view wifi networks after re-enabling wifi

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

Bug description:
  after re enabling wifi, up-down arrows just like wired network. cannot
  see any wifi ssid.

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

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


[Touch-packages] [Bug 1576345] Re: cannot view available wifi networks after enabling wifi

2016-06-13 Thread Davide
*** This bug is a duplicate of bug 1589401 ***
https://bugs.launchpad.net/bugs/1589401

** This bug is no longer a duplicate of bug 1574347
   [SRU] Re-read the link type if the name changed

** This bug has been marked a duplicate of bug 1589401
   cannot view wifi networks after re-enabling wifi

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

Title:
  cannot view available wifi networks after enabling wifi

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  cannot view available wifi networks after enabling wifi, although it
  get connected to the wifi. but if i want to switch to other wifi i
  cannot as i cant see any available wifi. and the icon is also changed
  to up-down arror(which is for ethernet connection) instead of wifi
  icon.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 28 20:34:57 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-11-13 (167 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  IpRoute:
   default via 192.168.8.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.8.0/24 dev wlan0  proto kernel  scope link  src 192.168.8.104  
metric 600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-11-16T16:09:56.538140
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION   CON-UUID  CON-PATH 
  
   wlan0   wifi  connected/org/freedesktop/NetworkManager/Devices/0  
Ooredoo-B315-9088 1  c9230ff1-5ce5-4c9b-bbaf-a064901a20b6  
/org/freedesktop/NetworkManager/ActiveConnection/5 
   eth0ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
  ----  
   
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/2  -- 
  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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

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


[Touch-packages] [Bug 1574004] Re: package udev 229-4ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-24 Thread Davide Alberelli
I have a workaround for this.

Since the error is "rm: cannot remove '/var/log/udev': Is a directory"
what I did was to manually remove the folder

sudo rm -r /var/log/udev
and then restart the configuration of the packages with

sudo dpkg --configure -a

This led to a successfull upgrade to 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1574004

Title:
  package udev 229-4ubuntu4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  upgrade to 16.04 failed

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: udev 229-4ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-36.41-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Sat Apr 23 14:34:45 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2015-07-16 (281 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 4174P5G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-36-generic 
root=UUID=6d33134c-01af-4ee9-ad9e-afe117f0cff4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: systemd
  Title: package udev 229-4ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-04-23 (0 days ago)
  dmi.bios.date: 04/11/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8CET57WW (1.37 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4174P5G
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8CET57WW(1.37):bd04/11/2013:svnLENOVO:pn4174P5G:pvrThinkPadT420s:rvnLENOVO:rn4174P5G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4174P5G
  dmi.product.version: ThinkPad T420s
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1513066] Re: Music files are not scanned from pen drive

2015-11-26 Thread Costa davide
This happens when I try to open the file from filemanager only
Thank all

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu.
https://bugs.launchpad.net/bugs/1513066

Title:
  Music files are not scanned from pen drive

Status in Ubuntu Music App:
  Invalid
Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  When I open a file located on the sd or on a usb pen drive the music
  app copy the music to a local folder(in the internal nand) while the
  app should read it directly where is located

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1513066/+subscriptions

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


[Touch-packages] [Bug 1493459] [NEW] Username and password not asked

2015-09-08 Thread Costa davide
Public bug reported:

When i try to open a page that require autentication souch as ftp server
or router configuration the domain respond invalid account because the
browser donesn't ask me username and password

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1493459

Title:
  Username and password not asked

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  When i try to open a page that require autentication souch as ftp
  server or router configuration the domain respond invalid account
  because the browser donesn't ask me username and password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1493459/+subscriptions

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


[Touch-packages] [Bug 1478321] [NEW] Weird battery values bq Aquaris 4.5

2015-07-26 Thread Davide Alberelli
Public bug reported:

Many times it happens that the percentage of the battery shown is not
the real one.

Yesterday evening I had a big problem where the phone suddenly went from
20% to 0% and it shut itself down.

This is shown in the battery history graph, that I attach.

As you can see there are various vertical lines, clearly indicating that
the value jumps from  one point to the other.

This is a big problem, because if one sees that the phone has still 20%
of battery, one thinks that it still has 1/5 of its life span before
dying.

It is not the first time that this happens to me and others, and I
believe that anyone experiencing this should attach a picture of it, so
that eventually we might be able to resolve it, maybe with some kind of
approximations.

** Affects: indicator-power (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-power in Ubuntu.
https://bugs.launchpad.net/bugs/1478321

Title:
  Weird battery values bq Aquaris 4.5

Status in indicator-power package in Ubuntu:
  New

Bug description:
  Many times it happens that the percentage of the battery shown is not
  the real one.

  Yesterday evening I had a big problem where the phone suddenly went
  from 20% to 0% and it shut itself down.

  This is shown in the battery history graph, that I attach.

  As you can see there are various vertical lines, clearly indicating
  that the value jumps from  one point to the other.

  This is a big problem, because if one sees that the phone has still
  20% of battery, one thinks that it still has 1/5 of its life span
  before dying.

  It is not the first time that this happens to me and others, and I
  believe that anyone experiencing this should attach a picture of it,
  so that eventually we might be able to resolve it, maybe with some
  kind of approximations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1478321/+subscriptions

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


[Touch-packages] [Bug 1478321] Re: Weird battery values bq Aquaris 4.5

2015-07-26 Thread Davide Alberelli
-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-power in Ubuntu.
https://bugs.launchpad.net/bugs/1478321

Title:
  Weird battery values bq Aquaris 4.5

Status in indicator-power package in Ubuntu:
  New

Bug description:
  Many times it happens that the percentage of the battery shown is not
  the real one.

  Yesterday evening I had a big problem where the phone suddenly went
  from 20% to 0% and it shut itself down.

  This is shown in the battery history graph, that I attach.

  As you can see there are various vertical lines, clearly indicating
  that the value jumps from  one point to the other.

  This is a big problem, because if one sees that the phone has still
  20% of battery, one thinks that it still has 1/5 of its life span
  before dying.

  It is not the first time that this happens to me and others, and I
  believe that anyone experiencing this should attach a picture of it,
  so that eventually we might be able to resolve it, maybe with some
  kind of approximations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1478321/+subscriptions

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


[Touch-packages] [Bug 1478321] Re: Weird battery values bq Aquaris 4.5

2015-07-26 Thread Davide Alberelli
** Attachment added: screenshot20150726_110741391.png
   
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1478321/+attachment/4434168/+files/screenshot20150726_110741391.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-power in Ubuntu.
https://bugs.launchpad.net/bugs/1478321

Title:
  Weird battery values bq Aquaris 4.5

Status in indicator-power package in Ubuntu:
  New

Bug description:
  Many times it happens that the percentage of the battery shown is not
  the real one.

  Yesterday evening I had a big problem where the phone suddenly went
  from 20% to 0% and it shut itself down.

  This is shown in the battery history graph, that I attach.

  As you can see there are various vertical lines, clearly indicating
  that the value jumps from  one point to the other.

  This is a big problem, because if one sees that the phone has still
  20% of battery, one thinks that it still has 1/5 of its life span
  before dying.

  It is not the first time that this happens to me and others, and I
  believe that anyone experiencing this should attach a picture of it,
  so that eventually we might be able to resolve it, maybe with some
  kind of approximations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1478321/+subscriptions

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


[Touch-packages] [Bug 1401802] Re: Calendar reminder notifications became queued, non-interactive and easy to miss

2015-07-25 Thread Davide Alberelli
Hi, we are in July, r24 is out, and still the same problems are here.

Any news on this?
Especially on the third point. It is really annoying missing calendar events 
because one does not have the phone always in front of the eyes :(

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1401802

Title:
  Calendar reminder notifications became queued, non-interactive and
  easy to miss

Status in Ubuntu UX:
  Triaged
Status in indicator-datetime package in Ubuntu:
  Triaged

Bug description:
  With the recent indicator-datetime update the reminder notifications time out 
and are not interactive any more, meaning that:
  - can't dismiss (have to wait for the sound/notification to time out)
  - can't snooze (I know the feature didn't work, but that was a missing 
feature, not a thing we didn't want?)
  - if you missed the notification, you missed the reminder

  Not sure if the reason is the same, but they started queueing, too,
  i.e. if there's two reminders for the same time, sound will play for
  both (bug #1340248), but the two notifications will be shown one after
  another.

  This is a UX regression in my opinion, even if it fixes bug #1320880.

  There is actually no clear design for this, I'm afraid,
  
https://sites.google.com/a/canonical.com/apps-and-platform-team/3-platform/2-notifications

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-datetime 13.10.0+15.04.20141208-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: armhf
  Date: Fri Dec 12 08:59:10 2014
  InstallationDate: Installed on 2014-12-12 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141212-020204)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1401802/+subscriptions

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


[Touch-packages] [Bug 1423817] Re: Ubuntu Phone: No sound notifications

2015-07-23 Thread Davide Alberelli
*** This bug is a duplicate of bug 1413818 ***
https://bugs.launchpad.net/bugs/1413818

** This bug has been marked a duplicate of bug 1413818
   Notification sounds aren't being played back

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1423817

Title:
  Ubuntu Phone: No sound notifications

Status in indicator-sound package in Ubuntu:
  Invalid

Bug description:
  Hi!

  In the BQ Ubuntu Edition, when I receive a notification by Telegram or
  webapp, I don't get a sound notification, just a vibration.

  In the system settings is set all for a play sound.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1423817/+subscriptions

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


[Touch-packages] [Bug 1358294] Re: App .config not removed when app uninstalled

2015-05-20 Thread Davide Alberelli
I personally don't agree with this decision and I think think it is highly 
inconsistent with the desktop experience.
The users' .config, .cache, .local folders should not be removed unless 
specifically asked by the user itself (or at least give us the possibility to 
choose to not remove them).

If I remove an app, so to say, to make space to try a bigger app that
does not fit on my device, I would like to be able to recover the
previous configurations without needing to setting it up again once I
remove the second one (this is what happens by default on Android's
systems - at least the ones that I tried).

The best option for me would be to have global Settings triggers Actions to do 
when uninstalling apps with user-specified configurations 
delete personal configurations (not selected)
delete cached data (selected)
delete other local data (not selected)
and a warning when uninstalling saying you are going to remove this, this and 
that data, depending on the chosen configurations.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1358294

Title:
  App .config not removed when app uninstalled

Status in Ubuntu UX bugs:
  Fix Committed
Status in click package in Ubuntu:
  In Progress

Bug description:
  If an app uses ~/.config/foo (say, uses Qt.labs.settings), and the
  user uninstalls the app, ~/.config/foo is not removed. It should be
  deleted when the app is uninstalled.

  Using latest utopic on the phone.

  -
  Desired resolution:

  - When a user deletes an app, 100% of files associated with the app
  should be deleted.

  - A warning notification should be displayed when a user goes to
  delete an app informing them that this action will also delete any
  data they have stored inside the app.  This notification should give
  the options of cancelling or proceeding with the action.

  - Users should not be allowed to delete the key apps that ship with
  the phone.  These key apps are defined as: Dialler, Address book,
  Messaging, Browser, Camera, Music player

  The above will give the user a simple easy to understand mental model
  while simultaneously protecting the user from deleting important
  content within the default apps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1358294/+subscriptions

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


[Touch-packages] [Bug 1455243] [NEW] No memorized passwords

2015-05-14 Thread Davide Alberelli
Public bug reported:

bq device, r22.

The browser neither remembers nor does prompt for remembering the
usernames and passwords in websites.

This is kind of a basic function nowadays in browser, since almost every
page tries to offer a personalized experience to the user, and it is
pretty annoying to manually reinsert them every time that the session
terminates, especially on frequently used websites.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  bq device, r22.
  
- The browser does not remember nor does not prompt for remembering the
+ The browser neither remembers nor does prompt for remembering the
  usernames and passwords in websites.
  
  This is kind of a basic function nowadays in browser, since almost every
  page tries to offer a personalized experience to the user, and it is
  pretty annoying to manually reinsert them every time that the session
  terminates, especially on frequently used websites.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1455243

Title:
  No memorized passwords

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  bq device, r22.

  The browser neither remembers nor does prompt for remembering the
  usernames and passwords in websites.

  This is kind of a basic function nowadays in browser, since almost
  every page tries to offer a personalized experience to the user, and
  it is pretty annoying to manually reinsert them every time that the
  session terminates, especially on frequently used websites.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1455243/+subscriptions

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


[Touch-packages] [Bug 1453689] [NEW] Notifications from the future in the phone

2015-05-11 Thread Davide Alberelli
Public bug reported:

bq device, r21.

In the attached screenshot the notifications say Tomorrow, 00:02 and
Tomorrow 00:00.

Ok that Ubuntu Phone is the future, but I still think that this is a
bug, also because those messages were received in the past.

** Affects: indicator-messages (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1453689

Title:
  Notifications from the future in the phone

Status in indicator-messages package in Ubuntu:
  New

Bug description:
  bq device, r21.

  In the attached screenshot the notifications say Tomorrow, 00:02 and
  Tomorrow 00:00.

  Ok that Ubuntu Phone is the future, but I still think that this is a
  bug, also because those messages were received in the past.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1453689/+subscriptions

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


[Touch-packages] [Bug 1453689] Re: Notifications from the future in the phone

2015-05-11 Thread Davide Alberelli
** Attachment added: The screenshot
   
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1453689/+attachment/4395244/+files/screenshot20151204_001239822.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1453689

Title:
  Notifications from the future in the phone

Status in indicator-messages package in Ubuntu:
  New

Bug description:
  bq device, r21.

  In the attached screenshot the notifications say Tomorrow, 00:02 and
  Tomorrow 00:00.

  Ok that Ubuntu Phone is the future, but I still think that this is a
  bug, also because those messages were received in the past.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1453689/+subscriptions

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


[Touch-packages] [Bug 1453689] Re: Notifications from the future in the phone

2015-05-11 Thread Davide Alberelli
Hi Charles.
Yeah, well, I can try, but it is just something empirical and it is not easy to 
reproduce.

It happens sometimes when I receive a message on Telegram or Gmail right
after midnight (as above), with Telegram (resp. Gmail) open in the
background.

Until now I noticed it just a few times (to be precise two with Telegram
and one with Gmail) while I was playing Falling Blocks and Telegram
(resp. Gmail) was the second open application.

I completely forgot to report the bug before, since it is not really
annoying.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1453689

Title:
  Notifications from the future in the phone

Status in indicator-messages package in Ubuntu:
  Incomplete

Bug description:
  bq device, r21.

  In the attached screenshot the notifications say Tomorrow, 00:02 and
  Tomorrow 00:00.

  Ok that Ubuntu Phone is the future, but I still think that this is a
  bug, also because those messages were received in the past.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1453689/+subscriptions

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


[Touch-packages] [Bug 1438662] Re: Calendar sync is not happening

2015-05-07 Thread Davide Alberelli
Hi. bq device, r21, calendar app version 0.4.627, the sync works again
since a couple of days.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to syncevolution in Ubuntu.
https://bugs.launchpad.net/bugs/1438662

Title:
  Calendar sync is not happening

Status in the base for Ubuntu mobile products:
  Fix Committed
Status in Sync monitor for Ubuntu Touch:
  Invalid
Status in syncevolution package in Ubuntu:
  Fix Released
Status in syncevolution package in Ubuntu RTM:
  Fix Released

Bug description:
  STEPS:
  1. Install calendar
  2. Step up your google account
  3. Enable accounts to use calendar
  4. Tap on the sync option in Calendar

  EXPECTED:
  I expect it to update my calendar and notifications

  ACTUAL:
  In .cache/upstart/sync-monitor.log I see lots of
  error : error code from SyncEvolution remote, status 400: 
updateAllSubItems REPORT 'list items': bad HTTP status: status 1.1, code 400, 
class 4, Bad Request and   error : error code from SyncEvolution remote, 
status 400: REPORT 'meta data': bad HTTP status: status 1.1, code 400, class 
4, Bad Request and sync doesn't happen

  We are assuming this is a change on googles side that affects us on
  both vivid and rtm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1438662/+subscriptions

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


[Touch-packages] [Bug 1430744] Re: Word gets lost if changing layout whilst still in preedit

2015-04-30 Thread Davide Alberelli
I sent this email on the ubuntu-phone mailing list today, before noticing this 
bug:

bq device, r21.
I have 4 keyboard layouts set (Italian, English, German and Emoji). I am not 
always aware of the last language I used, so sometimes I start typing and then 
notice that the language of the hints is different from the one I need.

I have two options:
1) finish the word, so the autocorrect changes it to what it thinks that is 
right, then erase it, change language and type it again.
2) press (or long press) the World icon to change language, this will erase 
the word that I wrote, then I have to type the word again.

What I would expect is that using option 2) the word does not get
erased, but simply the hints change to the ones in the language that I
select (We are all used to this behaviour on Android, as well as on our
computers).

Germans know how long a word can be and how annoying this can be,
especially if you are not texting but writing something in a form in the
browser or writing an email.

And indeed the worst things happen when you are typing fast, because sometimes 
this button gets pressed instead of the space bar (because the latter is 
objectively short), so your word gets erased and the language changes without 
any advice.



If you switch to another language (maybe not the Emoji layout) the word should 
_not_ be committed, just the hints should be different.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1430744

Title:
  Word gets lost if changing layout whilst still in preedit

Status in Ubuntu Keyboard:
  Fix Released
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce

  1) Type Hello but don't press space

  2) Switch to the Emoji layout

  Expected result

  Hello should be committed

  Actual result

  Hello disappears.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1430744/+subscriptions

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


[Touch-packages] [Bug 1264493] Re: No Paste option in web page entries

2015-04-26 Thread Davide Alberelli
The problem is not just with web apps.
If you use the browser regularly (like with the phone!) all the pages are 
affected.

This prevents very common andbasic  operations, done through copying and
pasting part of text to fields. For example suggesting commands in
guides and forums, following packages via tracking number and so on.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1264493

Title:
  No Paste option in web page entries

Status in the base for Ubuntu mobile products:
  New
Status in Web Browser App:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  It's not possible to copy/paste passwords between two silo'd webapps.

  Open twitter webapp
  Open separate web browser which goes to password remembering site (such as 
lastpass)
  Copy password by longpress
  Switch to twitter webapp
  Try to paste into password field, discover no Paste option, only Copy.

  I would expect to be able to copy/paste between browser windows

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: webbrowser-app 0.22+14.04.20131107-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: armhf
  Date: Fri Dec 27 11:01:32 2013
  InstallationDate: Installed on 2013-12-20 (7 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131220)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1264493/+subscriptions

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


[Touch-packages] [Bug 1437652] Re: Bluetooth is enabled after leaving air plane mode even if it was deaktivated bevore

2015-04-13 Thread Davide Alberelli
I experience the same problem as bogdanke8:

bq device, Ubuntu 14.10 (r20).

Steps to reproduce:
1) turn off Bluetooth
2) turn on Airplane mode,
3) turn off Airplane mode.

What happens:
Bluetooth is always turned on

What should happen:
It gets restored to the previous state



I believe that this is a big regression from the original bug posted by HP, 
where this behaviour occurs only if between steps 2 and 3 there is reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-bluetooth in
Ubuntu.
https://bugs.launchpad.net/bugs/1437652

Title:
  Bluetooth is enabled after leaving air plane mode even if it was
  deaktivated bevore

Status in indicator-bluetooth package in Ubuntu:
  Confirmed

Bug description:
  
  If the bq Ubuntu Phone is running and mobile radio is activated while 
bluetooth is deactivate it still will be the same after entering and subsequent 
leaving the air plane mode.

  contrariwise:
  The bq Ubuntu Phone is running and mobile radio is activated while bluetooth 
is deactivate, in the next step we will enter air plain mode and shut down the 
phone. After boot up we will deactivate the air plane mode, then mobile radio 
and bluetooth is activated even if bluetooth was deactivated before entering 
the air plane mode.

  If bluetooth was deactivated before entering the air plane mode is
  should also be deactivated after leaving the air plane mode even if
  the telephone was shut down meanwhile.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/1437652/+subscriptions

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


[Touch-packages] [Bug 1404030] Re: uninstalled apps should not show up when checking for updates

2015-04-08 Thread Davide Alberelli
To me it happens also with another system app: Remainders.

I am on the bq device with the stable channel installed.
I uninstalled the app some days ago and yesterday it showed up in the updates.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click-update-manager in
Ubuntu.
https://bugs.launchpad.net/bugs/1404030

Title:
  uninstalled apps should not show up when checking for updates

Status in the base for Ubuntu mobile products:
  New
Status in click-update-manager package in Ubuntu:
  Confirmed

Bug description:
  I have uninstalled the sudoku app, but when I check for updates, I am
  shown that a new version of sudoku is available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1404030/+subscriptions

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


[Touch-packages] [Bug 1404030] Re: uninstalled apps should not show up when checking for updates

2015-04-08 Thread Davide Alberelli
Ok ,so I reported a new one here on system settings
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-
settings/+bug/1441594 (there were other bugs about updates there)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click-update-manager in
Ubuntu.
https://bugs.launchpad.net/bugs/1404030

Title:
  uninstalled apps should not show up when checking for updates

Status in the base for Ubuntu mobile products:
  New
Status in click-update-manager package in Ubuntu:
  Confirmed

Bug description:
  I have uninstalled the sudoku app, but when I check for updates, I am
  shown that a new version of sudoku is available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1404030/+subscriptions

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


[Touch-packages] [Bug 1309247] Re: Cannot add any account using Online Accounts on 14.04

2015-01-09 Thread Davide Mannarelli
Same bugs like Carla Sella.
I noted this: istalling and logging in gnome-shell the problem disappear 
because the system don't use online-accounts-preferences.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-online-accounts in
Ubuntu.
https://bugs.launchpad.net/bugs/1309247

Title:
  Cannot add any account using Online Accounts on 14.04

Status in gnome-online-accounts package in Ubuntu:
  Confirmed

Bug description:
  When attempting to add an account i.e: facebook, google, etc., the
  first thing that pops out is Please authorize your Facebook account
  but there's only a blank page. The page does not load.

  Using Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1309247/+subscriptions

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


[Touch-packages] [Bug 1406524] Re: Ubuntu Online Account fail if user is in /home2 (in second internal SATA HD)

2015-01-04 Thread Davide Mannarelli
** Project changed: ubuntu-system-settings-online-accounts =
accountsservice

** Also affects: accountsservice (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: accountsservice

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1406524

Title:
  Ubuntu Online Account fail if user is in /home2 (in second internal
  SATA HD)

Status in accountsservice package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04.1 LTS
  I found a strange error in Ubuntu Online Account when i had to use Empathy:
  it's impossible to use an account (google, irc, and so on) in Empathy, 
Evolution and others, if the user's home is in /home2 on second hd (this is a 
SSD HD).
  But it's ok for all users in /home inside the first HD (this is SATA HD). I 
can confirm after tries and tries.
  Any idea to solve this?
  Thanks

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

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


[Touch-packages] [Bug 1406524] Re: Ubuntu Online Account fail if user is in /home2 (in second internal SATA HD)

2015-01-04 Thread Davide Mannarelli
** Description changed:

  Ubuntu 14.04.1 LTS
- I found this bug when i had to use Empathy:
- it's impossible to use an account (google, irc, and so on) in empathy if the 
user's home is on /home2 in second hd (this is SATA HD).
- It's ok for all users in /home inside the first HD (this is SSD hd). I can 
confirm after tries and tries.
+ I found a strange error in Ubuntu Online Account when i had to use Empathy:
+ it's impossible to use an account (google, irc, and so on) in Empathy, 
Evolution and others, if the user's home is in /home2 on second hd (this is a 
SSD HD).
+ But it's ok for all users in /home inside the first HD (this is SATA HD). I 
can confirm after tries and tries.
  Any idea to solve this?
  Thanks
- 
- Update: I tried to install and use Evolution (just to see if the problem
- is in the chat or in the authentication) and the problem persists:
- Evolution is not able to use the accounts inside Ubuntu Online Account

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1406524

Title:
  Ubuntu Online Account fail if user is in /home2 (in second internal
  SATA HD)

Status in accountsservice package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04.1 LTS
  I found a strange error in Ubuntu Online Account when i had to use Empathy:
  it's impossible to use an account (google, irc, and so on) in Empathy, 
Evolution and others, if the user's home is in /home2 on second hd (this is a 
SSD HD).
  But it's ok for all users in /home inside the first HD (this is SATA HD). I 
can confirm after tries and tries.
  Any idea to solve this?
  Thanks

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

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


[Touch-packages] [Bug 1323426] Re: HP Z8000 bluetooth mouse

2014-08-31 Thread Davide Monge
Confimed problems on Lenovo T540p and Ubuntustudio 14.04.1
Confirmed problems on a Sitecom CN-524 (CSR8510 A10) Dongle

Problems explained shortly: device HP Z8000 connects correctly, at the
mouse mouvement the pointer move crazy on the screen and desktop freeze
(xfwm4)

The image refers to T540p paired and trusted.

** Attachment added: Z8000-mouse-comm-problems.png
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1323426/+attachment/4191536/+files/Z8000-mouse-comm-problems.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1323426

Title:
  HP Z8000 bluetooth mouse

Status in “bluez” package in Ubuntu:
  Confirmed

Bug description:
  This mouse is a HID over GAT recent HP low power mouse.

  It  is recognized as ALL types bluetooth peripherals not as a mouse!

  The mouse at the end of the installation process (automatic pin
  selection) results as PAIRED  but the connection option is not
  available in the bluetooth setting dialog.

  UBUNTU is last 14.04 full updated at filing bug time.

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

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