[Desktop-packages] [Bug 1512521] Re: gvfs-trash fails on file in a symbolic linked folder in a different file system

2016-05-11 Thread Sergey
I have the same bug in Ubuntu 16.04.

-- 
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/1512521

Title:
  gvfs-trash fails on file in a symbolic linked folder in a different
  file system

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  I have Documents in a LUKS container mounted and symlinked on my home folder.
|-- Documents -> secure/documents
  Have other folders like Desktop in a ecryptfs folder mounted and symlinked on 
my home folder.
|-- Desktop -> Private/Desktop
  So when I delete a file on Desktop or Documents it fails. It seems like it's 
saving the file in .local/share/trash instead of inside the containers. I was 
using fedora 22 and it was working fine. Now moved to ubuntu 15.10 and doesn't 
seem to work.
  strace of trying to delete the file:

  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gvfs/modules", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
  lstat("/home/zed/Documents/secure-trash.txt", {st_mode=S_IFREG|0664, 
st_size=0, ...}) = 0
  stat("/home/zed", {st_mode=S_IFDIR|0700, st_size=894, ...}) = 0
  lstat("/home/zed/Documents", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0
  access("/home", F_OK)   = 0
  stat("/home", {st_mode=S_IFDIR|0755, st_size=50, ...}) = 0
  access("/home/zed", F_OK) = 0
  stat("/home/zed", {st_mode=S_IFDIR|0700, st_size=894, ...}) = 0
  access("/home/zed/.local", F_OK)  = 0
  stat("/home/zed/.local", {st_mode=S_IFDIR|0700, st_size=10, ...}) = 0
  access("/home/zed/.local/share", F_OK) = 0
  stat("/home/zed/.local/share", {st_mode=S_IFDIR|0700, st_size=224, ...}) = 0
  access("/home/zed/.local/share/Trash", F_OK) = 0
  stat("/home/zed/.local/share/Trash", {st_mode=S_IFDIR|0700, st_size=34, ...}) 
= 0
  mkdir("/home/zed/.local/share/Trash/info", 0700) = -1 EEXIST (File exists)
  mkdir("/home/zed/.local/share/Trash/files", 0700) = -1 EEXIST (File exists)
  open("/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo", 
O_RDONLY|O_CREAT|O_EXCL, 0666) = 3
  close(3)= 0
  open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
  fstat(3, {st_mode=S_IFREG|0644, st_size=3687, ...}) = 0
  fstat(3, {st_mode=S_IFREG|0644, st_size=3687, ...}) = 0
  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7feb9f31b000
  read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 
4096) = 3687
  lseek(3, -2347, SEEK_CUR)   = 1340
  read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 
4096) = 2347
  close(3)= 0
  munmap(0x7feb9f31b000, 4096)= 0
  open("/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo.DITD7X", 
O_RDWR|O_CREAT|O_EXCL, 0666) = 3
  fallocate(3, 0, 0, 94)  = 0
  write(3, "[Trash Info]\nPath=/home/bpmarinh"..., 94) = 94
  fstatfs(3, {f_type=0x9123683e, f_bsize=4096, f_blocks=119953152, 
f_bfree=76651779, f_bavail=76103891, f_files=0, f_ffree=0, f_fsid={-810601384, 
-1547478495}, f_namelen=255, f_frsize=4096}) = 0
  close(3)= 0
  rename("/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo.DITD7X", 
"/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo") = 0
  rename("/home/zed/Documents/secure-trash.txt", 
"/home/zed/.local/share/Trash/files/secure-trash.txt") = -1 EXDEV (Invalid 
cross-device link)
  unlink("/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo") = 0
  open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = 3
  writev(3, [{"*** Error in `", 14}, {"gvfs-trash", 10}, {"': ", 3}, {"double 
free or corruption (fastt"..., 35}, {": 0x", 4}, {"01222aa0", 16}, {" 
***\n", 5}], 7*** Error in `gvfs-trash': double free or corruption (fasttop): 
0x01222aa0 ***
  ) = 87
  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7feb9f31b000
  rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
  tgkill(5432, 5432, SIGABRT) = 0
  --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=5432, si_uid=1000} ---
  +++ killed by SIGABRT (core dumped) +++
  Aborted (core dumped)

  Found this one but doesn't seem like it's fixed on 15.10:

  https://bugzilla.gnome.org/show_bug.cgi?id=748248
  https://bugzilla.gnome.org/show_bug.cgi?id=748629

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1512521/+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 1512521] Re: gvfs-trash fails on file in a symbolic linked folder in a different file system

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

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

-- 
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/1512521

Title:
  gvfs-trash fails on file in a symbolic linked folder in a different
  file system

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  I have Documents in a LUKS container mounted and symlinked on my home folder.
|-- Documents -> secure/documents
  Have other folders like Desktop in a ecryptfs folder mounted and symlinked on 
my home folder.
|-- Desktop -> Private/Desktop
  So when I delete a file on Desktop or Documents it fails. It seems like it's 
saving the file in .local/share/trash instead of inside the containers. I was 
using fedora 22 and it was working fine. Now moved to ubuntu 15.10 and doesn't 
seem to work.
  strace of trying to delete the file:

  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gvfs/modules", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
  lstat("/home/zed/Documents/secure-trash.txt", {st_mode=S_IFREG|0664, 
st_size=0, ...}) = 0
  stat("/home/zed", {st_mode=S_IFDIR|0700, st_size=894, ...}) = 0
  lstat("/home/zed/Documents", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0
  access("/home", F_OK)   = 0
  stat("/home", {st_mode=S_IFDIR|0755, st_size=50, ...}) = 0
  access("/home/zed", F_OK) = 0
  stat("/home/zed", {st_mode=S_IFDIR|0700, st_size=894, ...}) = 0
  access("/home/zed/.local", F_OK)  = 0
  stat("/home/zed/.local", {st_mode=S_IFDIR|0700, st_size=10, ...}) = 0
  access("/home/zed/.local/share", F_OK) = 0
  stat("/home/zed/.local/share", {st_mode=S_IFDIR|0700, st_size=224, ...}) = 0
  access("/home/zed/.local/share/Trash", F_OK) = 0
  stat("/home/zed/.local/share/Trash", {st_mode=S_IFDIR|0700, st_size=34, ...}) 
= 0
  mkdir("/home/zed/.local/share/Trash/info", 0700) = -1 EEXIST (File exists)
  mkdir("/home/zed/.local/share/Trash/files", 0700) = -1 EEXIST (File exists)
  open("/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo", 
O_RDONLY|O_CREAT|O_EXCL, 0666) = 3
  close(3)= 0
  open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
  fstat(3, {st_mode=S_IFREG|0644, st_size=3687, ...}) = 0
  fstat(3, {st_mode=S_IFREG|0644, st_size=3687, ...}) = 0
  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7feb9f31b000
  read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 
4096) = 3687
  lseek(3, -2347, SEEK_CUR)   = 1340
  read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 
4096) = 2347
  close(3)= 0
  munmap(0x7feb9f31b000, 4096)= 0
  open("/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo.DITD7X", 
O_RDWR|O_CREAT|O_EXCL, 0666) = 3
  fallocate(3, 0, 0, 94)  = 0
  write(3, "[Trash Info]\nPath=/home/bpmarinh"..., 94) = 94
  fstatfs(3, {f_type=0x9123683e, f_bsize=4096, f_blocks=119953152, 
f_bfree=76651779, f_bavail=76103891, f_files=0, f_ffree=0, f_fsid={-810601384, 
-1547478495}, f_namelen=255, f_frsize=4096}) = 0
  close(3)= 0
  rename("/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo.DITD7X", 
"/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo") = 0
  rename("/home/zed/Documents/secure-trash.txt", 
"/home/zed/.local/share/Trash/files/secure-trash.txt") = -1 EXDEV (Invalid 
cross-device link)
  unlink("/home/zed/.local/share/Trash/info/secure-trash.txt.trashinfo") = 0
  open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = 3
  writev(3, [{"*** Error in `", 14}, {"gvfs-trash", 10}, {"': ", 3}, {"double 
free or corruption (fastt"..., 35}, {": 0x", 4}, {"01222aa0", 16}, {" 
***\n", 5}], 7*** Error in `gvfs-trash': double free or corruption (fasttop): 
0x01222aa0 ***
  ) = 87
  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7feb9f31b000
  rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
  tgkill(5432, 5432, SIGABRT) = 0
  --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=5432, si_uid=1000} ---
  +++ killed by SIGABRT (core dumped) +++
  Aborted (core dumped)

  Found this one but doesn't seem like it's fixed on 15.10:

  https://bugzilla.gnome.org/show_bug.cgi?id=748248
  https://bugzilla.gnome.org/show_bug.cgi?id=748629

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1512521/+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 1580853] [NEW] Εφαρμογή ενημέρωσης

2016-05-11 Thread aeinaw
Public bug reported:

αδυνατη η Εφαρμογή ενημέρωσης

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: firefox 44.0.2+build1-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
Uname: Linux 3.13.0-79-generic i686
AddonCompatCheckDisabled: False
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  aeinaw 1521 F pulseaudio
BuildID: 20160209234718
Channel: Unavailable
CurrentDesktop: Unity
Date: Thu May 12 07:49:44 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-12-24 (139 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
IpRoute:
 default via 192.168.2.1 dev eth0  proto static 
 192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.3  metric 1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
PrefSources:
 prefs.js
 user.js
Profiles: Profile0 (Default) - LastVersion=44.0.2/20160209234718 (In use)
RelatedPackageVersions:
 picasa3.0.5744-02
 totem-mozilla 3.10.1-1ubuntu4
 rhythmbox-mozilla 3.0.2-0ubuntu2
RfKill:
 
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: Upgraded to trusty on 2015-12-24 (139 days ago)
dmi.bios.date: 10/13/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: FF
dmi.board.name: G31M-ES2L
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFF:bd10/13/2009:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: G31M-ES2L
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: apport-bug i386 trusty

-- 
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/1580853

Title:
  Εφαρμογή ενημέρωσης

Status in firefox package in Ubuntu:
  New

Bug description:
  αδυνατη η Εφαρμογή ενημέρωσης

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 44.0.2+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
  Uname: Linux 3.13.0-79-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  aeinaw 1521 F pulseaudio
  BuildID: 20160209234718
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu May 12 07:49:44 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-12-24 (139 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
  IpRoute:
   default via 192.168.2.1 dev eth0  proto static 
   192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.3  metric 1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  PrefSources:
   prefs.js
   user.js
  Profiles: Profile0 (Default) - LastVersion=44.0.2/20160209234718 (In use)
  RelatedPackageVersions:
   picasa3.0.5744-02
   totem-mozilla 3.10.1-1ubuntu4
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to trusty on 2015-12-24 (139 days ago)
  dmi.bios.date: 10/13/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: FF
  dmi.board.name: G31M-ES2L
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFF:bd10/13/2009:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: G31M-ES2L
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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

[Desktop-packages] [Bug 1580849] Re: Update to 3.20.1

2016-05-11 Thread Robert Ancell
Requires GTK+ 3.19.1 (bug 1576576)

** Changed in: baobab (Ubuntu)
   Status: New => Triaged

** Changed in: baobab (Ubuntu)
   Importance: Undecided => Wishlist

** Summary changed:

- Update to 3.20.1
+ Update to 3.20

** Description changed:

- Update to 3.20.1
+ Update to 3.20

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

Title:
  Update to 3.20

Status in baobab package in Ubuntu:
  Triaged

Bug description:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/baobab/+bug/1580849/+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 1580849] [NEW] Update to 3.20

2016-05-11 Thread Robert Ancell
Public bug reported:

Update to 3.20

** Affects: baobab (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: upgrade-software-version

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

Title:
  Update to 3.20

Status in baobab package in Ubuntu:
  Triaged

Bug description:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/baobab/+bug/1580849/+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 1562551] Re: impossible to reconnect to hidden network on ubuntu 16.04 beta2

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

** Changed in: network-manager-applet (Ubuntu)
   Status: New => Confirmed

-- 
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/1562551

Title:
  impossible to reconnect to hidden network on ubuntu 16.04 beta2

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

Bug description:
  after set up to connect to a hidden wireless network in ubuntu
  connects normally.

  the problem happens after restart Ubuntu.

  Ubuntu 16.04 beta 2 does not automatically connect the hidden network
  previously set and also not let me connect manually (see screenshot)

  I have Ubuntu 14.04 installed on the same machine, and everything
  works correctly.

  Please call me if you need additional information.


  lshw output: https://gist.github.com/luzfcb/6287b4b0f91045f762ad

  fabio@luzfcb:~$ lsb_release -rd
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04

  fabio@luzfcb:~$ lspci
  00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated 
Graphics (rev 09)
  00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
  00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI 
Controller (rev 03)
  00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI 
Controller #1 (rev 03)
  00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition 
Audio Controller (rev 03)
  00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port 
#1 (rev e3)
  00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port 
#3 (rev e3)
  00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port 
#4 (rev e3)
  00:1c.4 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port 
#5 (rev e3)
  00:1d.0 USB controller: Intel Corporation Wildcat Point-LP USB EHCI 
Controller (rev 03)
  00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
  00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller 
[AHCI Mode] (rev 03)
  00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
  02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
  03:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
  04:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 830M] (rev a2)

  fabio@luzfcb:~$ lsusb 
  Bus 001 Device 004: ID 1bcf:2b8a Sunplus Innovation Technology Inc. 
  Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
  Bus 001 Device 002: ID 8087:8001 Intel Corp. 
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-gnome 1.0.10-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar 27 13:14:35 2016
  ExecutablePath: /usr/bin/nm-applet
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-03-27 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  IpRoute:
   
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   UUID  TYPE 
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH 
   Conexão cabeada 1  66d02955-3095-4f4a-8bcd-4b4c8fd75dbc  802-3-ethernet   
1459094929  Dom 27 Mar 2016 13:08:49 BRT  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/2  no  --  -- --
  
   oficina2cb79773-9d0f-4d1e-9ced-b3b8bba33c12  802-11-wireless  
1459095165  Dom 27 Mar 2016 13:12:45 BRT  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/3  no  --  -- --
  nmcli-dev:
   DEVICE  TYPE  STATE DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH 
   wlp3s0  wifi  disconnected  

[Desktop-packages] [Bug 1580836] [NEW] Gnome Software ignores software-properties-gtk "When there are other updates" setting

2016-05-11 Thread unflavored
Public bug reported:

On Ubuntu 16.04, using gnome-software 3.20.1+git20160426.1.a976144
-ubuntu-xenial-0ubuntu1

software-properties-gtk has a setting for "When there are other updates"
besides security updates. Setting this to "Display every two weeks"
should prevent all non-security update notifications from bothering the
user more often than every two weeks.

gnome-software categorizes some non-security updates as "OS Updates" and
every day it displays the pop-up message "Software Updates Available
Important OS and application updates are ready to be installed."

** Affects: gnome-software (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1580836

Title:
  Gnome Software ignores software-properties-gtk "When there are other
  updates" setting

Status in gnome-software package in Ubuntu:
  New

Bug description:
  On Ubuntu 16.04, using gnome-software 3.20.1+git20160426.1.a976144
  -ubuntu-xenial-0ubuntu1

  software-properties-gtk has a setting for "When there are other
  updates" besides security updates. Setting this to "Display every two
  weeks" should prevent all non-security update notifications from
  bothering the user more often than every two weeks.

  gnome-software categorizes some non-security updates as "OS Updates"
  and every day it displays the pop-up message "Software Updates
  Available Important OS and application updates are ready to be
  installed."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580836/+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 Pineview graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-11 Thread Daniel van Vugt
Please keep the bug title in a form that's meaningful and relevant to
users. Not a description of the source code.

** Summary changed:

- Qt clients on Intel Pineview graphics fail to create egl context with Mir
+ Unity8-dash on Intel Pineview graphics crashes and restarts continuously 
[qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

-- 
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 Pineview graphics crashes and restarts
  continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay,
  EglContext) == EGL_TRUE"]

Status in Mir:
  Invalid
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 1580833] [NEW] Gnome Software ignores Phased Updates opt-out

2016-05-11 Thread unflavored
Public bug reported:

On Ubuntu 16.04, using gnome-software 3.20.1+git20160426.1.a976144
-ubuntu-xenial-0ubuntu1

Creating a file in /etc/apt/apt.conf.d/ with the contents Update-Manager
::Never-Include-Phased-Updates "True"; is supposed to opt out of Phased
Updates.

gnome-software still wants to update these packages
http://people.canonical.com/~ubuntu-archive/phased-updates.html

Every day it displays the pop-up message "Software Updates Available
Important OS and application updates are ready to be installed" if one
of these Phased Updates is categorized by gnome-software as one of "OS
Updates" even if they are not security updates.

** Affects: gnome-software (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: phasedupdates

-- 
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/1580833

Title:
  Gnome Software ignores Phased Updates opt-out

Status in gnome-software package in Ubuntu:
  New

Bug description:
  On Ubuntu 16.04, using gnome-software 3.20.1+git20160426.1.a976144
  -ubuntu-xenial-0ubuntu1

  Creating a file in /etc/apt/apt.conf.d/ with the contents Update-
  Manager::Never-Include-Phased-Updates "True"; is supposed to opt out
  of Phased Updates.

  gnome-software still wants to update these packages
  http://people.canonical.com/~ubuntu-archive/phased-updates.html

  Every day it displays the pop-up message "Software Updates Available
  Important OS and application updates are ready to be installed" if one
  of these Phased Updates is categorized by gnome-software as one of "OS
  Updates" even if they are not security updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580833/+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 1434986] Re: Not working network connection after boot

2016-05-11 Thread Tristan Cormier
I too am affected by this bug, on Ubuntu 16.04 LTS. The bug has been
present for me, in a way or another, since 15.04.

-- 
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/1434986

Title:
  Not working network connection after boot

Status in NetworkManager:
  Expired
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Directly after boot the network connections are not working. I am
  connected and have an IP address, but I cannot establish a connection
  with any Internet server.

  I have the impression it is related to thee DNS lookup, which waits
  forever for a result.

  Cycling the connection (disconnect->reconnect) seems to fix the
  problem for some time.

  I am reporting this against network-manager, but I am not sure if it is 
directly in network manager or if it is systemd related.
  With 14.10 everything worked perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 22 12:38:26 2015
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-30 (50 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.26 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.29
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-19 (3 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-02-16T00:14:50.662693
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   eth0ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
Kabelnetzwerkverbindung 1  4a581685-6002-4401-a993-49aa649667eb  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   wlan0   wifi  connected  /org/freedesktop/NetworkManager/Devices/1  
4A616E7320574C414E f45aa3a7-fb44-41b7-a02a-ea9720d79414  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1434986/+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 1456452] Re: Works with stylus but not finger: HP Elitebook 2740P Tablet PC

2016-05-11 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1297692 ***
https://bugs.launchpad.net/bugs/1297692

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Works with stylus but not finger: HP Elitebook 2740P Tablet PC

Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  As I will explain below, it appears that this bug is probably a
  manifestation of onboard using a completely incorrect algorithm for
  detecting button presses and releases that only accidentally works on
  legacy input devices and fails completely on a touchscreen.

  HP EliteBook 2740p is a convertible Tablet PC with a screen that can rotate 
from Laptop mode into tablet mode.   In tablet mode, the screen covers the 
keyboard and an on screen keyboard is a necessity.   This machine has 4+ input 
devices:
 - multitouch touch screen
 - stylus on screen
 - pointing stick
 - trackpad
 - also, 3D accelerometer which could theoretically be used to move cursor.
  These are without plugging in an external 3D space navigator, mouse, 
joystick, gamepad, eyemouse, etc.

  
  I can type with:
 - Touch screen stylus on screen
 - Touchpad (cumbersome and not at all useful in tablet mode)
 - pointing stick  (AKA erasor/clitoris/trackpoint(tm)/etc) (cumbersome and 
not at all useful in tablet mode)
 - (physical keyboard)
  I can not type using
- Finger on multitouch screen

  This is not a calibration issue.This is not a rotation issue; even
  though I have been playing with rotation, the screen  and input
  devices are currently unrotated and I can type in xvkbd or florence on
  screen keyboards with stylus or finger.

  onboard complet

   xsetwacom --list
  Serial Wacom Tablet WACf00e stylusid: 13  type: STYLUS
  Serial Wacom Tablet WACf00e eraserid: 15  type: ERASER
  Serial Wacom Tablet WACf00e touch id: 16  type: TOUCH# finger
  # Not shown: synaptics touchpad

  
  The following error message appears frequently in the terminal tab from which 
onboard was started (enough to render the tab unusable):  
  (onboard:5529): Gdk-CRITICAL **: gdk_device_get_axis_use: assertion 'index_ < 
device->axes->len' failed
  This error appears whether using stylus or finger (but not touchpad or stick) 
 and occurs more than once per key press as you hover.

  Note the following  potentially relevant general behavior differences
  between these 4 pointing devices.   With the three that work, the
  cursor tracks movement when not clicking/dragging.The one that
  doesn't warps the mouse directly to the point touched and generates
  events at that point and hides the mouse cursor since the mouse cursor
  can't track a raised finger.

  Default onboard preferences were used.

  xev shows Button Press, Motion Notify, and Button release events when 
touching with finger.   Similar with stylus.
  Differences, stylus sends motion notify updates when near screen, finger 
doesn't.
  Finger sends motion notify updates while being held still touching screen, 
stylus does not.

  Here are events captured with both buton and stylus:
  stylus:
  ButtonRelease event, serial 37, synthetic NO, window 0x561,
  root 0x80, subw 0x0, time 9012106, (110,108), root:(175,676),
  state 0x100, button 1, same_screen YES

  Finger:
  ButtonRelease event, serial 37, synthetic NO, window 0x561,
  root 0x80, subw 0x0, time 9065337, (96,85), root:(161,653),
  state 0x100, button 1, same_screen YES

  Another difference is the "state" in the motion notify events:
 Stylus:  0x0, 0x0, ... 0x100, 0x100, 0x100, ... 0x0, 0x0, 
 Finger:  0x100 events only.
erasor or touchpad: generate 0x0 events.

  This suggests that the bug in the software is to look at the "state"
  variable in motion notify events to determine presses and releases
  instead of using the correct algorithm of  looking at buttonpress and
  buttonrelease events.State can tell you the difference between a
  drag and a mere traverse but it is not a valid source of press/release
  event detection.

  The stylus can report its position when hovering over, but near, the
  glass.   The finger is only reported when it is actually pressing.
  Thus, there are no motion notify events when the finger is withdrawn.

  
  Multitouch trivia: double finger pan movements get converted to buttons 
4,5,6,7.In other words, they are converted to scrollwheel motion.   The 
finger motion is not reported as cursor motion.  pinch zoom in/out and rotate 
don't seem to be meaningfully reported.   You apparently have to register for 
xinput 2.2 events or something to get the position of each finger.

  
  Note that in order to simulate this problem without a touchscreen device, 

[Desktop-packages] [Bug 1506744] Re: Newly installed applications do not show in the dash

2016-05-11 Thread Gordon
i've had the same issue with most every app that I've tried to install.
I find that installing instead via Synaptic does seem to be a reliable
workaround.

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

Title:
  Newly installed applications do not show in the dash

Status in GLib:
  Confirmed
Status in Unity:
  Incomplete
Status in gnome-menus package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I am running 15.10 development version fully up to date, I installed
  it a few days ago and I have an issue with newly installed
  applications not appearing in the dash when I search for them, they
  can be started via console but the icons/launchers of newly installed
  applications will only appear in the dash after session is restarted.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: unity 7.3.2+15.10.20151002.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Fri Oct 16 08:41:39 2015
  InstallationDate: Installed on 2015-10-11 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151011)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+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 1577125] Re: After an update some shortcuts were bound to a single key

2016-05-11 Thread Tim
Andrew, was this with stock 16.04, or do you have gnome3-staging
enabled?

** Package changed: gnome-settings-daemon (Ubuntu) => mutter (Ubuntu)

** Changed in: ubuntu-gnome
   Status: New => Fix Released

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

Title:
  After an update some shortcuts were bound to a single key

Status in Ubuntu GNOME:
  Fix Released
Status in mutter package in Ubuntu:
  Incomplete

Bug description:
  This is my first bug report and I know of what sometimes occurs when using a 
PPA.
  After I posted a message on GNOME on Google plus
  https://plus.google.com/+AndrewMillington0/posts/hJaUYZZnLSR

  The short cuts were disabled and after an update those short cuts were 
somehow  enabled with a single key even though shown as disabled. The keys in 
question was 's' an 'l'.
  's' was allocated to default help and 'l' to the screen keyboard on/off.

  I spent a bit of time checking if I am doing the right thing in turns
  of existing bugs and reporting to the right area.

  lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1577125/+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 1576784] Re: MatchIsTouchscreen also matches touchpads in 16.04

2016-05-11 Thread machrider
I'm seeing the same problem with my Dell touchpad since upgrading to
16.04. /proc/bus/input/devices shows my touchpad as:

I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input5
U: Uniq=
H: Handlers=mouse0 event6 
B: PROP=5
B: EV=b
B: KEY=e520 1 0 0 0 0
B: ABS=66080001103

The touchscreen is:

I: Bus=0003 Vendor=06cb Product=1ac3 Version=0111
N: Name="SYNAPTICS Synaptics Large Touch Screen"
P: Phys=usb-:00:14.0-6/input0
S: 
Sysfs=/devices/pci:00/:00:14.0/usb3/3-6/3-6:1.0/0003:06CB:1AC3.0001/input/input14
U: Uniq=
H: Handlers=mouse1 event13 
B: PROP=2
B: EV=b
B: KEY=400 0 0 0 0 0
B: ABS=2608003

Previously MatchIsTouchscreen only matched my touchscreen, but now it's
matching the touchpad, too.

-- 
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/1576784

Title:
  MatchIsTouchscreen also matches touchpads in 16.04

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Previously in 15.10 I had the following rule in 
/usr/share/X11/xorg.conf.d/99-no-touchscreen.conf:
  Section "InputClass"
  Identifier "Touchscreen disable"
  MatchIsTouchscreen "on"

  Option "Ignore" "on"
  EndSection

  This worked in disabling the touchpad on my lenovo T440s

  After the upgrade to 16.04 I noticed that my touchpad would not work. And I 
found the following lines in the log:
  [  3107.956] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/event6)
  [  3107.956] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass 
"Touchscreen disable"
  [  3107.956] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/mouse0)
  [  3107.956] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass 
"Touchscreen disable"

  So I had to disable the rule in order to be able to use the touchpad,
  and now  I can't disable the touchscreen.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Fri Apr 29 09:39:23 2016
  InstallationDate: Installed on 2015-03-18 (407 days ago)
  InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-28 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1576784/+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 1576784] Re: MatchIsTouchscreen also matches touchpads in 16.04

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

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

-- 
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/1576784

Title:
  MatchIsTouchscreen also matches touchpads in 16.04

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Previously in 15.10 I had the following rule in 
/usr/share/X11/xorg.conf.d/99-no-touchscreen.conf:
  Section "InputClass"
  Identifier "Touchscreen disable"
  MatchIsTouchscreen "on"

  Option "Ignore" "on"
  EndSection

  This worked in disabling the touchpad on my lenovo T440s

  After the upgrade to 16.04 I noticed that my touchpad would not work. And I 
found the following lines in the log:
  [  3107.956] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/event6)
  [  3107.956] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass 
"Touchscreen disable"
  [  3107.956] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/mouse0)
  [  3107.956] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass 
"Touchscreen disable"

  So I had to disable the rule in order to be able to use the touchpad,
  and now  I can't disable the touchscreen.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Fri Apr 29 09:39:23 2016
  InstallationDate: Installed on 2015-03-18 (407 days ago)
  InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-28 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1576784/+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 1580813] [NEW] /usr/bin/nm-connection-editor:11:validate:eap_method_validate:ws_802_1x_validate:wireless_security_validate:ce_page_validate_v

2016-05-11 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding network-manager-applet.  This problem was most recently seen
with version 1.2.0-0ubuntu0.16.04.1, the problem page at
https://errors.ubuntu.com/problem/c9fcbda1e7b1e8777128c9dc4e3f5d808fd7574b
contains more details.

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: xenial yakkety

-- 
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/1580813

Title:
  /usr/bin/nm-connection-
  
editor:11:validate:eap_method_validate:ws_802_1x_validate:wireless_security_validate:ce_page_validate_v

Status in network-manager-applet package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding network-manager-applet.  This problem was most recently seen
  with version 1.2.0-0ubuntu0.16.04.1, the problem page at
  https://errors.ubuntu.com/problem/c9fcbda1e7b1e8777128c9dc4e3f5d808fd7574b
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1580813/+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 1580814] [NEW] /usr/sbin/lightdm:11:munmap:_dl_unmap_segments:_dl_unmap:_dl_close_worker:_dl_close

2016-05-11 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding lightdm.  This problem was most recently seen with version
1.18.1-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/30ec8995938a13961d11eee682a4ae32c1dc16ca
contains more details.

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


** Tags: vivid wily xenial

-- 
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/1580814

Title:
  
/usr/sbin/lightdm:11:munmap:_dl_unmap_segments:_dl_unmap:_dl_close_worker:_dl_close

Status in lightdm package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding lightdm.  This problem was most recently seen with version
  1.18.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/30ec8995938a13961d11eee682a4ae32c1dc16ca
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1580814/+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 1576977] Re: Lots of GEGL-gegl-operation.c-WARNING on starting gimp

2016-05-11 Thread Angel Guzman Maeso
Same here. Gimps start well, but probably it is using slow operations
with GEGL

-- 
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/1576977

Title:
  Lots of GEGL-gegl-operation.c-WARNING on starting gimp

Status in gimp package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04
  gimp: 2.8.16-1ubuntu1

  rm ~/.gimp-2.8/
  LANG=en gimp

  
  (gimp:413): GLib-GObject-WARNING **: g_object_set_valist: object class 
'GeglConfig' has no property named 'cache-size'

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A3410 from "gimp:point-layer-mode" to "gimp
  :dissolve-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A39B0 from "gimp:point-layer-mode" to "gimp
  :behind-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A4090 from "gimp:point-layer-mode" to "gimp
  :multiply-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A43A0 from "gimp:point-layer-mode" to "gimp
  :screen-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A4790 from "gimp:point-layer-mode" to "gimp
  :overlay-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A4BC0 from "gimp:point-layer-mode" to "gimp
  :difference-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A5800 from "gimp:point-layer-mode" to "gimp
  :addition-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A5BC0 from "gimp:point-layer-mode" to "gimp
  :subtract-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A5F80 from "gimp:point-layer-mode" to "gimp
  :darken-only-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A63D0 from "gimp:point-layer-mode" to "gimp
  :lighten-only-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A68E0 from "gimp:point-layer-mode" to "gimp:hue-
  mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A6B40 from "gimp:point-layer-mode" to "gimp
  :saturation-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A6F70 from "gimp:point-layer-mode" to "gimp:color-
  mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A73E0 from "gimp:point-layer-mode" to "gimp:value-
  mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A7760 from "gimp:point-layer-mode" to "gimp
  :divide-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A7BE0 from "gimp:point-layer-mode" to "gimp:dodge-
  mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A7F50 from "gimp:point-layer-mode" to "gimp:burn-
  mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A83A0 from "gimp:point-layer-mode" to "gimp
  :hardlight-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A8740 from "gimp:point-layer-mode" to "gimp
  :softlight-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A8B40 from "gimp:point-layer-mode" to "gimp:grain-
  extract-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A90A0 from "gimp:point-layer-mode" to "gimp:grain-
  merge-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A93C0 from "gimp:point-layer-mode" to "gimp:color-
  erase-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20A9730 from "gimp:point-layer-mode" to "gimp:erase-
  mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20AA080 from "gimp:point-layer-mode" to "gimp
  :replace-mode"

  (gimp:413): GEGL-gegl-operation.c-WARNING **: Cannot change name of
  operation class 0x20AA450 from "gimp:point-layer-mode" to "gimp:anti-
  erase-mode"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1576977/+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 1573052] Re: [packaging] gnome-software provides a broken symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

2016-05-11 Thread Matthias Klumpp
** Changed in: gnome-software
   Status: New => Fix Released

-- 
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/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

Status in GNOME Software:
  Fix Released
Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  ```
  $ file /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so
  /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: broken symbolic link 
to libgs_plugin_xdg_app_reviews.so.0.0.0
  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-software 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
  Uname: Linux 4.5.0-buo-ren-vanilla-intel-ivybridge-optimized x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 21:44:09 2016
  InstallationDate: Installed on 2016-01-07 (104 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: gnome-software
  UpgradeStatus: Upgraded to xenial on 2016-04-07 (13 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+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 1580807] Re: (gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_revie

2016-05-11 Thread Matthias Klumpp
*** This bug is a duplicate of bug 1573052 ***
https://bugs.launchpad.net/bugs/1573052

** This bug has been marked a duplicate of bug 1573052
   [packaging] gnome-software provides a broken symlink of 
/usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

-- 
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/1580807

Title:
  (gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib
  /gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el
  archivo del objeto compartido: No existe el archivo o el directorio

Status in gnome-software package in Ubuntu:
  New

Bug description:
  (gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib
  /gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el
  archivo del objeto compartido: No existe el archivo o el directorio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580807/+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 1580807] [NEW] (gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_rev

2016-05-11 Thread Adan Garcia
Public bug reported:

(gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el archivo
del objeto compartido: No existe el archivo o el directorio

** Affects: gnome-software (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1580807

Title:
  (gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib
  /gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el
  archivo del objeto compartido: No existe el archivo o el directorio

Status in gnome-software package in Ubuntu:
  New

Bug description:
  (gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib
  /gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el
  archivo del objeto compartido: No existe el archivo o el directorio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580807/+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 1580806] [NEW] [Compaq 610, IDT 92HD75B2X5, Speaker, Internal] No sound at all

2016-05-11 Thread nevbear666
Public bug reported:

soundcard is recognized.
no sound playback through internal speakers.
external usb headphones work.
all mixers are at 100%.
soundcard is being recognized and viewable through lspci and cat'ing through 
proc.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
Uname: Linux 4.6.0-997-lowlatency x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  nevermind   2986 F pulseaudio
CurrentDesktop: Unity
Date: Thu May 12 00:58:48 2016
InstallationDate: Installed on 2015-05-19 (358 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Internes Audio - HDA Intel
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  nevermind   2986 F pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [Compaq 610, IDT 92HD75B2X5, Speaker, Internal] No sound at all
UpgradeStatus: Upgraded to xenial on 2016-05-07 (4 days ago)
dmi.bios.date: 12/01/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PVU Ver. F.20
dmi.board.name: 308A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 26.08
dmi.chassis.asset.tag: CNU9480YSY
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PVUVer.F.20:bd12/01/2011:svnHewlett-Packard:pnCompaq610:pvrF.20:rvnHewlett-Packard:rn308A:rvrKBCVersion26.08:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: Compaq 610
dmi.product.version: F.20
dmi.sys.vendor: Hewlett-Packard
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-05-12T00:39:28.644247

** 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/1580806

Title:
  [Compaq 610, IDT 92HD75B2X5, Speaker, Internal] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  soundcard is recognized.
  no sound playback through internal speakers.
  external usb headphones work.
  all mixers are at 100%.
  soundcard is being recognized and viewable through lspci and cat'ing through 
proc.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.6.0-997-lowlatency x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nevermind   2986 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May 12 00:58:48 2016
  InstallationDate: Installed on 2015-05-19 (358 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Internes Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nevermind   2986 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [Compaq 610, IDT 92HD75B2X5, Speaker, Internal] No sound at all
  UpgradeStatus: Upgraded to xenial on 2016-05-07 (4 days ago)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PVU Ver. F.20
  dmi.board.name: 308A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 26.08
  dmi.chassis.asset.tag: CNU9480YSY
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PVUVer.F.20:bd12/01/2011:svnHewlett-Packard:pnCompaq610:pvrF.20:rvnHewlett-Packard:rn308A:rvrKBCVersion26.08:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: Compaq 610
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-05-12T00:39:28.644247

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1580806/+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 1577768] Re: 16.04 some dvd do not mount automatically (but do in 14.04)

2016-05-11 Thread Erick Brunzell
** Also affects: util-linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: util-linux (Ubuntu)
   Status: New => Confirmed

-- 
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/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

Status in gvfs package in Ubuntu:
  Confirmed
Status in nautilus package in Ubuntu:
  Confirmed
Status in util-linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  here is a dvd. And ubuntu 16.04.

  When I insert that dvd, it does not show anywhere, neither in launcher
  nor in nautilus.

  But I'm able to read that dvd using vlc through menu media / open a
  disc.

  I can manually mount that dvd with

  sudo mount -t iso9660 -o ro /dev/sr0 ~/Bureau/dvd/

  Once mounted there's a dvd icon in launcher and it appears also in
  nautilus left panel.

  That same dvd automatically mounts when running ubuntu 14.04 on the
  same computer.

  I have also tested other dvd's on ubuntu 16.04 and *most* of them show
  / mount as expected.

  But *all* of them automatically show / mount in ubuntu 14.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+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 1313430] Re: Crashes on Ubuntu 14.04 when trying to connect to iPod

2016-05-11 Thread Smux
Yep, grooverunner (#48) figured out the magic! Ubuntu 14.04; ipod touch
1st gen. 3.1.3

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

Title:
  Crashes on Ubuntu 14.04 when trying to connect to iPod

Status in libgpod package in Ubuntu:
  Confirmed
Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  1. Plug in my iPod shuffle
  2. Start Rhythmbox
  3. Click iPod to be able to sync music.
  4. Rhythmbox crashes

  $ rhythmbox

  (rhythmbox:29428): Gtk-CRITICAL **: gtk_css_provider_load_from_path:
  assertion 'path != NULL' failed

  (rhythmbox:29428): GLib-GObject-CRITICAL **: object SoupServer
  0x188e200 finalized while still in-construction

  (rhythmbox:29428): GLib-GObject-CRITICAL **: Custom constructor for class 
SoupServer returned NULL (which is invalid). Please use GInitable instead.
  Unable to open ~/.mtpz-data for reading, MTPZ disabled.Traceback (most recent 
call last):
File 
"/usr/lib/rhythmbox/plugins/remember-the-rhythm/remember-the-rhythm.py", line 
114, in init_source
  self.shell_player.jump_to_current()
  gi._glib.GError: Could not locate rb_shell_player_jump_to_current: 
'rb_shell_player_jump_to_current': /usr/lib/librhythmbox-core.so.8: undefined 
symbol: rb_shell_player_jump_to_current

  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '290' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '123' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '200' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '287' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '184' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '62' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '326' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '334' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '223' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '335' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '330' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '293' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '57' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '97' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '137' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '164' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '334' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '90' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '281' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '151' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '162' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '337' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '326' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '134' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '172' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '166' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '303' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '70' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '89' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '150' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '167' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '171' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '142' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '145' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '250' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '258' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '207' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '225' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '144' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '321' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '317' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '328' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '308' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '56' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '52' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '179' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '220' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '66' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '241' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '271' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '210' not found.

  
  ** 

[Desktop-packages] [Bug 1549455] Re: Qt clients on Intel Pineview graphics fail to create egl context with Mir

2016-05-11 Thread Gerry Boland
http://paste.ubuntu.com/16357238/ the output Qt gave me for the failing
eglCreateContext

-- 
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:
  Qt clients on Intel Pineview graphics fail to create egl context with
  Mir

Status in Mir:
  Invalid
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 1569357] Re: Ubuntu 16.04 - Unity desktop session broken when using non-LightDM as X Display Manager

2016-05-11 Thread Kanwar Singh
sddm to unity broken. This temporarily gets me working:

right click and open shell
run

setsid unity

gets me back working in unity.

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

Title:
  Ubuntu 16.04 - Unity desktop session broken when using non-LightDM as
  X Display Manager

Status in gnome-session package in Ubuntu:
  New
Status in lightdm package in Ubuntu:
  New
Status in lxdm package in Ubuntu:
  New
Status in sddm package in Ubuntu:
  Confirmed
Status in unity package in Ubuntu:
  New

Bug description:
  As title, you'll only see your desktop file icons, no launcher and
  status bar are displayed.

  You can only reproduce this issue if you choose to use SDDM as the default X 
display manager(e.g. LightDM has no this issue)  
  UPDATE: Not only SDDM!  Currently most non-LightDM I tested has the same 
issue.

  * SDDM: reproduced
  * GDM3: not even launch-able on my system so can't verify
  * LXDM: reproduced

  This issue doesn't exist in Ubuntu 15.10, only in 16.04

  ## Workaround ##
  * Switch to LightDM

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: sddm 0.13.0-1ubuntu5
  Uname: Linux 4.5.0-buo-ren-vanilla-intel-ivybridge-optimized x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr 12 20:17:23 2016
  InstallationDate: Installed on 2016-01-07 (95 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: sddm
  UpgradeStatus: Upgraded to xenial on 2016-04-07 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1569357/+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: Qt clients on Intel Pineview graphics fail to create egl context with Mir

2016-05-11 Thread Gerry Boland
Just considering the Dash problem, the crash is a symptom of a bigger
problem: seems qtubuntu is unable to choose or manage the egl config
correctly. If a correct/working egl config was chosen, then this code
path wouldn't be entered (which has the "delete when not created" bug
seen here).

The actual problem is that eglCreateContext fails with EGL_BAD_MATCH on
the problem hardware. I'm experimenting with lp:~gerboland/qtubuntu
/adopt-more-eglconvenience2/ which uses Qt's EGL config choosing code
(that works ok on X11) in case that works.

I've update this bug title/description to match.

You're right that the unity8 performance problem is a separate issue.
I've logged bug 1580792 to encompass that.

** Summary changed:

- Unity8-dash on Intel Pineview graphics crashes and restarts continuously 
[qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, mEglContext) == EGL_TRUE"]
+ Qt clients on Intel Pineview graphics fail to create egl context with Mir

** Description changed:

+ 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

-- 
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:
  Qt clients on Intel Pineview graphics fail to create egl context with
  Mir

Status in Mir:
  Invalid
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 1580786] [NEW] abnormal CPU-usage

2016-05-11 Thread Morten Frisch
Public bug reported:

Logged into my computer and Xorg was using 100% -140% of CPU

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 11 23:16:08 2016
InstallationDate: Installed on 2016-04-08 (33 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xorg (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 xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1580786

Title:
  abnormal CPU-usage

Status in xorg package in Ubuntu:
  New

Bug description:
  Logged into my computer and Xorg was using 100% -140% of CPU

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 11 23:16:08 2016
  InstallationDate: Installed on 2016-04-08 (33 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1580786/+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 1572112] Re: Sync maintenance release lcms2 2.7-1 (main) from Debian testing (main)

2016-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package lcms2 - 2.7-1ubuntu1

---
lcms2 (2.7-1ubuntu1) yakkety; urgency=low

  * Merge from Debian unstable (LP: #1572112).  Remaining changes:
- debian/patches/byte-order.patch: Use endian.h to determine
  byte order in use.

lcms2 (2.7-1) unstable; urgency=medium

  * Imported Upstream version 2.7 (Closes: 819718)
  * No longer ship own copy of documentation source files
  * Removed patches (applied upstream)
+ update-manpages.patch
+ sanity-check-profiles-CVE-2014-0459.patch
+ endianness-verification-fix-powerpc.patch
  * Move to automatic dbgsym packages
  * Use secure URLs for Version Control System repository
  * Bump Standards version to 3.9.7, no changes needed
  * New patch: dont-write-uninitialized-memory-for-color-strings.patch
Thanks to Jérémy Bobbio  (Closes: 815248)
  * Update maintainers field (Closes: 820138)

 -- Michael Terry   Wed, 11 May 2016 14:04:29 -0400

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0459

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

Title:
  Sync maintenance release lcms2 2.7-1 (main) from Debian testing (main)

Status in lcms2 package in Ubuntu:
  Fix Released

Bug description:
  Please Merge lcms2 2.7-1 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta:
    * No change rebuild to get debug symbols on all architectures.
    * Merge with Debian, remaining change:
  - debian/patches/byte-order.patch: Use endian.h to determine byte order 
in use.
  

  https://github.com/mm2/Little-CMS/blob/master/ChangeLog

  Fixed a possible segmentation fault in a non-happy path
  Fixed a macro clash on SNONE.
  Added a safety check on named color lists
  Added a function to retrieve the iohandler of a given profile object
  Remove unused vcproj files
  Some maintenance fixes
  utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'… …
  Add missing comma in CGATS parser
  Remove dead code.
  Move unused var suppresor before the `return` statements.
  Added a flag to clip negative values in unbounded transforms (only gray, rgb, 
cmyk)
  Added a global optimization that merges consecutive matrices in pipelines. 
Fixes loss of precision in some transforms
  New project for mac
  Added license for iccjpeg.c
  Added a project for VS2013
  Fixed wrong handling of extra channels in some formatters.
  Added an option in transicc for working in bounded mode
  Added a version retrieval function
  

  Changelog entries since current xenial version 2.6-3ubuntu2:

  lcms2 (2.7-1) unstable; urgency=medium

    * Imported Upstream version 2.7 (Closes: 819718)
    * No longer ship own copy of documentation source files
    * Removed patches (applied upstream)
  + update-manpages.patch
  + sanity-check-profiles-CVE-2014-0459.patch
  + endianness-verification-fix-powerpc.patch
    * Move to automatic dbgsym packages
    * Use secure URLs for Version Control System repository
    * Bump Standards version to 3.9.7, no changes needed
    * New patch: dont-write-uninitialized-memory-for-color-strings.patch
  Thanks to Jérémy Bobbio  (Closes: 815248)
    * Update maintainers field (Closes: 820138)

   -- Thomas Weber   Mon, 18 Apr 2016 15:53:10 +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lcms2/+bug/1572112/+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 1551710] Re: memory leak ubuntu 16.04

2016-05-11 Thread Ed Bueler
this bug makes debugging my c codes with valgrind harder

-- 
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/1551710

Title:
  memory leak ubuntu 16.04

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  process nautilus which is ran automatically by system on startup using 
command "nautilus -n" grows big in memory.
  normally after startup it is about 100 mb in ram - after few days it can get 
to over 1gb
  ive ran it with valgrind - after startup it was above 200mb and after 2-3 
days it grew to 1.6 gb

  the command using which i ran valgrind is: 
  "G_DEBUG=resident-modules valgrind --tool=memcheck --leak-check=full 
--leak-resolution=high --num-callers=20 
--log-file=/media/data/nautilus_valgrindlog.log nautilus -n"

  system: ubuntu 16.04 x86-64

  not sure why it leaks, maybe it has something to do with the program
  that i use - i mean "variety" it changed desktop wallpaper several
  times a day. (maybe nautilus somehow grows because of it? no idea but
  im not using other fancy things here - just doing dev work on ubuntu.

  im attaching valgrind log.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1551710/+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 1261840] Re: lcms2 memory corruption results in broken profile

2016-05-11 Thread Amr Ibrahim
** Changed in: lcms2 (Ubuntu)
   Status: New => Fix Released

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

Title:
  lcms2 memory corruption results in broken profile

Status in lcms2 package in Ubuntu:
  Fix Released

Bug description:
  A known bug in lcms2-2.5 results in a broken profile being written to
  disk.

  https://github.com/mm2/Little-
  CMS/commit/1d2643cb8153c48dcfdee3d5cda43a38f7e719e2

  I was hit with this bug with colord/xiccd in Ubuntu Saucy, for which I
  have fixed packages on my PPA:

  https://launchpad.net/~pmjdebruijn/+archive/xiccd-testing

  However, I hope this patch could be applied to the package in Ubuntu
  Trusty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lcms2/+bug/1261840/+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 1572112] Re: Sync maintenance release lcms2 2.7-1 (main) from Debian testing (main)

2016-05-11 Thread Amr Ibrahim
Sorry Michael, I thought the delta was dropped. Thanks for working on
it.

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

Title:
  Sync maintenance release lcms2 2.7-1 (main) from Debian testing (main)

Status in lcms2 package in Ubuntu:
  New

Bug description:
  Please Merge lcms2 2.7-1 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta:
    * No change rebuild to get debug symbols on all architectures.
    * Merge with Debian, remaining change:
  - debian/patches/byte-order.patch: Use endian.h to determine byte order 
in use.
  

  https://github.com/mm2/Little-CMS/blob/master/ChangeLog

  Fixed a possible segmentation fault in a non-happy path
  Fixed a macro clash on SNONE.
  Added a safety check on named color lists
  Added a function to retrieve the iohandler of a given profile object
  Remove unused vcproj files
  Some maintenance fixes
  utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'… …
  Add missing comma in CGATS parser
  Remove dead code.
  Move unused var suppresor before the `return` statements.
  Added a flag to clip negative values in unbounded transforms (only gray, rgb, 
cmyk)
  Added a global optimization that merges consecutive matrices in pipelines. 
Fixes loss of precision in some transforms
  New project for mac
  Added license for iccjpeg.c
  Added a project for VS2013
  Fixed wrong handling of extra channels in some formatters.
  Added an option in transicc for working in bounded mode
  Added a version retrieval function
  

  Changelog entries since current xenial version 2.6-3ubuntu2:

  lcms2 (2.7-1) unstable; urgency=medium

    * Imported Upstream version 2.7 (Closes: 819718)
    * No longer ship own copy of documentation source files
    * Removed patches (applied upstream)
  + update-manpages.patch
  + sanity-check-profiles-CVE-2014-0459.patch
  + endianness-verification-fix-powerpc.patch
    * Move to automatic dbgsym packages
    * Use secure URLs for Version Control System repository
    * Bump Standards version to 3.9.7, no changes needed
    * New patch: dont-write-uninitialized-memory-for-color-strings.patch
  Thanks to Jérémy Bobbio  (Closes: 815248)
    * Update maintainers field (Closes: 820138)

   -- Thomas Weber   Mon, 18 Apr 2016 15:53:10 +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lcms2/+bug/1572112/+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 1385055] Re: HP Officejet Pro X476dw MFP prints in 300dpi

2016-05-11 Thread Schlomo Schapiro
A year has passed - what do I need to do to get this PPD fix upstream?

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

Title:
  HP Officejet Pro X476dw MFP prints in 300dpi

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  Running Ubuntu 14.04 running stock hplip 3.14.3

  Printer HP Officejet Pro X476dw MFP

  hp-check -t output is attached

  Problem:

  Initially I noticed that printing documents with Hebrew fonts results
  in low quality with fuzzy lines. After some debugging I was able to
  trace this down to the fact that by default CUPS converts the print
  job to a 300dpi PS before giving it to the hp driver:

  D [24/Oct/2014:07:22:01 +0200] [Job 261] Printer make and model: HP HP 
Officejet Pro X576dw MFP
  D [24/Oct/2014:07:22:01 +0200] [Job 261] Running command line for pstops: 
pstops 261 schlomo hebrew-test.pdf 1 'finishings=3 media=iso_a4_210x297mm 
output-bin=face-down print-color-mode=color print-quality=4 sides=one-sided 
job-uuid=urn:uuid:c1da9224-d10b-3c2f-6a99-487121b8864c 
job-originating-host-name=localhost time-at-creation=1414128121 
time-at-processing=1414128121 Duplex=None PageSize=A4'
  D [24/Oct/2014:07:22:01 +0200] [Job 261] No resolution information found in 
the PPD file.
  D [24/Oct/2014:07:22:01 +0200] [Job 261] Using image rendering resolution 300 
dpi
  D [24/Oct/2014:07:22:01 +0200] [Job 261] Running command line for gs: gs -q 
-dNOPAUSE -dBATCH -dSAFER -sDEVICE=ps2write -sOUTPUTFILE=%stdout 
-dLanguageLevel=3 -r300 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c 
'save pop' -f /var/spool/cups/tmp/066575456f596

  I was able to fix the problem by adding this resolution setting to the
  PPD:

  *DefaultResolution: 600x600dpi

  As a result the print job is converted at 600dpi instead of 300dpi
  which leads to the expected good result:

  D [24/Oct/2014:07:22:33 +0200] [Job 262] Printer make and model: HP HP 
Officejet Pro X576dw MFP
  D [24/Oct/2014:07:22:33 +0200] [Job 262] Running command line for pstops: 
pstops 262 schlomo hebrew-test.pdf 1 'Duplex=None finishings=3 
media=iso_a4_210x297mm output-bin=face-down print-color-mode=color 
print-quality=4 sides=two-sided-long-edge 
job-uuid=urn:uuid:83e69459-c350-37e5-417d-9ca00f8c6bd9 
job-originating-host-name=localhost time-at-creation=1414128153 
time-at-processing=1414128153 PageSize=A4'
  D [24/Oct/2014:07:22:33 +0200] [Job 262] Using image rendering resolution 600 
dpi
  D [24/Oct/2014:07:22:33 +0200] [Job 262] Running command line for gs: gs -q 
-dNOPAUSE -dBATCH -dSAFER -sDEVICE=ps2write -sOUTPUTFILE=%stdout 
-dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c 
'save pop' -f /var/spool/cups/tmp/0666d544aec68

  I think that the PPD is broken because it does not specify a
  resolution.

  It would be nice if the PPD could be fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1385055/+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 1578196] Re: External Display Port monitor not working

2016-05-11 Thread kanschat
This Bug affects me too. Lenovo Thinkpad x250 with Docking-Station. 
BIOS is showing up via Display Port, but when/after loading GRUB the monitor 
gets no signal.

-- 
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/1578196

Title:
  External Display Port monitor not working

Status in X.Org X server:
  Confirmed
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  I have three monitors on my Lenovo X250, one built-in and two
  connected via a Lenovo docking station :

  built-in: 1920x1080
  HP 2335: 1920x1200
  BenQ GW2765: 2560x1440

  The HP is connected via DVI and the BenQ via Display Port.

  In this configuration, I get my HP and built-in ok, but the BenQ
  doesn't show up at all (using xrandr --query).

  If I connect the BenQ via HDMI, then it shows up in xrandr --query,
  but the display is still blank (bandwidth issue?).

  Here's the output with the DVI + DP config :

  $ xrandr --query
  Screen 0: minimum 8 x 8, current 3840 x 1200, maximum 32767 x 32767
  eDP1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 
276mm x 156mm
 1920x1080 60.04*+  59.93  
 1680x1050 59.9559.88  
 1600x1024 60.17  
 1400x1050 59.98  
 1600x900  60.00  
 1280x1024 60.02  
 1440x900  59.89  
 1280x960  60.00  
 1368x768  60.00  
 1360x768  59.8059.96  
 1152x864  60.00  
 1280x720  60.00  
 1024x768  60.00  
 1024x576  60.00  
 960x540   60.00  
 800x600   60.3256.25  
 864x486   60.00  
 640x480   59.94  
 720x405   60.00  
 640x360   60.00  
  DP1 disconnected (normal left inverted right x axis y axis)
  DP2 disconnected (normal left inverted right x axis y axis)
  DP2-1 disconnected (normal left inverted right x axis y axis)
  DP2-2 connected primary 1920x1200+0+0 (normal left inverted right x axis y 
axis) 495mm x 310mm
 1920x1200 59.95*+
 1600x1200 60.00  
 1280x1024 85.0275.0260.02  
 1280x960  60.00  
 1152x864  75.00  
 1024x768  85.0075.0370.0760.00  
 832x624   74.55  
 800x600   75.0060.32  
 640x480   75.0059.94  
 720x400   70.08  
  DP2-3 disconnected (normal left inverted right x axis y axis)
  HDMI1 disconnected (normal left inverted right x axis y axis)
  HDMI2 disconnected (normal left inverted right x axis y axis)
  VIRTUAL1 disconnected (normal left inverted right x axis y axis)

  and with built-in and BenQ only :

  $ xrandr --query
  Screen 0: minimum 8 x 8, current 4480 x 1440, maximum 32767 x 32767
  eDP1 connected primary 1920x1080+0+360 (normal left inverted right x axis y 
axis) 276mm x 156mm
 1920x1080 60.04*+  59.93  
 1680x1050 59.9559.88  
 1600x1024 60.17  
 1400x1050 59.98  
 1600x900  60.00  
 1280x1024 60.02  
 1440x900  59.89  
 1280x960  60.00  
 1368x768  60.00  
 1360x768  59.8059.96  
 1152x864  60.00  
 1280x720  60.00  
 1024x768  60.00  
 1024x576  60.00  
 960x540   60.00  
 800x600   60.3256.25  
 864x486   60.00  
 640x480   59.94  
 720x405   60.00  
 640x360   60.00  
  DP1 disconnected (normal left inverted right x axis y axis)
  DP2 disconnected (normal left inverted right x axis y axis)
  DP2-1 connected 2560x1440+1920+0 (normal left inverted right x axis y axis) 
597mm x 336mm
 2560x1440 59.95*+
 1920x1080 60.0050.0059.94  
 1680x1050 59.88  
 1600x900  59.98  
 1280x1024 75.0260.02  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0860.00  
 832x624   74.55  
 800x600   75.0060.32  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0060.0059.94  
 720x400   70.08  
  DP2-2 disconnected (normal left inverted right x axis y axis)
  DP2-3 disconnected (normal left inverted right x axis y axis)
  HDMI1 disconnected (normal left inverted right x axis y axis)
  HDMI2 disconnected (normal left inverted right x axis y axis)
  VIRTUAL1 disconnected (normal left inverted right x axis y axis)

  This looks relevant :

  

  I'm running kernel 4.6.0-040600rc6-generic (installed as part of the
  debugging process).

  (This bug is the 'next step' from
  )

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  Uname: Linux 4.6.0-040600rc6-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: 

[Desktop-packages] [Bug 1578196] Re: External Display Port monitor not working

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

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

-- 
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/1578196

Title:
  External Display Port monitor not working

Status in X.Org X server:
  Confirmed
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  I have three monitors on my Lenovo X250, one built-in and two
  connected via a Lenovo docking station :

  built-in: 1920x1080
  HP 2335: 1920x1200
  BenQ GW2765: 2560x1440

  The HP is connected via DVI and the BenQ via Display Port.

  In this configuration, I get my HP and built-in ok, but the BenQ
  doesn't show up at all (using xrandr --query).

  If I connect the BenQ via HDMI, then it shows up in xrandr --query,
  but the display is still blank (bandwidth issue?).

  Here's the output with the DVI + DP config :

  $ xrandr --query
  Screen 0: minimum 8 x 8, current 3840 x 1200, maximum 32767 x 32767
  eDP1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 
276mm x 156mm
 1920x1080 60.04*+  59.93  
 1680x1050 59.9559.88  
 1600x1024 60.17  
 1400x1050 59.98  
 1600x900  60.00  
 1280x1024 60.02  
 1440x900  59.89  
 1280x960  60.00  
 1368x768  60.00  
 1360x768  59.8059.96  
 1152x864  60.00  
 1280x720  60.00  
 1024x768  60.00  
 1024x576  60.00  
 960x540   60.00  
 800x600   60.3256.25  
 864x486   60.00  
 640x480   59.94  
 720x405   60.00  
 640x360   60.00  
  DP1 disconnected (normal left inverted right x axis y axis)
  DP2 disconnected (normal left inverted right x axis y axis)
  DP2-1 disconnected (normal left inverted right x axis y axis)
  DP2-2 connected primary 1920x1200+0+0 (normal left inverted right x axis y 
axis) 495mm x 310mm
 1920x1200 59.95*+
 1600x1200 60.00  
 1280x1024 85.0275.0260.02  
 1280x960  60.00  
 1152x864  75.00  
 1024x768  85.0075.0370.0760.00  
 832x624   74.55  
 800x600   75.0060.32  
 640x480   75.0059.94  
 720x400   70.08  
  DP2-3 disconnected (normal left inverted right x axis y axis)
  HDMI1 disconnected (normal left inverted right x axis y axis)
  HDMI2 disconnected (normal left inverted right x axis y axis)
  VIRTUAL1 disconnected (normal left inverted right x axis y axis)

  and with built-in and BenQ only :

  $ xrandr --query
  Screen 0: minimum 8 x 8, current 4480 x 1440, maximum 32767 x 32767
  eDP1 connected primary 1920x1080+0+360 (normal left inverted right x axis y 
axis) 276mm x 156mm
 1920x1080 60.04*+  59.93  
 1680x1050 59.9559.88  
 1600x1024 60.17  
 1400x1050 59.98  
 1600x900  60.00  
 1280x1024 60.02  
 1440x900  59.89  
 1280x960  60.00  
 1368x768  60.00  
 1360x768  59.8059.96  
 1152x864  60.00  
 1280x720  60.00  
 1024x768  60.00  
 1024x576  60.00  
 960x540   60.00  
 800x600   60.3256.25  
 864x486   60.00  
 640x480   59.94  
 720x405   60.00  
 640x360   60.00  
  DP1 disconnected (normal left inverted right x axis y axis)
  DP2 disconnected (normal left inverted right x axis y axis)
  DP2-1 connected 2560x1440+1920+0 (normal left inverted right x axis y axis) 
597mm x 336mm
 2560x1440 59.95*+
 1920x1080 60.0050.0059.94  
 1680x1050 59.88  
 1600x900  59.98  
 1280x1024 75.0260.02  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0860.00  
 832x624   74.55  
 800x600   75.0060.32  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0060.0059.94  
 720x400   70.08  
  DP2-2 disconnected (normal left inverted right x axis y axis)
  DP2-3 disconnected (normal left inverted right x axis y axis)
  HDMI1 disconnected (normal left inverted right x axis y axis)
  HDMI2 disconnected (normal left inverted right x axis y axis)
  VIRTUAL1 disconnected (normal left inverted right x axis y axis)

  This looks relevant :

  

  I'm running kernel 4.6.0-040600rc6-generic (installed as part of the
  debugging process).

  (This bug is the 'next step' from
  )

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  Uname: Linux 4.6.0-040600rc6-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set 

[Desktop-packages] [Bug 1580752] [NEW] can not easy switch layout with vino-server switch layout

2016-05-11 Thread Vladimir Plotnikov
Public bug reported:

Either using remmina or vinagre with vino (on xfce4 session), all works fine if 
client layout is the same as server layout, but it's hard to switch layout than.
If I want to switch layout from Russian to English, I must change layout on 
client and then back to remote host to type. Layout not switching if I try to 
switch layout on server - it's just ignoring. For example: on client I set 
Russian layout, when I typing on remote desktop even if layout on remote 
desktop is English - all keypress like on russian layout.

Btw, no issues if use x11vnc istead of vino-server

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

** Package changed: light-locker (Ubuntu) => vino (Ubuntu)

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

Title:
  can not easy switch layout with vino-server switch layout

Status in vino package in Ubuntu:
  New

Bug description:
  Either using remmina or vinagre with vino (on xfce4 session), all works fine 
if client layout is the same as server layout, but it's hard to switch layout 
than.
  If I want to switch layout from Russian to English, I must change layout on 
client and then back to remote host to type. Layout not switching if I try to 
switch layout on server - it's just ignoring. For example: on client I set 
Russian layout, when I typing on remote desktop even if layout on remote 
desktop is English - all keypress like on russian layout.

  Btw, no issues if use x11vnc istead of vino-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1580752/+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 1580752] [NEW] can not easy switch layout with vino-server switch layout

2016-05-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Either using remmina or vinagre with vino (on xfce4 session), all works fine if 
client layout is the same as server layout, but it's hard to switch layout than.
If I want to switch layout from Russian to English, I must change layout on 
client and then back to remote host to type. Layout not switching if I try to 
switch layout on server - it's just ignoring. For example: on client I set 
Russian layout, when I typing on remote desktop even if layout on remote 
desktop is English - all keypress like on russian layout.

Btw, no issues if use x11vnc istead of vino-server

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

-- 
can not easy switch layout with vino-server switch layout
https://bugs.launchpad.net/bugs/1580752
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to vino 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 1501041] Re: No visible display in non gnome sessions when using nvidia drivers via nvidia-prime until screen goes to sleep, then waked up

2016-05-11 Thread Dmitry
Could anyone ask me in which package the main reason for this issue?

Regards,
/Dmitriy

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

Title:
  No visible display in non gnome sessions when using nvidia drivers via
  nvidia-prime until screen goes to sleep, then waked up

Status in lightdm package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers package in Ubuntu:
  Invalid
Status in ubuntu-drivers-common package in Ubuntu:
  Invalid
Status in unity-greeter package in Ubuntu:
  Invalid
Status in xfce4-session package in Ubuntu:
  Invalid
Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  ** this appears to be that the display is blanked/asleep at greeter & login.
  Forcing or waiting for screen to blank/sleep then waking up restores display
  See comments 8 & 10 for further info, demonstrations **

  Please note that this bug is being filed on a recent 15.10 Ubuntu
  image install but from a gnome session

  In a nutshell -
  Once nividia drivers are installed & used from nvidia-prime there is no 
longer a visible display in unity-greeter nor in an ubuntu session once logged 
in. (a blind log in successfully loads an ubuntu session.
  Everything in the ubuntu session works fine, there are no errors & all the 
related logs look ok, there is just no visible display.

  I can open apps, run commands, copy/create logs, play music, play
  videos, just no display so has to be done blindly from keyboard.

  On the other hand if I install gnome-shell & log in (blindly) to a
  gnome session from greeter then all is well & I get a visible
  display.

  The same behaviour is seen on an Xubuntu image install, once nvidia is
  installed & switched to, no visible display. Again there installing &
  logging into a gnome session works fine with visible display

  nvidia driver version doesn't matter, exact same is seen with current
  15.10 versions & the one I'm currently using (355) from drivers ppa.

  ** this appears to be that the display is blanked/asleep at greeter & login.
  Forcing or waiting for screen to blank/sleep then waking up restores display
  See comment 8 for further info **

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-core 2:1.17.2-1ubuntu7
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Sep 29 16:15:21 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 4.2.0-11-generic, x86_64: installed
   nvidia-355, 355.11, 4.2.0-11-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:3801]
   NVIDIA Corporation GK107M [GeForce GT 755M] [10de:0fcd] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2015-09-28 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150928)
  MachineType: LENOVO 20217
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-11-generic.efi.signed 
root=UUID=3712249e-a4c8-4b29-9ffb-f9f9e7d5259a ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  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 IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.name: 20217
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20150908-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu7
  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-0ubuntu2
  

[Desktop-packages] [Bug 1580744] [NEW] Sound skipping/stuttering every 5-20 minutes

2016-05-11 Thread Alfred Kobayashi
Public bug reported:

My sound skips/stutters for about half a second (certainly no more than
1 second) on average every 5-20 minutes. I initially had no sound on
this computer with Ubuntu 14.04, which is probably because Ubuntu 14.04
has an outdated version of Alsa. I then tested with a live disc of
Ubuntu 16.04 (before official release date), which did give me sound. At
this point, I installed the the latest version of Alsa onto Ubuntu 14.04
from here (because 16.04 wasn't officially released at the time and I
didn't want to take chances with an unstable system):

https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

Sound immediately worked with the latest version of Alsa's driver (March
24, 2016 at the time) on Ubuntu 14.04. However, it came with a cost:
this stuttering problem. I then retested with the live disc of Ubuntu
16.04 (this time after the official release date), which also produced
sound but with the exact same stuttering problem.

I found that on Ubuntu 14.04, the stuttering problem remains unfixed
since the March 24, 2016 release of the Alsa daily driver until at least
the version I have installed in this bug report.

These facts strongly suggest an Alsa problem:
1. The problem does not occur at all on Windows, thus ruling out the 
possibility of a hardware problem.
2. I had no sound at all before installing the Alsa daily drivers, but did have 
stuttering sound after installing them.
3. The problem persists on Ubuntu 16.04, which suggests the problem is specific 
to the driver rather than the operating system.
4. The problem occurs whether playing a locally stored media file with a media 
player installed on my computer or watching an online video, thus ruling out 
the possibility that the problem is due to a single browser or plugin issue.
5. Is my hardware too new? Probably not. Here are the results of running "grep 
"Codec:" /proc/asound/card*/codec*":

/proc/asound/card0/codec#0:Codec: Realtek ALC891
/proc/asound/card1/codec#0:Codec: Nvidia Generic

The fact that my card is identified by vendor and chip name rather than
ID as specified at https://wiki.ubuntu.com/Audio/HDAGeneric suggests
that my hardware is supported. By the way, I'm using the Realtek, not
the Nvidia HDMI.

I've tried disabling all unnecessary channels under alsamixer, but that
didn't fix the problem. I tried all 3 potential fixes at
https://wiki.ubuntu.com/Audio/PositionReporting, but none worked either.
I commented my /etc/modprobe.d/alsa-base.conf and /etc/pulse/default.pa
files appropriately to show what I tried (I know at least alsa-base.conf
is uploaded).

I really appreciate the effort you developers put in to supporting sound
on Linux. I hope my bug report will help fix this problem for a lot of
users on Skylake systems.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-86.130-generic 3.13.11-ckt39
Uname: Linux 3.13.0-86-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  theuser1915 F pulseaudio
 /dev/snd/pcmC0D0p:   theuser1915 F...m pulseaudio
CurrentDesktop: Unity
Date: Wed May 11 11:37:46 2016
InstallationDate: Installed on 2016-03-24 (47 days ago)
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Green Line Out, Rear
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: Underruns, dropouts, or "crackling" sound
Title: [750-170se, Realtek ALC891, Green Line Out, Rear] Underruns, dropouts or 
crackling sound
UpgradeStatus: Upgraded to trusty on 2016-03-24 (47 days ago)
dmi.bios.date: 11/12/2015
dmi.bios.vendor: AMI
dmi.bios.version: A0.08
dmi.board.asset.tag: 2MD6080F88
dmi.board.name: 2B4B
dmi.board.vendor: HP
dmi.board.version: 1.04
dmi.chassis.asset.tag: 2MD6080F88
dmi.chassis.type: 3
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnAMI:bvrA0.08:bd11/12/2015:svnHP:pn750-170se:pvr1.04:rvnHP:rn2B4B:rvr1.04:cvnHP:ct3:cvr:
dmi.product.name: 750-170se
dmi.product.version: 1.04
dmi.sys.vendor: HP
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2016-05-10T19:59:24.812836

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


** Tags: alsa alsa-driver amd64 apport-bug skip skipping skylake sound stutter 
stuttering trusty

** Description changed:

  My sound skips/stutters for about half a second (certainly no more than
  1 second) on average every 5-20 minutes. I initially had no sound on
  this computer with Ubuntu 14.04, which is probably because Ubuntu 14.04
  has an outdated version of Alsa. I then tested with a live disc of
  Ubuntu 16.04 (before official release date), which did give me sound. At
  this point, I installed the the 

[Desktop-packages] [Bug 1506744] Re: Newly installed applications do not show in the dash

2016-05-11 Thread Will Cooke
Added to Trello: https://trello.com/c/AIeePGjR/3-bug-1506744-newly-
installed-applications-do-not-show-in-the-dash

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

Title:
  Newly installed applications do not show in the dash

Status in GLib:
  Confirmed
Status in Unity:
  Incomplete
Status in gnome-menus package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I am running 15.10 development version fully up to date, I installed
  it a few days ago and I have an issue with newly installed
  applications not appearing in the dash when I search for them, they
  can be started via console but the icons/launchers of newly installed
  applications will only appear in the dash after session is restarted.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: unity 7.3.2+15.10.20151002.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Fri Oct 16 08:41:39 2015
  InstallationDate: Installed on 2015-10-11 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151011)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+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 1501041] Re: No visible display in non gnome sessions when using nvidia drivers via nvidia-prime until screen goes to sleep, then waked up

2016-05-11 Thread Brian Murray
ubuntu-drivers-common only detects and helps to install driver packages,
it doesn't actually affect them.

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  No visible display in non gnome sessions when using nvidia drivers via
  nvidia-prime until screen goes to sleep, then waked up

Status in lightdm package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers package in Ubuntu:
  Invalid
Status in ubuntu-drivers-common package in Ubuntu:
  Invalid
Status in unity-greeter package in Ubuntu:
  Invalid
Status in xfce4-session package in Ubuntu:
  Invalid
Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  ** this appears to be that the display is blanked/asleep at greeter & login.
  Forcing or waiting for screen to blank/sleep then waking up restores display
  See comments 8 & 10 for further info, demonstrations **

  Please note that this bug is being filed on a recent 15.10 Ubuntu
  image install but from a gnome session

  In a nutshell -
  Once nividia drivers are installed & used from nvidia-prime there is no 
longer a visible display in unity-greeter nor in an ubuntu session once logged 
in. (a blind log in successfully loads an ubuntu session.
  Everything in the ubuntu session works fine, there are no errors & all the 
related logs look ok, there is just no visible display.

  I can open apps, run commands, copy/create logs, play music, play
  videos, just no display so has to be done blindly from keyboard.

  On the other hand if I install gnome-shell & log in (blindly) to a
  gnome session from greeter then all is well & I get a visible
  display.

  The same behaviour is seen on an Xubuntu image install, once nvidia is
  installed & switched to, no visible display. Again there installing &
  logging into a gnome session works fine with visible display

  nvidia driver version doesn't matter, exact same is seen with current
  15.10 versions & the one I'm currently using (355) from drivers ppa.

  ** this appears to be that the display is blanked/asleep at greeter & login.
  Forcing or waiting for screen to blank/sleep then waking up restores display
  See comment 8 for further info **

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-core 2:1.17.2-1ubuntu7
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Sep 29 16:15:21 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 4.2.0-11-generic, x86_64: installed
   nvidia-355, 355.11, 4.2.0-11-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:3801]
   NVIDIA Corporation GK107M [GeForce GT 755M] [10de:0fcd] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2015-09-28 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150928)
  MachineType: LENOVO 20217
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-11-generic.efi.signed 
root=UUID=3712249e-a4c8-4b29-9ffb-f9f9e7d5259a ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  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 IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.name: 20217
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20150908-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu7
  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
  

[Desktop-packages] [Bug 7022] Re: mozilla-firefox: firefox fails to start with 'Xlib: connection to ":0.0" refused by server'

2016-05-11 Thread gent
** Changed in: firefox (Ubuntu)
   Status: Invalid => Fix Released

-- 
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/7022

Title:
  mozilla-firefox: firefox fails to start with 'Xlib: connection to
  ":0.0" refused by server'

Status in firefox package in Ubuntu:
  Fix Released
Status in firefox package in Debian:
  Confirmed

Bug description:
  Automatically imported from Debian bug report #259215
  http://bugs.debian.org/259215

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/7022/+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 1527980] Re: package libxml2:i386 2.9.2+zdfsg1-4ubuntu0.2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting con

2016-05-11 Thread Brian Murray
This specific message generally occurs when the package is corrupt on
disk on in memory.  Have you tried manually reinstalling it via 'sudo
apt-get install --reinstall libxm2'?

** Changed in: libxml2 (Ubuntu)
   Importance: Critical => Medium

** Changed in: libxml2 (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  package libxml2:i386 2.9.2+zdfsg1-4ubuntu0.2 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in libxml2 package in Ubuntu:
  Incomplete

Bug description:
  continous crashes

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libxml2:i386 2.9.2+zdfsg1-4ubuntu0.2
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  Date: Sun Dec 20 10:12:01 2015
  DuplicateSignature: package:libxml2:i386:2.9.2+zdfsg1-4ubuntu0.2:package is 
in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2012-05-05 (1323 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: libxml2
  Title: package libxml2:i386 2.9.2+zdfsg1-4ubuntu0.2 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxml2/+bug/1527980/+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 1579789] Re: Sync network-manager-pptp 1.2.0-1 (main) from Debian unstable (main)

2016-05-11 Thread Michael Terry
This bug was fixed in the package network-manager-pptp - 1.2.0-1
Sponsored for Aron Xu (happyaron)

---
network-manager-pptp (1.2.0-1) unstable; urgency=medium

  * New upstream release.

 -- Michael Biebl   Sat, 23 Apr 2016 00:44:17 +0200

** Changed in: network-manager-pptp (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync network-manager-pptp 1.2.0-1 (main) from Debian unstable (main)

Status in network-manager-pptp package in Ubuntu:
  Fix Released

Bug description:
  Please sync network-manager-pptp 1.2.0-1 (main) from Debian unstable
  (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* debian/patches/fix_dbus_proxy_new_call.patch: pass the right parameters
  in the right other for the call to g_dbus_proxy_new_sync() call.
  (LP: #1568336)

  This patch has been included in the upstream release of 1.2.0 and can be 
dropped
  safely.

  Changelog entries since current yakkety version 1.1.93-1ubuntu1:

  network-manager-pptp (1.2.0-1) unstable; urgency=medium

* New upstream release.

   -- Michael Biebl   Sat, 23 Apr 2016 00:44:17 +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/1579789/+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 1571574] Re: 3G icon missing in network-manager-applet

2016-05-11 Thread Will Cooke
Added to Trello: https://trello.com/c/s4rk8M8W/2-bug-1571574-3g-icon-
missing-in-network-manager-applet

-- 
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/1571574

Title:
  3G icon missing in network-manager-applet

Status in Network Manager Applet:
  New
Status in OEM Priority Project:
  Confirmed
Status in network-manager-applet package in Ubuntu:
  Confirmed
Status in network-manager-applet source package in Xenial:
  Confirmed

Bug description:
  After establishing a 3G connection, the icon shown in system tray
  should be a 3G indicator to indicate that 3G is connected.

  However, in Xenial there is no 3G icon at all.
  After 3G connection is established, it remains as the previous icon displayed.
  (e.g. 
  If no other connection was established before 3G connection was made, then 
the icon is a "hollow fan shape" after connecting to 3G.
  If wifi was connected before 3G connection was made, then the icon after 3G 
connection shows a wifi icon.)

  network-manager: 1.1.93-0ubuntu3
  OS: Xenial daily (2016 Apr. 15)

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/1571574/+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 1574347] Automatically added comment

2016-05-11 Thread Will Cooke
Added to Trello: https://trello.com/c/LXqaTEnC/1-bug-1574347-wifi-
network-list-disappears-from-network-manager-applet

** Tags removed: desktop-trello-import

-- 
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:
  WiFi network list disappears from network manager applet

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

Bug description:
  Issue is in Ubuntu 16.04 LTS amd64 version.

  Steps to reproduce: -

  1. Connect to a WiFi AP.
  2. Switch off the AP OR switch off the wifi in the computer.
  3. Switch point (2) back on.
  4. The network will get connected to the AP it was connected to in point (1).

  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.

  Please solve this issue asap.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 24 23:15:34 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-23 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev wlp18s0  proto static  metric 600 
   169.254.0.0/16 dev wlp18s0  scope link  metric 1000 
   192.168.1.0/24 dev wlp18s0  proto kernel  scope link  src 192.168.1.99  
metric 600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE 
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  
AUTOCONNECT-PRIORITY  READONLY  DBUS-PATH   
ACTIVE  DEVICE   STATE  ACTIVE-PATH
   Airtel-201  d263b201-9281-427e-94e2-762fa620813c  802-11-wireless  
1461519922  Sunday 24 April 2016 11:15:22 PM IST  yes  0
 no/org/freedesktop/NetworkManager/Settings/0  yes wlp18s0  
activated  /org/freedesktop/NetworkManager/ActiveConnection/8 
   Wired connection 1  142942d4-d247-4880-9bab-1eeafc29ca86  802-3-ethernet   
1461508904  Sunday 24 April 2016 08:11:44 PM IST  yes  4294966297   
 no/org/freedesktop/NetworkManager/Settings/2  no  --   --  
   --
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp18s0  wifi  connected/org/freedesktop/NetworkManager/Devices/1  
Airtel-201  d263b201-9281-427e-94e2-762fa620813c  
/org/freedesktop/NetworkManager/ActiveConnection/8 
   enp19s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--  ----
 
   lo   loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  
--  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/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 1507957] Re: Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial and not network-manager

2016-05-11 Thread AzZiD
BTW, I'm runnung 16.04

-- 
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/1507957

Title:
  Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial
  and not network-manager

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  If you plug the modem first time after booting, it cannot connect.
  Hovewer, after you unplug it and plug it again, it works like a charm.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cysioland   2089 F pulseaudio
   /dev/snd/controlC0:  cysioland   2089 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct 20 11:28:10 2015
  HibernationDevice: RESUME=UUID=ed44c356-6a11-447b-94bc-88d54b0ead64
  InstallationDate: Installed on 2014-10-14 (370 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Acer Extensa 5635G
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=31750940-1f18-4f57-8933-4f779556f31b ro quiet splash 
libata.allow_tpm=1
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (149 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Phoenix
  dmi.bios.version: V1.3311
  dmi.board.name: BA50-MV
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrV1.3311:bd12/21/2009:svnAcer:pnExtensa5635G:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5635G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1507957/+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 1507957] Re: Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial and not network-manager

2016-05-11 Thread AzZiD
I have a Huawei E3372 modem, and I'm also having some issues, even
though I found a way to connect.

At first the modem was not switching modes (stuck in 12d1:1f01), and
lsusb output was:

Bus 003 Device 039: ID 12d1:1f01 Huawei Technologies Co., Ltd.

At this point everytime I plugged the modem the blue led stayed on
(connected), but it wasn't recognized, and I couldn't use it or find it
in Network Manager whatsoever.

After looking around on the internet, I found this command to switch
modes which worked for me:

usb_modeswitch -J -v 0x12d1 -p 0x1f01

After issuing this command NetworkManager popup saying new ethernet
connection was available and I could connect. Still, the modem was not
recognized, but working. The output of lsusb was:

Bus 003 Device 039: ID 12d1:14dc Huawei Technologies Co., Ltd.

Playing around with usb_modeswitch found that switching to 0x1001 the
blue led started to blink instead of being always on, and after a few
seconds the modem was recognized, I tried to setup a broadband
connection but I couldn't connect. Now lsusb was printing:

Bus 003 Device 039: ID 12d1:155f Huawei Technologies Co., Ltd.

I'm attaching the system log since I plug the modem till connection
attempt finally times out.

I can use the modem, but not 'dialing' I would say.

Hope it helps, let me know if I can provide you with some more
information.

** Attachment added: "syslog modem detection"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1507957/+attachment/4660874/+files/syslog.txt

-- 
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/1507957

Title:
  Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial
  and not network-manager

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  If you plug the modem first time after booting, it cannot connect.
  Hovewer, after you unplug it and plug it again, it works like a charm.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cysioland   2089 F pulseaudio
   /dev/snd/controlC0:  cysioland   2089 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct 20 11:28:10 2015
  HibernationDevice: RESUME=UUID=ed44c356-6a11-447b-94bc-88d54b0ead64
  InstallationDate: Installed on 2014-10-14 (370 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Acer Extensa 5635G
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=31750940-1f18-4f57-8933-4f779556f31b ro quiet splash 
libata.allow_tpm=1
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (149 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Phoenix
  dmi.bios.version: V1.3311
  dmi.board.name: BA50-MV
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrV1.3311:bd12/21/2009:svnAcer:pnExtensa5635G:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5635G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1507957/+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 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2016-05-11 Thread Max-Ulrich Farber
Unfortunately, the bug seems to be back in Ubuntu 16.04 (Xenial) now,
probably due to changements in the boot and shutdown sequences. See also
[bug 1577885].

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

Title:
  Network is brought down before network filesystems are unmounted (CIFS
  timeout at shutdown)

Status in dbus package in Ubuntu:
  Fix Released
Status in dhcdbd package in Ubuntu:
  Invalid
Status in netbase package in Ubuntu:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Released
Status in sysvinit package in Ubuntu:
  Invalid
Status in wpasupplicant package in Ubuntu:
  Fix Released
Status in dhcdbd source package in Lucid:
  Invalid
Status in dhcdbd source package in Natty:
  Invalid
Status in sysvinit package in Debian:
  New

Bug description:
  IMPORTANT: this bug has enough information; please don't post
  _anything_ unless a developer asks for specific feedback! By posting
  to this bug you only make it harder for a developer to spot the gem
  comments. Please use the "me too feature" of launchpad to signal that
  you are affected and would like to see this fixed.

  I installed smbfs,and then put some entries into /etc/fstab, so they 
automount on startup. An example of this is here:
  ///  /home/hamish/  cifs  
credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000
  0  0

  ** note the use of "cifs" in the lines above **

  (The username and password are in the .smbcredentials file)

  On startup, for each entry in the /etc/fstab file, I get the following in 
dmesg:
  [   70.495504]  CIFS VFS: Error connecting to IPv4 socket. Aborting operation
  [   70.495569]  CIFS VFS: cifs_mount failed w/return code = -101
  But the shares are mounted, and a nautilus session opens up (which is also 
annoying...)

  Also logging off with CIFS shares mounted in /etc/fstab, it sits with an 
error message:
  CIFS VFS: server not responding
  CIFS VFS: no response for cmd 50 mid 
  And takes about 2 minutes to timeout. This also happened with Gutsy

  Should the timing of the mounting and dismounting be changed so that
  it works? It is related to the starting of network-manager and CIFS
  shares trying to connect on startup *before* the network is up, and
  dismounting the shares *after* network-manager is stopped.

  Hamish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/211631/+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 1579915] Re: network-manager 1.2 uses more power

2016-05-11 Thread Tony Espy
Two things I noticed while testing the powersave fix from silo-77:

1) On mako ( rc-proposed / 434 ), iwconfig doesn't report anything at
all for powersave.   This may be a driver limitation.

2) On frieza ( rc-proposed / 101 ), the powersave period is set to 0,
which may be a less than ideal value.  This should be investigated.

-- 
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/1579915

Title:
  network-manager 1.2 uses more power

Status in Canonical System Image:
  In Progress
Status in network-manager package in Ubuntu:
  In Progress

Bug description:
  On krillin and arale, power use went up significantly in new builds starting 
on May 4.  So far, I have results for:
  * krillin rc-proposed 324 and 325
  * arale rc-proposed 316 and 317

  When the radios are off, results are unchanged.  However, power went up in 
two common cases -- standby with all radios enabled, and screen-on with radios 
enabled.
  * krillin standby: ~8mA -> ~80mA
  * arale standby: ~35mA -> ~79mA
  * krillin screen-on: ~177mA -> ~215mA
  * arale screen-on: ~305mA -> ~353mA

  Quite a few things landed in that build, but some of the top suspects are:
  * network-manager got updated to 1.2
  * indicator-network got a cell data switch
  * USS got "fixes to sleep/idle settings"
  * ubuntu-push got a fix related to network-manager
  * libhybris got partial support for wireless display
  * account-polld got a new calendar plugin

  Full list:
  
http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/bq-aquaris.en/krillin/324.commitlog
  
http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/meizu.en/arale/316.commitlog

  This change cuts typical standby time anywhere from 50% to 90%, so it
  probably should be fixed before release.  However, tests suggest that
  simply turning off wifi returns the phone to a nice low standby power
  -- about 6mA for both devices.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579915/+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 1575282] Re: NetworkManager applet (nm-applet) disappears after upgrading to xenial

2016-05-11 Thread rmillet
It seems it was fixed upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=764502

** Bug watch added: GNOME Bug Tracker #764502
   https://bugzilla.gnome.org/show_bug.cgi?id=764502

-- 
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/1575282

Title:
  NetworkManager applet (nm-applet) disappears after upgrading to xenial

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from Ubuntu wily (15.10) to xenial (16.04, LTS), the 
NetworkManager control applet (nm-applet) ceased to show up.
  While running wily and even prior, I had modified /proc's "hidepid" argument 
to be 2, in accordance with hardening best practices in order to only allow 
users to see their own processes. Nm-applet was working just fine.

  Based on this Debian bug (https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=819808), I changed hidepid back to 0 (the
  default, which lets users see everyone's processes) and it's working
  again.

  Given that nm-applet was working just fine in wily and upgrading to
  xenial broke it, it seems like a regression.

  Wily version of network-manager: 1.0.4-0ubuntu5
  Xenial version: 1.1.93-0ubuntu4

  $ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  $ apt-cache policy network-manager
  network-manager:
Installed: 1.1.93-0ubuntu4
Candidate: 1.1.93-0ubuntu4
Version table:
   *** 1.1.93-0ubuntu4 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1575282/+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 1575282] Re: NetworkManager applet (nm-applet) disappears after upgrading to xenial

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

** Changed in: network-manager (Ubuntu)
   Status: New => Confirmed

-- 
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/1575282

Title:
  NetworkManager applet (nm-applet) disappears after upgrading to xenial

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from Ubuntu wily (15.10) to xenial (16.04, LTS), the 
NetworkManager control applet (nm-applet) ceased to show up.
  While running wily and even prior, I had modified /proc's "hidepid" argument 
to be 2, in accordance with hardening best practices in order to only allow 
users to see their own processes. Nm-applet was working just fine.

  Based on this Debian bug (https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=819808), I changed hidepid back to 0 (the
  default, which lets users see everyone's processes) and it's working
  again.

  Given that nm-applet was working just fine in wily and upgrading to
  xenial broke it, it seems like a regression.

  Wily version of network-manager: 1.0.4-0ubuntu5
  Xenial version: 1.1.93-0ubuntu4

  $ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  $ apt-cache policy network-manager
  network-manager:
Installed: 1.1.93-0ubuntu4
Candidate: 1.1.93-0ubuntu4
Version table:
   *** 1.1.93-0ubuntu4 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1575282/+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 1574347] Re: WiFi network list disappears from network manager applet

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

** Changed in: network-manager (Ubuntu Xenial)
   Status: New => Confirmed

-- 
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:
  WiFi network list disappears from network manager applet

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

Bug description:
  Issue is in Ubuntu 16.04 LTS amd64 version.

  Steps to reproduce: -

  1. Connect to a WiFi AP.
  2. Switch off the AP OR switch off the wifi in the computer.
  3. Switch point (2) back on.
  4. The network will get connected to the AP it was connected to in point (1).

  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.

  Please solve this issue asap.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 24 23:15:34 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-23 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev wlp18s0  proto static  metric 600 
   169.254.0.0/16 dev wlp18s0  scope link  metric 1000 
   192.168.1.0/24 dev wlp18s0  proto kernel  scope link  src 192.168.1.99  
metric 600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE 
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  
AUTOCONNECT-PRIORITY  READONLY  DBUS-PATH   
ACTIVE  DEVICE   STATE  ACTIVE-PATH
   Airtel-201  d263b201-9281-427e-94e2-762fa620813c  802-11-wireless  
1461519922  Sunday 24 April 2016 11:15:22 PM IST  yes  0
 no/org/freedesktop/NetworkManager/Settings/0  yes wlp18s0  
activated  /org/freedesktop/NetworkManager/ActiveConnection/8 
   Wired connection 1  142942d4-d247-4880-9bab-1eeafc29ca86  802-3-ethernet   
1461508904  Sunday 24 April 2016 08:11:44 PM IST  yes  4294966297   
 no/org/freedesktop/NetworkManager/Settings/2  no  --   --  
   --
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp18s0  wifi  connected/org/freedesktop/NetworkManager/Devices/1  
Airtel-201  d263b201-9281-427e-94e2-762fa620813c  
/org/freedesktop/NetworkManager/ActiveConnection/8 
   enp19s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--  ----
 
   lo   loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  
--  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/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 1574347] Re: WiFi network list disappears from network manager applet

2016-05-11 Thread Will Cooke
** Tags added: desktop-trello-import

-- 
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:
  WiFi network list disappears from network manager applet

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

Bug description:
  Issue is in Ubuntu 16.04 LTS amd64 version.

  Steps to reproduce: -

  1. Connect to a WiFi AP.
  2. Switch off the AP OR switch off the wifi in the computer.
  3. Switch point (2) back on.
  4. The network will get connected to the AP it was connected to in point (1).

  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.

  Please solve this issue asap.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 24 23:15:34 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-23 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev wlp18s0  proto static  metric 600 
   169.254.0.0/16 dev wlp18s0  scope link  metric 1000 
   192.168.1.0/24 dev wlp18s0  proto kernel  scope link  src 192.168.1.99  
metric 600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE 
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  
AUTOCONNECT-PRIORITY  READONLY  DBUS-PATH   
ACTIVE  DEVICE   STATE  ACTIVE-PATH
   Airtel-201  d263b201-9281-427e-94e2-762fa620813c  802-11-wireless  
1461519922  Sunday 24 April 2016 11:15:22 PM IST  yes  0
 no/org/freedesktop/NetworkManager/Settings/0  yes wlp18s0  
activated  /org/freedesktop/NetworkManager/ActiveConnection/8 
   Wired connection 1  142942d4-d247-4880-9bab-1eeafc29ca86  802-3-ethernet   
1461508904  Sunday 24 April 2016 08:11:44 PM IST  yes  4294966297   
 no/org/freedesktop/NetworkManager/Settings/2  no  --   --  
   --
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp18s0  wifi  connected/org/freedesktop/NetworkManager/Devices/1  
Airtel-201  d263b201-9281-427e-94e2-762fa620813c  
/org/freedesktop/NetworkManager/ActiveConnection/8 
   enp19s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--  ----
 
   lo   loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  
--  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/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


Re: [Desktop-packages] [Bug 1369216] Re: gpu-manager: /etc/modprobe.d is not a file

2016-05-11 Thread Kyle
Also just an FYI:

https://wiki.ubuntu.com/Bugs/Triage (Internal Server Error)

-Original Message-
From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Pam 
Satterthwaite
Sent: Wednesday, May 11, 2016 4:35 AM
To: k...@digitist.com
Subject: [Bug 1369216] Re: gpu-manager: /etc/modprobe.d is not a file

So I'm having this problem too. I'm on Wily - pretty vanilla install,
although I'm using Gnome once I get that far. I don't have a graphics
card at all, just whatever intel put on the cruddy i3 mobo that's in
this $300 laptop - so no additional drivers.

What is strange is that I didn't have any problems yesterday, and I am
today, and yet I didn't install anything yesterday or do any system
upgrading.

Just wanted to say that it's not only in nvidia drivers.

If you need any more details, or logs or debugging help, I would gladly
provide.

thanks

--
You received this bug notification because you are subscribed to the bug report.
https://bugs.launchpad.net/bugs/1369216

Title:
  gpu-manager: /etc/modprobe.d is not a file

Status in ubuntu-drivers-common package in Ubuntu:
  Triaged

Bug description:
  Get these lines logged into gpu-manager.log, on that fresh stock
  installation

  /etc/modprobe.d is not a file
  update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: upstart 1.13.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2
  Uname: Linux 3.16.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Sep 14 08:42:45 2014
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-14-generic 
root=UUID=7c755ed6-51cc-4b75-88ac-9c75acf82749 ro
  SourcePackage: upstart
  UpgradeStatus: No upgrade log present (probably fresh install)
  UpstartBugCategory: System
  UpstartRunningSessionVersion: upstart 1.13.2
  UpstartRunningSystemVersion: init (upstart 1.13.2)
  modified.conffile..etc.default.whoopsie: [modified]
  modified.conffile..etc.gdm.Init.Default: [modified]
  mtime.conffile..etc.default.whoopsie: 2014-08-29T19:12:47.435075
  mtime.conffile..etc.gdm.Init.Default: 2014-09-07T17:01:23.246055

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1369216/+subscriptions

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

Title:
  gpu-manager: /etc/modprobe.d is not a file

Status in ubuntu-drivers-common package in Ubuntu:
  Triaged

Bug description:
  Get these lines logged into gpu-manager.log, on that fresh stock
  installation

  /etc/modprobe.d is not a file
  update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: upstart 1.13.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2
  Uname: Linux 3.16.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Sep 14 08:42:45 2014
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-14-generic 
root=UUID=7c755ed6-51cc-4b75-88ac-9c75acf82749 ro
  SourcePackage: upstart
  UpgradeStatus: No upgrade log present (probably fresh install)
  UpstartBugCategory: System
  UpstartRunningSessionVersion: upstart 1.13.2
  UpstartRunningSystemVersion: init (upstart 1.13.2)
  modified.conffile..etc.default.whoopsie: [modified]
  modified.conffile..etc.gdm.Init.Default: [modified]
  mtime.conffile..etc.default.whoopsie: 2014-08-29T19:12:47.435075
  mtime.conffile..etc.gdm.Init.Default: 2014-09-07T17:01:23.246055

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1369216/+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 1572112] Re: Sync maintenance release lcms2 2.7-1 (main) from Debian testing (main)

2016-05-11 Thread Michael Terry
I think you mean merge, not sync here.  Debian/upstream don't use our
byte-order patch.  But I'll work on a merge for yakkety.

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

Title:
  Sync maintenance release lcms2 2.7-1 (main) from Debian testing (main)

Status in lcms2 package in Ubuntu:
  New

Bug description:
  Please Merge lcms2 2.7-1 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta:
    * No change rebuild to get debug symbols on all architectures.
    * Merge with Debian, remaining change:
  - debian/patches/byte-order.patch: Use endian.h to determine byte order 
in use.
  

  https://github.com/mm2/Little-CMS/blob/master/ChangeLog

  Fixed a possible segmentation fault in a non-happy path
  Fixed a macro clash on SNONE.
  Added a safety check on named color lists
  Added a function to retrieve the iohandler of a given profile object
  Remove unused vcproj files
  Some maintenance fixes
  utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'… …
  Add missing comma in CGATS parser
  Remove dead code.
  Move unused var suppresor before the `return` statements.
  Added a flag to clip negative values in unbounded transforms (only gray, rgb, 
cmyk)
  Added a global optimization that merges consecutive matrices in pipelines. 
Fixes loss of precision in some transforms
  New project for mac
  Added license for iccjpeg.c
  Added a project for VS2013
  Fixed wrong handling of extra channels in some formatters.
  Added an option in transicc for working in bounded mode
  Added a version retrieval function
  

  Changelog entries since current xenial version 2.6-3ubuntu2:

  lcms2 (2.7-1) unstable; urgency=medium

    * Imported Upstream version 2.7 (Closes: 819718)
    * No longer ship own copy of documentation source files
    * Removed patches (applied upstream)
  + update-manpages.patch
  + sanity-check-profiles-CVE-2014-0459.patch
  + endianness-verification-fix-powerpc.patch
    * Move to automatic dbgsym packages
    * Use secure URLs for Version Control System repository
    * Bump Standards version to 3.9.7, no changes needed
    * New patch: dont-write-uninitialized-memory-for-color-strings.patch
  Thanks to Jérémy Bobbio  (Closes: 815248)
    * Update maintainers field (Closes: 820138)

   -- Thomas Weber   Mon, 18 Apr 2016 15:53:10 +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lcms2/+bug/1572112/+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 1580713] [NEW] package libjpeg8 8c-2ubuntu8 [modified: usr/share/doc/libjpeg8/changelog.Debian.gz usr/share/doc/libjpeg8/copyright] failed to install/upgrade: trying to overwri

2016-05-11 Thread Abir M Hadi
Public bug reported:

Errors were encountered while processing:
 /var/cache/apt/archives/libjpeg8_8c-2ubuntu8_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libjpeg8 8c-2ubuntu8 [modified: 
usr/share/doc/libjpeg8/changelog.Debian.gz usr/share/doc/libjpeg8/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
Architecture: amd64
Date: Wed May 11 23:29:05 2016
Dependencies:
 gcc-6-base 6.1.1-1 [origin: Kali]
 libc6 2.23-0ubuntu3
 libgcc1 1:6.1.1-1 [origin: Kali]
 libjpeg-turbo8 1.4.2-0ubuntu3
 multiarch-support 2.23-0ubuntu3
ErrorMessage: trying to overwrite shared '/usr/share/doc/libjpeg8/copyright', 
which is different from other instances of package libjpeg8:i386
InstallationDate: Installed on 2016-05-02 (9 days ago)
InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: libjpeg8-empty
Title: package libjpeg8 8c-2ubuntu8 [modified: 
usr/share/doc/libjpeg8/changelog.Debian.gz usr/share/doc/libjpeg8/copyright] 
failed to install/upgrade: trying to overwrite shared 
'/usr/share/doc/libjpeg8/copyright', which is different from other instances of 
package libjpeg8:i386
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libjpeg8-empty (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages xenial

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

Title:
  package libjpeg8 8c-2ubuntu8 [modified:
  usr/share/doc/libjpeg8/changelog.Debian.gz
  usr/share/doc/libjpeg8/copyright] failed to install/upgrade: trying to
  overwrite shared '/usr/share/doc/libjpeg8/copyright', which is
  different from other instances of package libjpeg8:i386

Status in libjpeg8-empty package in Ubuntu:
  New

Bug description:
  Errors were encountered while processing:
   /var/cache/apt/archives/libjpeg8_8c-2ubuntu8_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libjpeg8 8c-2ubuntu8 [modified: 
usr/share/doc/libjpeg8/changelog.Debian.gz usr/share/doc/libjpeg8/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
  Architecture: amd64
  Date: Wed May 11 23:29:05 2016
  Dependencies:
   gcc-6-base 6.1.1-1 [origin: Kali]
   libc6 2.23-0ubuntu3
   libgcc1 1:6.1.1-1 [origin: Kali]
   libjpeg-turbo8 1.4.2-0ubuntu3
   multiarch-support 2.23-0ubuntu3
  ErrorMessage: trying to overwrite shared '/usr/share/doc/libjpeg8/copyright', 
which is different from other instances of package libjpeg8:i386
  InstallationDate: Installed on 2016-05-02 (9 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: libjpeg8-empty
  Title: package libjpeg8 8c-2ubuntu8 [modified: 
usr/share/doc/libjpeg8/changelog.Debian.gz usr/share/doc/libjpeg8/copyright] 
failed to install/upgrade: trying to overwrite shared 
'/usr/share/doc/libjpeg8/copyright', which is different from other instances of 
package libjpeg8:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg8-empty/+bug/1580713/+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 1579789] Re: Sync network-manager-pptp 1.2.0-1 (main) from Debian unstable (main)

2016-05-11 Thread Michael Terry
Thanks for the pointer!  I've started the sync, will close this bug when
it's done.

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

Title:
  Sync network-manager-pptp 1.2.0-1 (main) from Debian unstable (main)

Status in network-manager-pptp package in Ubuntu:
  New

Bug description:
  Please sync network-manager-pptp 1.2.0-1 (main) from Debian unstable
  (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* debian/patches/fix_dbus_proxy_new_call.patch: pass the right parameters
  in the right other for the call to g_dbus_proxy_new_sync() call.
  (LP: #1568336)

  This patch has been included in the upstream release of 1.2.0 and can be 
dropped
  safely.

  Changelog entries since current yakkety version 1.1.93-1ubuntu1:

  network-manager-pptp (1.2.0-1) unstable; urgency=medium

* New upstream release.

   -- Michael Biebl   Sat, 23 Apr 2016 00:44:17 +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/1579789/+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 1577768] Re: 16.04 some dvd do not mount automatically (but do in 14.04)

2016-05-11 Thread Gottier
Will there be an update? I am having this problem with my optical
drives. Sometimes they auto mount, but with Memorex CD-R discs they will
never auto-mount.

The drives are HP model dvd1260, and the cds are Memorex CD-R 52x 700MB
80min.

The strange this is I can burn a CD using Brasero, but can't auto-mount
it.

-- 
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/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

Status in gvfs package in Ubuntu:
  Confirmed
Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  here is a dvd. And ubuntu 16.04.

  When I insert that dvd, it does not show anywhere, neither in launcher
  nor in nautilus.

  But I'm able to read that dvd using vlc through menu media / open a
  disc.

  I can manually mount that dvd with

  sudo mount -t iso9660 -o ro /dev/sr0 ~/Bureau/dvd/

  Once mounted there's a dvd icon in launcher and it appears also in
  nautilus left panel.

  That same dvd automatically mounts when running ubuntu 14.04 on the
  same computer.

  I have also tested other dvd's on ubuntu 16.04 and *most* of them show
  / mount as expected.

  But *all* of them automatically show / mount in ubuntu 14.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+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 1578821] Re: I'm not able to install galician language in Ubuntu 16.04

2016-05-11 Thread Gunnar Hjalmarsson
I installed language-selector-{common,gnome} 0.165.2 from xenial-
proposed, and could successfully install Galician from Language Support.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  I'm not able to install galician language in Ubuntu 16.04

Status in language-selector package in Ubuntu:
  Fix Released
Status in libreoffice-dictionaries package in Ubuntu:
  In Progress
Status in language-selector source package in Xenial:
  Fix Committed
Status in libreoffice-dictionaries source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Installing the Galician language via Language Support fails. The
  reason is that there is currently two hunspell spellchecking packages
  in the archive:

  * hunspell-gl-es, provided by the hunspell-gl-es source package
  * hunspell-gl, provided by the libreoffice-dictionaries source package

  Even if hunspell-gl-es conflicts to hunspell-gl, having both of them
  available in the archive is not compatible with the way the writing
  aids is pulled via Language Selector. The proposed upload in this PPA:

  https://launchpad.net/~gunnarhj/+archive/ubuntu/lo-dicts-symlinks

  drops the hunspell-gl binary from libreoffice-dictionaries.

  [Test Case]

   * Open Language Support
   * Try to install Galician

  [Regression Potential]

  Low.

  [Original description]

  Hi

  I just installed Ubuntu 16.04. So as I try to install galician
  language I get this notification:

  Transaction failed: Package dependencies cannot be resolved
   The following packages have unmet dependencies:

  hunspell-gl-es:

  Then nothing happens. Several fellows got the same issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1578821/+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 1580188] Re: screen colors decays after wake up

2016-05-11 Thread Umut Özdemir
My problem is solved now. I updated the system and there is no problem
now. Thanks.

** Changed in: xorg (Ubuntu)
 Assignee: (unassigned) => Umut Özdemir (exclipit)

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

-- 
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/1580188

Title:
  screen colors decays after wake up

Status in xorg package in Ubuntu:
  Fix Released

Bug description:
  I'm using an Ubuntu 16.04 LTS. I tried to suspend the computer. Then I
  tried to wake it up. But colors were fully decayed after waking up. I
  can use computer while these colors, I can save my programs and close.
  To get colors back, I have to reboot.

  I added my screen's photo to show you how my screen were looking.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  .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 May 10 16:30:16 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 5.0.16, 4.4.0-22-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Turks XT [Radeon HD 6670/7670] 
[1002:6758] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Turks XT [Radeon HD 6670/7670] [1043:0443]
  InstallationDate: Installed on 2016-05-08 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=96e24bd9-2666-45cc-b21f-7db94259d4c7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/24/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2601:bd03/24/2015:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  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.
  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.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: Tue May 10 16:24:42 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   input USB OPTICAL MOUSE   MOUSE, id 8
   inputEee PC WMI hotkeys   KEYBOARD, id 9
   inputAT Translated Set 2 keyboard KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.3-1ubuntu2
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1580188/+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 1565729] Re: Suspend/hibernate freezes with radeon driver loaded on AMD/ATI hybrid graphics

2016-05-11 Thread Saurav
After the latest updates, the duplicate entry for the discrete GPU has
gone. It now correctly shows only two GPUs in total.

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

Title:
  Suspend/hibernate freezes with radeon driver loaded on AMD/ATI hybrid
  graphics

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

Bug description:
  On at least Ubuntu 15.10 and 16.04 with the radeon driver (version
  7.5.0+git20150819-0ubuntu1 on 15.10, version 7.6.1-1ubuntu2 on 16.04)
  trying to suspend or hibernate a Lenovo G50-80 with Intel HD Graphics
  5500 (Broadwell GT2) and Advanced Micro Devices [AMD/ATI] Sun XT
  [Radeon HD 8670A/8670M/8690M / R5 M330] freezes the system when the
  radeon driver is loaded even if it is not in use. Turning off discrete
  graphics using the BIOS settings and using only the integrated Intel
  chip so that the radeon driver is not loaded does not cause this
  problem. Also, this problem does not occur on Ubuntu 14.04.4 using the
  kernel and X stack (LTS Enablement Stack) from 15.10 (Wily) even with
  the radeon driver loaded.

  There is a message from the radeon driver during boot, "radeon
  :04:00.0: VCE init error (-22)." which is an upstream issue
  occurring on other distributions too and is reported at
  https://bugs.freedesktop.org/show_bug.cgi?id=92722. However, even if
  the radeon driver is loaded, suspend/hibernate does not freeze on,
  e.g., Fedora 23 and, as mentioned above, even Ubuntu 14.04.4. I have
  tried using S1 instead of S3 sleep to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1565729/+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-05-11 Thread Saurav
@unrud: Your script causes the screen to get re-locked on the first
attempt at unlocking, but it unlocks and the mouse pointer shows up on
the second attempt.

-- 
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 X.Org X server:
  Confirmed
Status in xf86-video-intel:
  Fix Released
Status in xserver-xorg-video-intel package in Ubuntu:
  Confirmed

Bug description:
  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/xorg-server/+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 1574347] Re: WiFi network list disappears from network manager applet

2016-05-11 Thread Ara Pulido
** Also affects: network-manager (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

Title:
  WiFi network list disappears from network manager applet

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

Bug description:
  Issue is in Ubuntu 16.04 LTS amd64 version.

  Steps to reproduce: -

  1. Connect to a WiFi AP.
  2. Switch off the AP OR switch off the wifi in the computer.
  3. Switch point (2) back on.
  4. The network will get connected to the AP it was connected to in point (1).

  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.

  Please solve this issue asap.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 24 23:15:34 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-23 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev wlp18s0  proto static  metric 600 
   169.254.0.0/16 dev wlp18s0  scope link  metric 1000 
   192.168.1.0/24 dev wlp18s0  proto kernel  scope link  src 192.168.1.99  
metric 600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE 
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  
AUTOCONNECT-PRIORITY  READONLY  DBUS-PATH   
ACTIVE  DEVICE   STATE  ACTIVE-PATH
   Airtel-201  d263b201-9281-427e-94e2-762fa620813c  802-11-wireless  
1461519922  Sunday 24 April 2016 11:15:22 PM IST  yes  0
 no/org/freedesktop/NetworkManager/Settings/0  yes wlp18s0  
activated  /org/freedesktop/NetworkManager/ActiveConnection/8 
   Wired connection 1  142942d4-d247-4880-9bab-1eeafc29ca86  802-3-ethernet   
1461508904  Sunday 24 April 2016 08:11:44 PM IST  yes  4294966297   
 no/org/freedesktop/NetworkManager/Settings/2  no  --   --  
   --
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp18s0  wifi  connected/org/freedesktop/NetworkManager/Devices/1  
Airtel-201  d263b201-9281-427e-94e2-762fa620813c  
/org/freedesktop/NetworkManager/ActiveConnection/8 
   enp19s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--  ----
 
   lo   loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  
--  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/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 1578473] Re: I can't install flashplayer through the Ubuntu Software.

2016-05-11 Thread Amr Ibrahim
** Summary changed:

- I can't install flashplayer through the Ubuntu Softwares.
+ I can't install flashplayer through the Ubuntu Software.

** Description changed:

- There is no flash player in the Ubuntu Softwares.
+ There is no flash player in the Ubuntu Software.
  It also lacks lots of softwares.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-software 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
  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: Thu May  5 11:50:52 2016
  InstallationDate: Installed on 2016-04-22 (12 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
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/1578473

Title:
  I can't install flashplayer through the Ubuntu Software.

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  There is no flash player in the Ubuntu Software.
  It also lacks lots of softwares.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-software 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
  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: Thu May  5 11:50:52 2016
  InstallationDate: Installed on 2016-04-22 (12 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1578473/+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 1580692] Re: Dell latitude e6520 display freezes must reboot

2016-05-11 Thread Olivier Caudron
** Attachment added: "DMESG output and Xord.log captured via SSH during the 
freeze"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1580692/+attachment/4660819/+files/dmesg_and_Xorg.log.zip

-- 
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/1580692

Title:
  Dell latitude e6520 display freezes must reboot

Status in firefox package in Ubuntu:
  New

Bug description:
  This is a fresh install of Ubuntu 16.04LTS 64 on a Dell Latitude E6520
  laptop with an Intel core i7-2720QM (4 core) CPU, 8GB RAM and an
  NVIDIA N12P-NS2 video controller. The display freezes at random (I had
  this 10 times today with completely different apps running). The mouse
  still moves but the system does not react to clicks or keypresses (not
  even Ctrl-Alt-Del etc. and I can't access terminals at Ctrl+Alt+F1
  etc.) It does not shut down gracefully when the power button is
  pressed. The system is however still active and can be accessed
  externally through SSH. The mouse and screen seems slightly less
  responsive than usual a few seconds before the freeze so that I can
  "feel it coming". However, it is hardly noticeable.

  I noticed that the underside of the laptop is sometimes very hot when
  the display freezes, but it is not systematic, sometimes the freeze
  happens after the laptop had time to cool before booting and hasn't
  got hot yet.

  Until recently this laptop was running windows 7 64 pro without any
  problem. I have performed a full hardware test of the laptop (via
  setup) only a couple of days ago, there was no issue.

  I attached the output of dmesg and the Xorg.0.log file.

  This is not a critical system to me but I thought I'd report the bug
  for all intents and purposes, and I'd rather not reinstall windows on
  it if it can be helped ;-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1580692/+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 1580692] [NEW] Dell latitude e6520 display freezes must reboot

2016-05-11 Thread Olivier Caudron
Public bug reported:

This is a fresh install of Ubuntu 16.04LTS 64 on a Dell Latitude E6520
laptop with an Intel core i7-2720QM (4 core) CPU, 8GB RAM and an NVIDIA
N12P-NS2 video controller. The display freezes at random (I had this 10
times today with completely different apps running). The mouse still
moves but the system does not react to clicks or keypresses (not even
Ctrl-Alt-Del etc. and I can't access terminals at Ctrl+Alt+F1 etc.) It
does not shut down gracefully when the power button is pressed. The
system is however still active and can be accessed externally through
SSH. The mouse and screen seems slightly less responsive than usual a
few seconds before the freeze so that I can "feel it coming". However,
it is hardly noticeable.

I noticed that the underside of the laptop is sometimes very hot when
the display freezes, but it is not systematic, sometimes the freeze
happens after the laptop had time to cool before booting and hasn't got
hot yet.

Until recently this laptop was running windows 7 64 pro without any
problem. I have performed a full hardware test of the laptop (via setup)
only a couple of days ago, there was no issue.

I attached the output of dmesg and the Xorg.0.log file.

This is not a critical system to me but I thought I'd report the bug for
all intents and purposes, and I'd rather not reinstall windows on it if
it can be helped ;-)

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

-- 
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/1580692

Title:
  Dell latitude e6520 display freezes must reboot

Status in firefox package in Ubuntu:
  New

Bug description:
  This is a fresh install of Ubuntu 16.04LTS 64 on a Dell Latitude E6520
  laptop with an Intel core i7-2720QM (4 core) CPU, 8GB RAM and an
  NVIDIA N12P-NS2 video controller. The display freezes at random (I had
  this 10 times today with completely different apps running). The mouse
  still moves but the system does not react to clicks or keypresses (not
  even Ctrl-Alt-Del etc. and I can't access terminals at Ctrl+Alt+F1
  etc.) It does not shut down gracefully when the power button is
  pressed. The system is however still active and can be accessed
  externally through SSH. The mouse and screen seems slightly less
  responsive than usual a few seconds before the freeze so that I can
  "feel it coming". However, it is hardly noticeable.

  I noticed that the underside of the laptop is sometimes very hot when
  the display freezes, but it is not systematic, sometimes the freeze
  happens after the laptop had time to cool before booting and hasn't
  got hot yet.

  Until recently this laptop was running windows 7 64 pro without any
  problem. I have performed a full hardware test of the laptop (via
  setup) only a couple of days ago, there was no issue.

  I attached the output of dmesg and the Xorg.0.log file.

  This is not a critical system to me but I thought I'd report the bug
  for all intents and purposes, and I'd rather not reinstall windows on
  it if it can be helped ;-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1580692/+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 1580604] Re: magnatune won't do anything

2016-05-11 Thread pieter k
b.t.w. (I'm curious) can you reproduce this bug?

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

Title:
  magnatune won't do anything

Status in amarok package in Ubuntu:
  New

Bug description:
  My system:
  Xenial 64 bit.

  Magnatune won't do anything with the standard distribution.

  I stubled upon the build amarok-utils (2:2.8.0-0ubuntu7) and that
  worked. Only today came the update amarok-utils (2:2.8.0-0ubuntu9) and
  again it doesn't work anymore.

  I see the (2:2.8.0-0ubuntu7) is now removed from the servers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1580604/+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 1580604] Re: magnatune won't do anything

2016-05-11 Thread pieter k
Thank you for your reaction. 
Yes I do realize that. And I did. 
And still the latest update does no more than the original one. 
Only the 2:2.8.0-0ubuntu7 works. 

I think this is not a disaster. But perhaps the people at Magnatune are
not happy with this development.

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

Title:
  magnatune won't do anything

Status in amarok package in Ubuntu:
  New

Bug description:
  My system:
  Xenial 64 bit.

  Magnatune won't do anything with the standard distribution.

  I stubled upon the build amarok-utils (2:2.8.0-0ubuntu7) and that
  worked. Only today came the update amarok-utils (2:2.8.0-0ubuntu9) and
  again it doesn't work anymore.

  I see the (2:2.8.0-0ubuntu7) is now removed from the servers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1580604/+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 1579340] Re: Ubuntu Software shows apps installed even after removing them

2016-05-11 Thread Amr Ibrahim
** Summary changed:

- Ubuntu Software is show apps installed even after removing them
+ Ubuntu Software shows apps installed even after removing them

-- 
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/1579340

Title:
  Ubuntu Software shows apps installed even after removing them

Status in gnome-software package in Ubuntu:
  Incomplete

Bug description:
  Fresh installation of Ubuntu-16.04 x64

  After removing apps from Ubuntu Software it shows the apps as
  installed

  I had to do `sudo apt-get autoremove` to remove them from ubuntu
  software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579340/+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 1578821] Re: I'm not able to install galician language in Ubuntu 16.04

2016-05-11 Thread Chris J Arges
Hello Marcos, or anyone else affected,

Accepted language-selector into xenial-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/language-
selector/0.165.2 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: language-selector (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

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

Title:
  I'm not able to install galician language in Ubuntu 16.04

Status in language-selector package in Ubuntu:
  Fix Released
Status in libreoffice-dictionaries package in Ubuntu:
  In Progress
Status in language-selector source package in Xenial:
  Fix Committed
Status in libreoffice-dictionaries source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Installing the Galician language via Language Support fails. The
  reason is that there is currently two hunspell spellchecking packages
  in the archive:

  * hunspell-gl-es, provided by the hunspell-gl-es source package
  * hunspell-gl, provided by the libreoffice-dictionaries source package

  Even if hunspell-gl-es conflicts to hunspell-gl, having both of them
  available in the archive is not compatible with the way the writing
  aids is pulled via Language Selector. The proposed upload in this PPA:

  https://launchpad.net/~gunnarhj/+archive/ubuntu/lo-dicts-symlinks

  drops the hunspell-gl binary from libreoffice-dictionaries.

  [Test Case]

   * Open Language Support
   * Try to install Galician

  [Regression Potential]

  Low.

  [Original description]

  Hi

  I just installed Ubuntu 16.04. So as I try to install galician
  language I get this notification:

  Transaction failed: Package dependencies cannot be resolved
   The following packages have unmet dependencies:

  hunspell-gl-es:

  Then nothing happens. Several fellows got the same issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1578821/+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 1580604] Re: magnatune won't do anything

2016-05-11 Thread Myriam Schweingruber
You do realise that you need not only amarok-utils, but also amarok and
amarok-common, and those should all have the same version number.

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

Title:
  magnatune won't do anything

Status in amarok package in Ubuntu:
  New

Bug description:
  My system:
  Xenial 64 bit.

  Magnatune won't do anything with the standard distribution.

  I stubled upon the build amarok-utils (2:2.8.0-0ubuntu7) and that
  worked. Only today came the update amarok-utils (2:2.8.0-0ubuntu9) and
  again it doesn't work anymore.

  I see the (2:2.8.0-0ubuntu7) is now removed from the servers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1580604/+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-05-11 Thread Yonsy
+1 Epson L375 in my case. previous comments works for me.

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

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

Status in cups-filters package in Ubuntu:
  Confirmed
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Confirmed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  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/ubuntu/+source/cups-filters/+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 1580666] [NEW] Failed keyboard configuration on reboot

2016-05-11 Thread Jean-Max Reymond
Public bug reported:

I have a laptop ACER Aspire E15 E5-571G-337K with French keyboard

After each reboot, i have to run the following command to have corrects
specials characters :

sudo dpkg-reconfigure keyboard-configuration

then the keyboard is correct for all the sessions but unfortunately
after a reboot I have the old broken keyboard

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: onboard 1.2.0-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 11 17:41:53 2016
InstallationDate: Installed on 2015-08-27 (257 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: onboard
UpgradeStatus: Upgraded to xenial on 2016-05-11 (0 days ago)

** Affects: onboard (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 onboard in Ubuntu.
https://bugs.launchpad.net/bugs/1580666

Title:
  Failed keyboard configuration on reboot

Status in onboard package in Ubuntu:
  New

Bug description:
  I have a laptop ACER Aspire E15 E5-571G-337K with French keyboard

  After each reboot, i have to run the following command to have
  corrects specials characters :

  sudo dpkg-reconfigure keyboard-configuration

  then the keyboard is correct for all the sessions but unfortunately
  after a reboot I have the old broken keyboard

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: onboard 1.2.0-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 11 17:41:53 2016
  InstallationDate: Installed on 2015-08-27 (257 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: onboard
  UpgradeStatus: Upgraded to xenial on 2016-05-11 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1580666/+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 1579246] Re: Ubuntu 16.04 nm-applet-Message: No keyring secrets found for

2016-05-11 Thread frad666
this bug was already present in a beta and should be set to a much
higher importance as some people like me are not able to get their
computers connected to the internet when they do a fresh install of
ubuntu 16.04LTS and rely on a 802.1X authentification.

** Changed in: network-manager (Ubuntu)
   Status: New => Confirmed

-- 
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/1579246

Title:
  Ubuntu 16.04 nm-applet-Message: No keyring secrets found for

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  If you use a 802.1x autentication in NetworkManager, the
  NetworkManager never save password on /etc/NetworkManager/system-
  connections/MySecureNetworkAlias,

  As a workarround you can add the password manualy in file
  /etc/NetworkManager/system-connections/MySecureNetworkAlias (using $
  sudo vi)

  [802-1x]
  altsubject-matches=
  ca-cert=/mycert.cer
  eap=peap;
  identity=DOMAIN\\USER
  password=MyPassword   <--- this is the line
  phase2-altsubject-matches=
  phase2-auth=mschapv2

  The log is:

  may 06 16:24:06 jared-laptop NetworkManager[976]:   [1462569846.8763] 
device (enp8s0): state change: need-auth -> prepare (reason 'none') [60 40 0]
  may 06 16:24:06 jared-laptop NetworkManager[976]:   [1462569846.8767] 
device (enp8s0): state change: prepare -> config (reason 'none') [40 50 0]
  may 06 16:24:06 jared-laptop NetworkManager[976]:   [1462569846.8770] 
device (enp8s0): Activation: (ethernet) connection 'MySecureNetworkAlias' has 
security, but secrets are required.
  may 06 16:24:06 jared-laptop NetworkManager[976]:   [1462569846.8770] 
device (enp8s0): state change: config -> need-auth (reason 'none') [50 60 0]
  may 06 16:24:07 jared-laptop gnome-session[1599]: nm-applet-Message: No 
keyring secrets found for Produban/802-1x; asking user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1579246/+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 1576747] Re: Network manager unable to control wifi after suspend in 16.04

2016-05-11 Thread Dave Chiluk
Well under further review.  Moving wifi zones does not seem to be
necessary, but sleeping for some extended time may be.

I can also confirm that killing and restarting nm-applet is another
less-hammerlike workaround.

-- 
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/1576747

Title:
  Network manager unable to control wifi after suspend in 16.04

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After resume from suspend network manager no longer allows me to
  control my wifi card, view available wireless networks, or select new
  ones.  Oddly enough, I'm still able to communicate on the network that
  I was connected to prior to suspend.

  Running
  # sudo service network-manager restart
  resolves the issue until the next suspend/resume.

  I'll copy what I think is the relevant  portion of syslog below
  __
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.4971] manager: 
wake requested (sleeping: yes  enabled: yes)
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.4971] manager: 
waking up...
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.4972] device 
(enp0s31f6): state change: unavailable -> unmanaged (reason 'sleeping') [20 10 
37]
  Apr 29 09:04:20 x1 laptop-mode: Laptop mode
  Apr 29 09:04:20 x1 laptop_mode[19059]: Laptop mode
  Apr 29 09:04:20 x1 laptop-mode: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 laptop_mode[19059]: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 systemd[1]: Started Run anacron jobs.
  Apr 29 09:04:20 x1 systemd[1]: Reloading Laptop Mode Tools.
  Apr 29 09:04:20 x1 anacron[19143]: Anacron 2.3 started on 2016-04-29
  Apr 29 09:04:20 x1 anacron[19143]: Will run job `cron.daily' in 5 min.
  Apr 29 09:04:20 x1 anacron[19143]: Jobs will be executed sequentially
  Apr 29 09:04:20 x1 laptop-mode: Laptop mode
  Apr 29 09:04:20 x1 laptop_mode[19145]: Laptop mode
  Apr 29 09:04:20 x1 laptop-mode: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 laptop_mode[19145]: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 systemd[1]: Reloaded Laptop Mode Tools.
  Apr 29 09:04:20 x1 kernel: [180451.937599] e1000e: enp0s31f6 NIC Link is Down
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.5997] device 
(wlp4s0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  Apr 29 09:04:20 x1 kernel: [180451.940588] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: 
link is not ready
  Apr 29 09:04:20 x1 kernel: [180451.941150] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180451.942063] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180451.943308] iwlwifi :04:00.0: can't access 
the RSA semaphore it is write protected
  Apr 29 09:04:20 x1 kernel: [180452.080430] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180452.080804] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180452.081573] iwlwifi :04:00.0: can't access 
the RSA semaphore it is write protected
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.8179] device 
(enp0s31f6): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  Apr 29 09:04:20 x1 kernel: [180452.157407] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: 
link is not ready
  Apr 29 09:04:20 x1 kernel: [180452.158711] IPv6: ADDRCONF(NETDEV_UP): 
enp0s31f6: link is not ready
  Apr 29 09:04:21 x1 kernel: [180452.364579] IPv6: ADDRCONF(NETDEV_UP): 
enp0s31f6: link is not ready
  Apr 29 09:04:21 x1 NetworkManager[849]:   [1461938661.0266] manager: 
NetworkManager state is now CONNECTED_LOCAL
  Apr 29 09:04:21 x1 wpa_supplicant[1102]: dbus: 
wpa_dbus_get_object_properties: failed to get object properties: (none) none
  Apr 29 09:04:21 x1 wpa_supplicant[1102]: dbus: Failed to construct signal
  Apr 29 09:04:21 x1 wpa_supplicant[1102]: Could not read interface 
p2p-dev-wlp4s0 flags: No such device
  Apr 29 09:04:21 x1 NetworkManager[849]:   [1461938661.1095] device 
(wlp4s0): supplicant interface state: starting -> ready
  Apr 29 09:04:21 x1 NetworkManager[849]:   [1461938661.1095] device 
(wlp4s0): state change: unavailable -> disconnected (reason 
'supplicant-available') [20 30 42]
  Apr 29 09:04:21 x1 kernel: [180452.450294] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: 
link is not ready
  Apr 29 09:04:21 x1 kernel: [180452.551779] [drm] RC6 on
  Apr 29 09:04:24 x1 NetworkManager[849]:   [1461938664.1646] device 
(wlp4s0): supplicant interface state: ready -> inactive
  Apr 29 09:04:24 x1 NetworkManager[849]:   [1461938664.1678] policy: 
auto-activating connection 'chiluks-5g 1'
  Apr 29 09:04:24 x1 NetworkManager[849]:   [1461938664.1688] device 
(wlp4s0): Activation: starting connection 'chiluks-5g 1' 
(8c69564c-5b6f-4ab4-8e6e-ee3157160892)
  Apr 29 09:04:24 x1 NetworkManager[849]:   

[Desktop-packages] [Bug 1009879] Re: NetworkManager high CPU usage while nm-applet and Transmission run

2016-05-11 Thread Mike McNally
I am seeing the same thing in 15.10 at this very moment.

-- 
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/1009879

Title:
  NetworkManager high CPU usage while nm-applet and Transmission run

Status in network-manager package in Ubuntu:
  Expired

Bug description:
  If I leave my computer downloading overnight using BitTorrent client
  Transmission, I notice the next day that the NetworkManager process is
  eating up lots of CPU power. It gets immediately fixed if I kill nm-
  applet, although when I relaunch nm-applet CPU usage skyrockets again.
  Killing Transmission doesn't affect anything. I'm not sure there is a
  relation between Transmission and this issue, I just mention it
  because I only leave my computer on overnight when I download
  torrents.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1009879/+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 1576656] Update Released

2016-05-11 Thread Chris J Arges
The verification of the Stable Release Update for file-roller has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [SRU] 3.16.5 stable update

Status in file-roller package in Ubuntu:
  Fix Released
Status in file-roller source package in Xenial:
  Fix Released

Bug description:
  That's a new stable bugfix GNOME update

  * Impact

  it fixes some small bugs and leaks and has updated translations

  * Test case

  Try to open/compressed/extract some archives

  * Regression potential

  There are no specific change to watch out for, just make sure things
  keep working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1576656/+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 1576656] Re: [SRU] 3.16.5 stable update

2016-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package file-roller - 3.16.5-0ubuntu1

---
file-roller (3.16.5-0ubuntu1) xenial; urgency=medium

  * New upstream bugfix update (lp: #1576656)

 -- Sebastien Bacher   Fri, 29 Apr 2016 13:53:10
+0200

** Changed in: file-roller (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] 3.16.5 stable update

Status in file-roller package in Ubuntu:
  Fix Released
Status in file-roller source package in Xenial:
  Fix Released

Bug description:
  That's a new stable bugfix GNOME update

  * Impact

  it fixes some small bugs and leaks and has updated translations

  * Test case

  Try to open/compressed/extract some archives

  * Regression potential

  There are no specific change to watch out for, just make sure things
  keep working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1576656/+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 1580394] Re: Analog Loopback Static in Headphones while on Dell Latitude 3340 Battery Power

2016-05-11 Thread spm2011
** Also affects: ubuntu-mate
   Importance: Undecided
   Status: New

-- 
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/1580394

Title:
  Analog Loopback Static in Headphones while on Dell Latitude 3340
  Battery Power

Status in ubuntu-mate:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I have noticed that when I am on battery power on a Dell Latitude 3340
  laptop with headphones plugged in , and there is no audio playing on
  the computer, there is a consistent static sound that comes through
  the headphones at a constant volume that is not affected by changing
  the volume level. I think it may be picking up some kind of analog
  loopback signal because keyboard presses and disk activity seem to
  influence the noise. When I plug the power cable into the laptop , the
  static immediately goes away.

  I reported this earlier to the upstream Linux Kernel bug tracker, but
  it seems to be fixed in any distro running a 4.4 kernel or greater
  that I have tested , Except for Ubuntu MATE 16.04 LTS 64-bit. This
  make me think it is not a kernel level issue and is found somewhere
  either in the audio settings on Ubuntu MATE or a pulseaudio bug. I
  cannot reproduce it on any other 16.04 distro version, but it also
  affects all the 14.04.4 distros as well.

  Running amixer -c 1 set "Loopback Mixing" "Disabled" does not prevent
  the static.

  The BIOS Firmware version is up to date.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  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/controlC1:  ubuntu-mate   1718 F pulseaudio
   /dev/snd/controlC0:  ubuntu-mate   1718 F pulseaudio
  CasperVersion: 1.376
  CurrentDesktop: MATE
  Date: Wed May 11 00:43:52 2016
  LiveMediaBuild: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/04/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd11/04/2015:svnDellInc.:pnLatitude3340:pvr00:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude 3340
  dmi.product.version: 00
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1580394/+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 1574020] Re: Can't use networkmanager from lightdm

2016-05-11 Thread Joakim Koed
@seb128: Do you need more info? I don't know what to do next.

-- 
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/1574020

Title:
  Can't use networkmanager from lightdm

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to 16.04  desktop (unity) (clean install) from 14.04,
  (so not really upgrading, but you get the point) I noticed that
  lightdm with unity-greeter (all stock, nothing changed) can't connect
  to WiFi with network-manager.

  WiFi works after loggin it, but it should be working before also, if
  not, what's the point in having an icon there :)

  I get the following message: Failed to add/activate connection. - (1) 
Insufficient privileges. - see image.
  This worked fine in 14.04.

  I have noticed this problem in both my desktop (Broadcom WiFi) and
  Laptop (Intel WiFi) - So it has nothing to be with the chip.

  Feel free to ask for more info.

  Edit:

  From syslog:

  Apr 23 16:50:46 desktop NetworkManager[979]: nm_settings_connection_delete: 
assertion 'NM_IS_SETTINGS_CONNECTION (self)' failed
  Apr 23 16:50:46 desktop NetworkManager[979]:   [1461423046.1662] audit: 
op="connection-add-activate" pid=1275 uid=108 result="fail" 
reason="Insufficient privileges."
  Apr 23 16:50:46 desktop NetworkManager[979]: (NetworkManager:979): 
GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' 
failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1574020/+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 1575248] Re: "AppStream cache update completed, but some metadata was ignored due to errors." on "sudo apt-get update"

2016-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package fwupd - 0.7.0-0ubuntu4.1

---
fwupd (0.7.0-0ubuntu4.1) xenial-proposed; urgency=medium

  * Add name and summary to Rival Steelseries device (LP: #1575248)

 -- Mario Limonciello   Thu, 28 Apr 2016
09:11:04 -0500

** Changed in: fwupd (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
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/1575248

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

Status in AppStream:
  Invalid
Status in Ubuntu GNOME:
  Confirmed
Status in appstream package in Ubuntu:
  Invalid
Status in fwupd package in Ubuntu:
  Fix Released
Status in fwupd source package in Xenial:
  Fix Released

Bug description:
  [Impact]

   * Checks for apt updates using apt or apt-get also update the
  appstream cache.  Some of the appstream metadata installed locally
  isn't strictly valid as it's missing two fields.

  [Test Case]

   * fwupdmgr refresh
   * apt update
   * check for errors about metadata being ignored

  [Regression Potential]

   * This is just changing the XML metadata locally, I don't see any
  regression potential.

  [Other Info]
   
   * This fix has been applied upstream: 
https://github.com/hughsie/fwupd/commit/f4e0e88f7cba833a4badc1a3d62f1a08dd1bfd96

  [Original report]

  I have found that when there are new packages available which my
  machine doesn't know about yet, if I run "sudo apt-get update" this is
  the output:

  Get:1 http://gb.archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
  Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease
  Get:3 http://gb.archive.ubuntu.com/ubuntu xenial-updates InRelease [82.2 
kB]
  Get:4 http://security.ubuntu.com/ubuntu xenial-security/main i386 
Packages [28 B]
  Get:5 http://gb.archive.ubuntu.com/ubuntu xenial-backports InRelease 
[82.2 kB]
  Get:6 http://security.ubuntu.com/ubuntu xenial-security/restricted i386 
Packages [28 B]
  Get:7 http://security.ubuntu.com/ubuntu xenial-security/universe i386 
Packages [28 B]
  Get:8 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 
Packages [28 B]
  Get:9 http://security.ubuntu.com/ubuntu xenial-security/multiverse i386 
Packages [28 B]
  Get:10 http://security.ubuntu.com/ubuntu xenial-security/multiverse 
Translation-en [28 B]
  Get:11 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages 
[1,201 kB]
  Get:12 http://gb.archive.ubuntu.com/ubuntu xenial/main i386 Packages 
[1,196 kB]
  Get:13 http://gb.archive.ubuntu.com/ubuntu xenial/main Translation-en_GB 
[426 kB]
  Get:14 http://gb.archive.ubuntu.com/ubuntu xenial/main Translation-en 
[568 kB]
  Get:15 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 DEP-11 
Metadata [733 kB]
  Get:16 http://gb.archive.ubuntu.com/ubuntu xenial/main DEP-11 64x64 Icons 
[409 kB]
  Get:17 http://gb.archive.ubuntu.com/ubuntu xenial/restricted amd64 
Packages [8,344 B]
  Get:18 http://gb.archive.ubuntu.com/ubuntu xenial/restricted i386 
Packages [8,684 B]
  Get:19 http://gb.archive.ubuntu.com/ubuntu xenial/restricted 
Translation-en_GB [2,556 B]
  Get:20 http://gb.archive.ubuntu.com/ubuntu xenial/restricted 
Translation-en [2,908 B]
  Get:21 http://gb.archive.ubuntu.com/ubuntu xenial/restricted amd64 DEP-11 
Metadata [186 B]
  Get:22 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages 
[7,532 kB]
  Get:23 http://gb.archive.ubuntu.com/ubuntu xenial/universe i386 Packages 
[7,512 kB]
  Get:24 http://gb.archive.ubuntu.com/ubuntu xenial/universe 
Translation-en_GB [3,040 kB]
  Get:25 http://gb.archive.ubuntu.com/ubuntu xenial/universe Translation-en 
[4,354 kB]
  Get:26 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 DEP-11 
Metadata [3,410 kB]
  Get:27 http://gb.archive.ubuntu.com/ubuntu xenial/universe DEP-11 64x64 
Icons [7,448 kB]
  Get:28 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse amd64 
Packages [144 kB]
  Get:29 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse i386 
Packages [140 kB]
  Get:30 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse 
Translation-en_GB [88.1 kB]
  Get:31 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse 
Translation-en [106 kB]
  Get:32 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse amd64 DEP-11 
Metadata [63.8 kB]
  Get:33 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse DEP-11 64x64 
Icons [230 kB]
  Get:34 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages [28 B]
  Get:35 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages [28 B]
  Get:36 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main 
Translation-en [28 B]
  Get:37 http://gb.archive.ubuntu.com/ubuntu 

[Desktop-packages] [Bug 1575248] Update Released

2016-05-11 Thread Chris J Arges
The verification of the Stable Release Update for fwupd has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
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/1575248

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

Status in AppStream:
  Invalid
Status in Ubuntu GNOME:
  Confirmed
Status in appstream package in Ubuntu:
  Invalid
Status in fwupd package in Ubuntu:
  Fix Released
Status in fwupd source package in Xenial:
  Fix Released

Bug description:
  [Impact]

   * Checks for apt updates using apt or apt-get also update the
  appstream cache.  Some of the appstream metadata installed locally
  isn't strictly valid as it's missing two fields.

  [Test Case]

   * fwupdmgr refresh
   * apt update
   * check for errors about metadata being ignored

  [Regression Potential]

   * This is just changing the XML metadata locally, I don't see any
  regression potential.

  [Other Info]
   
   * This fix has been applied upstream: 
https://github.com/hughsie/fwupd/commit/f4e0e88f7cba833a4badc1a3d62f1a08dd1bfd96

  [Original report]

  I have found that when there are new packages available which my
  machine doesn't know about yet, if I run "sudo apt-get update" this is
  the output:

  Get:1 http://gb.archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
  Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease
  Get:3 http://gb.archive.ubuntu.com/ubuntu xenial-updates InRelease [82.2 
kB]
  Get:4 http://security.ubuntu.com/ubuntu xenial-security/main i386 
Packages [28 B]
  Get:5 http://gb.archive.ubuntu.com/ubuntu xenial-backports InRelease 
[82.2 kB]
  Get:6 http://security.ubuntu.com/ubuntu xenial-security/restricted i386 
Packages [28 B]
  Get:7 http://security.ubuntu.com/ubuntu xenial-security/universe i386 
Packages [28 B]
  Get:8 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 
Packages [28 B]
  Get:9 http://security.ubuntu.com/ubuntu xenial-security/multiverse i386 
Packages [28 B]
  Get:10 http://security.ubuntu.com/ubuntu xenial-security/multiverse 
Translation-en [28 B]
  Get:11 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages 
[1,201 kB]
  Get:12 http://gb.archive.ubuntu.com/ubuntu xenial/main i386 Packages 
[1,196 kB]
  Get:13 http://gb.archive.ubuntu.com/ubuntu xenial/main Translation-en_GB 
[426 kB]
  Get:14 http://gb.archive.ubuntu.com/ubuntu xenial/main Translation-en 
[568 kB]
  Get:15 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 DEP-11 
Metadata [733 kB]
  Get:16 http://gb.archive.ubuntu.com/ubuntu xenial/main DEP-11 64x64 Icons 
[409 kB]
  Get:17 http://gb.archive.ubuntu.com/ubuntu xenial/restricted amd64 
Packages [8,344 B]
  Get:18 http://gb.archive.ubuntu.com/ubuntu xenial/restricted i386 
Packages [8,684 B]
  Get:19 http://gb.archive.ubuntu.com/ubuntu xenial/restricted 
Translation-en_GB [2,556 B]
  Get:20 http://gb.archive.ubuntu.com/ubuntu xenial/restricted 
Translation-en [2,908 B]
  Get:21 http://gb.archive.ubuntu.com/ubuntu xenial/restricted amd64 DEP-11 
Metadata [186 B]
  Get:22 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages 
[7,532 kB]
  Get:23 http://gb.archive.ubuntu.com/ubuntu xenial/universe i386 Packages 
[7,512 kB]
  Get:24 http://gb.archive.ubuntu.com/ubuntu xenial/universe 
Translation-en_GB [3,040 kB]
  Get:25 http://gb.archive.ubuntu.com/ubuntu xenial/universe Translation-en 
[4,354 kB]
  Get:26 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 DEP-11 
Metadata [3,410 kB]
  Get:27 http://gb.archive.ubuntu.com/ubuntu xenial/universe DEP-11 64x64 
Icons [7,448 kB]
  Get:28 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse amd64 
Packages [144 kB]
  Get:29 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse i386 
Packages [140 kB]
  Get:30 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse 
Translation-en_GB [88.1 kB]
  Get:31 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse 
Translation-en [106 kB]
  Get:32 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse amd64 DEP-11 
Metadata [63.8 kB]
  Get:33 http://gb.archive.ubuntu.com/ubuntu xenial/multiverse DEP-11 64x64 
Icons [230 kB]
  Get:34 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages [28 B]
  Get:35 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages [28 B]
  Get:36 http://gb.archive.ubuntu.com/ubuntu 

[Desktop-packages] [Bug 1580646] [NEW] why thunderbird 45 is not updated on ubuntu?

2016-05-11 Thread Olivier Febwin
Public bug reported:

why thunderbird 45 is not updated on ubuntu?

** 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/1580646

Title:
  why thunderbird 45 is not updated on ubuntu?

Status in thunderbird package in Ubuntu:
  New

Bug description:
  why thunderbird 45 is not updated on ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1580646/+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 1580635] [NEW] Nothing happens when trying to add online calendar

2016-05-11 Thread Ville Ranki
Public bug reported:

Steps to reproduce:
1. Open gnome-calendar
2. Open calendar settings
3. Click on "Click to set up" on any of the online accounts.

Nothing happens. There is no error message or anything. The gear icon
next to "Online accounts" header also does nothing.

I killed the calendar and ran it from command line. Clicking on any of
these buttons outputs:

$ gnome-calendar

** (gnome-calendar:5108): WARNING **: Couldn't open settings: Failed to
execute child process "gnome-control-center" (No such file or directory)

Package gnome-control-center is not installed. If it's required for
calendar to work, it should be a dependency. At least there should be
warning dialog that explains this.


Tested on 16.04 on Cinnamon desktop.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-calendar 3.20.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: X-Cinnamon
Date: Wed May 11 17:41:23 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-02-12 (454 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: gnome-calendar
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-calendar (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 gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1580635

Title:
  Nothing happens when trying to add online calendar

Status in gnome-calendar package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Open gnome-calendar
  2. Open calendar settings
  3. Click on "Click to set up" on any of the online accounts.

  Nothing happens. There is no error message or anything. The gear icon
  next to "Online accounts" header also does nothing.

  I killed the calendar and ran it from command line. Clicking on any of
  these buttons outputs:

  $ gnome-calendar

  ** (gnome-calendar:5108): WARNING **: Couldn't open settings: Failed
  to execute child process "gnome-control-center" (No such file or
  directory)

  Package gnome-control-center is not installed. If it's required for
  calendar to work, it should be a dependency. At least there should be
  warning dialog that explains this.

  
  Tested on 16.04 on Cinnamon desktop.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-calendar 3.20.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Wed May 11 17:41:23 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-02-12 (454 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: gnome-calendar
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1580635/+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 1580434] Re: kernel 4.2.0-36 causes unity to break on 15.10

2016-05-11 Thread Brian Murray
** Tags added: wily

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

-- 
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/1580434

Title:
  kernel 4.2.0-36 causes unity to break on 15.10

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I run Ubuntu desktop 15.10 in a Oracle VirtualBox VM. After updating the 
kernel to 4.2.0-36 Unity stopped working (after the restart). The symptoms were:
  - The screen would not use the entire real estate in either the full screen 
or the windowed mode (of the VM)
  - On entering login information, only the desktop background would display 
without dash/launcher, files on desktop or any menu or keyboard action.
  - If you started / restarted unity from a shell (Ctrl + Shift + F1 or from a 
SSH session), the desktop files and mouse/keyboard actions would work, but 
still no dash/launcher.

  The problems went away after falling back to kernel 4.2.0-35.

  If additional information is required, please let me know I will try
  my best to get that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1580434/+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 989750] Re: repeatedly asks for encryption password when backing up, even though "remember password" is ticked

2016-05-11 Thread LinuxLover
Running Ubuntu 14.04.4 LTS and also have this problem.
Trying to setup a new backup, but cannot get the first full backup completed...

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

Title:
  repeatedly asks for encryption password when backing up, even though
  "remember password" is ticked

Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  I've set deja-dup to back up automatically, and to encrypt files. But it 
never gets far: every few seconds, it brings up a "password needed" window 
somewhere out of sight (behind other windows; but that is another 
problem/feature), even though I've told it to remember the password.
   
  So using this backup software seems entirely impractical; it will never 
finish.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: deja-dup 20.1-0ubuntu0.2
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Uname: Linux 3.0.0-17-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Fri Apr 27 09:50:47 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110921.2)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/989750/+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 1574347] Re: WiFi network list disappears from network manager applet

2016-05-11 Thread Cip Man
No package to test yet.
The good news is that a new source, namely 1.2.2, was just released upstream 
few hours ago: https://download.gnome.org/sources/NetworkManager/1.2/

-- 
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:
  WiFi network list disappears from network manager applet

Status in NetworkManager:
  Fix Released
Status in OEM Priority Project:
  New
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Issue is in Ubuntu 16.04 LTS amd64 version.

  Steps to reproduce: -

  1. Connect to a WiFi AP.
  2. Switch off the AP OR switch off the wifi in the computer.
  3. Switch point (2) back on.
  4. The network will get connected to the AP it was connected to in point (1).

  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.

  Please solve this issue asap.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 24 23:15:34 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-23 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev wlp18s0  proto static  metric 600 
   169.254.0.0/16 dev wlp18s0  scope link  metric 1000 
   192.168.1.0/24 dev wlp18s0  proto kernel  scope link  src 192.168.1.99  
metric 600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE 
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  
AUTOCONNECT-PRIORITY  READONLY  DBUS-PATH   
ACTIVE  DEVICE   STATE  ACTIVE-PATH
   Airtel-201  d263b201-9281-427e-94e2-762fa620813c  802-11-wireless  
1461519922  Sunday 24 April 2016 11:15:22 PM IST  yes  0
 no/org/freedesktop/NetworkManager/Settings/0  yes wlp18s0  
activated  /org/freedesktop/NetworkManager/ActiveConnection/8 
   Wired connection 1  142942d4-d247-4880-9bab-1eeafc29ca86  802-3-ethernet   
1461508904  Sunday 24 April 2016 08:11:44 PM IST  yes  4294966297   
 no/org/freedesktop/NetworkManager/Settings/2  no  --   --  
   --
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp18s0  wifi  connected/org/freedesktop/NetworkManager/Devices/1  
Airtel-201  d263b201-9281-427e-94e2-762fa620813c  
/org/freedesktop/NetworkManager/ActiveConnection/8 
   enp19s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--  ----
 
   lo   loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  
--  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/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 1448220] Re: package sgml-base 1.26+nmu4ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

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

** Changed in: sgml-base (Ubuntu)
   Status: New => Confirmed

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

Title:
  package sgml-base 1.26+nmu4ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

Status in sgml-base package in Ubuntu:
  Confirmed

Bug description:
  The bug seems very similar to 1074475, but I encountered it in
  upgrading from 14.10 to 15.04, and in my case, the post-installation
  script returns error code 2.

  As a consequence of this bug, dpkg reports dependency problems while 
processing:
   sgml-base
   metacity-common
   libmetacity-private2
   compiz-gnome
   compiz
   unity
   libunity-2d-private0
   metacity
   sgml-data
   ubuntu-desktop
   unity-2d
   unity-2d-common
   unity-2d-panel
   unity-2d-shell
   unity-2d-spread
   compizconfig-backend-gconf

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: sgml-base 1.26+nmu4ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Fri Apr 24 17:24:36 2015
  DuplicateSignature: package:sgml-base:1.26+nmu4ubuntu1:subprocess installed 
post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: sgml-base
  Title: package sgml-base 1.26+nmu4ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sgml-base/+bug/1448220/+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 1575896] Re: Scrollbar thumb not drawn in firefox 46 (gtk3?)

2016-05-11 Thread Joe Barnett
Simlarly, checkboxes and radio buttons are pretty much invisible until
activated, should that be a separate bug or handled in this?

-- 
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/1575896

Title:
  Scrollbar thumb not drawn in firefox 46 (gtk3?)

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  As of today's firefox 46 release, the scrollbar thumb is not being
  drawn, just see a thin grey bar on the right side of the window.
  Probably related to switchover to gtk3.  Gtk theme is the ubuntu-gnome
  default of Adwaita.

  See screenshot attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 46.0+build5-0ubuntu0.16.04.2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbarnett   2545 F pulseaudio
   /dev/snd/controlC1:  jbarnett   2545 F pulseaudio
   /dev/snd/controlC3:  jbarnett   2545 F pulseaudio
   /dev/snd/controlC2:  jbarnett   2545 F pulseaudio
  BuildID: 20160425114621
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Wed Apr 27 12:47:31 2016
  EcryptfsInUse: Yes
  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-08-21 (250 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150819)
  IpRoute:
   default via 172.16.1.1 dev wlp3s0  proto static  metric 600
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown
   172.16.1.0/24 dev wlp3s0  proto kernel  scope link  src 172.16.1.43  metric 
600
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   [Profile]/extensions/cookie...@jayapal.com/defaults/preferences/cookiemgr.js
   [Profile]/extensions/keefox@chris.tomlinson/defaults/preferences/prefs.js
   
[Profile]/extensions/{ea4637dc-e014-4c17-9c2c-879322d23268}/defaults/preferences/defaults.js
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425114621 (In use)
  RelatedPackageVersions:
   google-talkplugin  5.41.0.0-1
   browser-plugin-freshplayer-nacl0.3.4-3
   browser-plugin-freshplayer-pepperflash 0.3.4-3
   adobe-flashplugin  1:20160407.1-0ubuntu1
   gnome-shell3.20.1-0ubuntu1~xenial3
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-02-16 (71 days ago)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP114.88Z.0172.B04.1506051511
  dmi.board.name: Mac-06F11FD93F0323C5
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,4
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-06F11FD93F0323C5
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP114.88Z.0172.B04.1506051511:bd06/05/2015:svnAppleInc.:pnMacBookPro11,4:pvr1.0:rvnAppleInc.:rnMac-06F11FD93F0323C5:rvrMacBookPro11,4:cvnAppleInc.:ct9:cvrMac-06F11FD93F0323C5:
  dmi.product.name: MacBookPro11,4
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1575896/+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 1133477] Re: cut-n-paste move files got stuck forever

2016-05-11 Thread Lorenzo
Hello everybody,

   I got the same problem. Moving files (once, like 100 files, another
one, like 250 files), with Crtl-X Crtl-V, it get stuck in
"preparing". I have Ubuntu 14.04, up to date.

  Let me know it you need any more information.

  All the best,

 Lorenzo

-- 
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/1133477

Title:
  cut-n-paste move files got stuck forever

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  With Nautilus, I navigated to a folder that contained about 2,000 gif files.
  I selected all of them
  I cut with Ctrl+X
  I navigated to another folder
  I pasted with Ctrl+V

  => A popup window appeared saying "Preparing to move N files", and it got 
stuck there forever.
  Nautilus stopped responding. I waited half an hour, then I had to kill it.

  Actually some of the files were moved. Which is the worst thing that
  could happen.

  I tried again with the remaining files and it happened again!! It's
  systematic!!

  I suspect it has to do with displaying the previews of a big number of
  files. Nautilus becomes completely unmanageable whenever you open
  folders with lots of files. Maximum priority should be given to the UI
  and actual operations; displaying of the previews should be done in
  the background and should never, ever slow down user operations the
  slightest bit. Seems pretty obvious.

  Also note that 2000 is not even that much. Actually it's very few
  files.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.5.0-25.38-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  Date: Tue Feb 26 18:23:52 2013
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'1312x713+64+71'"
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'180'
   b'org.gnome.nautilus.window-state' b'start-with-status-bar' b'true'
  InstallationDate: Installed on 2010-06-23 (979 days ago)
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to quantal on 2013-01-13 (44 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1133477/+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 1576825] Re: Firefox 46 using Gnome/Nautilus file-dialogs instead of Nemo

2016-05-11 Thread Alecz20
** Changed in: firefox (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1576825

Title:
  Firefox 46 using Gnome/Nautilus file-dialogs instead of Nemo

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  after updating Firefox to 46.0 it uses the Gnome/Nautilus file-dialogs
  instead of Nemo dialog (Nemo is configured to handle the Desktop)

  Thunderbird 38.7.2 is still using the Nemo file-dialogs like it
  should.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1576825/+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 1580616] [NEW] AMD GPUs not working

2016-05-11 Thread jacklondon
Public bug reported:

My AMD GPUs do not work or register

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.1-0ubuntu2
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: Wed May 11 06:47:04 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
InstallationDate: Installed on 2016-04-12 (28 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=1628c3f9-dc94-42dd-951b-971689ff1cb0 ro recovery nomodeset
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/01/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.20
dmi.board.name: H81 Pro BTC
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.20:bd03/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH81ProBTC:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
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.
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.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.1
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 May 10 23:16:41 2016
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputTelink Wireless Receiver KEYBOARD, id 8
 inputTelink Wireless Receiver KEYBOARD, id 9
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.1

** 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/1580616

Title:
  AMD GPUs not working

Status in xorg package in Ubuntu:
  New

Bug description:
  My AMD GPUs do not work or register

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  .tmp.unity_support_test.1:
   
  ApportVersion: 2.20.1-0ubuntu2
  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: Wed May 11 06:47:04 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  InstallationDate: Installed on 2016-04-12 (28 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=1628c3f9-dc94-42dd-951b-971689ff1cb0 ro recovery nomodeset
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.20
  dmi.board.name: H81 Pro BTC
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 

[Desktop-packages] [Bug 1580616] Re: AMD GPUs not working

2016-05-11 Thread jacklondon
still nothing

-- 
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/1580616

Title:
  AMD GPUs not working

Status in xorg package in Ubuntu:
  New

Bug description:
  My AMD GPUs do not work or register

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  .tmp.unity_support_test.1:
   
  ApportVersion: 2.20.1-0ubuntu2
  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: Wed May 11 06:47:04 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  InstallationDate: Installed on 2016-04-12 (28 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=1628c3f9-dc94-42dd-951b-971689ff1cb0 ro recovery nomodeset
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.20
  dmi.board.name: H81 Pro BTC
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.20:bd03/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH81ProBTC:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  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.
  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.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.1
  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 May 10 23:16:41 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputTelink Wireless Receiver KEYBOARD, id 8
   inputTelink Wireless Receiver KEYBOARD, id 9
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.3-1ubuntu2.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1580616/+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 1580254] Re: Cannot change accounts images

2016-05-11 Thread Alberto Salvia Novella
I mean the image in the user list and in the session indicator. When
changing it, the stdout is this:

(unity-control-center:10324): AccountsService-WARNING **: SetIconFile
call failed:
GDBus.Error:org.freedesktop.Accounts.Error.PermissionDenied: Not
authorized

On the other hand it works well when trying to change images from other
users. Tried both in the session created during Ubuntu installation and
in a new one.

Guest session does not allow changing any user image.

** Changed in: unity-control-center (Ubuntu)
   Status: Incomplete => Triaged

-- 
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/1580254

Title:
  Cannot change accounts images

Status in unity-control-center package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:
  1. Go to "System Settings -> User Accounts"
  2. Click on the user image at the left of the user name, and select a new 
image.

  RESULT:
  Image isn't changed.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity-control-center 15.04.0+16.04.20160413-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue May 10 18:28:06 2016
  InstallationDate: Installed on 2016-05-02 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1580254/+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 1579501] Re: graphics distorted, lightdm restarting

2016-05-11 Thread Christian Brandt
Now I am in a Catch 22 situation:

By using the propietary drivers I get instability and display errors.

By using Nouveau I can not start Steam due other libGL errors (see
https://bugs.launchpad.net/ubuntu/+source/steam/+bug/1527669 - the
workaround is only viable for official drivers, nouveau is totally
useless with steam)

Overall there isn't any meaningful setup to use Ubuntu for me right now.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-304-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1579501

Title:
  graphics distorted, lightdm restarting

Status in nvidia-graphics-drivers-304-updates package in Ubuntu:
  New

Bug description:
  The system was running ubuntu 12.04 without any problems, quite fast
  and definitly worth keeping, I was able to play 3D games at decent
  quality while using official nvidia drivers. Overall a pretty stable
  system based on an Intel 965 Chipset and a Geforce 7600.

  I did a clean install of 16.04 and added nvidia-graphics-
  drivers-304-updates. At first the system was horribly unstable,
  displayed garbage at the slighted GPU load, even starting frozen
  bubble in full screen made lightdm restart.

  After using "dconf write
  /org/compiz/profiles/unity/plugins/opengl/enable-x11-sync false" the
  system became stable but display is still often distorted, missing
  picture elements, doesn't draw all elements in firefox, scrolling of
  firefox and terminal output is missing parts. This happens around once
  every minute so it is still workable but unprofessional. Happens a lot
  more often in Firefox than any other application.

  Also I have the feeling lots of stuff is working a lot slower than it
  did in 12.04, e.g. starting frozen bubble in full screen takes a lot
  longer than earlier.

  I think this error is somewhere between nvidia drivers, compiz and
  firefox.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nvidia-304-updates 304.131-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  304.131  Sun Nov  8 21:44:08 
PST 2015
   GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: i386
  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: Sun May  8 12:36:09 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus: nvidia-304-updates, 304.131, 4.4.0-22-generic, i686: installed
  GraphicsCard:
   NVIDIA Corporation G73 [GeForce 7600 GS] [10de:0392] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Point of View BV G73 [GeForce 7600 GS] [1acc:8132]
  InstallationDate: Installed on 2016-05-05 (3 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1)
  MachineType: Gigabyte Technology Co., Ltd. 965P-DS3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=79fb27e9-d5d1-48c8-9210-7045256917c0 ro quiet splash nomodeset
  SourcePackage: nvidia-graphics-drivers-304-updates
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/28/2007
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F12
  dmi.board.name: 965P-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF12:bd05/28/2007:svnGigabyteTechnologyCo.,Ltd.:pn965P-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rn965P-DS3:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: 965P-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  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 
1:1.0.12-1build2
  xserver.bootTime: Sun May  8 12:27:11 2016
  xserver.configfile: default
  xserver.devices:
   

[Desktop-packages] [Bug 1577316] Re: LibreOffice Base Crash when i try to connect to mysql

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

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

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

Title:
  LibreOffice Base Crash when i try to connect to mysql

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  When I try to connect to my mysql database via libreoffice base , this
  one closes it without providing crash report.

  
  lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  apt-cache policy libreoffice-base
  libreoffice-base:
Installé : 1:5.1.2-0ubuntu1
Candidat : 1:5.1.2-0ubuntu1
   
  apt-cache policy libreoffice-mysql-connector 
  libreoffice-mysql-connector:
Installé : 1.0.2+LibO5.1.2-0ubuntu1
Candidat : 1.0.2+LibO5.1.2-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1577316/+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-05-11 Thread unrud
@: logind publishes session changes (including lock and unlock) over
DBus.

The following sh-script automatically runs "xset s activate && xset s
reset" every time the session is changed and makes the mouse cursor
visible again:

dbus-monitor --system
"type='signal',sender='org.freedesktop.login1',path='/org/freedesktop/login1/seat/seat0',interface='org.freedesktop.DBus.Properties',member='PropertiesChanged'"
| grep --line-buffered "ActiveSession" | while read line; do xset s
activate && xset s reset; done

-- 
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 X.Org X server:
  Confirmed
Status in xf86-video-intel:
  Fix Released
Status in xserver-xorg-video-intel package in Ubuntu:
  Confirmed

Bug description:
  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/xorg-server/+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 1580604] [NEW] magnatune won't do anything

2016-05-11 Thread pieter k
Public bug reported:

My system:
Xenial 64 bit.

Magnatune won't do anything with the standard distribution.

I stubled upon the build amarok-utils (2:2.8.0-0ubuntu7) and that
worked. Only today came the update amarok-utils (2:2.8.0-0ubuntu9) and
again it doesn't work anymore.

I see the (2:2.8.0-0ubuntu7) is now removed from the servers.

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

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

Title:
  magnatune won't do anything

Status in amarok package in Ubuntu:
  New

Bug description:
  My system:
  Xenial 64 bit.

  Magnatune won't do anything with the standard distribution.

  I stubled upon the build amarok-utils (2:2.8.0-0ubuntu7) and that
  worked. Only today came the update amarok-utils (2:2.8.0-0ubuntu9) and
  again it doesn't work anymore.

  I see the (2:2.8.0-0ubuntu7) is now removed from the servers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1580604/+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 1579825] Re: IP Address not displayed for wifi access points

2016-05-11 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

-- 
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/1579825

Title:
  IP Address not displayed for wifi access points

Status in Canonical System Image:
  Fix Committed
Status in indicator-network package in Ubuntu:
  Invalid
Status in network-manager package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New

Bug description:
  latest rc-proposed build 319

  Open system settings
  expand the connected access point by pressing right arrow

  expected results:
  ip address is displayed

  actual results:
  ip address is not displayed, just a label "IP Address" with no value

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579825/+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


  1   2   >