[Desktop-packages] [Bug 1488254] Re: clang++ no longer ABI-compatible with g++

2016-07-19 Thread Mathew Hodson
** Changed in: llvm-toolchain-3.8 (Ubuntu)
   Importance: Undecided => High

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

Title:
  clang++ no longer ABI-compatible with g++

Status in LLVM:
  Confirmed
Status in llvm-toolchain-3.6 package in Ubuntu:
  Confirmed
Status in llvm-toolchain-3.8 package in Ubuntu:
  New

Bug description:
  $ cat foo.cc
  #include 
  std::string hello = "Hello, world!\n";
  $ cat bar.cc
  #include 
  #include 
  extern std::string hello;
  int main() {
  std::cout << hello;
  return 0;
  }
  $ g++ -c foo.cc && g++ foo.o bar.cc && ./a.out
  Hello, world!
  $ clang++ -c foo.cc && clang++ foo.o bar.cc && ./a.out
  Hello, world!
  $ g++ -c foo.cc && clang++ foo.o bar.cc && ./a.out
  /tmp/bar-34fb23.o: In function `main':
  bar.cc:(.text+0x14): undefined reference to `hello'
  clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
  $ clang++ -c foo.cc && g++ foo.o bar.cc && ./a.out
  /tmp/ccqU38Mh.o: In function `main':
  bar.cc:(.text+0x5): undefined reference to `hello[abi:cxx11]'
  collect2: error: ld returned 1 exit status

  In practice, this means that many programs using C++ libraries other
  than libstdc++ fail to compile with clang++. For example, mosh fails
  with undefined references to
  google::protobuf::internal::empty_string_,
  google::protobuf::MessageLite::InitializationErrorString() const, and
  google::protobuf::MessageLite::SerializeAsString() const.

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

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


[Desktop-packages] [Bug 1056566] Re: Missing pkgconfig file

2016-07-19 Thread Jeremy Bicha
On second thought, I guess this is similar to bug 1419267 so re-opening
since there is not a turbojpeg .pc

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

Title:
  Missing pkgconfig file

Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  Our packages do not contain a turbojpeg.pc file, meaning any
  pkgconfig-using build script that depends on it being in libjpeg-turbo
  may fail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1056566/+subscriptions

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


[Desktop-packages] [Bug 1056566] Re: Missing pkgconfig file

2016-07-19 Thread Jeremy Bicha
This should be fixed now:

https://launchpad.net/ubuntu/+source/libjpeg-turbo/1.4.2-0ubuntu3

** Changed in: libjpeg-turbo (Ubuntu)
   Status: New => Fix Released

** Changed in: libjpeg-turbo (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  Missing pkgconfig file

Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  Our packages do not contain a turbojpeg.pc file, meaning any
  pkgconfig-using build script that depends on it being in libjpeg-turbo
  may fail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1056566/+subscriptions

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


[Desktop-packages] [Bug 1369067] Re: symbolic link to libturbojpeg.so missing

2016-07-19 Thread Jeremy Bicha
*** This bug is a duplicate of bug 1419267 ***
https://bugs.launchpad.net/bugs/1419267

** This bug has been marked a duplicate of bug 1419267
   libjpegturbo.so missing from -dev package

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

Title:
  symbolic link to libturbojpeg.so missing

Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  On amd64, the missing symlink (libturbojpeg.so -> libturbojpeg.so.0)
  can lead to the following link error:

  /usr/bin/ld: 
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libturbojpeg.a(libturbojpeg_la-turbojpeg.o):
 relocation R_X86_64_32 against `.data' can not be used when making a shared 
object; recompile with -fPIC
  
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libturbojpeg.a: 
error adding symbols: Bad value

  Manually adding the missing symlink in /usr/lib/x86_64-linux-gnu/
  fixes the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1369067/+subscriptions

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


[Desktop-packages] [Bug 1523017] Re: Doesn't merge into unity panel when maximized

2016-07-19 Thread Mathew Hodson
** Tags removed: y-release
** Tags added: yakkety

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

Title:
  Doesn't merge into unity panel when maximized

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Same as gedit except now the default file manager
  nautilus should provide a means to disable csd/GtkHeaderBar if 3.18 is to be 
in 16.04

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Dec  4 19:45:13 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 
'size', 'type']"
   b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'small'"
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where', 'date_modified_with_time']"
  InstallationDate: Installed on 2015-10-25 (40 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1554895] Re: Erratic mouse behaviour

2016-07-19 Thread Mathew Hodson
** Tags removed: yakkaty
** Tags added: yakkety

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

Title:
  Erratic mouse behaviour

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I am running Ubuntu 14.04 on a Lenovo Yoga 2 13 and, after a few
  minutes of working, the mouse pointer goes crazy. It goes to the
  bottom right corner of the screen and flickers, clicking stuff
  randomly.

  * Adding a USB mouse and deactivating the trackpad makes no difference.
  * Tried Kubuntu 15.10, problem still there.
  * Tried suggestions in 

  http://ubuntuforums.org/showthread.php?t=2235704
  
http://ubuntuforums.org/showthread.php?t=2229831&page=2&p=13451930#post13451930

  without success also.

  As mentioned by other users, my laptop is currently unusable. I do not
  want to switch to Windows but, given the current hardware I have, I do
  not see how I can resolve this.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3+14.04.20150916-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-30.36~14.04.1-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Mar  9 01:44:53 2016
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2016-03-07 (2 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_unity-control-center: deja-dup 30.0-0ubuntu4
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3978]
  InstallationDate: Installed on 2016-05-19 (24 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  MachineType: LENOVO 20344
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-38-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-38.45~14.04.1-generic 4.2.8-ckt10
  Tags:  trusty ubuntu compiz-0.9
  Uname: Linux 4.2.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/16/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 96CN29WW(V1.15)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058WIN
  dmi.chassis.asset.tag: 31900058WIN
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr96CN29WW(V1.15):bd10/16/2014:svnLENOVO:pn20344:pvrLenovoYoga213:rvnLENOVO:rnINVALID:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoYoga213:
  dmi.product.name: 20344
  dmi.product.version: Lenovo Yoga 2 13
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  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
  xserver.bootTime: Sun Jun 12 23:26:25 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1069 
   vendor LGD
  xserver.version: 2:1.17.2-1ubuntu9.1~trusty1

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

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


[Desktop-packages] [Bug 1569876] Re: Mouse trails disappear only on window refresh

2016-07-19 Thread Mathew Hodson
** Tags removed: yakkaty
** Tags added: yakkety

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

Title:
  Mouse trails disappear only on window refresh

Status in xserver-xorg-video-nouveau package in Ubuntu:
  Triaged

Bug description:
  While using nouveau, when I move the mouse it leaves trails that
  disappear when I move the mouse over them or when I refresh the
  screen. The mouse cursor is distorted when moving it slowly which
  makes it harder to click on small buttons (e.g., resizing a window) as
  it's hard to tell where exactly the mouse is located.

  WORKAROUND: Use nivida 367.18.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  BootLog: /dev/sda6: clean, 789425/48300032 files, 33613548/193179136 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Wed Apr 13 15:29:36 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: kubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-17-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06) (prog-if 
00 [VGA controller])
     Subsystem: Lenovo Skylake Integrated Graphics [17aa:222e]
   NVIDIA Corporation GM107GLM [Quadro M1000M] [10de:13b1] (rev a2) (prog-if 00 
[VGA controller])
     Subsystem: Lenovo GM107GLM [Quadro M1000M] [17aa:222e]
  InstallationDate: Installed on 2016-04-01 (12 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160331)
  MachineType: LENOVO 20EN0013US
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=8e0207fc-0fb8-42e7-9dfc-a301c74d2146 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/08/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1EET47W (1.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EN0013US
  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:bvrN1EET47W(1.21):bd03/08/2016:svnLENOVO:pn20EN0013US:pvrThinkPadP50:rvnLENOVO:rn20EN0013US:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EN0013US
  dmi.product.version: ThinkPad P50
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Wed Apr 13 07:51:19 2016
  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)
   Unknown chipset: NV117
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.3-1ubuntu2

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

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


[Desktop-packages] [Bug 1509776] Re: xubuntu 15.10 synaptics ps2 touchpad mouse cursor jumps

2016-07-19 Thread Mathew Hodson
** Tags removed: yakkaty
** Tags added: yakkety

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

Title:
  xubuntu 15.10 synaptics ps2 touchpad mouse cursor jumps

Status in xserver-xorg-input-synaptics package in Ubuntu:
  Triaged

Bug description:
  running live xubuntu 15.10 from usb stick.  Synaptics ps2 touchpad configured 
to act as simple mouse.  Mouse cursor suddenly and frequently jumps to screen 
edge with no reason.  Problem not present in 15.04 with same touchpad 
configuration but has occurred in some earlier versions.  Not prepared to 
upgrade as touchpad practically unusable.
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.365
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Pegatron Device [1b0a:2109]
 Subsystem: Pegatron Device [1b0a:2109]
  LiveMediaBuild: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Novatech Ltd. Novatech 15.6 NSPIRE Laptop
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi initrd=/casper/initrd.lz 
file=/cdrom/preseed/username.seed boot=casper  quiet splash --- persistent
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: C15B.610
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: C15B
  dmi.board.vendor: Novatech Ltd.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Novatech Ltd.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrC15B.610:bd12/05/2013:svnNovatechLtd.:pnNovatech15.6NSPIRELaptop:pvr1.0:rvnNovatechLtd.:rnC15B:rvr1.0:cvnNovatechLtd.:ct10:cvr1.0:
  dmi.product.name: Novatech 15.6 NSPIRE Laptop
  dmi.product.version: 1.0
  dmi.sys.vendor: Novatech Ltd.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Mon Nov  2 10:44:16 2015
  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)
   NOUVEAU(G0): Failed to initialise context object: 2D_NVC0 (0)
   NOUVEAU(G0): Error initialising acceleration.  Falling back to NoAccel
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18412 
   vendor AUO
  xserver.version: 2:1.17.2-1ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1509776/+subscriptions

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


[Desktop-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-07-19 Thread Arup
The issue was with Epson drivers for printers and some other
manufacturers who required lsb for printer install. HP printers are
supported via HPLIP which is included in Ubuntu installation.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in lsb:
  New
Status in cups-filters package in Ubuntu:
  Fix Released
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Fix Released
Status in cups-filters source package in Xenial:
  Fix Released
Status in epson-inkjet-printer-escpr source package in Xenial:
  Fix Released
Status in lsb source package in Xenial:
  Fix Released

Bug description:
  [SRU justification]
  Previous releases were compatible with third-party printer drivers provided 
in LSB package format (and also as .deb packages depending on the lsb package). 
 As of 16.04, because the LSB specifies ABIs for various libraries that are no 
longer supported in Ubuntu as obsolete, the packages for the lsb modules have 
been dropped in both Debian and Ubuntu.  This includes dropping of lsb-core, 
which is the component which provides the LSB-mandated ELF loader path - 
without which no lsb executable will work.

  This SRU will restore the bare minimum of LSB compatibility necessary
  to support known third-party LSB printer driver packages on Ubuntu
  16.04.

  [Regression potential]
  The reintroduced 'lsb' binary package is known to not fully satisfy the 
requirements for a complete LSB-compliant system.  This is a regression vs. 
Ubuntu 14.04; so anyone using LSB packages on Ubuntu 14.04 who upgrades to 
Ubuntu 16.04 may have the upgrade succeed without any warning from the package 
manager.

  As there are very few lsb packages in use in the wild, this is
  considered an acceptable regression, especially as this will land
  before the first 16.04 point release.

  [Test case]
  1. Download the epsion 201106w printer driver package from 
http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/main/binary-amd64/epson-inkjet-printer-201106w_1.0.1-1lsb3.2_amd64.deb
  2. Install the package and confirm that its dependencies are not satisfiable.
  3. Enable xenial-proposed.
  4. Install the package again and confirm that the dependencies are satisfied.
  5. Verify that 
/opt/epson-inkjet-printer-201106w/cups/lib/filter/epson_inkjet_printer_filter 
can be run without errors about missing lsb ld.so or missing libraries.

  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

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

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


[Desktop-packages] [Bug 1573581] Re: Showing wrong times for imported calendars

2016-07-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-calendar (Ubuntu)
   Status: New => Confirmed

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

Title:
  Showing wrong times for imported calendars

Status in gnome-calendar package in Ubuntu:
  Confirmed

Bug description:
  I have imported two .ics feeds from two different services, and the
  times for both feeds are out by two hours.

  Two hours is exactly the time difference between my timezone and UTC,
  so my guess is that the feeds are delivering the times in my timezone
  time, and calendar is interpreting them as UTC and adding the two
  hours time difference.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-calendar 3.20.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 22 14:36:06 2016
  InstallationDate: Installed on 2015-04-27 (361 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: gnome-calendar
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (0 days ago)

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

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


[Desktop-packages] [Bug 1488254] Re: clang++ no longer ABI-compatible with g++

2016-07-19 Thread Jeremy Bicha
** Also affects: llvm-toolchain-3.8 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  clang++ no longer ABI-compatible with g++

Status in LLVM:
  Confirmed
Status in llvm-toolchain-3.6 package in Ubuntu:
  Confirmed
Status in llvm-toolchain-3.8 package in Ubuntu:
  New

Bug description:
  $ cat foo.cc
  #include 
  std::string hello = "Hello, world!\n";
  $ cat bar.cc
  #include 
  #include 
  extern std::string hello;
  int main() {
  std::cout << hello;
  return 0;
  }
  $ g++ -c foo.cc && g++ foo.o bar.cc && ./a.out
  Hello, world!
  $ clang++ -c foo.cc && clang++ foo.o bar.cc && ./a.out
  Hello, world!
  $ g++ -c foo.cc && clang++ foo.o bar.cc && ./a.out
  /tmp/bar-34fb23.o: In function `main':
  bar.cc:(.text+0x14): undefined reference to `hello'
  clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
  $ clang++ -c foo.cc && g++ foo.o bar.cc && ./a.out
  /tmp/ccqU38Mh.o: In function `main':
  bar.cc:(.text+0x5): undefined reference to `hello[abi:cxx11]'
  collect2: error: ld returned 1 exit status

  In practice, this means that many programs using C++ libraries other
  than libstdc++ fail to compile with clang++. For example, mosh fails
  with undefined references to
  google::protobuf::internal::empty_string_,
  google::protobuf::MessageLite::InitializationErrorString() const, and
  google::protobuf::MessageLite::SerializeAsString() const.

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

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


[Desktop-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-07-19 Thread HP Printer Technical Support
Any printer installation is the problems you confront allow the
professional to take a step ahead to fix the driver, install it well and
ensure that it is compatible with your computer software and works well.
The specialist guide you well how to make over it well. To get quotes
for your queries dial toll free number 1-888-924-5460 now OR Visit your
website for more details : https://www.vfix365.us/hp

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

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in lsb:
  New
Status in cups-filters package in Ubuntu:
  Fix Released
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Fix Released
Status in cups-filters source package in Xenial:
  Fix Released
Status in epson-inkjet-printer-escpr source package in Xenial:
  Fix Released
Status in lsb source package in Xenial:
  Fix Released

Bug description:
  [SRU justification]
  Previous releases were compatible with third-party printer drivers provided 
in LSB package format (and also as .deb packages depending on the lsb package). 
 As of 16.04, because the LSB specifies ABIs for various libraries that are no 
longer supported in Ubuntu as obsolete, the packages for the lsb modules have 
been dropped in both Debian and Ubuntu.  This includes dropping of lsb-core, 
which is the component which provides the LSB-mandated ELF loader path - 
without which no lsb executable will work.

  This SRU will restore the bare minimum of LSB compatibility necessary
  to support known third-party LSB printer driver packages on Ubuntu
  16.04.

  [Regression potential]
  The reintroduced 'lsb' binary package is known to not fully satisfy the 
requirements for a complete LSB-compliant system.  This is a regression vs. 
Ubuntu 14.04; so anyone using LSB packages on Ubuntu 14.04 who upgrades to 
Ubuntu 16.04 may have the upgrade succeed without any warning from the package 
manager.

  As there are very few lsb packages in use in the wild, this is
  considered an acceptable regression, especially as this will land
  before the first 16.04 point release.

  [Test case]
  1. Download the epsion 201106w printer driver package from 
http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/main/binary-amd64/epson-inkjet-printer-201106w_1.0.1-1lsb3.2_amd64.deb
  2. Install the package and confirm that its dependencies are not satisfiable.
  3. Enable xenial-proposed.
  4. Install the package again and confirm that the dependencies are satisfied.
  5. Verify that 
/opt/epson-inkjet-printer-201106w/cups/lib/filter/epson_inkjet_printer_filter 
can be run without errors about missing lsb ld.so or missing libraries.

  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

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

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


[Desktop-packages] [Bug 1579712] Re: Refresh hangs indefinitely, appstreamcli using 100% CPU

2016-07-19 Thread Poldi
I can also confirm that comment 24 has fixed the issue for me. 
Thanks

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

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

Status in appstream package in Ubuntu:
  Fix Released
Status in appstream source package in Xenial:
  Fix Released

Bug description:
  [Impact]

   * The cache refresh is blocked on a strdup on a non-NULL-terminated string 
in some very rare occasions (very rare because this bug is present for almost 
3y without a single report).
   * Fixing this bug resolves the issue for people who might experience it.
   * See https://github.com/ximion/appstream/issues/35 for details.

  [Test Case 1]

   * Run `sudo appstreamcli refresh --force`
   * The AppStream cache should be updated, no change in behavior should be 
seen.

  [Test Case 2]

   * In case you were experiencing the almost-infinite hang when running
  `sudo appstreamcli refresh --force`, this issue should be fixed with
  the SRU.

  [Regression Potential]

   * Very low, since this only fixes the decompression code. There
  should be no sideeffects of that (given that the patch itself doesn't
  break anything, which it shouldn't, since it has been tested upstream
  for a while)

  [Other Info]

   * This fix has been applied upstream: 
https://github.com/ximion/appstream/commit/f33c520c37e2ba51d92402220250b8d501a2bf43
   * A smaller version of the patch (one-liner) is available, at the expense of 
not having reduced memory usage: 
https://github.com/ximion/appstream/commit/378941787d3584b3eb31a6ebe40e0aacc10e180a

  

  /!\ Installing the bugfix from xenial-proposed, without going through APT:
  To install the fixed packages manually, please execute the following commands 
(for amd64, adjust URLs for other architectures):

  ```
  cd /tmp && mkdir asfix
  cd asfix
  wget 
https://launchpad.net/ubuntu/+archive/primary/+files/appstream_0.9.4-1ubuntu1_amd64.deb
  wget 
https://launchpad.net/ubuntu/+archive/primary/+files/libappstream3_0.9.4-1ubuntu1_amd64.deb
  sudo dpkg -i libappstream3*.deb
  sudo dpkg -i appstream*.deb
  ```

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

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


[Desktop-packages] [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation

2016-07-19 Thread Rashkae
As well as removing hosts lookup in the smb.conf file (#29) you can also
prevent this behaviour by installing the libnss-winbind package and
adding wins to the hosts line in /etc/nsswitch.conf

Ex:

hosts:  files wins mdns4_minimal [NOTFOUND=return] dns

That should allow samba to find all the hosts it sees in broadcasts,
without sending the lookup to the broken dns server(s).

Alternatively, you an modify your search domain so you don't inherit an
internet domain from the router.

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

Title:
  gvfsd-smb: very high CPU utilisation

Status in gvfs package in Ubuntu:
  Confirmed
Status in samba package in Ubuntu:
  Confirmed
Status in samba package in Fedora:
  Unknown

Bug description:
  Example:

  I use Virtualbox and mount a .vdi on an SMB server. Using gvfsd-smb
  (browsing within Gnome to find the share), gvfsd-smb uses up to 50%
  CPU which slows down the entire system when accessing the network
  share. Mounting using sudo ($ sudo mount -t smbfs -o
  guest,nounix,noperm //server/share /media/share) so that cifs is used
  uses around 8% CPU. The difference is dramatic!

  If I didn't have sudo access my machine would grind to a halt when
  trying to use the remote share.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gvfs-backends 1.12.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12
  Uname: Linux 3.11.0-26-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: i386
  Date: Fri Jan  9 14:32:20 2015
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gvfs
  UpgradeStatus: Upgraded to precise on 2014-12-07 (33 days ago)

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

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


Re: [Desktop-packages] [Bug 1604497] Re: Pulseaudio does not start

2016-07-19 Thread Luke Yelavich
Could you plesae get a log from PulseAudio as descirbed at
https://wiki.ubuntu.com/PulseAudio/Log.

Thanks.

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

Title:
  Pulseaudio does not start

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I'm using Ubuntu Mate 16.04 with the current updates.

  When I start the computer, pulseaudio is not working after I've logged
  in.

  If I type:
   start-pulseaudio-x11
  from the command line, I get
  "Connection failure: Connection refused
  pa_context_connect() failed: Connection refused"
  and I cannot play any sound.

  If I type pulseaudio& on the command line, I can get sound in some
  applications (e.g. Audacity) but not others (e.g. Firefox or other
  browsers).  At some point a command line message appears that says:
  "E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed:
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken."

  I'm not clear why there's a reference to bluez5-util, since I don't
  have bluetooth on my machine.

  pulseaudio:
Installed: 1:8.0-0ubuntu3
Candidate: 1:8.0-0ubuntu3
Version table:
   *** 1:8.0-0ubuntu3 500
  500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Jul 19 17:43:11 2016
  InstallationDate: Installed on 2016-05-10 (70 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia failed
  Symptom_Card: GK208 HDMI/DP Audio Controller - HDA NVidia
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Z97X-UD3H, Nvidia GPU 51 HDMI/DP, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F8
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd04/21/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z97X-UD3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1604635] [NEW] não consigo fazer uma doação ao desenvolvedor

2016-07-19 Thread Maurício
Public bug reported:

Não consigo fazer uma doação para o desenvolvedor de um complemento de que 
gosto no Firefox.
Quando clico no botão azul,aparece em seguida uma mensagem de que será 
reencaminhado para o paypal, com um rodamoinho indicando uma espera de tempo. 
mas então o menu de doação some e a tela fica um pouco mais escura, indicando 
um congelamento. Clicando em reload page, começo tudo de novo e novamente não 
consigo.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 47.0+build3-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mau3639 F pulseaudio
BuildID: 20160606113944
Channel: Unavailable
CurrentDesktop: Unity
Date: Tue Jul 19 22:10:12 2016
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2015-12-02 (230 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
IpRoute:
 default via 192.168.0.1 dev enp1s0  proto static  metric 100 
 169.254.0.0/16 dev enp1s0  scope link  metric 1000 
 192.168.0.0/24 dev enp1s0  proto kernel  scope link  src 192.168.0.100  metric 
100
IwConfig:
 lono wireless extensions.
 
 enp1s0no wireless extensions.
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-df147eab-0ed3-42fc-8b78-78eca2160526
Plugins:
 DjView-4.10.5 - /usr/lib/mozilla/plugins/nsdejavu.so (djview-plugin)
 Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=47.0/20160606113944 (In use)
RelatedPackageVersions: djview-plugin 4.10.5-1
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs: bp-df147eab-0ed3-42fc-8b78-78eca2160526
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to xenial on 2016-05-03 (77 days ago)
dmi.bios.date: 02/26/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.5
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: IPMH61R3
dmi.board.vendor: PCWARE
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: PCWARE
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/26/2013:svnZMAX:pnMERCHANT3200:pvr1.0:rvnPCWARE:rnIPMH61R3:rvr1.0:cvnPCWARE:ct3:cvr1.0:
dmi.product.name: MERCHANT 3200
dmi.product.version: 1.0
dmi.sys.vendor: ZMAX

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


** Tags: amd64 apport-bug xenial

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

Title:
  não consigo fazer uma doação ao desenvolvedor

Status in firefox package in Ubuntu:
  New

Bug description:
  Não consigo fazer uma doação para o desenvolvedor de um complemento de que 
gosto no Firefox.
  Quando clico no botão azul,aparece em seguida uma mensagem de que será 
reencaminhado para o paypal, com um rodamoinho indicando uma espera de tempo. 
mas então o menu de doação some e a tela fica um pouco mais escura, indicando 
um congelamento. Clicando em reload page, começo tudo de novo e novamente não 
consigo.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 47.0+build3-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mau3639 F pulseaudio
  BuildID: 20160606113944
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Tue Jul 19 22:10:12 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-12-02 (230 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp1s0  proto static  metric 100 
   169.254.0.0/16 dev enp1s0  scope link  metric 1000 
   192.168.0.0/24 dev enp1s0  proto kernel  scope link  src 192.168.0.100  
metric 100
  IwConfig:
   lono wireless extensions.
   
   enp1s0no wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-df147eab-0ed3-42fc-8b78-78eca2160526
  Plugins:
   DjView-4.10.5 - /usr/lib/mozilla/plu

[Desktop-packages] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-07-19 Thread BALLOON a.k.a. Fu-sen. (Keiichi SHIGA)
I tried the information of the Google+ community of elementary OS, it worked:
https://plus.google.com/b/111659895494557099209/106882842682420321979/posts/DkdeBjMSAT3

sudo mkdir /etc/X11/xorg.conf.d
sudo (editor) /etc/X11/xorg.conf.d/20-intel.conf

Section "Device"
Identifier "Intel Graphics"
Driver "intel"

Option "AccelMethod" "uxa"
EndSection

It worked even Xubuntu and Lubuntu.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

Status in elementary OS:
  Confirmed
Status in xf86-video-intel:
  Confirmed
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel source package in Xenial:
  Confirmed
Status in xserver-xorg-video-intel package in Debian:
  Fix Released

Bug description:
  [SRU for Ubuntu 16.04]
  Package (yakkety): xserver-xorg-video-intel 2:2.99.917+git20160706-1ubuntu1
  Current (xenial): xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1

  [Impact]
  Mouse cursor is no longer visible after VT-switch for systems with Intel 
graphics.

  Switching VTs again may cause the cursor to become visible again.
  - Changing to vt1 then back to vt7 (ctrl+alt+f1 then ctrl+alt+f7)

  This is often observed in systems that lock the session and return to
  the greeter (including at least Xubuntu, Ubuntu Mate, and elementary
  OS).

  [Test Case]
  (Requires a lightdm-based screen locking solution)
  1. Start a new session.
  2. Lock your screen.
  2a. You are redirected to the lightdm greeter.
  3. Login/Unlock your session.
  4. Cursor is no longer visible.

  [Debian Changelog (since 2:2.99.917+git20160325-1ubuntu1)]
   xserver-xorg-video-intel (2:2.99.917+git20160706-1ubuntu1) yakkety; 
urgency=medium
* Merge from Debian.

   xserver-xorg-video-intel (2:2.99.917+git20160706-1) unstable; urgency=medium
* New upstream snapshot.
* fix-fd-leak-when-intel-scrn-create-fails.diff, sna-let-modesetting-
  handle-gen9+.diff: Dropped as the fallback to modesetting will be
  fully handled in the xserver.
* .docs: Include a minimal xorg.conf.

   xserver-xorg-video-intel (2:2.99.917+git20160522-1ubuntu1) yakkety; 
urgency=medium
* Merge from Debian.
* install-dri3info.diff: Install dri3info with the driver, add 
libxcomposite-dev
  to build-depends.

   xserver-xorg-video-intel (2:2.99.917+git20160522-1) unstable; urgency=medium
* New upstream snapshot. (Closes: #823116)
* fix-fd-leak-when-intel-scrn-create-fails.diff: Fix a failure falling back
  on another driver when scrn create fails.

  [Regression Potential]
  Regression potential here seems minimal. However, as seen in the above Debian 
changelog, we have a new snapshot which includes several changes since March 25.

  ===

  [Original Report]
  Cursor is visible at unlock screen either after returning from suspend or 
just locking.

  After unlocking screen cursor is invisible.

  Changing to vt1 then back to vt7 (ctrl+alt+f1 then ctrl+alt+f7) cursor
  returns

  

  no matter if you suspend or sleep, to swap or disk when you return
  from it, the mouse cursor is missing.you can still move the mouse
  and you can see (because it highlights the window) as you move it
  around.   But the cursor is not displayed on the screen.

  i am using a lenovo W540 laptop.   I downloaded the latest beta on
  april 8 2016.

  this is xubuntu using the xfce window manager.

  the cursor does return if i log off and log back in, but that actually 
defeats the purpose of going to sleep.
  ---
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2016-04-08 (2 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: light-locker 1.7.0-2ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Tags:  xenial
  Uname: Linux 4.4.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1604628] Re: Thunderbird Icon set is broken (ugly, black and white, monochrome icons/theme)

2016-07-19 Thread Manuel López-Ibáñez
However, the work-around given in bug #1004841 doesn't work anymore.

The default theme in linux is not monochrome:

https://www.mozilla.org/media/img/l10n/en-US/thunderbird/landing
/screenshot-linux.7af76cb37bda.png

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

Title:
   Thunderbird Icon set is broken (ugly, black and white, monochrome
  icons/theme)

Status in thunderbird package in Ubuntu:
  New

Bug description:
  thunderbird (1:45.2.0+build1-0ubuntu0.16.04.1) again (bug #1004841)
  overrides the default theme with ugly monochrome icons. Instead of
  adding a theme and using it by default, there are three patches that
  override the default linux theme:

  theme-refresh-addressbook-toolbar-icons.patch
  theme-refresh-compose-toolbar-icons.patch
  theme-refresh-messenger-toolbar-icons.patch

  They say:

  Description: Use monochrome icons for the messenger window toolbar
  Origin: https://bugzilla.mozilla.org/attachment.cgi?id=563822
  Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=665871

  # HG changeset patch
  # Parent f949fa44766392f56e3e690d298ca1f3ead3fb4a

  and do stuff like:

  -toolbar[iconsize="small"] #button-forward[disabled] {
  -  -moz-image-region: rect(16px 112px 32px 96px) !important;
  +toolbar[iconsize="small"] #button-forward[disabled="true"] {
  +  list-style-image: 
url("chrome://messenger/skin/icons/button-forward-small-disabled.svg");
  +  -moz-image-region: auto;
   }

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

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


[Desktop-packages] [Bug 1604628] [NEW] Thunderbird Icon set is broken (ugly, black and white, monochrome icons/theme)

2016-07-19 Thread Manuel López-Ibáñez
Public bug reported:

thunderbird (1:45.2.0+build1-0ubuntu0.16.04.1) again (bug #1004841)
overrides the default theme with ugly monochrome icons. Instead of
adding a theme and using it by default, there are three patches that
override the default linux theme:

theme-refresh-addressbook-toolbar-icons.patch
theme-refresh-compose-toolbar-icons.patch
theme-refresh-messenger-toolbar-icons.patch

They say:

Description: Use monochrome icons for the messenger window toolbar
Origin: https://bugzilla.mozilla.org/attachment.cgi?id=563822
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=665871

# HG changeset patch
# Parent f949fa44766392f56e3e690d298ca1f3ead3fb4a

and do stuff like:

-toolbar[iconsize="small"] #button-forward[disabled] {
-  -moz-image-region: rect(16px 112px 32px 96px) !important;
+toolbar[iconsize="small"] #button-forward[disabled="true"] {
+  list-style-image: 
url("chrome://messenger/skin/icons/button-forward-small-disabled.svg");
+  -moz-image-region: auto;
 }

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

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

Title:
   Thunderbird Icon set is broken (ugly, black and white, monochrome
  icons/theme)

Status in thunderbird package in Ubuntu:
  New

Bug description:
  thunderbird (1:45.2.0+build1-0ubuntu0.16.04.1) again (bug #1004841)
  overrides the default theme with ugly monochrome icons. Instead of
  adding a theme and using it by default, there are three patches that
  override the default linux theme:

  theme-refresh-addressbook-toolbar-icons.patch
  theme-refresh-compose-toolbar-icons.patch
  theme-refresh-messenger-toolbar-icons.patch

  They say:

  Description: Use monochrome icons for the messenger window toolbar
  Origin: https://bugzilla.mozilla.org/attachment.cgi?id=563822
  Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=665871

  # HG changeset patch
  # Parent f949fa44766392f56e3e690d298ca1f3ead3fb4a

  and do stuff like:

  -toolbar[iconsize="small"] #button-forward[disabled] {
  -  -moz-image-region: rect(16px 112px 32px 96px) !important;
  +toolbar[iconsize="small"] #button-forward[disabled="true"] {
  +  list-style-image: 
url("chrome://messenger/skin/icons/button-forward-small-disabled.svg");
  +  -moz-image-region: auto;
   }

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

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


[Desktop-packages] [Bug 1604625] [NEW] /usr/bin/transmission-gtk:11:countRange:tr_bitfieldCountRange:tr_cpMissingBlocksInPiece:tr_cpPieceIsComplete:tr_cpHaveValid

2016-07-19 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding transmission.  This problem was most recently seen with
version 2.84-3ubuntu3, the problem page at
https://errors.ubuntu.com/problem/6f63f7e950b55e7422cff522a583ea5f8757b5ed
contains more details.

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


** Tags: trusty utopic vivid wily xenial

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

Title:
  /usr/bin/transmission-
  
gtk:11:countRange:tr_bitfieldCountRange:tr_cpMissingBlocksInPiece:tr_cpPieceIsComplete:tr_cpHaveValid

Status in transmission package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding transmission.  This problem was most recently seen with
  version 2.84-3ubuntu3, the problem page at
  https://errors.ubuntu.com/problem/6f63f7e950b55e7422cff522a583ea5f8757b5ed
  contains more details.

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

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


[Desktop-packages] [Bug 1547762] Re: "SSL Protocol Error" in Chromium for several Google web sites after installing Ubuntu Security Updates for libnss3

2016-07-19 Thread Shi Yali
Fix has been released. Thank you very much!

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

Title:
  "SSL Protocol Error" in Chromium for several Google web sites after
  installing Ubuntu Security Updates for libnss3

Status in Chromium Browser:
  New
Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Scenario: Laptop computer running Ubuntu 12.04.5 LTS (64-bit)
  ("Precise Pangolin")

  Issue: In the Chromium web browser - "Version 37.0.2062.120 Ubuntu
  12.04 (281580) (64-bit)" - after having installed the Ubuntu security
  Updates that were available on Feb 18, 2016, I get the following error
  while trying to access some Google Web sites (e.g.
  https://www.google.com ; https://plus.google.com/ ;
  https://hangouts.google.com/ ):

    
  SSL connection error

  Unable to make a secure connection to the server. This may be a problem with 
the server, or it may be requiring a client authentication certificate that you 
don't have.  
  Error code: ERR_SSL_PROTOCOL_ERROR
  

  Those web sites still appear correctly in the same computer, using
  other web browsers, namely Google Chrome - "Version 48.0.2564.109
  (64-bit)" - or Mozilla Firefox - version "44.0.2"

  The updates installed on Feb 18, 2016 were the following:

  libnss3:amd64 (3.19.2.1-0ubuntu0.12.04.2, 3.21-0ubuntu0.12.04.1)  
  libnss3:i386 (3.19.2.1-0ubuntu0.12.04.2, 3.21-0ubuntu0.12.04.1)  
  libnss3-1d:amd64 (3.19.2.1-0ubuntu0.12.04.2, 3.21-0ubuntu0.12.04.1)

  "libnss3" is listed at
  http://packages.ubuntu.com/search?keywords=libnss3 as being the
  "Network Security Service libraries", so I believe it's possible that
  update may be related to this issue that I'm facing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: chromium-browser 37.0.2062.120-0ubuntu0.12.04.1~pkg917
  ProcVersionSignature: Ubuntu 3.13.0-77.121~precise1-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: amd64
  Date: Sat Feb 20 03:37:51 2016
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/chromium-browser/chromium-browser
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MarkForUpload: True
  ProcEnviron:
   
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.chromium.browser: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1547762/+subscriptions

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


[Desktop-packages] [Bug 1143495] Re: udisks reporting input/output error that seems to be nonsense

2016-07-19 Thread Gilles Schintgen
I tried disabling udisks's checking of SMART attributes: open gnome-
disk-utility ("Disks"), select the SSD, click the "hamburger" icon in
the top right corner, SMART, disable. But unfortunately it is
automatically re-enabled after a reboot.

Is there a workaround?

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

Title:
  udisks reporting input/output error that seems to be nonsense

Status in libatasmart:
  Confirmed
Status in udisks:
  Unknown
Status in libatasmart package in Ubuntu:
  Fix Released
Status in udisks package in Ubuntu:
  Invalid
Status in udisks2 package in Ubuntu:
  Invalid

Bug description:
  My syslog is full of entries that look like this:

  Mar  3 12:06:45 faldara udisksd[2630]: Error performing housekeeping
  for drive
  /org/freedesktop/UDisks2/drives/WDC_WD360GD_00FNA0_WD_WMAH91337618:
  Error updating SMART data: sk_disk_smart_status: Input/output error
  (udisks-error-quark, 0)

  And opening the disks utility shows invalid smart data, and choosing
  to update the smart data also reports an I/O error.  Using smartctl on
  the command line though says this disk is fine:

  root@faldara:~# smartctl -a /dev/sdc
  smartctl 5.43 2012-06-30 r3573 [x86_64-linux-3.8.0-7-generic] (local build)
  Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net

  === START OF INFORMATION SECTION ===
  Model Family: Western Digital Raptor
  Device Model: WDC WD360GD-00FNA0
  Serial Number:WD-WMAH91337618
  Firmware Version: 35.06K35
  User Capacity:37,019,566,080 bytes [37.0 GB]
  Sector Size:  512 bytes logical/physical
  Device is:In smartctl database [for details use: -P show]
  ATA Version is:   6
  ATA Standard is:  Exact ATA specification draft version not indicated
  Local Time is:Sun Mar  3 23:25:55 2013 EST
  SMART support is: Available - device has SMART capability.
  SMART support is: Enabled

  === START OF READ SMART DATA SECTION ===
  SMART overall-health self-assessment test result: PASSED

  General SMART Values:
  Offline data collection status:  (0x82)   Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
  Self-test execution status:  (   0)   The previous self-test routine 
completed
without error or no self-test has ever 
been run.
  Total time to complete Offline 
  data collection:  ( 1572) seconds.
  Offline data collection
  capabilities:  (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off 
support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
  SMART capabilities:(0x0003)   Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
  Error logging capability:(0x01)   Error logging supported.
No General Purpose Logging support.
  Short self-test routine 
  recommended polling time:  (   2) minutes.
  Extended self-test routine
  recommended polling time:  (  28) minutes.
  Conveyance self-test routine
  recommended polling time:  (   5) minutes.

  SMART Attributes Data Structure revision number: 16
  Vendor Specific SMART Attributes with Thresholds:
  ID# ATTRIBUTE_NAME  FLAG VALUE WORST THRESH TYPE  UPDATED  
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b   200   200   051Pre-fail  Always  
 -   0
3 Spin_Up_Time0x0007   088   084   021Pre-fail  Always  
 -   2100
4 Start_Stop_Count0x0032   095   095   040Old_age   Always  
 -   5566
5 Reallocated_Sector_Ct   0x0033   200   200   140Pre-fail  Always  
 -   0
7 Seek_Error_Rate 0x000b   200   200   051Pre-fail  Always  
 -   0
9 Power_On_Hours  0x0032   080   080   000Old_age   Always  
 -   14706
   10 Spin_Retry_Count0x0013   100   100   051Pre-fail  Always  
 -   0
   11 Calibration_Retry_Count 0x0013   100   100   051Pre-fail  Always  
 -   0
   12 Power_Cycle_Count   0x0032   095   095   000Old_age   Always  
 -   5255
  194 Temperature_Celsius 0x0022   109   253   000Old_age   Always  
 - 

[Desktop-packages] [Bug 1604516] Re: errors

2016-07-19 Thread Paul White
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected. 
3. The behavior you actually encountered (in as much detail as possible).

Thanks!

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

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

Title:
  errors

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Errors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.45.11  Tue May 17 
18:25:03 PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Jul 19 23:29:42 2016
  DistUpgraded: 2016-07-06 20:36:48,274 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-28-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
   nvidia-361, 361.45.11, 4.4.0-28-generic, x86_64: installed
   nvidia-361, 361.45.11, 4.4.0-31-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] 3rd Gen Core processor Graphics 
Controller [1025:067d]
   NVIDIA Corporation GK107M [GeForce GT 640M] [10de:0fd2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Acer Incorporated [ALI] GK107M [GeForce GT 640M] [1025:067d]
  InstallationDate: Installed on 2016-03-11 (129 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Aspire M3-581TG
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=33d6299c-51b9-4473-8383-8676d7735358 ro plymouth:debug drm.debug=0xe
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-07-06 (13 days ago)
  dmi.bios.date: 10/22/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: MA50_HX
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.13:bd10/22/2012:svnAcer:pnAspireM3-581TG:pvrV1.13:rvnAcer:rnMA50_HX:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire M3-581TG
  dmi.product.version: V1.13
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Tue Jul 19 23:06:25 2016
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.3-1ubuntu2.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+sourc

[Desktop-packages] [Bug 1596826] Re: Gimp does not respond when using Cage Transform tool

2016-07-19 Thread austint30
Same thing is happening to me. When I close the cage transform tool, the
cage transform pie progress thing shows up, and when it's almost done
the window turns black and white and Gimp no longer responds. I've been
waiting for over 5 minutes and it still hasn't unfreezed yet.

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

Title:
  Gimp does not respond when using Cage Transform tool

Status in gimp package in Ubuntu:
  Confirmed

Bug description:
  I'm running gimp on ubuntu 16.04 LTS. Everytime I try to use the Cage
  Transform tool gimp stops responding.

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

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


[Desktop-packages] [Bug 1596826] Re: Gimp does not respond when using Cage Transform tool

2016-07-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Gimp does not respond when using Cage Transform tool

Status in gimp package in Ubuntu:
  Confirmed

Bug description:
  I'm running gimp on ubuntu 16.04 LTS. Everytime I try to use the Cage
  Transform tool gimp stops responding.

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

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


[Desktop-packages] [Bug 1604583] Re: Crash occurred while system was unattended, installing the KDE before erradicating Gnome - 20160719-1239

2016-07-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1588346 ***
https://bugs.launchpad.net/bugs/1588346

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1588346, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1588346
   package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.12+16.04.20160126-0ubuntu1

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

Title:
  Crash occurred while system was unattended, installing the KDE before
  erradicating Gnome - 20160719-1239

Status in account-plugins package in Ubuntu:
  New
Status in ktp-accounts-kcm package in Ubuntu:
  New

Bug description:
  Brief description of incident:
  As the default Gnome Desktop Environment was still present and active, the 
KDE was being installed using 'apt-get install kubuntu-desktop'. Upon returning 
to a sleeping screen, tapping the KB/Mouse, the system woke the screen only to 
display a dialog box triggered to generate a bug report for whatever error 
occurred during the installation process.

  System and Package details:
  Description: Ubuntu 16.04 LTS
  Release: 16.04
  Package ID:  kubuntu-desktop
  Package: Kubuntu Plasma Desktop/Netbook system
Installed: 1.338
Candidate: 1.338
Version table:
   *** 1.338 500
   500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 
Packages
   100 /var/lib/dpkg/status

  Steps to reproduce:
  1) Boot to the desktop of Ubuntu 16.04 with the default GNOME desktop 
environment
  2) Open a terminal window
  3) Type the following and press the Enter key to submit the command:
  sudo apt-get install kubuntu-desktop

  Expected results:
  KDE package should install without incident.

  Actual results:
  KDE package installed, and is still installing, but generated errors 
triggering the automated creation of this bug report.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: kde-config-telepathy-accounts (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Tue Jul 19 12:19:46 2016
  DuplicateSignature:
   package:kde-config-telepathy-accounts:(not installed)
   Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
 (--unpack):
trying to overwrite '/usr/share/accounts/services/google-im.service', which 
is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
  ErrorMessage: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  InstallationDate: Installed on 2016-06-30 (19 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: ktp-accounts-kcm
  Title: package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1604583/+subscriptions

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


[Desktop-packages] [Bug 1604583] Re: Crash occurred while system was unattended, installing the KDE before erradicating Gnome - 20160719-1239

2016-07-19 Thread Seth Arnold
*** This bug is a duplicate of bug 1588346 ***
https://bugs.launchpad.net/bugs/1588346

Note that you may have hardware issues, too:

[  103.332068] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[  103.332077] ata1.00: BMDMA stat 0x26
[  103.332083] ata1.00: failed command: WRITE DMA EXT
[  103.332092] ata1.00: cmd 35/00:98:68:49:90/00:06:1a:00:00/e0 tag 0 dma 
864256 out
res 51/84:87:79:4e:90/84:01:1a:00:00/e0 Emask 0x30 
(host bus error)
[  103.332097] ata1.00: status: { DRDY ERR }
[  103.332101] ata1.00: error: { ICRC ABRT }
[  103.332112] ata1: soft resetting link
[  103.524483] ata1.00: configured for UDMA/133
[  103.524504] ata1: EH complete

Thanks

** Also affects: account-plugins (Ubuntu)
   Importance: Undecided
   Status: New

** Information type changed from Private Security to Public

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

Title:
  Crash occurred while system was unattended, installing the KDE before
  erradicating Gnome - 20160719-1239

Status in account-plugins package in Ubuntu:
  New
Status in ktp-accounts-kcm package in Ubuntu:
  New

Bug description:
  Brief description of incident:
  As the default Gnome Desktop Environment was still present and active, the 
KDE was being installed using 'apt-get install kubuntu-desktop'. Upon returning 
to a sleeping screen, tapping the KB/Mouse, the system woke the screen only to 
display a dialog box triggered to generate a bug report for whatever error 
occurred during the installation process.

  System and Package details:
  Description: Ubuntu 16.04 LTS
  Release: 16.04
  Package ID:  kubuntu-desktop
  Package: Kubuntu Plasma Desktop/Netbook system
Installed: 1.338
Candidate: 1.338
Version table:
   *** 1.338 500
   500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 
Packages
   100 /var/lib/dpkg/status

  Steps to reproduce:
  1) Boot to the desktop of Ubuntu 16.04 with the default GNOME desktop 
environment
  2) Open a terminal window
  3) Type the following and press the Enter key to submit the command:
  sudo apt-get install kubuntu-desktop

  Expected results:
  KDE package should install without incident.

  Actual results:
  KDE package installed, and is still installing, but generated errors 
triggering the automated creation of this bug report.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: kde-config-telepathy-accounts (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Tue Jul 19 12:19:46 2016
  DuplicateSignature:
   package:kde-config-telepathy-accounts:(not installed)
   Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
 (--unpack):
trying to overwrite '/usr/share/accounts/services/google-im.service', which 
is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
  ErrorMessage: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  InstallationDate: Installed on 2016-06-30 (19 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: ktp-accounts-kcm
  Title: package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1604583/+subscriptions

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


[Desktop-packages] [Bug 1604583] Bug is not a security issue

2016-07-19 Thread Seth Arnold
*** This bug is a duplicate of bug 1588346 ***
https://bugs.launchpad.net/bugs/1588346

Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

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

Title:
  Crash occurred while system was unattended, installing the KDE before
  erradicating Gnome - 20160719-1239

Status in account-plugins package in Ubuntu:
  New
Status in ktp-accounts-kcm package in Ubuntu:
  New

Bug description:
  Brief description of incident:
  As the default Gnome Desktop Environment was still present and active, the 
KDE was being installed using 'apt-get install kubuntu-desktop'. Upon returning 
to a sleeping screen, tapping the KB/Mouse, the system woke the screen only to 
display a dialog box triggered to generate a bug report for whatever error 
occurred during the installation process.

  System and Package details:
  Description: Ubuntu 16.04 LTS
  Release: 16.04
  Package ID:  kubuntu-desktop
  Package: Kubuntu Plasma Desktop/Netbook system
Installed: 1.338
Candidate: 1.338
Version table:
   *** 1.338 500
   500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 
Packages
   100 /var/lib/dpkg/status

  Steps to reproduce:
  1) Boot to the desktop of Ubuntu 16.04 with the default GNOME desktop 
environment
  2) Open a terminal window
  3) Type the following and press the Enter key to submit the command:
  sudo apt-get install kubuntu-desktop

  Expected results:
  KDE package should install without incident.

  Actual results:
  KDE package installed, and is still installing, but generated errors 
triggering the automated creation of this bug report.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: kde-config-telepathy-accounts (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Tue Jul 19 12:19:46 2016
  DuplicateSignature:
   package:kde-config-telepathy-accounts:(not installed)
   Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
 (--unpack):
trying to overwrite '/usr/share/accounts/services/google-im.service', which 
is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
  ErrorMessage: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  InstallationDate: Installed on 2016-06-30 (19 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: ktp-accounts-kcm
  Title: package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1604583/+subscriptions

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


[Desktop-packages] [Bug 1604516] Re: errors

2016-07-19 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  errors

Status in xorg package in Ubuntu:
  New

Bug description:
  Errors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.45.11  Tue May 17 
18:25:03 PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Jul 19 23:29:42 2016
  DistUpgraded: 2016-07-06 20:36:48,274 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-28-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
   nvidia-361, 361.45.11, 4.4.0-28-generic, x86_64: installed
   nvidia-361, 361.45.11, 4.4.0-31-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] 3rd Gen Core processor Graphics 
Controller [1025:067d]
   NVIDIA Corporation GK107M [GeForce GT 640M] [10de:0fd2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Acer Incorporated [ALI] GK107M [GeForce GT 640M] [1025:067d]
  InstallationDate: Installed on 2016-03-11 (129 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Aspire M3-581TG
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=33d6299c-51b9-4473-8383-8676d7735358 ro plymouth:debug drm.debug=0xe
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-07-06 (13 days ago)
  dmi.bios.date: 10/22/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: MA50_HX
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.13:bd10/22/2012:svnAcer:pnAspireM3-581TG:pvrV1.13:rvnAcer:rnMA50_HX:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire M3-581TG
  dmi.product.version: V1.13
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Tue Jul 19 23:06:25 2016
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.3-1ubuntu2.2

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

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


[Desktop-packages] [Bug 1604394] Re: send button does not work

2016-07-19 Thread Tim Passingham
I'm happy to test a beta fix if that helps, given a ppa or other method.

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

Title:
  send button does not work

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  On 19/7/16 I accept updates for thunderbird 38 to 45.2, using the
  standard ubuntu update process on 16.04.1 xenial, kernel
  "4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64
  x86_64 x86_64 GNU/Linux"  (followed by a lightning extension update).

  I could not send any email, nor spell check.  Nothing happened when I
  pressed the buttons.  So I downgraded to 1.38.6.0+build1-0ubuntu1 (and
  replaced the lightning extension).  All now works again.  I had to
  force and lock this version using synaptic.

  I don't see how this can be anything to do with my setup, since 38
  works OK.

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

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


[Desktop-packages] [Bug 1604587] [NEW] PCI/internal sound card not detected

2016-07-19 Thread Dale Hellwig
Public bug reported:

I updated 16.04 and rebooted. No sound on any applications. Checked to
see if sound card was detected with aplay. None detected. Ran lspci.
Shows audio device Intel Corporation Sunrise Point-H HD Audio (rev 31)
Sound working prior to installing last updates. No hardware changes in
the interim.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Tue Jul 19 16:01:29 2016
InstallationDate: Installed on 2016-06-07 (42 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/31/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0406
dmi.board.asset.tag: Default string
dmi.board.name: H170M-PLUS
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0406:bd08/31/2015:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH170M-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I updated 16.04 and rebooted. No sound on any applications. Checked to
  see if sound card was detected with aplay. None detected. Ran lspci.
  Shows audio device Intel Corporation Sunrise Point-H HD Audio (rev 31)
  Sound working prior to installing last updates. No hardware changes in
  the interim.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Tue Jul 19 16:01:29 2016
  InstallationDate: Installed on 2016-06-07 (42 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/31/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0406
  dmi.board.asset.tag: Default string
  dmi.board.name: H170M-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0406:bd08/31/2015:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH170M-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1604587/+subscriptions

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


[Desktop-packages] [Bug 1598316] Re: gtk2-engines-murrine desktop text shadow problem

2016-07-19 Thread Jeremy Bicha
** Also affects: xfdesktop4 (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  Upgraded my xubuntu 16.04 system on 01 Jul 2016.  The apt update
  included an upgrade to gtk2-engines-murrine.  However, after the upgrade
  and boot, the any desktop text, folder, launcher, etc. had a problem
  with the text and shadow being quite far apart.
+ 
+ This bug affects themes that use the textstyle feature of the murrine
+ engine on xfdesktop4. Ubuntu MATE 16.04, which also uses gtk2 but has
+ caja draw the desktop icons instead of xfdesktop, is not affected.
+ 
+ The only known affected theme packaged in Xubuntu 16.04 is numix-gtk-
+ theme. Third-party affected themes include Arc and Vertex.

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

Title:
  gtk2-engines-murrine desktop text shadow problem

Status in Arc Theme:
  New
Status in Numix GTK theme:
  Fix Released
Status in arc-theme package in Ubuntu:
  Triaged
Status in gtk2-engines-murrine package in Ubuntu:
  Triaged
Status in shimmer-themes package in Ubuntu:
  Triaged
Status in xfdesktop4 package in Ubuntu:
  New
Status in gtk2-engines-murrine package in Debian:
  New

Bug description:
  Upgraded my xubuntu 16.04 system on 01 Jul 2016.  The apt update
  included an upgrade to gtk2-engines-murrine.  However, after the
  upgrade and boot, the any desktop text, folder, launcher, etc. had a
  problem with the text and shadow being quite far apart.

  This bug affects themes that use the textstyle feature of the murrine
  engine on xfdesktop4. Ubuntu MATE 16.04, which also uses gtk2 but has
  caja draw the desktop icons instead of xfdesktop, is not affected.

  The only known affected theme packaged in Xubuntu 16.04 is numix-gtk-
  theme. Third-party affected themes include Arc and Vertex.

To manage notifications about this bug go to:
https://bugs.launchpad.net/arc-theme/+bug/1598316/+subscriptions

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


[Desktop-packages] [Bug 1604576] [NEW] PCI/internal sound card not detected

2016-07-19 Thread Guilherme Bueno
Public bug reported:

Fresh install of Xubuntu 16.04 on my recently bought HP ENVY All-In-One
Desktop with Bang  & Olufsen sound onboard.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
Uname: Linux 4.4.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: XFCE
Date: Tue Jul 19 17:34:55 2016
InstallationDate: Installed on 2016-07-02 (16 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/01/2015
dmi.bios.vendor: AMI
dmi.bios.version: A0.04
dmi.board.asset.tag: 3CR5430742
dmi.board.name: 2B3E
dmi.board.vendor: HP
dmi.board.version: 1.05
dmi.chassis.asset.tag: 3CR5430742
dmi.chassis.type: 13
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnAMI:bvrA0.04:bd09/01/2015:svnHP:pn24-n014:pvr1.05:rvnHP:rn2B3E:rvr1.05:cvnHP:ct13:cvr:
dmi.product.name: 24-n014
dmi.product.version: 1.05
dmi.sys.vendor: HP
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-07-03T16:08:29.229881

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Fresh install of Xubuntu 16.04 on my recently bought HP ENVY All-In-
  One Desktop with Bang  & Olufsen sound onboard.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  Date: Tue Jul 19 17:34:55 2016
  InstallationDate: Installed on 2016-07-02 (16 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/01/2015
  dmi.bios.vendor: AMI
  dmi.bios.version: A0.04
  dmi.board.asset.tag: 3CR5430742
  dmi.board.name: 2B3E
  dmi.board.vendor: HP
  dmi.board.version: 1.05
  dmi.chassis.asset.tag: 3CR5430742
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnAMI:bvrA0.04:bd09/01/2015:svnHP:pn24-n014:pvr1.05:rvnHP:rn2B3E:rvr1.05:cvnHP:ct13:cvr:
  dmi.product.name: 24-n014
  dmi.product.version: 1.05
  dmi.sys.vendor: HP
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-07-03T16:08:29.229881

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1604576/+subscriptions

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


[Desktop-packages] [Bug 1488254] Re: clang++ no longer ABI-compatible with g++

2016-07-19 Thread Ubuntu Foundations Team Bug Bot
The attachment "clang-3.8-abi_tag-ubuntu-changes.diff" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  clang++ no longer ABI-compatible with g++

Status in LLVM:
  Confirmed
Status in llvm-toolchain-3.6 package in Ubuntu:
  Confirmed

Bug description:
  $ cat foo.cc
  #include 
  std::string hello = "Hello, world!\n";
  $ cat bar.cc
  #include 
  #include 
  extern std::string hello;
  int main() {
  std::cout << hello;
  return 0;
  }
  $ g++ -c foo.cc && g++ foo.o bar.cc && ./a.out
  Hello, world!
  $ clang++ -c foo.cc && clang++ foo.o bar.cc && ./a.out
  Hello, world!
  $ g++ -c foo.cc && clang++ foo.o bar.cc && ./a.out
  /tmp/bar-34fb23.o: In function `main':
  bar.cc:(.text+0x14): undefined reference to `hello'
  clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
  $ clang++ -c foo.cc && g++ foo.o bar.cc && ./a.out
  /tmp/ccqU38Mh.o: In function `main':
  bar.cc:(.text+0x5): undefined reference to `hello[abi:cxx11]'
  collect2: error: ld returned 1 exit status

  In practice, this means that many programs using C++ libraries other
  than libstdc++ fail to compile with clang++. For example, mosh fails
  with undefined references to
  google::protobuf::internal::empty_string_,
  google::protobuf::MessageLite::InitializationErrorString() const, and
  google::protobuf::MessageLite::SerializeAsString() const.

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

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


[Desktop-packages] [Bug 1577205] Re: DAAP sharing extension prevents scanning & importing local folders

2016-07-19 Thread Mathew Hodson
** Tags removed: yakkity
** Tags added: yakkety

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

Title:
  DAAP sharing extension prevents scanning & importing local folders

Status in banshee package in Ubuntu:
  Confirmed

Bug description:
  So either fix this or default disable the extension.

  Test case:
  Have some music in Music
  Install banshee, open banshee
  No files or folders in Music are shown
  Click on Tools > Rescan ..
  Banshee will hang.

  Force close, try again from Media > Import media > pick a folder with music
  Same deal, banshee hangs

  Open in Banshee Edit > Preferences > extensions  - disable the Daap 
extension, close banshee
  Open .config/banshee-1 & delete banshee.db
  Open banshee > Tools > Rescan .. it now works as does Media >  ...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: banshee 2.9.0+really2.6.2-7ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May  1 13:22:28 2016
  InstallationDate: Installed on 2016-04-26 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: banshee
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1601971] Re: update fails, "AppStream cache update failed."

2016-07-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  update fails, "AppStream cache update failed."

Status in appstream package in Ubuntu:
  Confirmed

Bug description:
  Booted 16.04 amd64 from DVD, opened a gnome-terminal and ran,

  ubuntu@ubuntu:~$ sudo apt-get update
  Ign:1 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1) 
xenial InRelease
  Hit:2 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1) 
xenial Release
  Get:4 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]  
 
  Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]   
 
  Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [94.5 kB]
  Get:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages 
[119 kB]
  Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1,201 kB]
  Get:9 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
   
  Get:10 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en 
[45.3 kB]
  Get:11 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 
Metadata [44.0 kB]
  Get:12 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 
Icons [50.8 kB]
  Get:13 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 
DEP-11 Metadata [158 B]
  Get:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 DEP-11 Metadata 
[733 kB]
  Get:15 http://archive.ubuntu.com/ubuntu xenial/main DEP-11 64x64 Icons [409 
kB]
  Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages 
[252 kB]
  Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en 
[99.8 kB]
  Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 
Metadata [186 kB]
  Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 
Icons [150 kB]
  Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 
DEP-11 Metadata [157 B]
  Fetched 4,293 kB in 1s (2,360 kB/s) 

  ** (appstreamcli:2593): CRITICAL **: Error while moving old database out of 
the way.
  AppStream cache update failed.
  Reading package lists... Done

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: appstream 0.9.4-1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.376
  CurrentDesktop: Unity
  Date: Mon Jul 11 19:24:40 2016
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: appstream
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1604563] [NEW] Install interrupted

2016-07-19 Thread Edward Evans
Public bug reported:

Goes to automatic report as soon as I try to install it.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
NonfreeKernelModules: wl
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Jul 19 14:50:39 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.248+bdcom, 4.4.0-21-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 4.4.0-28-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 4.4.0-31-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV630/M76 [Mobility Radeon HD 2600 
XT/2700] [1002:9583] (prog-if 00 [VGA controller])
   Subsystem: Apple Inc. iMac 7,1 [106b:0083]
InstallationDate: Installed on 2016-07-12 (7 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Apple Inc. iMac7,1
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=defcb969-2ba0-4ba2-b311-3118142048bc ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/05/08
dmi.bios.vendor: Apple Inc.
dmi.bios.version: IM71.88Z.007A.B03.0803051705
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F42386C8
dmi.board.vendor: Apple Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 13
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F42386C8
dmi.modalias: 
dmi:bvnAppleInc.:bvrIM71.88Z.007A.B03.0803051705:bd03/05/08:svnAppleInc.:pniMac7,1:pvr1.0:rvnAppleInc.:rnMac-F42386C8:rvrPVT:cvnAppleInc.:ct13:cvrMac-F42386C8:
dmi.product.name: iMac7,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Tue Jul 19 09:59:09 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.2
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  Install interrupted

Status in xorg package in Ubuntu:
  New

Bug description:
  Goes to automatic report as soon as I try to install it.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Jul 19 14:50:39 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.4.0-21-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.4.0-28-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.4.0-31-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV630/M76 [Mobility Radeon HD 2600 
XT/2700] [1002:9583] (prog-if 00 [VGA controller])
 Subsystem: Apple Inc. iMac 7,1 [106b:0083]
  InstallationDate: Installed on 2016-07-12 (7 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Apple Inc. iMac7,1
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=defcb969-2ba0-4ba2-b311-311814

[Desktop-packages] [Bug 1544477] Re: No sound notification for new SMS (Ubuntu Touch)

2016-07-19 Thread Pat McGowan
@jim that kinda sounds like media-hub or some service got into a loop
would be interesting to run top command when tat happens, we could check the 
media-hub log also.

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

Title:
  No sound notification for new SMS (Ubuntu Touch)

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  I noticed for last 2-3 days there is no sound notification for a new
  SMS, but there's a blinking green LED notification. Also in the
  indicator menu the envelope icon turns green and the new SMS is listed
  as usual. Things are working alright for Telegram, Gmail etc.
  (sound+LED+indicator menu).

  Device: bq Aquaris E5 HD, Ubuntu 15.04 (OTA-9)

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1604497] Re: Pulseaudio does not start

2016-07-19 Thread Rkimber
I should have said that pulseaudio is included in the startup
applications.

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

Title:
  Pulseaudio does not start

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I'm using Ubuntu Mate 16.04 with the current updates.

  When I start the computer, pulseaudio is not working after I've logged
  in.

  If I type:
   start-pulseaudio-x11
  from the command line, I get
  "Connection failure: Connection refused
  pa_context_connect() failed: Connection refused"
  and I cannot play any sound.

  If I type pulseaudio& on the command line, I can get sound in some
  applications (e.g. Audacity) but not others (e.g. Firefox or other
  browsers).  At some point a command line message appears that says:
  "E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed:
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken."

  I'm not clear why there's a reference to bluez5-util, since I don't
  have bluetooth on my machine.

  pulseaudio:
Installed: 1:8.0-0ubuntu3
Candidate: 1:8.0-0ubuntu3
Version table:
   *** 1:8.0-0ubuntu3 500
  500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Jul 19 17:43:11 2016
  InstallationDate: Installed on 2016-05-10 (70 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia failed
  Symptom_Card: GK208 HDMI/DP Audio Controller - HDA NVidia
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Z97X-UD3H, Nvidia GPU 51 HDMI/DP, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F8
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd04/21/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z97X-UD3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1604374] Re: Lock screen/greeter shown when switching user sessions

2016-07-19 Thread Michael Terry
The 7-to-8 issue is a problem with unity8.  I've got a branch attached.
I don't know what's going on with your 8-to-7 issue, but I can't
reproduce it myself.

I don't actually recognize what's going on with your screen in that
video -- you have an OSK?  With some white box in the middle of the
screen?

** Package changed: lightdm (Ubuntu) => unity8 (Ubuntu)

** Changed in: unity8 (Ubuntu)
   Status: New => In Progress

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

Title:
  Lock screen/greeter shown when switching user sessions

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  I have two users one set to use Unity7 and one using Unity8.

  Switching from 7 to 8 I login at the normal prompt then several
  seconds later the greeter is shown and need to login again.

  Switching from 8 to 7 is similar, login then get the lock screen. In
  this case the screen is black after the first login until you provide
  some mouse input.

  My settings are set to lock the screen on suspend or when screen goes
  off

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

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


[Desktop-packages] [Bug 1604394] Re: send button does not work

2016-07-19 Thread Tim Passingham
For the importance level, this version of Thunderbird is unusable, at
least on some systems.  Not everyone will find it that easy to downgrade
to 38, so it really needs to be withdrawn ASAP before too many people
update to it.

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

Title:
  send button does not work

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  On 19/7/16 I accept updates for thunderbird 38 to 45.2, using the
  standard ubuntu update process on 16.04.1 xenial, kernel
  "4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64
  x86_64 x86_64 GNU/Linux"  (followed by a lightning extension update).

  I could not send any email, nor spell check.  Nothing happened when I
  pressed the buttons.  So I downgraded to 1.38.6.0+build1-0ubuntu1 (and
  replaced the lightning extension).  All now works again.  I had to
  force and lock this version using synaptic.

  I don't see how this can be anything to do with my setup, since 38
  works OK.

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

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


[Desktop-packages] [Bug 1604374] Re: Lock screen/greeter shown when switching user sessions

2016-07-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~mterry/unity8/fix-greeter-race

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

Title:
  Lock screen/greeter shown when switching user sessions

Status in lightdm package in Ubuntu:
  New

Bug description:
  I have two users one set to use Unity7 and one using Unity8.

  Switching from 7 to 8 I login at the normal prompt then several
  seconds later the greeter is shown and need to login again.

  Switching from 8 to 7 is similar, login then get the lock screen. In
  this case the screen is black after the first login until you provide
  some mouse input.

  My settings are set to lock the screen on suspend or when screen goes
  off

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

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


[Desktop-packages] [Bug 1488254] Re: clang++ no longer ABI-compatible with g++

2016-07-19 Thread the paul
I've made a first pass at adapting patches D17567 and D18035 to work
with your clang-3.8 packages. It builds and passes its own build-time
tests, and successfully builds and links a medium-size project we have
at work on 16.04, but I can't vouch for it much more than that.

I can see that this particular bug is attached to llvm-toolchain-3.6 and
not 3.8, but there doesn't seem to be a corresponding bug on 3.8, so
hopefully this isn't a bad place to mention it. Haven't tried patching
clang-3.6 yet.

** Patch added: "clang-3.8-abi_tag-ubuntu-changes.diff"
   
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.6/+bug/1488254/+attachment/4703637/+files/clang-3.8-abi_tag-ubuntu-changes.diff

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

Title:
  clang++ no longer ABI-compatible with g++

Status in LLVM:
  Confirmed
Status in llvm-toolchain-3.6 package in Ubuntu:
  Confirmed

Bug description:
  $ cat foo.cc
  #include 
  std::string hello = "Hello, world!\n";
  $ cat bar.cc
  #include 
  #include 
  extern std::string hello;
  int main() {
  std::cout << hello;
  return 0;
  }
  $ g++ -c foo.cc && g++ foo.o bar.cc && ./a.out
  Hello, world!
  $ clang++ -c foo.cc && clang++ foo.o bar.cc && ./a.out
  Hello, world!
  $ g++ -c foo.cc && clang++ foo.o bar.cc && ./a.out
  /tmp/bar-34fb23.o: In function `main':
  bar.cc:(.text+0x14): undefined reference to `hello'
  clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
  $ clang++ -c foo.cc && g++ foo.o bar.cc && ./a.out
  /tmp/ccqU38Mh.o: In function `main':
  bar.cc:(.text+0x5): undefined reference to `hello[abi:cxx11]'
  collect2: error: ld returned 1 exit status

  In practice, this means that many programs using C++ libraries other
  than libstdc++ fail to compile with clang++. For example, mosh fails
  with undefined references to
  google::protobuf::internal::empty_string_,
  google::protobuf::MessageLite::InitializationErrorString() const, and
  google::protobuf::MessageLite::SerializeAsString() const.

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

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


[Desktop-packages] [Bug 1604394] Re: send button does not work

2016-07-19 Thread Daniele De Felice
Same thing here, I can add that none of this work:
- "Send" button
- Ctrl+Enter (shortcut for Send)
- Ctrl+Shift+Enter (shortcut for Send later)

I started thunderbird from terminal to see if something gets logged to
the terminal, but I did not see anything.

By the way, I disabled any extension that had anything to do with the Sending 
or composing functionality.
Tried in Gnome, Kde(Plasma), XFCE, same behavior.

Downgrading to 1.38.* (via synaptic GUI) worked also for me.

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

Title:
  send button does not work

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  On 19/7/16 I accept updates for thunderbird 38 to 45.2, using the
  standard ubuntu update process on 16.04.1 xenial, kernel
  "4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64
  x86_64 x86_64 GNU/Linux"  (followed by a lightning extension update).

  I could not send any email, nor spell check.  Nothing happened when I
  pressed the buttons.  So I downgraded to 1.38.6.0+build1-0ubuntu1 (and
  replaced the lightning extension).  All now works again.  I had to
  force and lock this version using synaptic.

  I don't see how this can be anything to do with my setup, since 38
  works OK.

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

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


[Desktop-packages] [Bug 1604394] Re: send button does not work

2016-07-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  send button does not work

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  On 19/7/16 I accept updates for thunderbird 38 to 45.2, using the
  standard ubuntu update process on 16.04.1 xenial, kernel
  "4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64
  x86_64 x86_64 GNU/Linux"  (followed by a lightning extension update).

  I could not send any email, nor spell check.  Nothing happened when I
  pressed the buttons.  So I downgraded to 1.38.6.0+build1-0ubuntu1 (and
  replaced the lightning extension).  All now works again.  I had to
  force and lock this version using synaptic.

  I don't see how this can be anything to do with my setup, since 38
  works OK.

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

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


[Desktop-packages] [Bug 1594176] Re: Download arrow animation leaves garbage on the address bar

2016-07-19 Thread evgenymarkov
It occurs really often

** Attachment added: "Screenshot from 2016-07-19 23-06-50.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1594176/+attachment/4703623/+files/Screenshot%20from%202016-07-19%2023-06-50.png

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

Title:
  Download arrow animation leaves garbage on the address bar

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When a download finishes, the download arrow button displays an
  animation (blue arrow grows and fades). Since a recent update, the
  animation leaves garbage on the address bar (see attached picture).

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 47.0+build3-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gpothier   2870 F pulseaudio
   /dev/snd/controlC0:  gpothier   2870 F pulseaudio
  BuildID: 20160606113944
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Sun Jun 19 17:14:00 2016
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions:
   English (South Africa) Language Pack - langpack-en...@firefox.mozilla.org
   English (GB) Language Pack - langpack-en...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2015-01-23 (513 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MostRecentCrashID: bp-b5b0d8b4-2b5b-40f5-b468-f5eec2160122
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=47.0/20160606113944 (In use)
  RelatedPackageVersions:
   google-talkplugin 5.41.0.0-1
   rhythmbox-mozilla 3.3-1ubuntu7
   gnome-shell   3.18.5-0ubuntu0.1
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-b5b0d8b4-2b5b-40f5-b468-f5eec2160122
   bp-aba8367f-3da0-4f1c-9342-b377f2151224
  UpgradeStatus: Upgraded to xenial on 2016-03-21 (90 days ago)
  dmi.bios.date: 03/25/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 76CN35WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Yoga2
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 Pro
  dmi.modalias: 
dmi:bvnLENOVO:bvr76CN35WW:bd03/25/2014:svnLENOVO:pn20266:pvrLenovoYoga2Pro:rvnLENOVO:rnYoga2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoYoga2Pro:
  dmi.product.name: 20266
  dmi.product.version: Lenovo Yoga 2 Pro
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 838757] Re: HP hs2340 HSPA+ Mobile Broadband Modem does not work

2016-07-19 Thread TenLeftFingers
Also affects 16.04.

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

Title:
  HP hs2340 HSPA+ Mobile Broadband Modem does not work

Status in modemmanager package in Ubuntu:
  Confirmed
Status in modemmanager package in Debian:
  New

Bug description:
  Description:  Ubuntu 10.04.3 LTS
  Release:  10.04
  network-manager:
Installed: 0.8-0ubuntu3.2

  I have installed Ubuntu 10.04.2 on HP Probook 6560b. The internal
  Mobile Broadband Modem is HP hs2340, which is correctly identified.

  In neither the LTS release or the live CD of Oneiric Ocelot Alpha 3
  release does Mobile Broadband work 'out of the box'

  After fiddling around, I finally got the modem working. The missing
  bit was to do a hard shutdown from Windows, leaving the modem to an
  enabled state. After that, the connection worked instantly.

  Some remarks:
  =
  - network-manager should really provide more information to what it is doing. 
In all previous attempts, network-manager would be doing something for a while 
with no result or error message

  - rfkill always listed the hp-wwan as 'not blocked'

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

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


[Desktop-packages] [Bug 1544477] Re: No sound notification for new SMS (Ubuntu Touch)

2016-07-19 Thread Daniel Frost
Recently I was taking some photos with my BQ E5.
On the first couple of photos I did get the normal shutter sound.
After I think maybe 3 or 4 photos there was no shutter sound any more.
I am not sure if this goes along with loosing the sound on incoming SMS.

BUT I did find that - at least at this last occasion - loosing the shutter 
sound did go along with a sudden akku drainage. I did experience this akku 
drainage before (see screenshots), but this time I could tell when it started.
Maybe that helps. If you do need any logs let me know.


** Attachment added: "several sceenshots showing akku drainage issue"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1544477/+attachment/4703600/+files/screenshots%20akku%20drainage.zip

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

Title:
  No sound notification for new SMS (Ubuntu Touch)

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  I noticed for last 2-3 days there is no sound notification for a new
  SMS, but there's a blinking green LED notification. Also in the
  indicator menu the envelope icon turns green and the new SMS is listed
  as usual. Things are working alright for Telegram, Gmail etc.
  (sound+LED+indicator menu).

  Device: bq Aquaris E5 HD, Ubuntu 15.04 (OTA-9)

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-07-19 Thread Ebrael
Bug goes on my Lenovo PABAS0241231. Only Ctrl+Alt+F1/Alt+F7 hack gets pointer 
back on the screen. 
I added ppa:oibaf/graphics-drivers and updated APT. It did not work.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

Status in elementary OS:
  Confirmed
Status in xf86-video-intel:
  Confirmed
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel source package in Xenial:
  Confirmed
Status in xserver-xorg-video-intel package in Debian:
  Fix Released

Bug description:
  [SRU for Ubuntu 16.04]
  Package (yakkety): xserver-xorg-video-intel 2:2.99.917+git20160706-1ubuntu1
  Current (xenial): xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1

  [Impact]
  Mouse cursor is no longer visible after VT-switch for systems with Intel 
graphics.

  Switching VTs again may cause the cursor to become visible again.
  - Changing to vt1 then back to vt7 (ctrl+alt+f1 then ctrl+alt+f7)

  This is often observed in systems that lock the session and return to
  the greeter (including at least Xubuntu, Ubuntu Mate, and elementary
  OS).

  [Test Case]
  (Requires a lightdm-based screen locking solution)
  1. Start a new session.
  2. Lock your screen.
  2a. You are redirected to the lightdm greeter.
  3. Login/Unlock your session.
  4. Cursor is no longer visible.

  [Debian Changelog (since 2:2.99.917+git20160325-1ubuntu1)]
   xserver-xorg-video-intel (2:2.99.917+git20160706-1ubuntu1) yakkety; 
urgency=medium
* Merge from Debian.

   xserver-xorg-video-intel (2:2.99.917+git20160706-1) unstable; urgency=medium
* New upstream snapshot.
* fix-fd-leak-when-intel-scrn-create-fails.diff, sna-let-modesetting-
  handle-gen9+.diff: Dropped as the fallback to modesetting will be
  fully handled in the xserver.
* .docs: Include a minimal xorg.conf.

   xserver-xorg-video-intel (2:2.99.917+git20160522-1ubuntu1) yakkety; 
urgency=medium
* Merge from Debian.
* install-dri3info.diff: Install dri3info with the driver, add 
libxcomposite-dev
  to build-depends.

   xserver-xorg-video-intel (2:2.99.917+git20160522-1) unstable; urgency=medium
* New upstream snapshot. (Closes: #823116)
* fix-fd-leak-when-intel-scrn-create-fails.diff: Fix a failure falling back
  on another driver when scrn create fails.

  [Regression Potential]
  Regression potential here seems minimal. However, as seen in the above Debian 
changelog, we have a new snapshot which includes several changes since March 25.

  ===

  [Original Report]
  Cursor is visible at unlock screen either after returning from suspend or 
just locking.

  After unlocking screen cursor is invisible.

  Changing to vt1 then back to vt7 (ctrl+alt+f1 then ctrl+alt+f7) cursor
  returns

  

  no matter if you suspend or sleep, to swap or disk when you return
  from it, the mouse cursor is missing.you can still move the mouse
  and you can see (because it highlights the window) as you move it
  around.   But the cursor is not displayed on the screen.

  i am using a lenovo W540 laptop.   I downloaded the latest beta on
  april 8 2016.

  this is xubuntu using the xfce window manager.

  the cursor does return if i log off and log back in, but that actually 
defeats the purpose of going to sleep.
  ---
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2016-04-08 (2 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: light-locker 1.7.0-2ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Tags:  xenial
  Uname: Linux 4.4.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True

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

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


Re: [Desktop-packages] [Bug 1504241] Re: GUI bug: emails don't appear in local inbox thread pane, but do appear in global inbox thread pane.

2016-07-19 Thread B. Bogart
No luck for me. I'm not sure which msf file to delete though, I see
there are 238 in my inbox. I deleted the ones that look like they should
be my inbox for that offending account:

Mail/mail.ekran.org/Inbox.msf
ImapMail/mail.ekran.org/INBOX.msf

Deleting both of these has made no difference.

Should I delete

Mail/smart mailboxes/Inbox.msf
Mail/Local Folders/Inbox.msf

?

On 16-06-10 01:17 AM, Juan Jose Perez wrote:
> I solved the issue by deleting the .msf file of the wrong folder (Inbox
> in my case). When I reopen TB, it automatically rebuilt the .msf and now
> it works fine.
>

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

Title:
  GUI bug: emails don't appear in local inbox thread pane, but do appear
  in global inbox thread pane.

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Note this is a render/GUI error; I confirm that my messages are
  present.

  I have multiple email accounts and use the global inbox feature. I
  recently tried to look at the inbox for a particular email address,
  and found the list of message headers in the thread pane disappears,
  along with the column headings. I can click in the white space and a
  message is selected and I can see its contents in the message pane.

  The thread pane renders properly for the other local email addresses,
  and the messages from the particular email address appear properly in
  the global inbox thread pane.

  The status bar shows the inbox in question has 1609 messages, and when
  I filter for this email address in the global inbox, the status pane
  shows 1566 messages.

  Rebuilding the index for this email address, restarting thunderbird,
  changing the layout view and starting in Safe Mode and with add-ons
  disabled and toolbars reset have made no difference.

  I don't know what I should be looking for; I don't see anything
  different about this particular email address and the others that
  display headers in the thread pane properly.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.66~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bbogart1995 F pulseaudio
bbogart2177 F panel-12-mixer
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: XFCE
  Date: Thu Oct  8 09:46:06 2015
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2010-11-05 (1798 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.0.1 dev eth0 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.5
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   gecko-mediaplayer 1.0.8-4ubuntu1
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to trusty on 2015-01-01 (280 days ago)
  dmi.bios.date: 08/16/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1018.002
  dmi.board.name: A8V Deluxe
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1018.002:bd08/16/2007:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASUSTeKComputerInc.:rnA8VDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Desktop-packages] [Bug 1604497] [NEW] Pulseaudio does not start

2016-07-19 Thread Rkimber
Public bug reported:

I'm using Ubuntu Mate 16.04 with the current updates.

When I start the computer, pulseaudio is not working after I've logged
in.

If I type:
 start-pulseaudio-x11
from the command line, I get
"Connection failure: Connection refused
pa_context_connect() failed: Connection refused"
and I cannot play any sound.

If I type pulseaudio& on the command line, I can get sound in some
applications (e.g. Audacity) but not others (e.g. Firefox or other
browsers).  At some point a command line message appears that says: "E:
[pulseaudio] bluez5-util.c: GetManagedObjects() failed:
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
causes include: the remote application did not send a reply, the message
bus security policy blocked the reply, the reply timeout expired, or the
network connection was broken."

I'm not clear why there's a reference to bluez5-util, since I don't have
bluetooth on my machine.

pulseaudio:
  Installed: 1:8.0-0ubuntu3
  Candidate: 1:8.0-0ubuntu3
  Version table:
 *** 1:8.0-0ubuntu3 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: MATE
Date: Tue Jul 19 17:43:11 2016
InstallationDate: Installed on 2016-05-10 (70 days ago)
InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia failed
Symptom_Card: GK208 HDMI/DP Audio Controller - HDA NVidia
Symptom_Jack: Digital Out, HDMI
Symptom_Type: No sound at all
Title: [Z97X-UD3H, Nvidia GPU 51 HDMI/DP, Digital Out, HDMI] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/21/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F8
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z97X-UD3H-CF
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd04/21/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: Z97X-UD3H
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug xenial

** Package changed: alsa-driver (Ubuntu) => pulseaudio (Ubuntu)

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

Title:
  Pulseaudio does not start

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I'm using Ubuntu Mate 16.04 with the current updates.

  When I start the computer, pulseaudio is not working after I've logged
  in.

  If I type:
   start-pulseaudio-x11
  from the command line, I get
  "Connection failure: Connection refused
  pa_context_connect() failed: Connection refused"
  and I cannot play any sound.

  If I type pulseaudio& on the command line, I can get sound in some
  applications (e.g. Audacity) but not others (e.g. Firefox or other
  browsers).  At some point a command line message appears that says:
  "E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed:
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken."

  I'm not clear why there's a reference to bluez5-util, since I don't
  have bluetooth on my machine.

  pulseaudio:
Installed: 1:8.0-0ubuntu3
Candidate: 1:8.0-0ubuntu3
Version table:
   *** 1:8.0-0ubuntu3 500
  500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Jul 19 17:43:11 2016
  InstallationDate: Installed on 2016-05-10 (70 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-d

[Desktop-packages] [Bug 1574347] Re: [SRU] Re-read the link type if the name changed

2016-07-19 Thread jay patel
** Changed in: network-manager (Ubuntu)
 Assignee: Aron Xu (happyaron) => jay patel (jay-patel736)

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

Title:
  [SRU] Re-read the link type if the name changed

Status in NetworkManager:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  NM needs to re-read the DEVTYPE after the device name changed, an example is 
that WiFi network list disappears from network manager applet

  [Testcase]
  1. Boot the system. It should include a wireless device.
  2. In a terminal, run 'nmcli dev'.
  3. In the correct case, the line for the wireless device should read "wifi" 
under the TYPE column. In a failure case, it will read "ethernet".

  After upgrading to the new version, the repeating the above steps
  should give expected behavior.

  [Regression Potential]
  Potential of causing regression is relatively small for a one line change to 
re-read a value to be known.

  ---

  Problems:-

  1. The network manager applet does not show the list of WiFI APs it can find.
  2. The network manager applet does not the name of the AP to which it is 
connected
  3. The icon of the applet shows two vertical arrows in opposite direction - 
the wired connection symbol and NOT the wifi connected icon.

  Temporary Workaround:-
  Log out and again log back in.

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

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


[Desktop-packages] [Bug 1393502] Re: [MacBookPro11, 3, Cirrus Logic CS4208, Pink Mic] Combo jack not recognized.

2016-07-19 Thread zorgoth
This bug is affecting me on a fresh install of Ubuntu 16.04 on a Macbook
Pro 11,2. I don't understand your comments, Raymond. What needs to be
reported? What file is that text in?

** Changed in: alsa-driver (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  [MacBookPro11,3, Cirrus Logic CS4208, Pink Mic] Combo jack not
  recognized.

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  New Macbook comes with a four-conductor TRRS jack for headset.

  With headset plugged in the microfone is recognized on Mac os-x.
  Ubuntu recognizes the external headphones but not the microphone.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mikaelb2403 F pulseaudio
   /dev/snd/controlC0:  mikaelb2403 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Nov 17 18:58:35 2014
  InstallationDate: Installed on 2014-10-20 (28 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Pink Mic, N/A
  Symptom_Type: No auto-switch between inputs
  Title: [MacBookPro11,3, Cirrus Logic CS4208, Pink Mic, N/A] No autoswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP112.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP112.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.name: MacBookPro11,3
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2014-11-10T22:25:45.211791

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1393502/+subscriptions

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


[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-07-19 Thread Emanuele Antonio Faraone
When?

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

Title:
  Unity8-dash on Intel Atom graphics crashes and restarts continuously
  [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) ==
  EGL_TRUE"]

Status in Mir:
  Invalid
Status in qtubuntu:
  Triaged
Status in mesa package in Ubuntu:
  Invalid
Status in mir package in Ubuntu:
  Invalid
Status in qtdeclarative package in Ubuntu:
  Confirmed
Status in qtmir package in Ubuntu:
  Confirmed
Status in qtubuntu package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Qt clients are failing to create an egl context when running on Intel
  Pineview systems under Mir.

  eglCreateContext fails with a EGL_BAD_MATCH error code.

  When it fails, Qt tries to delete & recreate the context, which then
  crashes the client (bug 1580118)

  
  === Original bug description ===
  This bug Makes the pc UNUSABLE
  when I try to launch Unity 8 and Mir, after writing the password on the login 
(in the image attached) the bar to enter the password disappears and my 
computer screen stays stuck without them let me do anything. the connection 
begins to separate and reattach alone and I can only move the cursor. it makes 
the computer unusable and I am forced to restart forced to then enter into 
Unity 7. represented in the screenshot is the lock status after entering the 
password.
  Version: unity8.12+16.04.201604.01.1
  Version of Mir : 0.21

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

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


[Desktop-packages] [Bug 1604467] [NEW] Alt-Left changes display screen

2016-07-19 Thread Avi Eis
Public bug reported:

When I press Alt and Left, it changes to tty1. I expect it to move my
browser back a page. It does that also, but I can't see that until I
change back to tty2 which is where my session is.

This began today, I don't know if there was an update that caused it.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: GNOME
Date: Tue Jul 19 11:40:34 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus: vboxhost, 5.0.26, 4.4.0-31-generic, x86_64: installed
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
   Subsystem: Hewlett-Packard Company Skylake Integrated Graphics [103c:80a1]
InstallationDate: Installed on 2015-12-20 (212 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 006: ID 04e8:6860 Samsung Electronics Co., Ltd Galaxy (MTP)
 Bus 001 Device 002: ID 05c8:0379 Cheng Uei Precision Industry Co., Ltd 
(Foxlink) 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP Pavilion Notebook
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=c16d5370-604d-47f6-8b73-e4766ccdfb7d ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/14/2016
dmi.bios.vendor: Insyde
dmi.bios.version: F.80
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 80A1
dmi.board.vendor: HP
dmi.board.version: 91.1D
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.80:bd06/14/2016:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn80A1:rvr91.1D:cvnHP:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion Notebook
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Fri Apr 22 17:30:27 2016
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   20049 
 vendor SDC
xserver.version: 2:1.17.2-1ubuntu9.1

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


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

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

Title:
  Alt-Left changes display screen

Status in xorg package in Ubuntu:
  New

Bug description:
  When I press Alt and Left, it changes to tty1. I expect it to move my
  browser back a page. It does that also, but I can't see that until I
  change back to tty2 which is where my session is.

  This began today, I don't know if there was an update that caused it.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Jul 19 11:40:34 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus: vboxhost, 5.0.26, 4.4.0-31-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Hewlett-Packard Company Skylake Integrated Graphics [103c:80a1]
  InstallationDate: Installed on 2015-12-20 (212 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  Lsusb:
  

[Desktop-packages] [Bug 1597681] Re: [CTA] Enable WAPI support

2016-07-19 Thread Tony Espy
** Changed in: network-manager (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  [CTA] Enable WAPI support

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

Bug description:
  The phone does not currently support WAPI [1]

  It should do so. As part of this, support for the SMS4 [2] cipher is
  also required.

  
  [1] 
https://en.wikipedia.org/wiki/WLAN_Authentication_and_Privacy_Infrastructure
  [2]: https://en.wikipedia.org/wiki/SMS4

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

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


[Desktop-packages] [Bug 1598316] Re: gtk2-engines-murrine desktop text shadow problem

2016-07-19 Thread Jeremy Bicha
** Tags added: xubuntu-exp

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

Title:
  gtk2-engines-murrine desktop text shadow problem

Status in Arc Theme:
  New
Status in Numix GTK theme:
  Fix Released
Status in arc-theme package in Ubuntu:
  Triaged
Status in gtk2-engines-murrine package in Ubuntu:
  Triaged
Status in shimmer-themes package in Ubuntu:
  Triaged
Status in gtk2-engines-murrine package in Debian:
  New

Bug description:
  Upgraded my xubuntu 16.04 system on 01 Jul 2016.  The apt update
  included an upgrade to gtk2-engines-murrine.  However, after the
  upgrade and boot, the any desktop text, folder, launcher, etc. had a
  problem with the text and shadow being quite far apart.

To manage notifications about this bug go to:
https://bugs.launchpad.net/arc-theme/+bug/1598316/+subscriptions

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


[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-07-19 Thread Gerry Boland
Of course we will. We need to re-land the fix. It was reverted because
it broke something else, but that's been solved now. Sorry for the
delay, but it takes time to get things done just right.

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

Title:
  Unity8-dash on Intel Atom graphics crashes and restarts continuously
  [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) ==
  EGL_TRUE"]

Status in Mir:
  Invalid
Status in qtubuntu:
  Triaged
Status in mesa package in Ubuntu:
  Invalid
Status in mir package in Ubuntu:
  Invalid
Status in qtdeclarative package in Ubuntu:
  Confirmed
Status in qtmir package in Ubuntu:
  Confirmed
Status in qtubuntu package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Qt clients are failing to create an egl context when running on Intel
  Pineview systems under Mir.

  eglCreateContext fails with a EGL_BAD_MATCH error code.

  When it fails, Qt tries to delete & recreate the context, which then
  crashes the client (bug 1580118)

  
  === Original bug description ===
  This bug Makes the pc UNUSABLE
  when I try to launch Unity 8 and Mir, after writing the password on the login 
(in the image attached) the bar to enter the password disappears and my 
computer screen stays stuck without them let me do anything. the connection 
begins to separate and reattach alone and I can only move the cursor. it makes 
the computer unusable and I am forced to restart forced to then enter into 
Unity 7. represented in the screenshot is the lock status after entering the 
password.
  Version: unity8.12+16.04.201604.01.1
  Version of Mir : 0.21

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

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


[Desktop-packages] [Bug 1604455] [NEW] Package chemfig missing dependency tikzlibraryarrows.meta.code.tex

2016-07-19 Thread pberndt
Public bug reported:

The following TeX-file should, but does not, compile:

---
\documentclass{article}
\usepackage{chemfig}

\begin{document}
..
\end{document}
---

LaTeX stops with the error

---
! I can't find file `tikzlibraryarrows.meta.code.tex'.
 ...nput tikzlibrary\pgf@temp .code.tex 
  \catcode `\@ =\csname tikz...
l.133 \usetikzlibrary{arrows.meta}
---

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: texlive-pictures 2015.20160320-1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: X-Cinnamon
Date: Tue Jul 19 16:48:40 2016
PackageArchitecture: all
SourcePackage: texlive-base
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug rosa

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

Title:
  Package chemfig missing dependency tikzlibraryarrows.meta.code.tex

Status in texlive-base package in Ubuntu:
  New

Bug description:
  The following TeX-file should, but does not, compile:

  ---
  \documentclass{article}
  \usepackage{chemfig}

  \begin{document}
  ..
  \end{document}
  ---

  LaTeX stops with the error

  ---
  ! I can't find file `tikzlibraryarrows.meta.code.tex'.
   ...nput tikzlibrary\pgf@temp .code.tex 
\catcode `\@ =\csname 
tikz...
  l.133 \usetikzlibrary{arrows.meta}
  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: texlive-pictures 2015.20160320-1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Tue Jul 19 16:48:40 2016
  PackageArchitecture: all
  SourcePackage: texlive-base
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1604455/+subscriptions

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


[Desktop-packages] [Bug 1143495] Re: udisks reporting input/output error that seems to be nonsense

2016-07-19 Thread Gilles Schintgen
Hi, my 16.04 is suffering from this bug even though a fix has been
released (apparently) 3 years ago.

Here's a (slightly sanitized) snippet of the syslog:

===
Jul 19 15:06:48  udisksd[2434]: message repeated 13 times: [ Error updating ATA 
smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)]
Jul 19 15:06:57  udisksd[2434]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: Error 
updating SMART data: sk_disk_smart_status: Input/output error 
(udisks-error-quark, 0)
Jul 19 15:07:18  udisksd[2434]: Error updating ATA smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
Jul 19 15:08:20  udisksd[2434]: message repeated 2 times: [ Error updating ATA 
smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)]
Jul 19 15:09:21  udisksd[2434]: Error updating ATA smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
Jul 19 15:12:25  udisksd[2434]: message repeated 6 times: [ Error updating ATA 
smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)]
Jul 19 15:12:32  smartd[1034]: Device: /dev/sda [SAT], SMART Usage Attribute: 
194 Temperature_Celsius changed from 38 to 40
Jul 19 15:12:32  smartd[1034]: Device: /dev/sda [SAT], Read SMART Self-Test Log 
worked again, warning condition reset after 1 email 
Jul 19 15:12:32  smartd[1034]: Device: /dev/sda [SAT], Read Summary SMART Error 
Log failed
Jul 19 15:12:32  smartd[1034]: Device: /dev/sdb [SAT], SMART Usage Attribute: 
190 Airflow_Temperature_Cel changed from 68 to 66
Jul 19 15:12:32  smartd[1034]: Device: /dev/sdb [SAT], SMART Usage Attribute: 
194 Temperature_Celsius changed from 32 to 34
Jul 19 15:12:33  smartd[1034]: Device: /dev/sdc [SAT], SMART Prefailure 
Attribute: 1 Raw_Read_Error_Rate changed from 120 to 99
Jul 19 15:12:33  smartd[1034]: Device: /dev/sdc [SAT], SMART Usage Attribute: 
194 Temperature_Celsius changed from 36 to 38
Jul 19 15:12:33  smartd[1034]: Device: /dev/sdc [SAT], SMART Usage Attribute: 
195 ECC_Uncorr_Error_Count changed from 120 to 99
Jul 19 15:12:56  udisksd[2434]: Error updating ATA smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
Jul 19 15:14:59  udisksd[2434]: message repeated 4 times: [ Error updating ATA 
smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)]
Jul 19 15:15:29  udisksd[2434]: Error updating ATA smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
Jul 19 15:16:31  udisksd[2434]: message repeated 2 times: [ Error updating ATA 
smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)]
Jul 19 15:16:57  udisksd[2434]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: Error 
updating SMART data: sk_disk_smart_status: Input/output error 
(udisks-error-quark, 0)
Jul 19 15:17:01  udisksd[2434]: Error updating ATA smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
Jul 19 15:17:32  udisksd[2434]: Error updating ATA smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
Jul 19 15:21:07  udisksd[2434]: message repeated 7 times: [ Error updating ATA 
smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)]
Jul 19 15:21:37  udisksd[2434]: Error updating ATA smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
Jul 19 15:22:08  udisksd[2434]: Error updating ATA smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
Jul 19 15:26:44  udisksd[2434]: message repeated 9 times: [ Error updating ATA 
smart for 
/org/freedesktop/UDisks2/drives/KINGSTON_SUV400S37480G_50026B72650C5002: 
sk_disk_smart_status: Input/output error (udisks-error-quark, 0)]
Jul 19 15:26:57  udisksd[2434]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/dr

[Desktop-packages] [Bug 1538345] Re: /usr/lib/telepathy/mission-control-5:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new

2016-07-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: telepathy-mission-control-5 (Ubuntu)
   Status: New => Confirmed

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

Title:
  /usr/lib/telepathy/mission-
  
control-5:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new

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

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding telepathy-mission-control-5.  This problem was most recently
  seen with version 1:5.16.3-1ubuntu4, the problem page at
  https://errors.ubuntu.com/problem/9e1078e3602a25d0a0d6de9827069e89751a2728
  contains more details.

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

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


[Desktop-packages] [Bug 1599930] Re: libqt4-core dependents does not install

2016-07-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
   Status: New => Confirmed

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

Title:
  libqt4-core dependents does not install

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  I wind up using Synaptic to mark and upgrade the system. Synaptic is 
installed as Software doesn't display all available packages.
  "Important OS updates" does nothing for hours.
  I cannot install midlleware of my smartcard (Portugal) - "Cartao Cidadao" for 
the first time with Ubuntu 16.04.
  Instead of libqt4-core I have libqtcore4. 
  I appreciate the efforts for all involved in the Ubuntu project.

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

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


[Desktop-packages] [Bug 1604394] [NEW] send button does not work

2016-07-19 Thread Tim Passingham
Public bug reported:

On 19/7/16 I accept updates for thunderbird 38 to 45.2, using the
standard ubuntu update process on 16.04.1 xenial, kernel
"4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux"  (followed by a lightning extension update).

I could not send any email, nor spell check.  Nothing happened when I
pressed the buttons.  So I downgraded to 1.38.6.0+build1-0ubuntu1 (and
replaced the lightning extension).  All now works again.  I had to force
and lock this version using synaptic.

I don't see how this can be anything to do with my setup, since 38 works
OK.

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

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

Title:
  send button does not work

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On 19/7/16 I accept updates for thunderbird 38 to 45.2, using the
  standard ubuntu update process on 16.04.1 xenial, kernel
  "4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64
  x86_64 x86_64 GNU/Linux"  (followed by a lightning extension update).

  I could not send any email, nor spell check.  Nothing happened when I
  pressed the buttons.  So I downgraded to 1.38.6.0+build1-0ubuntu1 (and
  replaced the lightning extension).  All now works again.  I had to
  force and lock this version using synaptic.

  I don't see how this can be anything to do with my setup, since 38
  works OK.

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

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


[Desktop-packages] [Bug 1437502] Re: nautilus lacking 'new document' in context menu on GNOME

2016-07-19 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker.

A list of all reports related to this bug can be found here:
http://packages.qa.ubuntu.com/qatracker/reports/bugs/1437502

** Tags added: package-qa-testing

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

Title:
  nautilus lacking 'new document' in context menu on GNOME

Status in Ubuntu GNOME:
  Triaged
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  As the title mentions nautilus is provided in its default state and
  there is no 'New Document' in the context menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Mar 27 17:49:01 2015
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
  InstallationDate: Installed on 2015-03-27 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1604382] [NEW] problem with sleep, suspend & hibernate (back light supected)

2016-07-19 Thread Justice @Justal
Public bug reported:

When laptop lid is closed, the power, hdd & wifi led remain blue.
when the lid is re-opened, the screen remain blank (black no backlight at all)

Note: this happens across windows (except the oem windows 8.0 home
edition that came with the laptop), Debian, CentOS and now Ubuntu.

The laptop is a Medion Akoya p7817

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
 GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Tue Jul 19 13:02:30 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
 nvidia-361, 361.42, 4.4.0-31-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Pegatron 3rd Gen Core processor Graphics Controller [1b0a:20e4]
   Subsystem: Pegatron GK107M [GeForce GT 730M] [1b0a:20e4]
InstallationDate: Installed on 2016-07-19 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Medion Akoya P7817
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=2023bd09-71bf-4555-bc6b-dd88d2d9e0fa ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/23/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 509
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: Akoya P7817
dmi.board.vendor: Medion
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Medion
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr509:bd01/23/2013:svnMedion:pnAkoyaP7817:pvr1.0:rvnMedion:rnAkoyaP7817:rvr1.0:cvnMedion:ct10:cvr1.0:
dmi.product.name: Akoya P7817
dmi.product.version: 1.0
dmi.sys.vendor: Medion
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Tue Jul 19 12:42:33 2016
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  problem with sleep, suspend & hibernate (back light supected)

Status in xorg package in Ubuntu:
  New

Bug description:
  When laptop lid is closed, the power, hdd & wifi led remain blue.
  when the lid is re-opened, the screen remain blank (black no backlight at all)

  Note: this happens across windows (except the oem windows 8.0 home
  edition that came with the laptop), Debian, CentOS and now Ubuntu.

  The laptop is a Medion Akoya p7817

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
   GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
  .tmp.unity_support_test.0:
   
  

[Desktop-packages] [Bug 1326903] Re: remmina and mumble windows get lost

2016-07-19 Thread Christian Dywan
I'm having that same problem with the "Updates available" window. I can
only find and open it via the launcher.

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

Title:
  remmina and mumble windows get lost

Status in bamf package in Ubuntu:
  Confirmed

Bug description:
  Steps to repro:
  * start mumble
  * focus another window
  * click on mumble icon in launcher
  * switch to mumble through alt+tab

  Expected:
  * mumble window is focused and brought to front

  Current:
  * NOTHING ;)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bamfdaemon 0.5.1+14.04.20140409-0ubuntu1
  ProcVersionSignature: Ubuntu 3.15.0-5.10-generic 3.15.0-rc8
  Uname: Linux 3.15.0-5-generic x86_64
  NonfreeKernelModules: wl nvidia
  ApportVersion: 2.14.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun  5 19:19:19 2014
  SourcePackage: bamf
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1333599] Re: Nautilus doesn't show templates and scripts in the file menu

2016-07-19 Thread Norbert
*** This bug is a duplicate of bug 1317312 ***
https://bugs.launchpad.net/bugs/1317312

** This bug has been marked a duplicate of bug 1317312
   At Nautilus, when we click on "File" > "New Document" the only option showed 
is "Empty Document", ie, it does not show the option to create new files based 
on the templates at $HOME/Templates.

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

Title:
  Nautilus doesn't show templates and scripts in the file menu

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  The right-click context menu allows one to create new documents -
  either an empty file, or one of the files in the Templates XDG folder.
  However, the templates are missing from the File menu - only an empty
  file is available from there. This makes it unnecessarily difficult to
  create a file from template in the list view.

  The same issue is present with Nautilus scripts: they are present in
  the right-click menu, but the File menu only has the option to open
  the scripts directory. Therefore this might be an issue with
  indicator-appmenu rather than Nautilus.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.1
  ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun 24 10:57:24 2014
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 
'size', 'date_modified']"
   b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'smaller'"
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'mime_type', 'group', 'where', 'owner', 'permissions']"
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-05-26 (28 days ago)

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

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


[Desktop-packages] [Bug 1526336] Re: [gsettings] is the process which becomes a zombie

2016-07-19 Thread Dequesto
Yep, same with xenial.
Some Input:
lukas@lveitas956:~$ top

top - 11:54:37 up  1:50,  6 users,  load average: 3.98, 3.90, 3.81
Tasks: 236 total,   2 running, 233 sleeping,   0 stopped,   1 zombie
%Cpu(s):  5.1 us, 15.6 sy, 23.8 ni, 54.4 id,  0.2 wa,  0.0 hi,  0.2 si,  0.7 st
KiB Mem :   885008 total,   149188 free,   372576 used,   363244 buff/cache
KiB Swap:  4195324 total,  3793344 free,   401980 used.   336408 avail Mem 

  PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND 


32334 lukas 35  15 2720540  85976  19404 R  19.3  9.7   0:00.58 
Otohits.Viewer. 

32309 lukas 35  15 2678764  83688  23492 S  30.0  9.5   0:00.90 
Otohits.Viewer. 

32273 lukas 20   0 1210380  74068  56500 S  10.0  8.4   0:02.44 cefsimple   


32297 lukas 20   0  731868  70928  44160 S   3.0  8.0   0:00.55 cefsimple   


31989 lukas 20   0 2678104  63200  18772 S   0.0  7.1   0:00.21 ipts.exe


32291 lukas 20   0  446108  54508  44300 S   0.3  6.2   0:00.11 cefsimple   


32275 lukas 20   0  337808  32160  26872 S   0.0  3.6   0:00.02 cefsimple   


 1905 root  20   0  275268  22496   4036 S   1.3  2.5   2:59.62 Xorg


 2912 bind  20   0  304688  18484   2284 S   0.0  2.1   0:26.51 named   


 2351 lukas 20   0  443344  15888  11724 S   0.0  1.8   0:03.53 xfdesktop   


17693 lukas 35  15 2678360  10920   8972 S   0.7  1.2   0:03.59 
Otohits.App.exe 

 3544 lukas 20   0  986704   8608   6356 S   0.0  1.0   0:35.90 
simplewrapper   

 2343 lukas 20   0  252848   8516   6796 S   0.0  1.0   0:02.26 xfce4-panel 


 2409 lukas 20   0  320152   6908   4620 S   0.0  0.8   0:00.29 
panel-5-power-m 

 2348 lukas 20   0  497660   6216   3192 S   0.0  0.7   0:02.93 Thunar  

lukas@lveitas956:~$ ps aux | grep 'Z'
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
lukas11055  0.0  0.0  0 0 ?Z10:31   0:00 [gsettings] 

/.../


** Changed in: gsettings-desktop-schemas (Ubuntu)
   Status: New => Confirmed

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

Title:
  [gsettings]  is the process which becomes a zombie

Status in gsettings-desktop-schemas package in Ubuntu:
  Confirmed

Bug description:
  Even after restarting it remains a zombie always.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gsettings-desktop-schemas 3.18.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 15 19:29:42 2015
  InstallationDate: Installed on 2015-02-14 (303 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: gsettings-desktop-schemas
  UpgradeStatus: Upgraded to wily on 2015-10-24 (52 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1526336/+subscriptions

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


[Desktop-packages] [Bug 1604374] Re: Lock screen/greeter shown when switching user sessions

2016-07-19 Thread Pat McGowan
switching to unity8

** Attachment added: "video20160719_074006207.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1604374/+attachment/4703465/+files/video20160719_074006207.mp4

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

Title:
  Lock screen/greeter shown when switching user sessions

Status in lightdm package in Ubuntu:
  New

Bug description:
  I have two users one set to use Unity7 and one using Unity8.

  Switching from 7 to 8 I login at the normal prompt then several
  seconds later the greeter is shown and need to login again.

  Switching from 8 to 7 is similar, login then get the lock screen. In
  this case the screen is black after the first login until you provide
  some mouse input.

  My settings are set to lock the screen on suspend or when screen goes
  off

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

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


[Desktop-packages] [Bug 1604372] Re: package cups-browsed 1.8.3-2ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package cups-browsed 1.8.3-2ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in cups-filters package in Ubuntu:
  New

Bug description:
  I was upgrading from 14.04 to 16.04 and received this message part way
  through the upgrade.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-browsed 1.8.3-2ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36
  Uname: Linux 3.13.0-85-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:
   
  Date: Tue Jul 19 12:31:15 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-23 (574 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: HP ProLiant MicroServer Gen8
  Papersize: a4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-85-generic 
root=UUID=b4a74f34-09e0-4f8c-bcb2-c81a94283c29 ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw nomdmonddf nomdmonisw
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: cups-filters
  Title: package cups-browsed 1.8.3-2ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-07-19 (0 days ago)
  dmi.bios.date: 06/06/2014
  dmi.bios.vendor: HP
  dmi.bios.version: J06
  dmi.chassis.type: 7
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrJ06:bd06/06/2014:svnHP:pnProLiantMicroServerGen8:pvr:cvnHP:ct7:cvr:
  dmi.product.name: ProLiant MicroServer Gen8
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1604372/+subscriptions

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


[Desktop-packages] [Bug 1604374] Re: Lock screen/greeter shown when switching user sessions

2016-07-19 Thread Pat McGowan
switching to unity7

** Attachment added: "video20160719_074048309.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1604374/+attachment/4703466/+files/video20160719_074048309.mp4

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

Title:
  Lock screen/greeter shown when switching user sessions

Status in lightdm package in Ubuntu:
  New

Bug description:
  I have two users one set to use Unity7 and one using Unity8.

  Switching from 7 to 8 I login at the normal prompt then several
  seconds later the greeter is shown and need to login again.

  Switching from 8 to 7 is similar, login then get the lock screen. In
  this case the screen is black after the first login until you provide
  some mouse input.

  My settings are set to lock the screen on suspend or when screen goes
  off

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

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


[Desktop-packages] [Bug 1604374] [NEW] Lock screen/greeter shown when switching user sessions

2016-07-19 Thread Pat McGowan
Public bug reported:

I have two users one set to use Unity7 and one using Unity8.

Switching from 7 to 8 I login at the normal prompt then several seconds
later the greeter is shown and need to login again.

Switching from 8 to 7 is similar, login then get the lock screen. In
this case the screen is black after the first login until you provide
some mouse input.

My settings are set to lock the screen on suspend or when screen goes
off

** Affects: lightdm (Ubuntu)
 Importance: Undecided
 Assignee: Michael Terry (mterry)
 Status: New

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

Title:
  Lock screen/greeter shown when switching user sessions

Status in lightdm package in Ubuntu:
  New

Bug description:
  I have two users one set to use Unity7 and one using Unity8.

  Switching from 7 to 8 I login at the normal prompt then several
  seconds later the greeter is shown and need to login again.

  Switching from 8 to 7 is similar, login then get the lock screen. In
  this case the screen is black after the first login until you provide
  some mouse input.

  My settings are set to lock the screen on suspend or when screen goes
  off

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

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


[Desktop-packages] [Bug 1554221] Re: cannot create a new document

2016-07-19 Thread Norbert
*** This bug is a duplicate of bug 1437502 ***
https://bugs.launchpad.net/bugs/1437502

** This bug has been marked a duplicate of bug 1437502
   nautilus lacking 'new document' in context menu on GNOME

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

Title:
  cannot create a new document

Status in nautilus package in Ubuntu:
  New

Bug description:
  GNOME nautilus 3.14.3

  nautilus/TC-NFM-001: Step 2. "New document" option not available

  In Home folder right click on a blank section and select New Document,
  Empty Document.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic i686
  ApportVersion: 2.20-0ubuntu3
  Architecture: i386
  CurrentDesktop: GNOME-Classic:GNOME
  Date: Mon Mar  7 16:38:32 2016
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'890x550+11+42'"
  InstallationDate: Installed on 2016-03-04 (3 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha i386 
(20160303)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1604372] [NEW] package cups-browsed 1.8.3-2ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-19 Thread Zac Tolley
Public bug reported:

I was upgrading from 14.04 to 16.04 and received this message part way
through the upgrade.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: cups-browsed 1.8.3-2ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36
Uname: Linux 3.13.0-85-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CupsErrorLog:
 
Date: Tue Jul 19 12:31:15 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-12-23 (574 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
MachineType: HP ProLiant MicroServer Gen8
Papersize: a4
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-85-generic 
root=UUID=b4a74f34-09e0-4f8c-bcb2-c81a94283c29 ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw nomdmonddf nomdmonisw
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: cups-filters
Title: package cups-browsed 1.8.3-2ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-07-19 (0 days ago)
dmi.bios.date: 06/06/2014
dmi.bios.vendor: HP
dmi.bios.version: J06
dmi.chassis.type: 7
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnHP:bvrJ06:bd06/06/2014:svnHP:pnProLiantMicroServerGen8:pvr:cvnHP:ct7:cvr:
dmi.product.name: ProLiant MicroServer Gen8
dmi.sys.vendor: HP

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


** Tags: amd64 apport-package xenial

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

Title:
  package cups-browsed 1.8.3-2ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in cups-filters package in Ubuntu:
  New

Bug description:
  I was upgrading from 14.04 to 16.04 and received this message part way
  through the upgrade.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-browsed 1.8.3-2ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36
  Uname: Linux 3.13.0-85-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:
   
  Date: Tue Jul 19 12:31:15 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-23 (574 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: HP ProLiant MicroServer Gen8
  Papersize: a4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-85-generic 
root=UUID=b4a74f34-09e0-4f8c-bcb2-c81a94283c29 ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw nomdmonddf nomdmonisw
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: cups-filters
  Title: package cups-browsed 1.8.3-2ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-07-19 (0 days ago)
  dmi.bios.date: 06/06/2014
  dmi.bios.vendor: HP
  dmi.bios.version: J06
  dmi.chassis.type: 7
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrJ06:bd06/06/2014:svnHP:pnProLiantMicroServerGen8:pvr:cvnHP:ct7:cvr:
  dmi.product.name: ProLiant MicroServer Gen8
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1604372/+subscriptions

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


[Desktop-packages] [Bug 1437502] Re: nautilus lacking 'new document' in context menu on GNOME

2016-07-19 Thread Norbert
** Tags removed: amd64
** Tags added: yakkety

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

Title:
  nautilus lacking 'new document' in context menu on GNOME

Status in Ubuntu GNOME:
  Triaged
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  As the title mentions nautilus is provided in its default state and
  there is no 'New Document' in the context menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Mar 27 17:49:01 2015
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
  InstallationDate: Installed on 2015-03-27 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1604366] [NEW] telepathy-haze accounts are not accessible through UOA (Yakkety)

2016-07-19 Thread Khurshid Alam
Public bug reported:

Telepathy-haze exposes libpurple's many protocol implementations to the
​Telepathy framework, so that users can use popular protocol (i.e skype,
telegram, facebook etc) through it. But these account are not visible in
Ubuntu online accounts.

If I run "empathy-accounts" and try to add one of this accounts, it
simply doesn't work. It asks to grant permission through UOA, but that
is obviously not possible as these protocol never been exposed in UOA in
the first place.

As of now everything works ok through Gnome online account (tested with
Ubuntu-Gnome 16.04 & 16.10).

** Affects: unity-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: yakkety

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

Title:
  telepathy-haze accounts are not accessible through UOA (Yakkety)

Status in unity-control-center package in Ubuntu:
  New

Bug description:
  Telepathy-haze exposes libpurple's many protocol implementations to
  the ​Telepathy framework, so that users can use popular protocol (i.e
  skype, telegram, facebook etc) through it. But these account are not
  visible in Ubuntu online accounts.

  If I run "empathy-accounts" and try to add one of this accounts, it
  simply doesn't work. It asks to grant permission through UOA, but that
  is obviously not possible as these protocol never been exposed in UOA
  in the first place.

  As of now everything works ok through Gnome online account (tested
  with Ubuntu-Gnome 16.04 & 16.10).

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

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


[Desktop-packages] [Bug 1604191] Re: chromium-browser in precise is incompatible with nss update

2016-07-19 Thread Launchpad Bug Tracker
This bug was fixed in the package chromium-browser -
37.0.2062.120-0ubuntu0.12.04.3

---
chromium-browser (37.0.2062.120-0ubuntu0.12.04.3) precise-security; 
urgency=medium

  * debian/patches/nss-323-fix.patch: fix compatibility with nss 3.23.
(LP: #1604191)

 -- Marc Deslauriers   Mon, 18 Jul 2016
19:46:48 -0400

** Changed in: chromium-browser (Ubuntu Precise)
   Status: Confirmed => Fix Released

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

Title:
  chromium-browser in precise is incompatible with nss update

Status in chromium-browser package in Ubuntu:
  Invalid
Status in chromium-browser source package in Precise:
  Fix Released

Bug description:
  The old version of chromium-browser in precise is incompatible with he
  nss security update, causing certain sites from working, such as
  https://www.google.com, when being used on a CPU that lacks AES-NI
  support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1604191/+subscriptions

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


[Desktop-packages] [Bug 876279] Re: Upowerd excessive CPU usage

2016-07-19 Thread Christian Toth
I'm experiencing this issue almost everytime I use Logitech bluetooth USB-plugs 
for wireless mice and keyboards.
I'm running Ubuntu 16.04 on an Asus F200M.

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

Title:
  Upowerd excessive CPU usage

Status in upower package in Ubuntu:
  Confirmed

Bug description:
  Fresh installation of Oneiric on Activo A-1100 (Atom N450-based)
  netbook. Top reports CPU usage fluctuating between 60% and 100%,
  averaging around 80%. Machine still marginally usable, due to having a
  second core.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: upower 0.9.13-1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Oct 17 18:59:31 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: upower
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1510344] Re: Keyboard Backlight Turns on at boot

2016-07-19 Thread Grzegorz Ciołek
E7470 - yes still affected - look here bug #1583861 and check my
comments #22

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

Title:
  Keyboard Backlight Turns on at boot

Status in Dell Sputnik:
  Confirmed
Status in gnome-settings-daemon:
  Fix Released
Status in One Hundred Papercuts:
  Confirmed
Status in Linux:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in unity-settings-daemon source package in Xenial:
  Fix Released

Bug description:
  System: Dell XPS 13 9343

  Action: Boot computer

  Expected Behavior: Keyboard backlight would be off when computer is
  booted

  Actual Behavior: Keyboard backlight is on at boot

  This did not happen with Ubuntu 15.04

  There are new files in Ubuntu 15.10 -
  /sys/class/leds/dell::kbd_backlight$

  cat stop_timeout
  60s

   cat start_triggers 
  +keyboard +touchpad

  cat trigger 
  [none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full 
BAT0-charging-blink-full-solid usb-gadget usb-host cpu0 cpu1 cpu2 cpu3 mmc0 
rfkill0

  cat brightness 
  2

  ---

  Unsure if these files are important, but included in the report

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.1.0-2-generic 4.1.0-2.2
  ProcVersionSignature: Ubuntu 4.1.0-2.2-generic 4.1.3
  Uname: Linux 4.1.0-2-generic x86_64
  ApportVersion: 2.18-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2488 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2488 F pulseaudio
  CasperVersion: 1.362
  CurrentDesktop: Unity
  Date: Tue Oct 27 01:29:47 2015
  IwConfig:
   enx00249b0981e3  no wireless extensions.
   
   lono wireless extensions.
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150730)
  MachineType: Dell Inc. XPS 13 9343
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
  RelatedPackageVersions:
   linux-restricted-modules-4.1.0-2-generic N/A
   linux-backports-modules-4.1.0-2-generic  N/A
   linux-firmware   1.145
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/14/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0TM99H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd07/14/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1510344/+subscriptions

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


[Desktop-packages] [Bug 1604358] Re: package upower 0.99.4-2ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2016-07-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package upower 0.99.4-2ubuntu0.3 failed to install/upgrade: subprocess
  installed post-installation script was killed by signal (Terminated)

Status in upower package in Ubuntu:
  New

Bug description:
  - run apt upgrade
  - upower can't finish its postinstall script

  It leads update-manager and dpkg to be stucked.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: upower 0.99.4-2ubuntu0.3
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Tue Jul 19 13:26:12 2016
  DuplicateSignature:
   package:upower:0.99.4-2ubuntu0.3
   Setting up upower (0.99.4-2ubuntu0.3) ...
   dpkg: error processing package upower (--configure):
subprocess installed post-installation script was killed by signal 
(Terminated)
  ErrorMessage: subprocess installed post-installation script was killed by 
signal (Terminated)
  InstallationDate: Installed on 2015-12-20 (211 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: upower
  Title: package upower 0.99.4-2ubuntu0.3 failed to install/upgrade: subprocess 
installed post-installation script was killed by signal (Terminated)
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (87 days ago)

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

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


[Desktop-packages] [Bug 1604358] [NEW] package upower 0.99.4-2ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2016-07-19 Thread Alexander Suvorov
Public bug reported:

- run apt upgrade
- upower can't finish its postinstall script

It leads update-manager and dpkg to be stucked.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: upower 0.99.4-2ubuntu0.3
ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
Uname: Linux 4.4.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Tue Jul 19 13:26:12 2016
DuplicateSignature:
 package:upower:0.99.4-2ubuntu0.3
 Setting up upower (0.99.4-2ubuntu0.3) ...
 dpkg: error processing package upower (--configure):
  subprocess installed post-installation script was killed by signal 
(Terminated)
ErrorMessage: subprocess installed post-installation script was killed by 
signal (Terminated)
InstallationDate: Installed on 2015-12-20 (211 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: upower
Title: package upower 0.99.4-2ubuntu0.3 failed to install/upgrade: subprocess 
installed post-installation script was killed by signal (Terminated)
UpgradeStatus: Upgraded to xenial on 2016-04-22 (87 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package upower 0.99.4-2ubuntu0.3 failed to install/upgrade: subprocess
  installed post-installation script was killed by signal (Terminated)

Status in upower package in Ubuntu:
  New

Bug description:
  - run apt upgrade
  - upower can't finish its postinstall script

  It leads update-manager and dpkg to be stucked.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: upower 0.99.4-2ubuntu0.3
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Tue Jul 19 13:26:12 2016
  DuplicateSignature:
   package:upower:0.99.4-2ubuntu0.3
   Setting up upower (0.99.4-2ubuntu0.3) ...
   dpkg: error processing package upower (--configure):
subprocess installed post-installation script was killed by signal 
(Terminated)
  ErrorMessage: subprocess installed post-installation script was killed by 
signal (Terminated)
  InstallationDate: Installed on 2015-12-20 (211 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: upower
  Title: package upower 0.99.4-2ubuntu0.3 failed to install/upgrade: subprocess 
installed post-installation script was killed by signal (Terminated)
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (87 days ago)

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

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


[Desktop-packages] [Bug 1510344] Re: Keyboard Backlight Turns on at boot

2016-07-19 Thread Michael Rauch
Dell Latitude 7470 is still affected with latest updates for 16.04.

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

Title:
  Keyboard Backlight Turns on at boot

Status in Dell Sputnik:
  Confirmed
Status in gnome-settings-daemon:
  Fix Released
Status in One Hundred Papercuts:
  Confirmed
Status in Linux:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in unity-settings-daemon source package in Xenial:
  Fix Released

Bug description:
  System: Dell XPS 13 9343

  Action: Boot computer

  Expected Behavior: Keyboard backlight would be off when computer is
  booted

  Actual Behavior: Keyboard backlight is on at boot

  This did not happen with Ubuntu 15.04

  There are new files in Ubuntu 15.10 -
  /sys/class/leds/dell::kbd_backlight$

  cat stop_timeout
  60s

   cat start_triggers 
  +keyboard +touchpad

  cat trigger 
  [none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full 
BAT0-charging-blink-full-solid usb-gadget usb-host cpu0 cpu1 cpu2 cpu3 mmc0 
rfkill0

  cat brightness 
  2

  ---

  Unsure if these files are important, but included in the report

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.1.0-2-generic 4.1.0-2.2
  ProcVersionSignature: Ubuntu 4.1.0-2.2-generic 4.1.3
  Uname: Linux 4.1.0-2-generic x86_64
  ApportVersion: 2.18-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2488 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2488 F pulseaudio
  CasperVersion: 1.362
  CurrentDesktop: Unity
  Date: Tue Oct 27 01:29:47 2015
  IwConfig:
   enx00249b0981e3  no wireless extensions.
   
   lono wireless extensions.
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150730)
  MachineType: Dell Inc. XPS 13 9343
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
  RelatedPackageVersions:
   linux-restricted-modules-4.1.0-2-generic N/A
   linux-backports-modules-4.1.0-2-generic  N/A
   linux-firmware   1.145
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/14/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0TM99H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd07/14/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1510344/+subscriptions

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


[Desktop-packages] [Bug 1604352] Re: package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: el subprocés s'ha instaŀlat el script post-removal retornà el codi d'eixida d'error 1

2016-07-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: el
  subprocés s'ha instaŀlat el script post-removal retornà el codi
  d'eixida d'error 1

Status in lightdm package in Ubuntu:
  New

Bug description:
  "login loop" after kernel update (probably nvidia drivers?)

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-92.139-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-92-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.21
  AptOrdering:
   ubuntu-desktop: Purge
   lightdm: Purge
  Architecture: amd64
  Date: Tue Jul 19 10:43:37 2016
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  DuplicateSignature: package:lightdm:1.10.6-0ubuntu1:el subprocés s'ha 
instaŀlat el script post-removal retornà el codi d'eixida d'error 1
  ErrorMessage: el subprocés s'ha instaŀlat el script post-removal retornà el 
codi d'eixida d'error 1
  InstallationDate: Installed on 2014-12-19 (577 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  LightdmConfig:
   [SeatDefaults]
   greeter-session=unity-greeter
   user-session=ubuntu
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: lightdm
  Title: package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: el 
subprocés s'ha instaŀlat el script post-removal retornà el codi d'eixida 
d'error 1
  UpgradeStatus: Upgraded to trusty on 2015-01-08 (557 days ago)

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

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


[Desktop-packages] [Bug 1604352] [NEW] package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: el subprocés s'ha instaŀlat el script post-removal retornà el codi d'eixida d'error 1

2016-07-19 Thread Jordi Regincos Isern
Public bug reported:

"login loop" after kernel update (probably nvidia drivers?)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.6-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-92.139-generic 3.13.11-ckt39
Uname: Linux 3.13.0-92-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.21
AptOrdering:
 ubuntu-desktop: Purge
 lightdm: Purge
Architecture: amd64
Date: Tue Jul 19 10:43:37 2016
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-precise-amd64-20130203-1
DuplicateSignature: package:lightdm:1.10.6-0ubuntu1:el subprocés s'ha instaŀlat 
el script post-removal retornà el codi d'eixida d'error 1
ErrorMessage: el subprocés s'ha instaŀlat el script post-removal retornà el 
codi d'eixida d'error 1
InstallationDate: Installed on 2014-12-19 (577 days ago)
InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
LightdmConfig:
 [SeatDefaults]
 greeter-session=unity-greeter
 user-session=ubuntu
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.14
SourcePackage: lightdm
Title: package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: el subprocés 
s'ha instaŀlat el script post-removal retornà el codi d'eixida d'error 1
UpgradeStatus: Upgraded to trusty on 2015-01-08 (557 days ago)

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


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

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

Title:
  package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: el
  subprocés s'ha instaŀlat el script post-removal retornà el codi
  d'eixida d'error 1

Status in lightdm package in Ubuntu:
  New

Bug description:
  "login loop" after kernel update (probably nvidia drivers?)

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-92.139-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-92-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.21
  AptOrdering:
   ubuntu-desktop: Purge
   lightdm: Purge
  Architecture: amd64
  Date: Tue Jul 19 10:43:37 2016
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  DuplicateSignature: package:lightdm:1.10.6-0ubuntu1:el subprocés s'ha 
instaŀlat el script post-removal retornà el codi d'eixida d'error 1
  ErrorMessage: el subprocés s'ha instaŀlat el script post-removal retornà el 
codi d'eixida d'error 1
  InstallationDate: Installed on 2014-12-19 (577 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  LightdmConfig:
   [SeatDefaults]
   greeter-session=unity-greeter
   user-session=ubuntu
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: lightdm
  Title: package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: el 
subprocés s'ha instaŀlat el script post-removal retornà el codi d'eixida 
d'error 1
  UpgradeStatus: Upgraded to trusty on 2015-01-08 (557 days ago)

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

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


[Desktop-packages] [Bug 1604333] Re: nm-applet crashes when connecting to a wireless network, around password prompt

2016-07-19 Thread kailoran
** Summary changed:

- nm-applet crases when connecting to a wireless network, around password prompt
+ nm-applet crashes when connecting to a wireless network, around password 
prompt

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

Title:
  nm-applet crashes when connecting to a wireless network, around
  password prompt

Status in network-manager-applet package in Ubuntu:
  New

Bug description:
  $ nm-applet # then try to connect to password-protected network
  nm-applet-Message: New secrets for  3/802-11-wireless-security 
requested; ask the user
  **
  
GLib:ERROR:/build/glib2.0-7IO_Yw/glib2.0-2.48.1/./glib/gvarianttypeinfo.c:163:g_variant_type_info_check:
 assertion failed: (info->alignment == 0 || info->alignment == 1 || 
info->alignment == 3 || info->alignment == 7)
  Aborted (core dumped)

  Looks similar to #1570738 but I'm up-to-date and still getting this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-gnome 1.2.0-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jul 19 11:44:36 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-05 (104 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  IpRoute:
   
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  nmcli-con:
   NAME   UUID  TYPE
 TIMESTAMP   TIMESTAMP-REAL  AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATHACTIVE  DEVICE  STATE  
ACTIVE-PATH 
   NETIASPOT-948690   b911c3b7-b0ac-4070-a700-5456ca4581f8  802-11-wireless 
 1468873288  pon, 18 lip 2016, 22:21:28  yes  0 no  
  /org/freedesktop/NetworkManager/Settings/3   no  --  -- --
  
   Wired connection 1 38b4206d-6e6d-4ef6-b423-ee1550bbd8f3  802-3-ethernet  
 1468921367  wto, 19 lip 2016, 11:42:47  yes  4294966297no  
  /org/freedesktop/NetworkManager/Settings/14  no  --  -- --
  
   opera-wroclaw-guest 3  3331ada7-81b4-45a4-97ed-294b010cc391  802-11-wireless 
 0   never   yes  0 no  
  /org/freedesktop/NetworkManager/Settings/4   no  --  -- --
  nmcli-dev:
   DEVICETYPE  STATE DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH 
   wlp3s0wifi  disconnected  /org/freedesktop/NetworkManager/Devices/1  
--  ----   
   enp0s25   ethernet  unavailable   /org/freedesktop/NetworkManager/Devices/2  
--  ----   
   cdc-wdm0  gsm   unavailable   /org/freedesktop/NetworkManager/Devices/3  
--  ----   
   loloopback  unmanaged /org/freedesktop/NetworkManager/Devices/0  
--  ----
  nmcli-nm:
   RUNNING  VERSION  STATE STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.2.0disconnected  started  none  enabled enabled  
enabled  enabled  enabled

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

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


[Desktop-packages] [Bug 1604333] [NEW] nm-applet crases when connecting to a wireless network, around password prompt

2016-07-19 Thread kailoran
Public bug reported:

$ nm-applet # then try to connect to password-protected network
nm-applet-Message: New secrets for  3/802-11-wireless-security 
requested; ask the user
**
GLib:ERROR:/build/glib2.0-7IO_Yw/glib2.0-2.48.1/./glib/gvarianttypeinfo.c:163:g_variant_type_info_check:
 assertion failed: (info->alignment == 0 || info->alignment == 1 || 
info->alignment == 3 || info->alignment == 7)
Aborted (core dumped)

Looks similar to #1570738 but I'm up-to-date and still getting this.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager-gnome 1.2.0-0ubuntu0.16.04.3
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jul 19 11:44:36 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2016-04-05 (104 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
IpRoute:
 
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager-applet
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
nmcli-con:
 NAME   UUID  TYPE 
TIMESTAMP   TIMESTAMP-REAL  AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATHACTIVE  DEVICE  STATE  
ACTIVE-PATH 
 NETIASPOT-948690   b911c3b7-b0ac-4070-a700-5456ca4581f8  802-11-wireless  
1468873288  pon, 18 lip 2016, 22:21:28  yes  0 no   
 /org/freedesktop/NetworkManager/Settings/3   no  --  -- -- 
 
 Wired connection 1 38b4206d-6e6d-4ef6-b423-ee1550bbd8f3  802-3-ethernet   
1468921367  wto, 19 lip 2016, 11:42:47  yes  4294966297no   
 /org/freedesktop/NetworkManager/Settings/14  no  --  -- -- 
 
 opera-wroclaw-guest 3  3331ada7-81b4-45a4-97ed-294b010cc391  802-11-wireless  
0   never   yes  0 no   
 /org/freedesktop/NetworkManager/Settings/4   no  --  -- --
nmcli-dev:
 DEVICETYPE  STATE DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH 
 wlp3s0wifi  disconnected  /org/freedesktop/NetworkManager/Devices/1  
--  ----   
 enp0s25   ethernet  unavailable   /org/freedesktop/NetworkManager/Devices/2  
--  ----   
 cdc-wdm0  gsm   unavailable   /org/freedesktop/NetworkManager/Devices/3  
--  ----   
 loloopback  unmanaged /org/freedesktop/NetworkManager/Devices/0  
--  ----
nmcli-nm:
 RUNNING  VERSION  STATE STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
 running  1.2.0disconnected  started  none  enabled enabled  
enabled  enabled  enabled

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  nm-applet crases when connecting to a wireless network, around
  password prompt

Status in network-manager-applet package in Ubuntu:
  New

Bug description:
  $ nm-applet # then try to connect to password-protected network
  nm-applet-Message: New secrets for  3/802-11-wireless-security 
requested; ask the user
  **
  
GLib:ERROR:/build/glib2.0-7IO_Yw/glib2.0-2.48.1/./glib/gvarianttypeinfo.c:163:g_variant_type_info_check:
 assertion failed: (info->alignment == 0 || info->alignment == 1 || 
info->alignment == 3 || info->alignment == 7)
  Aborted (core dumped)

  Looks similar to #1570738 but I'm up-to-date and still getting this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-gnome 1.2.0-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jul 19 11:44:36 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-05 (104 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  IpRoute:
   
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=wa

[Desktop-packages] [Bug 1604334] [NEW] package sni-qt 0.2.7+15.10.20150729-0ubuntu1 [modified: usr/share/doc/sni-qt/changelog.Debian.gz usr/share/doc/sni-qt/copyright] failed to install/upgrade: попыт

2016-07-19 Thread Антон
Public bug reported:

При попытке добавить скайп в трей вылетела вот такая ошибка

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: sni-qt 0.2.7+15.10.20150729-0ubuntu1 [modified: 
usr/share/doc/sni-qt/changelog.Debian.gz usr/share/doc/sni-qt/copyright]
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
AptOrdering:
 libdbusmenu-qt2: Install
 sni-qt: Install
 libdbusmenu-qt2: Configure
 sni-qt: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Tue Jul 19 12:50:43 2016
ErrorMessage: попытка перезаписать общий «/usr/share/doc/sni-qt/copyright», 
который отличается от других экземпляров пакета sni-qt:i386
InstallationDate: Installed on 2016-04-29 (81 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: sni-qt
Title: package sni-qt 0.2.7+15.10.20150729-0ubuntu1 [modified: 
usr/share/doc/sni-qt/changelog.Debian.gz usr/share/doc/sni-qt/copyright] failed 
to install/upgrade: попытка перезаписать общий 
«/usr/share/doc/sni-qt/copyright», который отличается от других экземпляров 
пакета sni-qt:i386
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sni-qt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package sni-qt 0.2.7+15.10.20150729-0ubuntu1 [modified: usr/share/doc
  /sni-qt/changelog.Debian.gz usr/share/doc/sni-qt/copyright] failed to
  install/upgrade: попытка перезаписать общий «/usr/share/doc/sni-
  qt/copyright», который отличается от других экземпляров пакета sni-
  qt:i386

Status in sni-qt package in Ubuntu:
  New

Bug description:
  При попытке добавить скайп в трей вылетела вот такая ошибка

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: sni-qt 0.2.7+15.10.20150729-0ubuntu1 [modified: 
usr/share/doc/sni-qt/changelog.Debian.gz usr/share/doc/sni-qt/copyright]
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  AptOrdering:
   libdbusmenu-qt2: Install
   sni-qt: Install
   libdbusmenu-qt2: Configure
   sni-qt: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Tue Jul 19 12:50:43 2016
  ErrorMessage: попытка перезаписать общий «/usr/share/doc/sni-qt/copyright», 
который отличается от других экземпляров пакета sni-qt:i386
  InstallationDate: Installed on 2016-04-29 (81 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: sni-qt
  Title: package sni-qt 0.2.7+15.10.20150729-0ubuntu1 [modified: 
usr/share/doc/sni-qt/changelog.Debian.gz usr/share/doc/sni-qt/copyright] failed 
to install/upgrade: попытка перезаписать общий 
«/usr/share/doc/sni-qt/copyright», который отличается от других экземпляров 
пакета sni-qt:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/1604334/+subscriptions

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


[Desktop-packages] [Bug 1445543] Re: Multi-window GTK apps in Mir are randomly unresponsive, seem to freeze

2016-07-19 Thread Daniel van Vugt
** Changed in: gtk+3.0 (Ubuntu)
 Assignee: William Hua (attente) => Andreas Pokorny (andreas-pokorny)

** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed => In Progress

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

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

Title:
  Multi-window GTK apps in Mir are randomly unresponsive, seem to freeze

Status in GTK+:
  New
Status in Mir:
  New
Status in gtk+3.0 package in Ubuntu:
  In Progress

Bug description:
  GTK apps on Mir: Input focus is unreliable and sporadic. Background
  windows ignore input and/or focus switches apparently randomly.

  Example:

  $ GDK_BACKEND=mir mir_demo_server --launch gnome-mahjongg

  Show the "Scores" - you can switch focus between this and the main
  window with Alt+` but doesn't respond to input.

  Other dialogs (e.g. "About") work fine. From the Mir side there's no
  obvious difference between these windows.

  In this example, MIR_CLIENT_INPUT_RECEIVER_REPORT=log shows the input
  events being correctly received on the client side. That shows most of
  the Mir stack is working correctly.

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

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


[Desktop-packages] [Bug 1603501] Re: gimp: symbol lookup error: gimp: undefined symbol: gegl_param_multiline_get_type

2016-07-19 Thread Paolo Rotolo
I can reproduce it on Ubuntu 16.10 and Radeon HD 7790 (Gallium 0.4 on
AMD BONAIRE (DRM 2.43.0, LLVM 3.8.0).

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

Title:
  gimp: symbol lookup error: gimp: undefined symbol:
  gegl_param_multiline_get_type

Status in gimp package in Ubuntu:
  Confirmed

Bug description:
  On fully up to date 16.10 installs, gimp no longer starts.

  1.  Run 'gimp' from console.
  2.  Console returns:  "gimp: symbol lookup error: gimp: undefined symbol: 
gegl_param_multiline_get_type" and exits, instead of starting the app.

  The installed package/version of gimp is 2.8.16-1ubuntu3.  Gimp was
  previously working fine on this install, so my guess is the symbol was
  deprecated/removed in a new version of some gegl lib.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gimp 2.8.16-1ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-30.49-generic 4.4.13
  Uname: Linux 4.4.0-30-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jul 15 11:41:37 2016
  SourcePackage: gimp
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1515728] Re: After receiving a call while playing music the sound volume is very low and can't be raised

2016-07-19 Thread Anthony Wong
** Changed in: pulseaudio (Ubuntu RTM)
 Assignee: (unassigned) => Hui Wang (hui.wang)

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

Title:
  After receiving a call while playing music the sound volume is very
  low and can't be raised

Status in Canonical System Image:
  New
Status in pulseaudio package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu RTM:
  Confirmed

Bug description:
  Sound volume very low after a received call ends.

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

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


[Desktop-packages] [Bug 1604161] Re: Chromium does not honor DOM Javascript variable document.lastModified

2016-07-19 Thread Hans Joachim Desserud
** Package changed: ubuntu => chromium-browser (Ubuntu)

** Tags added: xenial

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

Title:
  Chromium does not honor DOM Javascript variable document.lastModified

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  It seems that the Chromium web browser Version 51.0.2704.79 Ubuntu
  16.04 sets the JavaScript variable document.lastModified to the
  current date and time if the document is browsed with the file
  protocol, e.g. file:///media/OS/Users

  Firefox shows 2016-07-18 17:36:12 for my document whereas Chromium for
  the same document now shows 2016-07-18 17:46:36, a time that changes
  every time the page is loaded.

  Exactly the same JavaScript function works perfectly well for Chromium
  when provided by HTTP, see http://www.osttimorkommitten.se/.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1604161/+subscriptions

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


[Desktop-packages] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-07-19 Thread Mohammad Anwar Shah
I agree with @noise2003. Upgrading packages from ppa:oibaf/graphics-
drivers solved this problem.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

Status in elementary OS:
  Confirmed
Status in xf86-video-intel:
  Confirmed
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel source package in Xenial:
  Confirmed
Status in xserver-xorg-video-intel package in Debian:
  Fix Released

Bug description:
  [SRU for Ubuntu 16.04]
  Package (yakkety): xserver-xorg-video-intel 2:2.99.917+git20160706-1ubuntu1
  Current (xenial): xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1

  [Impact]
  Mouse cursor is no longer visible after VT-switch for systems with Intel 
graphics.

  Switching VTs again may cause the cursor to become visible again.
  - Changing to vt1 then back to vt7 (ctrl+alt+f1 then ctrl+alt+f7)

  This is often observed in systems that lock the session and return to
  the greeter (including at least Xubuntu, Ubuntu Mate, and elementary
  OS).

  [Test Case]
  (Requires a lightdm-based screen locking solution)
  1. Start a new session.
  2. Lock your screen.
  2a. You are redirected to the lightdm greeter.
  3. Login/Unlock your session.
  4. Cursor is no longer visible.

  [Debian Changelog (since 2:2.99.917+git20160325-1ubuntu1)]
   xserver-xorg-video-intel (2:2.99.917+git20160706-1ubuntu1) yakkety; 
urgency=medium
* Merge from Debian.

   xserver-xorg-video-intel (2:2.99.917+git20160706-1) unstable; urgency=medium
* New upstream snapshot.
* fix-fd-leak-when-intel-scrn-create-fails.diff, sna-let-modesetting-
  handle-gen9+.diff: Dropped as the fallback to modesetting will be
  fully handled in the xserver.
* .docs: Include a minimal xorg.conf.

   xserver-xorg-video-intel (2:2.99.917+git20160522-1ubuntu1) yakkety; 
urgency=medium
* Merge from Debian.
* install-dri3info.diff: Install dri3info with the driver, add 
libxcomposite-dev
  to build-depends.

   xserver-xorg-video-intel (2:2.99.917+git20160522-1) unstable; urgency=medium
* New upstream snapshot. (Closes: #823116)
* fix-fd-leak-when-intel-scrn-create-fails.diff: Fix a failure falling back
  on another driver when scrn create fails.

  [Regression Potential]
  Regression potential here seems minimal. However, as seen in the above Debian 
changelog, we have a new snapshot which includes several changes since March 25.

  ===

  [Original Report]
  Cursor is visible at unlock screen either after returning from suspend or 
just locking.

  After unlocking screen cursor is invisible.

  Changing to vt1 then back to vt7 (ctrl+alt+f1 then ctrl+alt+f7) cursor
  returns

  

  no matter if you suspend or sleep, to swap or disk when you return
  from it, the mouse cursor is missing.you can still move the mouse
  and you can see (because it highlights the window) as you move it
  around.   But the cursor is not displayed on the screen.

  i am using a lenovo W540 laptop.   I downloaded the latest beta on
  april 8 2016.

  this is xubuntu using the xfce window manager.

  the cursor does return if i log off and log back in, but that actually 
defeats the purpose of going to sleep.
  ---
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2016-04-08 (2 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: light-locker 1.7.0-2ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Tags:  xenial
  Uname: Linux 4.4.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1604161] [NEW] Chromium does not honor DOM Javascript variable document.lastModified

2016-07-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

It seems that the Chromium web browser Version 51.0.2704.79 Ubuntu 16.04
sets the JavaScript variable document.lastModified to the current date
and time if the document is browsed with the file protocol, e.g.
file:///media/OS/Users

Firefox shows 2016-07-18 17:36:12 for my document whereas Chromium for
the same document now shows 2016-07-18 17:46:36, a time that changes
every time the page is loaded.

Exactly the same JavaScript function works perfectly well for Chromium
when provided by HTTP, see http://www.osttimorkommitten.se/.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Chromium does not honor DOM Javascript variable document.lastModified
https://bugs.launchpad.net/bugs/1604161
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to chromium-browser in Ubuntu.

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


[Desktop-packages] [Bug 1585942] Re: Mesa causes a segmentation fault on arm64 (wrong count of uniform locations)

2016-07-19 Thread Timo Aaltonen
** Also affects: mesa (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

** Also affects: ubuntu-system-settings-online-accounts (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

Title:
  Mesa causes a segmentation fault on arm64 (wrong count of uniform
  locations)

Status in Canonical System Image:
  Fix Committed
Status in mesa package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in mesa source package in Xenial:
  New
Status in ubuntu-system-settings-online-accounts source package in Xenial:
  New
Status in webbrowser-app source package in Xenial:
  New

Bug description:
  This error appeared when running unit tests for a QML app in our
  Jenkins/silo infrastructure, on arm64 only:
  https://launchpadlibrarian.net/261581280/buildlog_ubuntu-yakkety-arm64
  .ubuntu-system-settings-online-
  accounts_0.7+16.10.20160525.1-0ubuntu1_BUILDING.txt.gz

  Pasting the relevant lines here in case the link above goes away:

  ===
  QT_PLUGIN_PATH=/usr/lib/aarch64-linux-gnu/qt5/plugins 
LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} 
xvfb-run -s '-screen 0 640x480x24' -a dbus-test-runner -t   
./tst_online_accounts_qml
  DBus daemon: 
unix:abstract=/tmp/dbus-2tbhBHxLZq,guid=03f9df417d619b79067a68045745ad95
  task-0: Started with PID: 16930
  task-0: * Start testing of online_accounts_qml *
  task-0: Config: Using QtTest library 5.5.1, Qt 5.5.1 
(arm64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160519)
  task-0: PASS   : online_accounts_qml::AccountCreationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_fallback() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_fallback()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_flickable() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_flickable()
  task-0: PASS   : online_accounts_qml::AccountCreationPage::cleanupTestCase()
  task-0: QWARN  : online_accounts_qml::UnknownTestFunc() QEGLPlatformContext: 
Failed to make temporary surface current, format not updated
  task-0: PASS   : online_accounts_qml::AuthorizationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AuthorizationPage::test_1_one_account() 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: PASS   : online_accounts_qml::AuthorizationPage::test_1_one_account()
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
[PERFORMANCE]: Last frame took 254 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
[PERFORMANCE]: Last frame took 210 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
[PERFORMANCE]: Last frame took 146 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot c

[Desktop-packages] [Bug 1575078] Re: [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a while

2016-07-19 Thread Jozef Peterka
Hi,

just another workaround I found out - when I plug in the headphones and
it is stuck (no sound) I will fix it by suspending - unsuspending the
laptop - and the sound works again.

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

Title:
  [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a
  while

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I'm experiencing a strange behavior with a headphone jack on my
  laptop.

  I have an external audio speaker connected to it. When I disconnect the 
speaker and reconnect it again it stops working.
  Even more, laptop audio stops working too. And after the reboot, I don't even 
see any of the audio devices.

  I've googled a lot and tried different fixes from forums with no luck.
  After a while, I've accidentally discovered that putting the laptop to
  the sleep mode and rebooting system after brings audio back to live.
  Even more, if speakers were attached during this sleep-reboot
  procedure, they are starting to work as well.

  However, after the next reboot speakers are not working again. And if
  I will plug them out and in - problem with completely missing audio
  returns.

  P.S. I'm using laptop-mode-tools package on my laptop. Recovery after
  hibernation made me believe that it's somehow related. But after
  uninstalling this package nothing really changed.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   kop3224 F...m pulseaudio
   /dev/snd/controlC0:  kop3224 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Apr 26 12:17:03 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-04-22 (3 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Встроенное аудио - HDA Intel PCH
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: Sound works for a while, then breaks
  Title: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] fails after 
a while
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/07/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.02.00
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1575078/+subscriptions

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


[Desktop-packages] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-07-19 Thread Noise
The problem has been solved on two affected PC's after adding the
ppa:oibaf/graphics-drivers repository and updating. No more scripts or
keyboard shortcuts needed.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

Status in elementary OS:
  Confirmed
Status in xf86-video-intel:
  Confirmed
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel source package in Xenial:
  Confirmed
Status in xserver-xorg-video-intel package in Debian:
  Fix Released

Bug description:
  [SRU for Ubuntu 16.04]
  Package (yakkety): xserver-xorg-video-intel 2:2.99.917+git20160706-1ubuntu1
  Current (xenial): xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1

  [Impact]
  Mouse cursor is no longer visible after VT-switch for systems with Intel 
graphics.

  Switching VTs again may cause the cursor to become visible again.
  - Changing to vt1 then back to vt7 (ctrl+alt+f1 then ctrl+alt+f7)

  This is often observed in systems that lock the session and return to
  the greeter (including at least Xubuntu, Ubuntu Mate, and elementary
  OS).

  [Test Case]
  (Requires a lightdm-based screen locking solution)
  1. Start a new session.
  2. Lock your screen.
  2a. You are redirected to the lightdm greeter.
  3. Login/Unlock your session.
  4. Cursor is no longer visible.

  [Debian Changelog (since 2:2.99.917+git20160325-1ubuntu1)]
   xserver-xorg-video-intel (2:2.99.917+git20160706-1ubuntu1) yakkety; 
urgency=medium
* Merge from Debian.

   xserver-xorg-video-intel (2:2.99.917+git20160706-1) unstable; urgency=medium
* New upstream snapshot.
* fix-fd-leak-when-intel-scrn-create-fails.diff, sna-let-modesetting-
  handle-gen9+.diff: Dropped as the fallback to modesetting will be
  fully handled in the xserver.
* .docs: Include a minimal xorg.conf.

   xserver-xorg-video-intel (2:2.99.917+git20160522-1ubuntu1) yakkety; 
urgency=medium
* Merge from Debian.
* install-dri3info.diff: Install dri3info with the driver, add 
libxcomposite-dev
  to build-depends.

   xserver-xorg-video-intel (2:2.99.917+git20160522-1) unstable; urgency=medium
* New upstream snapshot. (Closes: #823116)
* fix-fd-leak-when-intel-scrn-create-fails.diff: Fix a failure falling back
  on another driver when scrn create fails.

  [Regression Potential]
  Regression potential here seems minimal. However, as seen in the above Debian 
changelog, we have a new snapshot which includes several changes since March 25.

  ===

  [Original Report]
  Cursor is visible at unlock screen either after returning from suspend or 
just locking.

  After unlocking screen cursor is invisible.

  Changing to vt1 then back to vt7 (ctrl+alt+f1 then ctrl+alt+f7) cursor
  returns

  

  no matter if you suspend or sleep, to swap or disk when you return
  from it, the mouse cursor is missing.you can still move the mouse
  and you can see (because it highlights the window) as you move it
  around.   But the cursor is not displayed on the screen.

  i am using a lenovo W540 laptop.   I downloaded the latest beta on
  april 8 2016.

  this is xubuntu using the xfce window manager.

  the cursor does return if i log off and log back in, but that actually 
defeats the purpose of going to sleep.
  ---
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2016-04-08 (2 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: light-locker 1.7.0-2ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Tags:  xenial
  Uname: Linux 4.4.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1603898] Re: DNS resolution fails when using VPN and routing all traffic over it

2016-07-19 Thread James Troup
Good guess; that's exactly right.

| james@ornery:~$ dig +short @127.0.1.1 osmium-host.ppa
| 10.222.37.176
| james@ornery:~$ dig +short @127.0.1.1 www.openbsd.org
| james@ornery:~$

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

Title:
  DNS resolution fails when using VPN and routing all traffic over it

Status in network-manager package in Ubuntu:
  New

Bug description:
  When using our company VPN, the Network Manager configured dnsmasq
  ends up in a weird state where its unable to answer queries because
  it's (incorrectly) sending them to 127.0.0.1:53 where nothing is
  listening.

  | root@ornery:~# nmcli con show 'Canonical UK - All Traffic' | grep -i dns
  | ipv4.dns:
  | ipv4.dns-search:
  | ipv4.dns-options:   (default)
  | ipv4.ignore-auto-dns:   no
  | ipv6.dns:
  | ipv6.dns-search:
  | ipv6.dns-options:   (default)
  | ipv6.ignore-auto-dns:   no
  | IP4.DNS[1]: 10.172.192.1
  | root@ornery:~# ps auxfw | grep [4]035
  | nobody4035  0.0  0.0  52872  1620 ?SJun29   6:39  \_ 
/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces 
--pid-file=/var/run/NetworkManager/dnsmasq.pid --listen-address=127.0.1.1 
--cache-size=0 --proxy-dnssec 
--enable-dbus=org.freedesktop.NetworkManager.dnsmasq 
--conf-dir=/etc/NetworkManager/dnsmasq.d
  | root@ornery:~# 

  Querying the DNS server provided by the VPN connection works; querying
  dnsmasq doesn't:

  | root@ornery:~# dig +short @10.172.192.1 www.openbsd.org
  | 129.128.5.194
  | root@ornery:~# dig @127.0.1.1 www.openbsd.org
  | 
  | ; <<>> DiG 9.10.3-P4-Ubuntu <<>> @127.0.1.1 www.openbsd.org
  | ; (1 server found)
  | ;; global options: +cmd
  | ;; Got answer:
  | ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 6996
  | ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
  | 
  | ;; QUESTION SECTION:
  | ;www.openbsd.org.   IN  A
  | 
  | ;; Query time: 0 msec
  | ;; SERVER: 127.0.1.1#53(127.0.1.1)
  | ;; WHEN: Mon Jul 18 10:25:48 CEST 2016
  | ;; MSG SIZE  rcvd: 33
  | 
  | root@ornery:~# 

  While running 'dig @127.0.1.1 www.openbsd.org':

  | root@ornery:~# tcpdump -i lo port 53 -v -n
  | tcpdump: listening on lo, link-type EN10MB (Ethernet), capture size 262144 
bytes
  | 10:26:04.728905 IP (tos 0x0, ttl 64, id 56577, offset 0, flags [none], 
proto UDP (17), length 72)
  | 127.0.0.1.54917 > 127.0.1.1.53: 32273+ [1au] A? www.openbsd.org. (44)
  | 10:26:04.729001 IP (tos 0x0, ttl 64, id 49204, offset 0, flags [DF], proto 
UDP (17), length 61)
  | 127.0.1.1.53 > 127.0.0.1.54917: 32273 Refused$ 0/0/0 (33)

  | root@ornery:~# netstat -anp | grep 127.0.[01].1:53
  | tcp0  0 127.0.1.1:530.0.0.0:*   LISTEN  
4035/dnsmasq
  | udp0  0 127.0.1.1:530.0.0.0:*   
4035/dnsmasq
  | root@ornery:~# 

  You can see below a) that dnsmasq thinks it is configured to use a DNS
  server provided by the VPN, and/but that b) it tries to answer a non
  local query like www.openbsd.org locally.

  | root@ornery:~# kill -USR1 4035; tail /var/log/syslog | grep dnsmasq
  | Jul 18 09:29:22 ornery dnsmasq[4035]: time 1468830562
  | Jul 18 09:29:22 ornery dnsmasq[4035]: cache size 0, 0/0 cache insertions 
re-used unexpired cache entries.
  | Jul 18 09:29:22 ornery dnsmasq[4035]: queries forwarded 1880976, queries 
answered locally 375041
  | Jul 18 09:29:22 ornery dnsmasq[4035]: queries for authoritative zones 0
  | Jul 18 09:29:22 ornery dnsmasq[4035]: server 10.172.192.1#53: queries sent 
792, retried or failed 0
  | root@ornery:~# dig +short @127.0.1.1 www.openbsd.org
  | root@ornery:~# kill -USR1 4035; tail /var/log/syslog | grep dnsmasq
  | Jul 18 09:29:22 ornery dnsmasq[4035]: queries for authoritative zones 0
  | Jul 18 09:29:22 ornery dnsmasq[4035]: server 10.172.192.1#53: queries sent 
792, retried or failed 0
  | Jul 18 09:29:37 ornery dnsmasq[4035]: time 1468830577
  | Jul 18 09:29:37 ornery dnsmasq[4035]: cache size 0, 0/0 cache insertions 
re-used unexpired cache entries.
  | Jul 18 09:29:37 ornery dnsmasq[4035]: queries forwarded 1880976, queries 
answered locally 375042
  | Jul 18 09:29:37 ornery dnsmasq[4035]: queries for authoritative zones 0
  | Jul 18 09:29:37 ornery dnsmasq[4035]: server 10.172.192.1#53: queries sent 
792, retried or failed 0
  | root@ornery:~# 

  This is on Ubuntu 16.04, with the following packages:

  | james@ornery:~$ COLUMNS=200 dpkg -l dnsmasq-base network-manager 
network-manager-openvpn | grep ^ii
  | ii  dnsmasq-base 2.75-1ubuntu0.16.04.1  
 amd64   Small caching DNS proxy and DHCP/TFTP server
  | ii  network-manager  1.2.0-0ubuntu0.16.04.2