[Desktop-packages] [Bug 1483276] Re: Unable to launch xdiagnose through the Activities Overview in the normal way

2016-05-31 Thread Alberto Salvia Novella
Does it happen under Unity?

If it does, set status for "xdiagnose" as "confirmed", and status for 
"gnome-shell" as "invalid".
If it does not, do the other way around.

Thank you.

** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: xdiagnose (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: xdiagnose (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => High

** Changed in: xdiagnose (Ubuntu)
   Importance: High => Medium

** Changed in: xdiagnose (Ubuntu)
   Importance: Medium => High

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

Title:
  Unable to launch xdiagnose through the Activities Overview in the
  normal way

Status in gnome-shell:
  Confirmed
Status in Ubuntu GNOME:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Incomplete
Status in xdiagnose package in Ubuntu:
  Incomplete

Bug description:
  I am in need of doing some diagnostics work with "xdiagnose", however
  when searching for it in the Activities Overview, and then clicking on
  it, absolutely nothing happens, when in the past it would ask me for
  my password so that I could run it as root.

  I looked further into the issue and when trying to run it through
  Terminal:

  xdiagnose

  This was the output I got:

  Error: Must run as superuser

  But when running it in Terminal like so:

  pkexec xdiagnose

  It prompted for the password as it normally would and should (so
  pkexec is not the issue).

  There was also no output from the command:

  grep -r 'xdiagnose' ~/.local/share/applications

  And the output of this command "grep -r 'xdiagnose'
  /usr/share/applications" was:

  /usr/share/applications/xdiagnose.desktop:Name=xdiagnose
  /usr/share/applications/xdiagnose.desktop:Exec=pkexec xdiagnose
  
/usr/share/applications/xdiagnose.desktop:Icon=/usr/share/xdiagnose/icons/microscope.svg
  
/usr/share/applications/xdiagnose.desktop:X-Ubuntu-Gettext-Domain=xdiagnose

  The contents of the file is this:

  [Desktop Entry]
  Name=xdiagnose
  GenericName=Diagnose Graphics Issues
  Comment=X.org Diagnostic and Repair Utility
  Exec=pkexec xdiagnose
  Icon=/usr/share/xdiagnose/icons/microscope.svg
  Terminal=false
  Type=Application
  Categories=System;Settings;
  X-Ubuntu-Gettext-Domain=xdiagnose

  I have reinstalled it with "sudo apt-get install --reinstall
  xdiagnose", however this seems to have made no difference at all to
  anything.

  I have also attempted to launch another application via the Activities
  Overview that uses 'pkexec' to start, and it works fine as normal.

  I initially experienced this issue on Ubuntu GNOME 15.04 with GNOME
  3.16, then on Ubuntu GNOME 15.10 with GNOME 3.18, and now on Ubuntu
  GNOME 16.04 with GNOME 3.20. Though I remember a time when this issue
  wasn't present (probably when I was running Ubuntu GNOME 15.04 with
  GNOME 3.14).

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1483276/+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 1583057] Re: Deny audio recording for all snap applications

2016-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package pulseaudio - 1:8.0-2ubuntu2

---
pulseaudio (1:8.0-2ubuntu2) yakkety; urgency=medium

  [ Simon Fels ]
  * debian/patches/0700-modules-add-snappy-policy-module.patch:
- Add initial support for a snappy specific policy manager
  which will deny all audio recording from snaps for now
  until real integration with the trust-store is available. (LP: #1583057)
  * debian/rules:
- Build with snappy support
  * debian/pulseaudio.install:
- Include new snappy policy module

 -- Luke Yelavich   Wed, 01 Jun 2016 12:04:14 +1000

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

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

Title:
  Deny audio recording for all snap applications

Status in pulseaudio package in Ubuntu:
  Fix Released

Bug description:
  Until we have a proper trust-store implementation with snappy and on
  the desktop/ubuntu core we want pulseaudio to simply deny any audio
  recording request coming from an app shipped as part of a snap.

  The implementation adds a module-snappy-policy module to pulseaudio
  which adds a hook for audio recording requests and checks on
  connection if the apparmor security label of the connecting peer
  starts with "snap." which will identify it as a snap application.

  Pulseaudio with the patch is available as part of the landing request
  at https://requests.ci-train.ubuntu.com/#/ticket/1428

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1583057/+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 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-05-31 Thread Alberto Salvia Novella
If you are still experiencing this bug using a non ppa package, please
set this bug status back to "confirmed".

** Changed in: xorg-server (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  xrandr --scale (again) confines mouse to native solution

Status in xorg-server package in Ubuntu:
  Fix Released

Bug description:
  This might be a regression where the original issue is:
  https://bugs.launchpad.net/xorg-server/+bug/883319

  It can be easily reproduced by doing something like:

  xrandr --output DP1 --scale 1.25x1.25

  The mouse will be still constrained to the native solution (aka you
  can't move the mouse outside a box of whatever DP1 had as resolution
  before.

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

  $ xrandr --version
  xrandr program version   1.5.0
  Server reports RandR version 1.5

  $ apt-cache policy xserver-xorg-core
  xserver-xorg-core:
Installed: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1580123/+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 1572493] Re: pulseaudio 8.0 drops connections after playing audio in a firejail

2016-05-31 Thread Alberto Salvia Novella
@ Michael Hudson-Doyle

If you are about to invalidate this report, please provide a reason for
doing so.

** Tags added: xenail

** Tags removed: xenail
** Tags added: xenial

** Changed in: pulseaudio (Ubuntu)
   Status: Invalid => Confirmed

** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided => High

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

Title:
  pulseaudio 8.0 drops connections after playing audio in a firejail

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from Ubuntu 15.10 to 16.04 (pulseaudio 6 -> 8), I
  notice that my audio output stops working every few hours.  When this
  happens, if I run pavucontrol, it seems to wait forever trying to
  connect to pulseaudio.  Killing pulseaudio and starting it again fixes
  the problem for a little while.

  I don't think anything fancy is needed to cause a hang; usually, I'm
  just using Chrome.

  This never happened with pulseaudio 6 over hundreds of hours of use.

  I am using the default pulseaudio config files on an HP EliteBook
  8460p, which has this audio sink:

  1 sink(s) available.
* index: 0
name: 
driver: 
flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
DYNAMIC_LATENCY
state: IDLE
suspend cause: 
priority: 9959
volume: front-left: 61870 /  94% / -1.50 dB,   front-right: 61870 /  
94% / -1.50 dB
balance 0.00
base volume: 65536 / 100% / 0.00 dB
volume steps: 65537
muted: no
current latency: 38.86 ms
max request: 6 KiB
max rewind: 64 KiB
monitor source: 0
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
 Stereo
used by: 0
linked by: 1
configured latency: 40.00 ms; range is 0.50 .. 371.52 ms
card: 1 
module: 7
properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "92HD81B1X5 Analog"
alsa.id = "92HD81B1X5 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel PCH"
alsa.long_card_name = "HDA Intel PCH at 0xd452 irq 40"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-:00:1b.0"
sysfs.path = "/devices/pci:00/:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "1c20"
device.product.name = "6 Series/C200 Series Chipset Family High 
Definition Audio Controller"
device.form_factor = "internal"
device.string = "front:0"
device.buffering.buffer_size = "65536"
device.buffering.fragment_size = "32768"
device.access_mode = "mmap+timer"
device.profile.name = "analog-stereo"
device.profile.description = "Analog Stereo"
device.description = "Built-in Audio Analog Stereo"
alsa.mixer_name = "IDT 92HD81B1X5"
alsa.components = "HDA:111d7605,103c3588,00100105 
HDA:11c11040,103c3066,00100200"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
ports:
analog-output-lineout: Line Out (priority 9900, latency offset 
0 usec, available: no)
properties:

analog-output-speaker: Speakers (priority 1, latency offset 
0 usec, available: unknown)
properties:
device.icon_name = "audio-speakers"
analog-output-headphones: Headphones (priority 9000, latency 
offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"
active port: 



  # dpkg -l | grep pulse
  ii  libpulse-mainloop-glib0:amd64   1:8.0-0ubuntu3   amd64
PulseAudio client libraries (glib support)
  ii  libpulse0:amd64 1:8.0-0ubuntu3   amd64
PulseAudio client libraries
  ii  libpulse0:i386  1:8.0-0ubuntu3   i386 
PulseAudio client libraries
  ii  libpulsedsp:amd64   1:8.0-0ubuntu3   amd64
PulseAudio OSS pre-load library
  ii  pulseaudio  1:8.0-0ubuntu3   amd64
PulseAudio sound 

[Desktop-packages] [Bug 1587730] [NEW] graphic system freezes after a while, can still ssh into machine

2016-05-31 Thread James
Public bug reported:

Ubuntu 16.04 desktop with all updates up to date
Gigagyte GA-Z170 motherboard, Intel i7-6700 3.4gHz, 64GB RAM, Samsung 840 SSD, 
Gigabyte GEForce GT710 graphics (nvidia chipset)

Very light load. A few terminal windows, a few Firefox pages,
Thunderbird, and VirtualBox (with the extension pack loaded) running one
small Linux VM with 512Mb memory (very lightly loaded as it's only
running bind9). I think (but don't have perfect certainty on this) that
some of the crashes have happened without VirtualBox running. Also
running rsync so that backuppc on a separate machine can back it up over
the network (backuppc has been a real lifesaver with all the
reinstallations!)

After booting the system runs happily for a while then the GUI freezes.
This can take a few hours or up to a day or two. You can still ssh into
the system, and if you do "top" it typically shows 100% CPU load on
systemd-timesync.

The same happens whether I use nouveau or the proprietary nvidia driver (361)
I have tried a complete reinstallation (4 times already, starting to get quite 
frustrating) using the proprietary drivers and NOT using the proprietary 
drivers and the same still happens. The most recent time was with nouveau, and 
Xorg.log has a number of entries like this:
(EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x5652cde325ce]
(EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x5652cde14083]
(EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x5652cdcec662]
(EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f31f985c000+0x61f3) 
[0x7f31f98621f3]
(EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f31f985c000+0x6a5d) 
[0x7f31f9862a5d]
(EE) 5: /usr/lib/xorg/Xorg (0x5652cdc8+0x94228) [0x5652cdd14228]
(EE) 6: /usr/lib/xorg/Xorg (0x5652cdc8+0xb96f2) [0x5652cdd396f2]
(EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f3202cef000+0x354a0) 
[0x7f3202d244a0]
(EE) 8: /usr/lib/xorg/Xorg (GiveUp+0x0) [0x5652cde37330]
(EE) 9: /lib/x86_64-linux-gnu/libc.so.6 (0x7f3202cef000+0x354a0) 
[0x7f3202d244a0]
(EE) 10: /lib/x86_64-linux-gnu/libc.so.6 (__select+0x13) [0x7f3202debcf3]
(EE) 11: /usr/lib/xorg/Xorg (WaitForSomething+0x1d7) [0x5652cde2f307]
(EE) 12: /usr/lib/xorg/Xorg (0x5652cdc8+0x539ee) [0x5652cdcd39ee]
(EE) 13: /usr/lib/xorg/Xorg (0x5652cdc8+0x57c33) [0x5652cdcd7c33]
(EE) 14: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f3202d0f830]
(EE) 15: /usr/lib/xorg/Xorg (_start+0x29) [0x5652cdcc1f59]
(EE) 
(EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
(EE) [mi] mieq is *NOT* the cause.  It is a victim.
(EE) [mi] EQ overflow continuing.  100 events have been dropped.
 
Then at the end the last few are:

[  6265.543] [mi] Increasing EQ size to 1024 to prevent dropped events.
[  6265.543] [mi] EQ processing has resumed after 1070 dropped events.
[  6265.543] [mi] This may be caused by a misbehaving driver monopolizing the 
server's resources.

What cna the problem possibly be, especially as 16.04 is meant to be a
stable release and an Nvidia GT710 card is hardly bleeding-edge? Help
greatly appreciated!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Jun  1 13:22:13 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus: virtualbox, 5.0.18, 4.4.0-22-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation Device [10de:128b] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd Device [1458:36ec]
InstallationDate: Installed on 2016-06-01 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Gigabyte Technology Co., Ltd. Z170-D3H
ProcEnviron:
 LANGUAGE=en_HK:en
 PATH=(custom, no user)
 LANG=en_HK.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=79d1ab40-4431-445f-87bb-6a8d44370cee ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/24/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F2
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z170-D3H-CF
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 

[Desktop-packages] [Bug 1574792] Re: sound devices disappear from sound settings

2016-05-31 Thread Alberto Salvia Novella
*** This bug is a duplicate of bug 1572493 ***
https://bugs.launchpad.net/bugs/1572493

** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided => Medium

** Changed in: pulseaudio (Ubuntu)
   Importance: Medium => High

** This bug has been marked a duplicate of bug 1572493
   pulseaudio 8.0 drops connections after playing audio in a firejail

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

Title:
  sound devices disappear from sound settings

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Sound devices disappear from the sound settings however sound is still 
working.
  pulseaudio --kill pulse audio --start restore them back to the sound 
settings. In rear cases, it cannot be started "daemon startup failed".
  This can happen at any time without a reason, also sometimes happen when 
plugging headphones or connecting bluetooth speaker.

  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
  CurrentDesktop: Unity
  Date: Tue Apr 26 01:02:04 2016
  InstallationDate: Installed on 2016-04-24 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/04/2014
  dmi.bios.vendor: coreboot
  dmi.bios.version: 4.0-6588-g4acd8ea-dirty
  dmi.board.name: Peppy
  dmi.board.vendor: GOOGLE
  dmi.board.version: 1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr4.0-6588-g4acd8ea-dirty:bd09/04/2014:svnGOOGLE:pnPeppy:pvr1.0:rvnGOOGLE:rnPeppy:rvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Peppy
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1574792/+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 1584740] Re: Libreoffice impress hanging and high cpu on slide operations

2016-05-31 Thread Alberto Salvia Novella
** Changed in: libreoffice (Ubuntu)
   Importance: Undecided => High

** Also affects: df-libreoffice
   Importance: Undecided
   Status: New

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

Title:
  Libreoffice impress hanging and high cpu on slide operations

Status in LibreOffice:
  New
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  - Create a presentation in libreoffice impress, 30-100 slides with or without 
images
  - Add, copy or delete slides
  - On those operations LO Impress hangs a lot; sometimes 5 mins or more
  - Opening and saving works quick

  Tested on 2 different laptops, both had the same issue. Both did have
  Intel Graphics, but different  ones.  It works fine on the same laptop
  with LO 5.1 on Ubuntu 14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-impress 1:5.1.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 23 12:55:08 2016
  InstallationDate: Installed on 2016-04-29 (23 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1584740/+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 1584853] Re: Shotwell crashes on startup / Crash in exiv2 due to assertion when setting rating on jpg with a Casio makernote

2016-05-31 Thread Alberto Salvia Novella
** Changed in: exiv2 (Ubuntu)
   Importance: Undecided => High

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

Title:
  Shotwell crashes on startup / Crash in exiv2 due to assertion when
  setting rating on jpg with a Casio makernote

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

Bug description:
  Starting from the command line, this can be seen:

  shotwell: tiffcomposite.cpp:749: virtual Exiv2::Internal::TiffComponent* 
Exiv2::Internal::TiffMnEntry::doAddPath(uint16_t, Exiv2::Internal::TiffPath&, 
Exiv2::Internal::TiffComponent*, Exiv2::Internal::TiffComponent::AutoPtr): 
Assertion `mn_' failed.
  Aborted (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: shotwell 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 23 08:48:32 2016
  InstallationDate: Installed on 2015-09-20 (245 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: shotwell
  UpgradeStatus: Upgraded to xenial on 2016-04-21 (31 days ago)
  shotwell.log:
   L 24280 2016-05-23 08:46:56 [MSG] main.vala:385: Shotwell Photo Manager 
0.22.0
   L 24280 2016-05-23 08:46:56 [MSG] main.vala:43: Verifying database ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/1584853/+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 1582200] Re: citrix does not start

2016-05-31 Thread Alberto Salvia Novella
@ Ari Börde Kröyer

That is a known bug in apport.

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

Title:
  citrix does not start

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Citrix is installed according the manuals but it does not switch to
  the other (external) system.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 46.0+build5-0ubuntu0.16.04.2
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ton1702 F pulseaudio
  BuildID: 20160425114621
  Channel: Unavailable
  CurrentDesktop: XFCE
  Date: Mon May 16 13:56:47 2016
  ExecutablePath: /usr/lib/firefox/firefox
  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 2016-05-09 (7 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.2.254 dev wlp12s0  proto static  metric 600 
   169.254.0.0/16 dev wlp12s0  scope link  metric 1000 
   192.168.2.0/24 dev wlp12s0  proto kernel  scope link  src 192.168.2.14  
metric 600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-40d6e3ec-8d44-4421-891c-4fc972160509
  Plugins: Citrix Receiver for Linux - /opt/Citrix/ICAClient/npica.so 
(icaclient)
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=nl
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425114621 (In use)
  RelatedPackageVersions: icaclient 13.3.0.344519
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs: bp-40d6e3ec-8d44-4421-891c-4fc972160509
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/06/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A27
  dmi.board.name: 0W612R
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA27:bd12/06/2011:svnDellInc.:pnLatitudeE6500:pvr:rvnDellInc.:rn0W612R:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude E6500
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1582200/+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 1582200] Re: citrix does not start

2016-05-31 Thread Alberto Salvia Novella
Please:

1. Edit the bug description so it explains the exact steps to reproduce the 
issue.
2. Set status back to "confirmed".

Thank you.

** Changed in: firefox (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  citrix does not start

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Citrix is installed according the manuals but it does not switch to
  the other (external) system.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 46.0+build5-0ubuntu0.16.04.2
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ton1702 F pulseaudio
  BuildID: 20160425114621
  Channel: Unavailable
  CurrentDesktop: XFCE
  Date: Mon May 16 13:56:47 2016
  ExecutablePath: /usr/lib/firefox/firefox
  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 2016-05-09 (7 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.2.254 dev wlp12s0  proto static  metric 600 
   169.254.0.0/16 dev wlp12s0  scope link  metric 1000 
   192.168.2.0/24 dev wlp12s0  proto kernel  scope link  src 192.168.2.14  
metric 600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-40d6e3ec-8d44-4421-891c-4fc972160509
  Plugins: Citrix Receiver for Linux - /opt/Citrix/ICAClient/npica.so 
(icaclient)
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=nl
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425114621 (In use)
  RelatedPackageVersions: icaclient 13.3.0.344519
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs: bp-40d6e3ec-8d44-4421-891c-4fc972160509
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/06/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A27
  dmi.board.name: 0W612R
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA27:bd12/06/2011:svnDellInc.:pnLatitudeE6500:pvr:rvnDellInc.:rn0W612R:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude E6500
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1582200/+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 1583666] Re: laggy PC

2016-05-31 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu)
   Importance: Undecided => High

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

Title:
  laggy PC

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  I have an HP envy 13 (6th gen core i5) that runs smoothly on windows.
  I really try using ubuntu as my main OS but lagginess doesn't help
  that.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.40-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
  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: Thu May 19 10:34:46 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Hewlett-Packard Company Skylake Integrated Graphics [103c:80df]
  InstallationDate: Installed on 2016-05-18 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: HP HP ENVY Notebook
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=54673ec1-b654-4c3e-b021-29dcd078a702 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/18/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.34
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 80DF
  dmi.board.vendor: HP
  dmi.board.version: 87.59
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.34:bd02/18/2016:svnHP:pnHPENVYNotebook:pvrType1ProductConfigId:rvnHP:rn80DF:rvr87.59:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP ENVY Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  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: Thu May 19 06:48:29 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   16730 
   vendor SDC
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1583666/+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 1581316] Re: package xbrlapi 5.3.1-2ubuntu2.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2016-05-31 Thread Alberto Salvia Novella
** Changed in: brltty (Ubuntu)
   Importance: Undecided => High

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

Title:
  package xbrlapi 5.3.1-2ubuntu2.1 failed to install/upgrade: package is
  in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

Status in brltty package in Ubuntu:
  Confirmed

Bug description:
  no idea, i follow what i'm told by ubuntu

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: xbrlapi 5.3.1-2ubuntu2.1
  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
  Date: Thu May 12 22:22:47 2016
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2016-03-08 (65 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: brltty
  Title: package xbrlapi 5.3.1-2ubuntu2.1 failed to install/upgrade: package is 
in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
  UpgradeStatus: Upgraded to xenial on 2016-04-23 (19 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/1581316/+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 1580482] Re: Virtualbox guest additions isn't working properly in Ubuntu 16.04

2016-05-31 Thread Alberto Salvia Novella
** Changed in: virtualbox (Ubuntu)
   Importance: Undecided => Low

** Changed in: ubuntu-drivers-common (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Virtualbox guest additions isn't working properly in Ubuntu 16.04

Status in linux package in Ubuntu:
  Incomplete
Status in ubuntu-drivers-common package in Ubuntu:
  Confirmed
Status in virtualbox package in Ubuntu:
  Incomplete

Bug description:
  ## Symptoms ##
  * OpenGL processing offloading is not supported(3D hardware acceleration is 
enabled in VM settings and is available on Intel Graphics host)
  * VBoxClient warns about "Failed to connect to the ViratualBox kernel 
service, rc=VERR_ACCESS_DENIED"(refer attached screenshot)

  You may checkout the screen record for what exactly this issue is about:
  https://www.youtube.com/watch?v=aB1sb3D4Q9g

  ## Workarounds ##
  Install VirtualBox provided guest additions iso from the menu works

  ## Additional Information ##
  * I uses the VirtualBox from upstream on the host side, the version is 5.0.20
  * Note that the Ubuntu Kernel bundled with 16.04 has integrated VirtualBox 
guest modules(vboxguest, vboxsf, and vboxvideo specifically) for unknown 
reason, this bug is reproduced *without* the virtualbox-guest-dkms 
package(since the Additional Drivers interface doesn't provide me the option to 
do so(the option is greyed-out, refer attached screenshot))
  * I have another 14.04 VM and it's OpenGL offloading works, so it's not 
likely that the host isn't providing proper OpenGL functionallity

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: virtualbox-guest-x11 5.0.18-dfsg-2build1
  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 12:08:31 2016
  InstallationDate: Installed on 2016-01-07 (124 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: virtualbox
  UpgradeStatus: Upgraded to xenial on 2016-04-07 (33 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1580482/+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-31 Thread Alberto Salvia Novella
** Changed in: amarok (Ubuntu)
   Importance: Undecided => Low

-- 
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:
  Confirmed

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 1580917] Re: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] No sound at all

2016-05-31 Thread Alberto Salvia Novella
** Changed in: alsa-driver (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] No sound at
  all

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  All was working fine, then one day it goes silent when plugging in my
  speakers to the headphone socket, and forever after with something
  plugged in (internal speakers still work fine).

  Looking at pavucontrol and/or "Sound settings" under Gnome it shows
  that the sound should be playing on the Headphones output port - the
  VU meter is bouncing up and down ok, but it's silent. Pull out the
  wire (or select internal speakers for the Output) and the sound
  switches to the internal speakers OK.

  Last time this happened I fiddled for ages and then got distorted
  sound (sounds like some sort of cross-channel thing) and this only
  went a away with a complete re-install of Ubuntu (which I did to try
  to fix a separate bug but am not willing to do again!).

  I ran alsa-info.sh from the command line and uploaded the info. Here's
  the URL it gave me to share: http://www.alsa-
  project.org/db/?f=06...3f7ebb379442a7

  It's now happened again, having spent all Friday enjoying music,
  Monday morning turn on and silence! I've not done any upgrades since.

  
  I have tried completely reinstalling pulseaudio (based on suggestions found 
on the ubuntu wiki) to no avail.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.4.8-040408-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rich   7826 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu May 12 09:31:00 2016
  InstallationDate: Installed on 2016-04-22 (19 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   rich   7826 F...m pulseaudio
   /dev/snd/controlC0:  rich   7826 F pulseaudio
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: No sound at all
  Title: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-05-09T13:36:55.718771

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1580917/+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 1578695] Re: Crash using "Open with"-Other

2016-05-31 Thread Alberto Salvia Novella
** Changed in: firefox (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Crash using "Open with"-Other

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Reproduced with Nightly 49.0a1 05-05-2016, clean profile.

  Steps to reproduce :

  1. Load this page : 
http://fr.rollei.com/produits/photo/filtre-photo-circulaire/rollei-filtre-photo-nd-variable-professionnel-nd2-2000-72mm,p313011#downloads
  2. Click a link to download 1 of the 2 PDF proposed near the end of the page.
  3. Select "Open with" -> Other
  4. Select an application and click "Select"
  Crash.

  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:  fabien 3248 F pulseaudio
  BuildID: 20160425114621
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu May  5 17:22:37 2016
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins:
   IcedTea-Web Plugin (using IcedTea-Web 1.6.2 (1.6.2-3ubuntu1)) - 
/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so 
(icedtea-8-plugin)
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
   Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  DefaultProfilePrefSources:
   prefs.js
   
[Profile]/extensions/{45d8ff86-d909-11db-9705-005056c8}/defaults/preferences/defaults.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-23 (12 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.0.1 dev eno1  proto static  metric 100 
   169.254.0.0/16 dev eno1  scope link  metric 1000 
   192.168.0.0/24 dev eno1  proto kernel  scope link  src 192.168.0.2  metric 
100
  IwConfig:
   eno1  no wireless extensions.
   
   lono wireless extensions.
  MostRecentCrashID: bp-a8bb7a0c-7fef-4cee-9422-f177d2160505
  ProcEnviron:
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Profile0Extensions: extensions.sqlite corrupt or missing
  Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile0Locales: extensions.sqlite corrupt or missing
  Profile0Plugins:
   Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
   IcedTea-Web Plugin (using IcedTea-Web 1.6.2 (1.6.2-3ubuntu1)) - 
/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so 
(icedtea-8-plugin)
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  Profile0PrefSources:
   prefs.js
   
[Profile]/extensions/{45d8ff86-d909-11db-9705-005056c8}/defaults/preferences/defaults.js
   
[Profile]/extensions/artur.dubo...@gmail.com/defaults/preferences/fvd_single_setup.js
  Profile0Themes: extensions.sqlite corrupt or missing
  Profile1Extensions: extensions.sqlite corrupt or missing
  Profile1IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile1Locales: extensions.sqlite corrupt or missing
  Profile1Plugins:
   IcedTea-Web Plugin (using IcedTea-Web 1.6.2 (1.6.2-3ubuntu1)) - 
/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so 
(icedtea-8-plugin)
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
   Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  Profile1PrefSources: prefs.js
  Profile1Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile0 - LastVersion=49.0a1/20160429030215 (Out of date)
   Profile1 - LastVersion=49.0a1/20160505030327 (Out of date)
   Profile2 (Default) - LastVersion=46.0/20160425114621 (In use)
  RelatedPackageVersions:
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~xenial~3
   icedtea-8-plugin   1.6.2-3ubuntu1
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/04/2012
  dmi.bios.vendor: Intel Corp.
  

[Desktop-packages] [Bug 1577253] Re: Gnome Software re-prompts uninstall of software

2016-05-31 Thread Alberto Salvia Novella
** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

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

Title:
  Gnome Software re-prompts uninstall of software

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  Gnome Software re-prompts removal of software, even though the
  software was just removed. Clicking on remove again may either result
  in the software being displayed as not installed correctly or say that
  the removal had failed.

  To reproduce, hit "remove" on any installed software listed under
  "installed" or by searching from the store itself and attempt to
  remove the software from either the installed software tab or in the
  search results.

  Description:   Ubuntu 16.04 LTS
  Release:  16.04

  gnome-software:
Installed: 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
Candidate: 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
Version table:
   *** 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-software 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun May  1 18:47:48 2016
  InstallationDate: Installed on 2016-04-23 (8 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 
(20160421)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  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/1577253/+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-31 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu)
   Importance: Undecided => Medium

-- 
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 for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  

[Desktop-packages] [Bug 1563670] Re: chromium-browser fails to render additional tabs

2016-05-31 Thread B. C. Schmerker
Affirm, Version 50.0.2661.102 fully operational, tabs behave as
expected.

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

Title:
  chromium-browser fails to render additional tabs

Status in chromium-browser package in Ubuntu:
  Incomplete

Bug description:
  chromium-browser 49.0.2623.87-0ubuntu1.1232 clean profile/no Extensions
  Ubuntu® Development Version AMD64 (16.03b2), Kernel Image 4.4.0-16-generic on 
Advanced Micro Devices Athlon64 X2 5600+, RS780G/SB710 chipset, Cedar GPU

  All Tab labels behave normally (viz., Title of HTML page assigned)

  Expected behavior:  Full rendering of HTML details on page assigned to Tab
  Actual behavior:  Blank white page assigned to Tab, with cursor active where 
HTML details should be rendered

  Associated Packages:
  * chromium-chromedriver
  * chromium-codecs-ffmpeg-extra
  * unity-chromium-extension
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  DRM.card0.HDMI.A.1:
   edid-base64: 
   dpms: On
   modes: 
   enabled: disabled
   status: disconnected
  DRM.card0.VGA.1:
   edid-base64: 
   dpms: On
   modes: 
   enabled: disabled
   status: disconnected
  Desktop-Session:
   'None'
   'None'
   'None'
  DetectedPlugins:
   
  DistroRelease: Ubuntu 16.04
  EcryptfsInUse: Yes
  Env:
   'None'
   'None'
  InstallationDate: Installed on 2016-03-27 (3 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  Load-Avg-1min: 0.82
  Load-Processes-Running-Percent:   0.2%
  MachineType: Gigabyte Technology Co., Ltd. GA-MA78GM-S2HP
  Package: chromium-browser 49.0.2623.87-0ubuntu1.1232
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-16-generic 
root=UUID=7e8f5247-d70e-4084-b1cd-6cf9227030ba ro debug
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Tags:  xenial
  Uname: Linux 4.4.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/16/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F3
  dmi.board.name: GA-MA78GM-S2HP
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd12/16/2008:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GM-S2HP:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GM-S2HP:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA78GM-S2HP
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  modified.conffile..etc.default.chromium.browser: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1563670/+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 1576605] Re: Activating menu items creates permanent space between title bar and tabs

2016-05-31 Thread Alberto Salvia Novella
Please:

1. Provide a screen shot or video record of the issue.
2. Set status back to "confirmed".

** Changed in: firefox (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Activating menu items creates permanent space between title bar and
  tabs

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  This bug applies to all Firefox versions since Unity brought global
  menus. However, only Firefox is affected, I've not observed any other
  app with a similar issue.

  What I expected:
   * Activating a menu item to simply display the relevant menu and cause no 
further interface changes

  What happened instead:
   * Activating a menu item displays the relevant menu and introduces a space 
between the titlebar and tabs

  The change is persistent as long as the window is open. Resizing or 
maximizing makes no difference. Enabling and activating menus from the title 
bar causes the exact same effect. Closing the window and reopening it from 
History's "Restore Closed Windows" removes the space. In other words, it does 
not affect newly opened windows.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  virtouni   1649 F pulseaudio
  BuildID: 20160425114621
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  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 2016-04-26 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.16.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425114621 (In use)
  RunningIncompatibleAddons: False
  Tags:  xenial
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.4.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/04/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MDU Ver. F.0D
  dmi.board.name: 30D8
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 83.0E
  dmi.chassis.asset.tag: CNU73433WV
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MDUVer.F.0D:bd11/04/2008:svnHewlett-Packard:pnHPCompaq6720s:pvrF.0D:rvnHewlett-Packard:rn30D8:rvrKBCVersion83.0E:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6720s
  dmi.product.version: F.0D
  dmi.sys.vendor: Hewlett-Packard

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

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


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

2016-05-31 Thread Alberto Salvia Novella
** Changed in: banshee (Ubuntu)
   Importance: Undecided => Low

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

Title:
  DAAP sharing extension prevents scanning & importing local folders

Status in banshee package in Ubuntu:
  Confirmed

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

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

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

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

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

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

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


[Desktop-packages] [Bug 1575912] Re: [hostname, Realtek ALC269VB, Speaker, Internal] No sound at all after fresh xubuntu 16.04 installation

2016-05-31 Thread Alberto Salvia Novella
** Changed in: alsa-driver (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  [hostname, Realtek ALC269VB, Speaker, Internal] No sound at all after
  fresh xubuntu 16.04 installation

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Hardware sound device is available, according to:
  aplay -l
  sudo lspci

  
  https://help.ubuntu.com/16.04/ubuntu-help/sound-nosound.html

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic i686
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  student1739 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Apr 27 22:06:16 2016
  InstallationDate: Installed on 2016-04-24 (3 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  student1739 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [hostname, Realtek ALC269VB, Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/12/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0703
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1001PXD
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0703:bd04/12/2011:svnASUSTeKComputerINC.:pn1001PXD:pvrx.x:rvnASUSTeKComputerINC.:rn1001PXD:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1001PXD
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1575912/+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 1575878] Re: Xorg freeze when see videos or animation 16.04

2016-05-31 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Xorg freeze when see videos or animation 16.04

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  When videos are played the system randomly freezes to start playing
  the video, or when it takes a few minutes. It also happens with
  animations webs. This happened with the previous kernel of 15.10 and
  with the current kernel of 16.04. The bios is the latest version and
  use public graphics drivers.

  If I do not watch videos or animations I can work full days without
  freezing.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  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
  CurrentDesktop: Unity
  Date: Wed Apr 27 21:01:26 2016
  DistUpgraded: 2016-04-21 20:00:24,411 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Since before I upgraded
  GraphicsCard:
   Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
[8086:0f31] (rev 0e) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
[17aa:2224]
  InstallationDate: Installed on 2016-01-14 (104 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 20D9S00D00
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=3e293fa3-ec43-4f0a-a925-562901db8088 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to xenial on 2016-04-21 (6 days ago)
  dmi.bios.date: 12/17/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N15ET66W (1.26)
  dmi.board.asset.tag: Not Available
  dmi.board.name: Intel powered classmate PC
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0G00622 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrN15ET66W(1.26):bd12/17/2015:svnLENOVO:pn20D9S00D00:pvrThinkPad11e:rvnLENOVO:rnIntelpoweredclassmatePC:rvrSDK0G00622WIN:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20D9S00D00
  dmi.product.version: ThinkPad 11e
  dmi.sys.vendor: LENOVO
  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: Wed Apr 27 21:00:01 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1161 
   vendor IVO
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1575878/+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 1575899] Re: Text disappears after suspend

2016-05-31 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu)
   Importance: Undecided => High

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

Title:
  Text disappears after suspend

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  After waking my laptop running Xenial after it having been suspended,
  a lot of applications (e.g. Terminal and all settings) does not render
  most of the text that should be there. Some of it shows up on
  mouseover, but most is just permanently invisible until reboot of
  system.

  Detected a very similar bug after I created this issue:
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1528843

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:

  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
  CurrentDesktop: Unity
  Date: Wed Apr 27 21:44:36 2016
  DistUpgraded: 2016-04-25 10:36:20,651 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a2e] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics 
Controller [1043:13bd]
  InstallationDate: Installed on 2015-09-05 (234 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 03eb:8a0c Atmel Corp.
   Bus 001 Device 003: ID 1bcf:2987 Sunplus Innovation Technology Inc.
   Bus 001 Device 005: ID 8087:07dc Intel Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=6cc41411-46cb-4a14-a79a-038ee820f1aa ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-25 (2 days ago)
  dmi.bios.date: 12/31/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.206
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.206:bd12/31/2013:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  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: Wed Apr 27 16:42:36 2016
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5126
   vendor SHP
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1575899/+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 1512990] Re: package account-plugin-facebook (not installed) failed to install/upgrade: попытка перезаписать «/etc/signon-ui/webkit-options.d/www.facebook.com.conf», который уж

2016-05-31 Thread Alberto Salvia Novella
*** This bug is a duplicate of bug 1573787 ***
https://bugs.launchpad.net/bugs/1573787

** This bug has been marked a duplicate of bug 1573787
   package kaccounts-providers (not installed) failed to install/upgrade: 
trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', 
which is also in package account-plugin-facebook 0.12+16.04.20160126-0ubuntu1

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

Title:
  package account-plugin-facebook (not installed) failed to
  install/upgrade: попытка перезаписать «/etc/signon-ui/webkit-
  options.d/www.facebook.com.conf», который уже имеется в пакете
  kaccounts-providers 4:15.08.2-0ubuntu1

Status in account-plugins package in Ubuntu:
  Invalid
Status in kaccounts-providers package in Ubuntu:
  New

Bug description:
  install ubuntu-desktop

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: account-plugin-facebook (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Wed Nov  4 11:51:32 2015
  ErrorMessage: попытка перезаписать 
«/etc/signon-ui/webkit-options.d/www.facebook.com.conf», который уже имеется в 
пакете kaccounts-providers 4:15.08.2-0ubuntu1
  InstallationDate: Installed on 2015-02-21 (256 days ago)
  InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5
   apt  1.0.10.2ubuntu1
  SourcePackage: account-plugins
  Title: package account-plugin-facebook (not installed) failed to 
install/upgrade: попытка перезаписать 
«/etc/signon-ui/webkit-options.d/www.facebook.com.conf», который уже имеется в 
пакете kaccounts-providers 4:15.08.2-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1512990/+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 1575314] Re: package nvidia-304 304.131-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 30

2016-05-31 Thread Alberto Salvia Novella
** Changed in: nvidia-graphics-drivers-304 (Ubuntu)
   Importance: Undecided => High

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

Title:
  package nvidia-304 304.131-0ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 30

Status in nvidia-graphics-drivers-304 package in Ubuntu:
  Confirmed

Bug description:
  Trying to install bumblebee right after upgrade from 15.10 to 16.04.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: nvidia-304 304.131-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  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: Tue Apr 26 14:45:20 2016
  DistUpgraded: 2016-04-26 13:59:04,544 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: xenial
  DistroVariant: ubuntu
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 30
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics 
Controller [1043:1507]
 Subsystem: ASUSTeK Computer Inc. GeForce GT 620M [1043:1507]
  InstallationDate: Installed on 2015-10-26 (183 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX32VD
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=6f8e6d20-f0f9-4c87-9232-4d4132789422 ro rootfstype=ext4 
"acpi_os=!Windows 2012" pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1 
i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 nmi_watchdog=0 net.ifnames=0 
quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: nvidia-graphics-drivers-304
  Title: package nvidia-304 304.131-0ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 30
  UpgradeStatus: Upgraded to xenial on 2016-04-26 (0 days ago)
  dmi.bios.date: 01/29/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX32VD.214
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX32VD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX32VD.214:bd01/29/2013:svnASUSTeKCOMPUTERINC.:pnUX32VD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX32VD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX32VD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  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 Apr 26 14:27:51 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4931 
   vendor CMN
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1575314/+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 1574823] Re: Bluetooth headset doesnt play anything

2016-05-31 Thread Alberto Salvia Novella
** Changed in: unity-control-center (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Bluetooth headset doesnt play anything

Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  When i connect my headset to the laptop (Bluetooth) and choose them in
  the audio control center, i dont hear anything (No sound) with 100%
  volume.

  *PD: Sorry for my bad English.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity-control-center 15.04.0+16.04.20160413-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: Mon Apr 25 14:25:12 2016
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2016-03-08 (48 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
   LANG=es_CO.UTF-8
   LANGUAGE=es_CO:es
   XDG_RUNTIME_DIR=
  SourcePackage: unity-control-center
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1574823/+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 1574667] Re: Mouse pointer occasionally jumps to the bottom-left corner

2016-05-31 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu)
   Importance: Undecided => High

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

Title:
  Mouse pointer occasionally jumps to the bottom-left corner

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Sometimes the mouse pointer jumps directly to the bottom-left corner
  of the screen, which results in opening the trash window when
  clicking.

  This seems to be related: https://ubuntu-mate.community/t/mouse-
  pointer-jumps-on-clicking-touchpad/2932.

  Thanks,
  MZ

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  BootLog: /dev/sda6: clean, 276587/40779776 files, 15261626/163117056 blocks
  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: Mon Apr 25 15:55:54 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Dell Skylake Integrated Graphics [1028:06b2]
  InstallationDate: Installed on 2016-04-23 (2 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:07dc Intel Corp. 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 064e:920b Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5559
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=c5bc0a1d-3fe9-4ae5-81e9-de7d141b419c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.5
  dmi.board.name: 06CMH7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.5:bd12/21/2015:svnDellInc.:pnInspiron5559:pvr:rvnDellInc.:rn06CMH7:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5559
  dmi.sys.vendor: Dell Inc.
  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: Mon Apr 25 13:43:44 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1156 
   vendor LGD
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1574667/+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 1574645] Re: firefox launching at start up can't purge

2016-05-31 Thread Alberto Salvia Novella
** Changed in: firefox (Ubuntu)
   Importance: Undecided => High

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

** Changed in: hundredpapercuts
   Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => High

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

Title:
  firefox launching at start up can't purge

Status in One Hundred Papercuts:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  My problem is simple. Firefox is launching by itself at startup. I
  can't disable this and if I try to purge it then it tries to also
  uninstall MATE desktop WTF ??!!

  sudo apt-get purge firefox && sudo apt-get install -y firefox
  [sudo] password for mateuser: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
firefox* ubuntu-mate-core* ubuntu-mate-desktop*
  0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
  After this operation, 107 MB disk space will be freed.
  Do you want to continue? [Y/n] n
  Abort.

  I don't get what's happening here, Firefox is not part of a DE. I was
  considering to donate to the project but with this FOSS radical
  attitude I wouldn't.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 45.0.2+build1-0ubuntu1
  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:  ccheco 2483 F pulseaudio
  BuildID: 20160414065514
  Channel: Unavailable
  CurrentDesktop: MATE
  Date: Mon Apr 25 09:26:27 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 2016-04-21 (3 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev enp1s0  proto static  metric 100 
   169.254.0.0/16 dev enp1s0  scope link  metric 1000 
   192.168.1.0/24 dev enp1s0  proto kernel  scope link  src 192.168.1.10  
metric 100
  Locales: extensions.sqlite corrupt or missing
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=45.0.2/20160414065514
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/16/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.25
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JM51_CP
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.25:bd03/16/2011:svnAcer:pnAspire5820T:pvrV1.25:rvnAcer:rnJM51_CP:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire 5820T
  dmi.product.version: V1.25
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1574645/+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 1582471] Re: Add focus/unfocus event passing for Xmir non-rootless mode

2016-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.18.3-1ubuntu6

---
xorg-server (2:1.18.3-1ubuntu6) yakkety; urgency=medium

  * debian/patches/xmir.patch:
- Add focus/unfocus event passing (LP: #1582471)

 -- Robert Ancell   Wed, 01 Jun 2016
11:07:46 +1200

** Changed in: xorg-server (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Add focus/unfocus event passing for Xmir non-rootless mode

Status in xorg-server package in Ubuntu:
  Fix Released

Bug description:
  Add focus/unfocus event passing for non-rootless mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1582471/+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 1574589] Re: package texlive-fonts-recommended-doc 2015.20160320-1 failed to install/upgrade: dependency problems - leaving unconfigured

2016-05-31 Thread Alberto Salvia Novella
** Changed in: texlive-base (Ubuntu)
   Importance: Undecided => High

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

Title:
  package texlive-fonts-recommended-doc 2015.20160320-1 failed to
  install/upgrade: dependency problems - leaving unconfigured

Status in texlive-base package in Ubuntu:
  Confirmed

Bug description:
  Error on textlive-base during the xenial 16.04 upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: texlive-fonts-recommended-doc 2015.20160320-1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Mon Apr 25 13:32:49 2016
  ErrorMessage: dependency problems - leaving unconfigured
  InstallationDate: Installed on 2015-08-21 (247 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: texlive-base
  Title: package texlive-fonts-recommended-doc 2015.20160320-1 failed to 
install/upgrade: dependency problems - leaving unconfigured
  UpgradeStatus: Upgraded to xenial on 2016-04-25 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1574589/+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 1564876] Re: [Asus N551JM, Realtek ALC668, Mic, Internal] No autoswitch

2016-05-31 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  [Asus N551JM, Realtek ALC668, Mic, Internal] No autoswitch

Status in alsa-driver package in Ubuntu:
  Expired

Bug description:
  No auto switch with internal microphone and external microphone on
  headset.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   mogost 1869 F...m pulseaudio
   /dev/snd/controlC1:  mogost 1869 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Apr  1 18:08:52 2016
  InstallationDate: Installed on 2016-03-29 (2 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Встроенное аудио - HDA Intel PCH
  Symptom_Jack: Mic, Internal
  Symptom_Type: No auto-switch between inputs
  Title: [hostname, Realtek ALC668, Mic, Internal] No autoswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/06/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N551JM.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N551JM
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN551JM.204:bd10/06/2014:svnASUSTeKCOMPUTERINC.:pnN551JM:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN551JM:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N551JM
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2016-04-01T00:51:58.276057

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1564876/+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 1573760] Re: screen remains black after hibernation or suspend to RAM

2016-05-31 Thread Alberto Salvia Novella
** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  screen remains black after hibernation or suspend to RAM

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

Bug description:
  I just installed XUbuntu 16.06 on my laptop.
  Suspend to RAM and hibernation seem to work correctly, but resuming from 
either of it is not actually possible because the screen remains black. 
Concerning hibernation, this happens with the default hibernation method as 
well as with TuxOnIce.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-video-nouveau 1:1.0.12-1build2
  ProcVersionSignature: Ubuntu 4.4.0-21.37~ppa1-generic-tuxonice 4.4.6
  Uname: Linux 4.4.0-21-generic-tuxonice x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Apr 22 21:20:22 2016
  InstallationDate: Installed on 2016-04-22 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1573760/+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 1573203] Re: package hicolor-icon-theme 0.15-0ubuntu1 failed to install/upgrade: eindeloze triggerlus; afgebroken

2016-05-31 Thread Alberto Salvia Novella
** Changed in: hicolor-icon-theme (Ubuntu)
   Importance: Undecided => High

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

Title:
  package hicolor-icon-theme 0.15-0ubuntu1 failed to install/upgrade:
  eindeloze triggerlus; afgebroken

Status in hicolor-icon-theme package in Ubuntu:
  Confirmed

Bug description:
  While upgrading from 15.10 to 16.04

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: hicolor-icon-theme 0.15-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Thu Apr 21 21:20:25 2016
  Dependencies:
   
  ErrorMessage: eindeloze triggerlus; afgebroken
  InstallationDate: Installed on 2015-05-09 (348 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: hicolor-icon-theme
  Title: package hicolor-icon-theme 0.15-0ubuntu1 failed to install/upgrade: 
eindeloze triggerlus; afgebroken
  UpgradeStatus: Upgraded to xenial on 2016-04-21 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hicolor-icon-theme/+bug/1573203/+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 1315579] Re: When using scim-m17n in gedit, the backspace and delete keys are dysfunctional

2016-05-31 Thread Rolf Leggewie
Swarup, I suggest you setup a test user account instead of using your
main account for testing and bug triage.

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

Title:
  When using scim-m17n in gedit, the backspace and delete keys are
  dysfunctional

Status in gedit:
  Expired
Status in gedit package in Ubuntu:
  Triaged
Status in scim package in Ubuntu:
  Fix Committed
Status in scim source package in Xenial:
  Triaged
Status in scim package in Debian:
  New

Bug description:
  scim-m17n is an input method used for typing many languages,
  especially those with complex characters.

  With scim-m17n enabled in gedit, when one presses the backspace or
  delete key, then instead of performing the expected work, the cursor
  simply moves one space ahead and places  "" there. Actually when
  I paste that sign here, it is just an empty box. But there in gedit
  the box contains four digits arranged in two rows: "0008" for
  backspace, and "007F" for delete. I have attached a screenshot to
  illustrate more clearly.

  With scim-m17n is enabled, when one presses the backspace key when
  gets a result equivalent to typing:  0008 

  With scim-m17n is enabled, when one presses the delete key when gets a
  result equivalent to typing:  007F 

  This behaviour is evident only in gedit. When using scim-m17n in Libre
  Office, Thunderbird, and other applications, the backspace and delete
  keys work normally.

  In gedit with scim-m17n enabled, all the other instructional keys like
  insert, home, end, page up, page down-- these all work normally.

  I have been using scim-m17n since 2007, and this was never an issue
  until installing Ubuntu 14.04 which ships with gedit version 3.10.4.

  This issue is a serious problem for those working with scim in gedit.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gedit 3.10.4-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri May  2 21:10:18 2014
  ExecutablePath: /usr/bin/gedit
  InstallationDate: Installed on 2014-04-24 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1315579/+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 1572081] Re: Unable to reconnect to wi-fi after waking up from sleep

2016-05-31 Thread Alberto Salvia Novella
** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Unable to reconnect to wi-fi after waking up from sleep

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After waking up from sleep my Laptop (Thinkpad T450s) was unable to
  connect to wi-fi. This doesn't seem to happen always but it happened
  when Laptop was in sleep mode overnight and in morning when I opened
  it - it won't connect to wifi.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Apr 19 07:07:15 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-17 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160416)
  IpRoute:
   default via 192.168.1.1 dev wlp3s0  proto static  metric 600 
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   169.254.0.0/16 dev lxcbr0  scope link  metric 1000 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.1.0/24 dev wlp3s0  proto kernel  scope link  src 192.168.1.6  metric 
600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/zsh
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1572081/+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 1572250] Re: Wrong type of Wi-Fi device (wlp2s0) after boot

2016-05-31 Thread Alberto Salvia Novella
** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Wrong type of Wi-Fi device (wlp2s0) after boot

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hello
  My Wi-Fi adapter is Intel 7260. After boot I have

  nmcli device status
  DEVICE  TYPE  STATECONNECTION 
  wlp2s0  ethernet  unavailable  -- 
  lo  loopback  unmanaged--

  after some dirty fix (sudo rmmod iwlmvm iwlwifi && sudo modprobe
  iwlwifi)

  nmcli device status
  DEVICE  TYPE  STATE CONNECTION 
  wlp2s0  wifi  disconnected  -- 
  lo  loopback  unmanaged --

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Apr 19 22:22:59 2016
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
   
   #auto wlp2s0
  IpRoute:
   default via 192.168.1.1 dev wlp2s0  proto static  metric 600 
   169.254.0.0/16 dev wlp2s0  scope link  metric 1000 
   192.168.1.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.1.123  
metric 600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp2s0  wifi  connected  /org/freedesktop/NetworkManager/Devices/2  
libreCMC91f33459-b8b5-43ea-a742-a09720f20821  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   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/ubuntu/+source/network-manager/+bug/1572250/+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 1566870] Re: banshee & rhythmbox crashes at startup with Google Drive mounted

2016-05-31 Thread Alberto Salvia Novella
** Changed in: banshee (Ubuntu)
   Importance: Undecided => Low

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  banshee & rhythmbox crashes at startup with Google Drive mounted

Status in banshee package in Ubuntu:
  Confirmed
Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  Banshee & Rhythmbox won't start.. it crashes after startup.

  Ubuntu 16.04

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: banshee 2.9.0+really2.6.2-7ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  6 15:44:22 2016
  InstallationDate: Installed on 2016-04-03 (3 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: banshee
  UpgradeStatus: Upgraded to xenial on 2016-04-05 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1566870/+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 1586761] Re: White text on white backgrounds on most sites with Firefox with dark GTK theme

2016-05-31 Thread Alberto Salvia Novella
** Changed in: firefox (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  White text on white backgrounds on most sites with Firefox with dark
  GTK theme

Status in Mozilla Firefox:
  Confirmed
Status in Ubuntu GNOME:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When running GNOME 3.18 on Ubuntu GNOME 16.04 I found that on some
  sites the text was black on black so I could only see it through
  highlighting, on other sites like YouTube for instance though I found
  that the text was very light grey on white background, still hard to
  see, but better than having the same colour for the background and the
  text. But now after upgrading to GNOME 3.20 I have found that with all
  themes that on YouTube and many other sites the text is white on white
  background meaning the only way to see it is to highlight it, but in a
  search box this is very annoying as you can imagine. I am running
  Firefox version 46.0.1 and have linked a possibly related upstream
  bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1586761/+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 1581270] Re: Hybrid Graphics: [drm:si_resume [radeon]] *ERROR* si startup failed on resume

2016-05-31 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu)
   Importance: Undecided => High

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

Title:
  Hybrid Graphics: [drm:si_resume [radeon]] *ERROR* si startup failed on
  resume

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  dmesg shows issues with being able to use the discrete graphics card
  (relevant dmesg lines attached).

  Grub does pass "radeon.modeset=1" but it doesn't seem to make a
  difference. If I pass both "radeon.modeset=1" and "radeon.startpm=1"to
  the kernel, then it does not error (except for the VCE error -110,
  which is probably harmless).

  Running `DRI_PRIME=1 glxgears`:
  - with "radeon.modeset=1" and "radeon.startpm=1", no error but only a black 
window with a visible top bar.
  - with just "radeon.modeset=1", error (attached as 'glxgears').

  Results are similar on Ubuntu GNOME 16.04, except with
  "radeon.modeset=1" and "radeon.startpm=1" set. It works, but lots of
  screen tearing.

  Attached are relevant dmesg lines, grep'd with 'drm'. I'll also be
  attaching entire contents of dmesg, /var/log/syslog, etc., but TLDR:

  [   22.916285] [drm] ring test on 0 succeeded in 2 usecs
  [   22.916289] [drm] ring test on 1 succeeded in 1 usecs
  [   22.916292] [drm] ring test on 2 succeeded in 1 usecs
  [   22.916299] [drm] ring test on 3 succeeded in 3 usecs
  [   22.916304] [drm] ring test on 4 succeeded in 3 usecs
  [   23.092271] [drm] ring test on 5 succeeded in 2 usecs
  [   23.092276] [drm] UVD initialized successfully.
  [   23.092311] [drm] ib test on ring 0 succeeded in 0 usecs
  [   23.092349] [drm] ib test on ring 1 succeeded in 0 usecs
  [   23.092375] [drm] ib test on ring 2 succeeded in 0 usecs
  [   23.092392] [drm] ib test on ring 3 succeeded in 0 usecs
  [   23.092407] [drm] ib test on ring 4 succeeded in 0 usecs
  [   33.241928] [drm:uvd_v1_0_ib_test [radeon]] *ERROR* radeon: fence wait 
failed (-35).
  [   33.241948] [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed 
testing IB on ring 5 (-35).

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

  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
  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: Thu May 12 20:43:03 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Samsung Electronics Co Ltd 3rd Gen Core processor Graphics 
Controller [144d:c0e6]
     Subsystem: Samsung Electronics Co Ltd Mars [Radeon HD 8670A/8670M/8750M] 
[144d:c0e6]
  InstallationDate: Installed on 2016-05-13 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 870Z5E/880Z5E/680Z5E
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=644ba363-51c7-419c-8544-2ff7be960f21 ro quiet splash radeon.modeset=1 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P05ADH.017.140421.SH
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP680Z5E-X01US
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SEC_SW_REVISION_1234567890ABCD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP05ADH.017.140421.SH:bd04/21/2014:svnSAMSUNGELECTRONICSCO.,LTD.:pn870Z5E/880Z5E/680Z5E:pvrP05ADH:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP680Z5E-X01US:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 870Z5E/880Z5E/680Z5E
  dmi.product.version: P05ADH
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  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: 

[Desktop-packages] [Bug 1582957] Re: package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade: triggers looping, abandoned

2016-05-31 Thread Alberto Salvia Novella
** Changed in: gnome-menus (Ubuntu)
   Importance: Undecided => High

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

Title:
  package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade:
  triggers looping, abandoned

Status in gnome-menus package in Ubuntu:
  Confirmed

Bug description:
  Linux i7-4790K-ubuntu-box 4.2.0-35-generic #40-Ubuntu SMP Tue Mar 15
  22:15:45 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

  This popped up as soon as the desktop appeared.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gnome-menus 3.13.3-6ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Mon Apr 25 20:26:26 2016
  Dependencies:
   
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2015-09-29 (231 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: gnome-menus
  Title: package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade: 
triggers looping, abandoned
  UpgradeStatus: Upgraded to xenial on 2016-04-26 (21 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1582957/+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 1573563] Re: Toggling full screen mode does not work well after upgrading to Ubuntu 16.04 from 15.10

2016-05-31 Thread Alberto Salvia Novella
I am unable to reproduce the bug under Unity, either in my session or in
a newly created one.

So if you are still experiencing this bug, please set its status back to
"confirmed". Thank you.

** Changed in: gnome-terminal (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Toggling full screen mode does not work well after upgrading to Ubuntu
  16.04 from 15.10

Status in gnome-terminal package in Ubuntu:
  Incomplete

Bug description:
  I use tons of terminal windows (gnome-terminal) all the time for
  various tasks. Thus, it's important for me to be able to go into full
  screen mode (F11) - if I need more attention or space and switch back
  later.

  I haven't got any problem with this in previous Ubuntu versions, after
  "switching back" from fullscreen mode, I got the terminal window at
  its original place and size. However, after upgrading to Ubuntu 16.04
  recently, if I press F11 to switch back, the terminal window is
  enlarged to cover almost the full desktop, it's not "full screen"
  anymore (that's OK), ie I can see panel, borders, etc, but still it's
  not the original size and position of the window. So I have to
  manually resize the window all the time.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-terminal 3.18.3-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic i686
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Fri Apr 22 13:48:12 2016
  InstallationDate: Installed on 2014-05-08 (715 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to xenial on 2015-10-08 (196 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1573563/+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 1585084] Re: Volume notification keeps popping up constantly(the notifyosd bubble on top-right corner)

2016-05-31 Thread Alberto Salvia Novella
** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided => High

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

Title:
  Volume notification keeps popping up constantly(the notifyosd bubble
  on top-right corner)

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I upgraded to Ubuntu 16.04 yesterday, I did a clean install while
  preserving the home directory which is mounted in a separate
  partition. Even during the installation I had constant volume
  notification bubble appearing on the top-right corner of my screen, it
  would come and go about twice every minute. I just thought it was due
  to installing hardware drivers or something but the problem persisted
  even when I booted into the freshly installed system. I did some
  searching and two users reported the exact problem. And one more
  suggested this happens because constant disconnect and reconnect of
  the sound card which makes sense as the sound settings flashes briefly
  during every popup. Someone on IRC suggested to kill pulseaudio and
  thus restart it, that does not fix the issue. I also tried the Live
  environment thinking it might be due to some old config files in home
  partition (which was preserved during upgrade), but this problem
  happens in the live environment as well, which makes sense because it
  was present during installation as well.

  Users with the same issue:
  http://ubuntuforums.org/showthread.php?t=2323815
  http://askubuntu.com/questions/773008/constant-volume-osd-in-16-04
  
http://askubuntu.com/questions/767466/sound-card-being-disconnected-reconnected-constantly

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  sidd   1651 F pulseaudio
   /dev/snd/controlC0:  sidd   1651 F pulseaudio
   /dev/snd/controlC1:  sidd   1651 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 24 12:31:12 2016
  InstallationDate: Installed on 2016-05-23 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/23/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0705
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 EVO
  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.:bvr0705:bd08/23/2011:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKComputerINC.:rnM5A97EVO: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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1585084/+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 1587082] Re: display error

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

** Changed in: firefox (Ubuntu)
   Status: New => 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/1587082

Title:
  display error

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When going on some sites, video or images boxes get scrambled when
  moving up or down.

  Example page:
  
http://www.generation-nt.com/jailbreak-ios-safari-todesco-qwertyoruiop-exploit-actualite-1929219.html

  Example result:
  
http://s1328.photobucket.com/user/liar/media/bug_ff_images_videos_zpslcfvrpeb.png.html?o=0
  (Problems being the shifted lines at the bottom, not the error message about 
the missing plugin)

  
  For info, my video card is highlighted below:
  $ 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:04.0 Signal processing controller: Intel Corporation Broadwell-U Camarillo 
Device (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: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)
  00:1f.6 Signal processing controller: Intel Corporation Wildcat Point-LP 
Thermal Management Controller (rev 03)
  02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 
(rev 01)
  02:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
  03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe 
Wireless Network Adapter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1587082/+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 1587699] [NEW] Screen blank/black after splash screen

2016-05-31 Thread Hassan Williamson
Public bug reported:

It seems whenever I try to run `prime-select nvidia` I get a blank
screen after the splash screen. When I am running under `prime-select
intel` - I have no problems.

I triple boot, two of them being Ubuntu (one for testing one for every
day use), and the problem seems to lie only on the every day use one.
Both have 16.04 (except the main one got upgraded from 14.04, and the
testing one from 15.10). Both have the same version of nvidia
(`nvidia-361`). Both seem to have the same configuration. Yet the one I
want it to work on does not work.

I am more than happy to provide any logs needed of both installs to help
diagnose. From what I have seen so far, /etc/X11/xorg.conf are identical
on both.

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

2)
$ apt-cache policy xorg
xorg:
  Installed: 1:7.7+13ubuntu3
  Candidate: 1:7.7+13ubuntu3
  Version table:
 *** 1:7.7+13ubuntu3 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

$ apt-cache policy nvidia-361
nvidia-361:
  Installed: 361.42-0ubuntu2
  Candidate: 361.42-0ubuntu2
  Version table:
 *** 361.42-0ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages
100 /var/lib/dpkg/status

3) I expected to be able to see the lightdm screen after running in
nvidia mode (prime-select nvidia).

4) I see nothing on the screen, but I hear the Ubuntu boot sound
notifying me that the login screen is there. Also, if I type my password
in I can hear my hard drive spin up and the LED blink - telling me that
clearly something is happening.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
 GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1)
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Wed Jun  1 03:04:39 2016
DistUpgraded: 2016-05-13 01:31:31,411 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory))
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.2.0-36-generic, x86_64: installed
 bbswitch, 0.8, 4.4.0-22-generic, x86_64: installed
 nvidia-361, 361.42, 4.4.0-22-generic, x86_64: installed
 virtualbox, 5.0.18, 4.2.0-36-generic, x86_64: installed
 virtualbox, 5.0.18, 4.4.0-22-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:397d]
 NVIDIA Corporation GF108M [GeForce GT 540M] [10de:0df4] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo GF108M [GeForce GT 540M] [17aa:397d]
InstallationDate: Installed on 2014-12-31 (517 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: LENOVO HuronRiver Platform
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=dddc1c5f-ac3e-48b9-90c3-cd0effbf6a55 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to xenial on 2016-05-13 (19 days ago)
dmi.bios.date: 10/21/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 45CN38WW
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Emerald Lake
dmi.board.vendor: LENOVO
dmi.board.version: FAB1
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnLENOVO:bvr45CN38WW:bd10/21/2011:svnLENOVO:pnHuronRiverPlatform:pvrIdeapadZ570:rvnLENOVO:rnEmeraldLake:rvrFAB1:cvnLENOVO:ct10:cvr0.1:
dmi.product.name: HuronRiver Platform
dmi.product.version: Ideapad Z570
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1

[Desktop-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress

2016-05-31 Thread Shih-Yuan Lee
** Patch removed: "network-manager_1.2.0-0ubuntu0.16.04.3.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/1585863/+attachment/4670449/+files/network-manager_1.2.0-0ubuntu0.16.04.3.debdiff

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

Title:
  WiFi malfunction after suspend & resume stress

Status in NetworkManager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project xenial series:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  Description:Ubuntu Yakkety Yak (development branch)   

 
  Release:16.10
  Packages:
  libnm-glib-vpn1:amd64   1.2.2-0ubuntu2

 
  libnm-glib4:amd64   1.2.2-0ubuntu2
  libnm-util2:amd64   1.2.2-0ubuntu2
  libnm0:amd641.2.2-0ubuntu2
  network-manager 1.2.2-0ubuntu2

  Reproduce steps:
  1. Install fwts by `sudo apt-get install fwts`.
  2. Run the suspend & resume stress test.
  sudo fwts s3 --s3-multiple=30 --s3-min-delay=10 --s3-max-delay=10 
--s3-delay-delta=5

  Expected result:
  The WiFi still functioned.

  Actual result:
  The WiFi can not connect to any access point and we have to execute `sudo 
wpa_cli scan` manually to make it work again.

  P.S. Ubuntu 16.04 also has the same issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1585863/+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 1315579] Re: When using scim-m17n in gedit, the backspace and delete keys are dysfunctional

2016-05-31 Thread Rolf Leggewie
According to upstream dev Tz-Huan, this should be fixed in the very
recent 1.4.17.  I'll publish that version for trusty in my PPA shortly.
That package should be usable in any later release of Ubuntu as well.

Upstream commit fcc14b77630e9a is apparently the one fixing this isue.
It's a pretty big patch so I'm not sure it will be acceptable (or even
work) in xenial LTS.

https://launchpad.net/~r0lf/+archive/ubuntu/stable

** Also affects: gedit (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: scim (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: scim (Ubuntu)
   Status: Incomplete => Fix Committed

** No longer affects: gedit (Ubuntu Xenial)

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

** Changed in: scim (Ubuntu Xenial)
   Importance: Undecided => Low

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

Title:
  When using scim-m17n in gedit, the backspace and delete keys are
  dysfunctional

Status in gedit:
  Expired
Status in gedit package in Ubuntu:
  Triaged
Status in scim package in Ubuntu:
  Fix Committed
Status in scim source package in Xenial:
  Triaged
Status in scim package in Debian:
  New

Bug description:
  scim-m17n is an input method used for typing many languages,
  especially those with complex characters.

  With scim-m17n enabled in gedit, when one presses the backspace or
  delete key, then instead of performing the expected work, the cursor
  simply moves one space ahead and places  "" there. Actually when
  I paste that sign here, it is just an empty box. But there in gedit
  the box contains four digits arranged in two rows: "0008" for
  backspace, and "007F" for delete. I have attached a screenshot to
  illustrate more clearly.

  With scim-m17n is enabled, when one presses the backspace key when
  gets a result equivalent to typing:  0008 

  With scim-m17n is enabled, when one presses the delete key when gets a
  result equivalent to typing:  007F 

  This behaviour is evident only in gedit. When using scim-m17n in Libre
  Office, Thunderbird, and other applications, the backspace and delete
  keys work normally.

  In gedit with scim-m17n enabled, all the other instructional keys like
  insert, home, end, page up, page down-- these all work normally.

  I have been using scim-m17n since 2007, and this was never an issue
  until installing Ubuntu 14.04 which ships with gedit version 3.10.4.

  This issue is a serious problem for those working with scim in gedit.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gedit 3.10.4-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri May  2 21:10:18 2014
  ExecutablePath: /usr/bin/gedit
  InstallationDate: Installed on 2014-04-24 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1315579/+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 1502476] Re: Totem menubar is displayed in fullscreen mode during gnome-flaskback session

2016-05-31 Thread JP
This happens for me too in 16.04 with GNOME3.

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

Title:
  Totem menubar is displayed in fullscreen mode during gnome-flaskback
  session

Status in Ubuntu GNOME Flashback:
  New
Status in totem package in Ubuntu:
  Confirmed

Bug description:
  The menubar of Totem video player doesn't hide in fullscreen mode when
  I use gnome-flashback session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome-flashback/+bug/1502476/+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 1504698] Re: NetworkManager crashes after reboot

2016-05-31 Thread Daniel Kusytsch
This bug is introduced between network manager versions
0.9.10.0-4ubuntu23 and 1.0.4-0ubuntu1. Just tested network-manager
1.2.2-0ubuntu3 and the bug is still present.

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

Title:
  NetworkManager crashes after reboot

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I upgraded my HP Chromebook 14  from 15.04 to 15.10 beta. After cold
  boot, NetworkManager crashes and I get the popup to send a bug report
  for a NM crash. There is no network, either. Restarting the
  NetworkManager service from a terminal fixes the issue ... until next
  reboot :)

  ~$ sudo service NetworkManager restart

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-15.18-generic 4.2.3
  Uname: Linux 4.2.0-15-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Fri Oct  9 16:39:39 2015
  ExecutablePath: /usr/sbin/NetworkManager
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 10.0.0.1 dev wlan0  proto static  metric 600 
   10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.38  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcCmdline: /usr/sbin/NetworkManager --no-daemon
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
  SegvAnalysis: Skipped: missing required field "Disassembly"
  Signal: 11
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE   TYPE  STATE DBUS-PATH  
CONNECTIONCON-UUID  CON-PATH
   
   wlan0wifi  connected /org/freedesktop/NetworkManager/Devices/2  
MilanoFamily  fbced2d1-aa52-4d01-81dd-9f56594e0911  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   ttyUSB0  gsm   disconnected  /org/freedesktop/NetworkManager/Devices/3  
------  
   
   lo   loopback  unmanaged /org/freedesktop/NetworkManager/Devices/1  
------
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1504698/+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 1452941] Re: PPTP VPN fails to connect in 15.04, but works in 14.04/14.10

2016-05-31 Thread Takeuchi
This bug also affects me. The workaround to remove the gateway from the
static routes (leaving it blank) works like a charm!

Basically, just go to your static route configuration (ipv4 tab >
Advanced) and leave the gateway blank.

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

Title:
  PPTP VPN fails to connect in 15.04, but works in 14.04/14.10

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I can create a PPTP VPN connection and connect to a remote network in
  Ubuntu 14.04/14.10 (Unity live boot DVD) but the connection does not
  work in Ubuntu 15.04 (Unity live boot USB), even though I am using the
  exact same GUI configuration settings in the Network-Manager (I have
  confirmed this several times).  In addition to the live boot
  instances, the PPTP VPN connected without problems for me on my
  14.04/14.10 installs, but failed on a fresh harddisk install of Ubuntu
  MATE 15.04.

  The error that I get in a notification pop-up window when trying to
  connect on 15.04 is: "The VPN connection 'VPN connection 1' failed
  because the VPN service returned invalid configuration."

  ubuntu@ubuntu:~$ lsb_release -rd
  Description:  Ubuntu 15.04
  Release:  15.04

  ubuntu@ubuntu:~$ apt-cache policy network-manager
  network-manager:
Installed: 0.9.10.0-4ubuntu15
Candidate: 0.9.10.0-4ubuntu15
Version table:
   *** 0.9.10.0-4ubuntu15 0
  500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CurrentDesktop: Unity
  Date: Thu May  7 22:55:12 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.20 
   207.173.246.134 via 192.168.0.1 dev wlan0  src 192.168.0.20
  LiveMediaBuild: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   wlan0   wifi  connected/org/freedesktop/NetworkManager/Devices/2  
LANbeforetime  1fefef93-2d1c-41eb-ad55-3f6c234d7023  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   eth0ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
----
 
   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/ubuntu/+source/network-manager/+bug/1452941/+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 1565717] Re: No connection after returning from area without coverage

2016-05-31 Thread Tony Espy
OK, so there are two low-level problems:

1. InProgress error returned by SetProperty('Active',true) call to ofono
for a gprs-context.

Alfonso's first syslog shows that this can happen, but I'm not sure
exactly how to reproduce.  NM would've had to start activation, then
Attached bounced down and back up again, without ofono canceling the
context activation.  The next time NM tried to activate, in theory it'd
be returned InProgress.

Right now, NMModemOfono::stage1_prepare_done() always emits a failed
MODEM_PREPARE_RESULT for any error returned by ofono in response to the
SetProperty call.

The fix is to check explicitly for error == InProgress, and just return
without emitting a result ( this is the same thing that happens if no
error is returned ).

2. The context in question is already active.

This can be reproduced by killing NetworkManager, when it restarts, it
gets stuck in the Prepare stage.

This is because ofono doesn't send an error if SetProperty('Active',
true) would have no effect on the property's value ( ie. if it's already
true ).  Furthermore, as the context 'Settings' property is already
populated, context_property_changed() is never invoked for the
'Settings', so a MODEM_PREPARE_RESULT is never sent, true or false, so
the device is stuck in PREPARE state.

The fix involves the following changes to NMModemOfono:

do_context_activate() should check the cached value of 'Active', and if
true, should call a new function called process_context_settings(),
which should be based on the current context_property_changed().  This
will result in a PREPARE_RESULT being generated, and thus the device
should no longer get stuck in PREPARE state.

In theory this should work, as NM should just deal with any EEXISTS
errors when it tries to re-configure the IP address, routing table
entries, and DNS nameservers.  It this *doesn't* just work, then we may
need some upstream assistance.

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

Title:
  No connection after returning from area without coverage

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

Bug description:
  After moving in an out of my own "faraday cage" an ubuntu phone, NM
  got into an state where *both* WiFi and cellular data were
  disconnected and NM was not able to recover.

  
  * This still happens with network-manager 1.1.93-0ubuntu1~vivid3, in

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 336
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-05-17 09:19:51
  version version: 336
  version ubuntu: 20160517
  version device: 20160329-a9bacdb
  version custom: 20160505-975-38-9
  

  Originally reported for:

  NM version:
  network-manager  0.9.10.0-4ubuntu15.1.11

  root@ubuntu-phablet:/home/phablet# system-image-cli -i
  current build number: 298
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-03-30 16:58:21
  version version: 298
  version ubuntu: 20160330
  version device: 20160323-1467d3c
  version custom: 20160324--36-54-vivid

  phablet@ubuntu-phablet:~$ nmcli d
  DEVICE   TYPE  STATE CONNECTION
  ril_0gsm   connecting (prepare)  /214050030479893/context1
  wlan0wifi  disconnected  --
  ril_1gsm   unavailable   --
  ifb0 ifb   unmanaged --
  ifb1 ifb   unmanaged --
  lo   loopback  unmanaged --
  ip6tnl0  unknown   unmanaged --
  sit0 unknown   unmanaged --
  tunl0unknown   unmanaged --

  phablet@ubuntu-phablet:~$ nmcli c
  NAME   UUID  TYPE 
DEVICE
  WLAN_1609  fe9b17ad-88fa-43b7-bcab-8fbc1985ce42  
802-11-wireless  --
  Wireless   98ff5b6f-b0d9-471a-b867-8a7be51e12c2  
802-11-wireless  --
  Ubuntu 549c352f-8a2b-4e48-b8c8-eb7ab0e53089  
802-11-wireless  --
  /234304107917083/context1  1f192cdc-ccea-2dc3-fa13-619ed3053828  gsm  
--
  /214321010036211/context1  0992421f-2369-0765-ceaa-ba2a3091e111  gsm  
--
  /214050030479893/context1  d30e4f19-9d00-ab1f-ab43-6d9c1b628556  gsm  
ril_0
  /214019301737411/context1  88b28978-e2fc-6336-8665-b0ae78d321ae  gsm  
--

  phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-contexts
  [ /ril_1 ]
  [ /ril_0 ]
  [ /ril_0/context1 ]
  Settings = { Gateway=10.50.83.25 
DomainNameServers=80.58.61.250,80.58.61.254, Interface=ccmni0 
Address=10.50.83.25 Method=static Netmask=255.255.255.0 }
  Name = Pepephone
  Type = internet
  AccessPointName = gprs.pepephone.com
  Active 

[Desktop-packages] [Bug 1587597] Re: Proprietary graphics not available to Snappy packages

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

** Changed in: nvidia-graphics-drivers-361 (Ubuntu)
   Status: New => Confirmed

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

Title:
  Proprietary graphics not available to Snappy packages

Status in nvidia-graphics-drivers-361 package in Ubuntu:
  Confirmed

Bug description:
  The proprietary nvidia drivers are not accessible from snap packages,
  they need to have a bind mount made to a location where snaps can use
  them. Please see the conversation below for more details:

  10:24 < mvo> mhall119, mattiasw: I looked at the nvidia issue and it
  works here now, there are two issue: a) we do not auto-bind-mount the
  right nvidia directory, this needs to get fixed in our nvidia drive
  pkg, as a workaround we can sudo mount -o bind /usr/lib/nvidia-361
  /var/lib/snapd/lib/gl/ b) the bin/qt5-launch script overrides our
  LD_LIBRARY_PATH, trivial fix is to just ensure that before the actual
  launch of krita "$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH" is set, this
  ensures that the right gl library (the nvidia one) wins over mesa. if
  there is a git repo or anything like this I can provide a patch for
  bin/qt5-launch

  10:24 < mvo> mhall119: do you think you could chase our nvidia
  packagers to include a systemd bind mount unit from "sudo mount -o
  bind /usr/lib/nvidia-361 /var/lib/snapd/lib/gl/" ?

  10:31 < mhall119> mvo: I assume the nvidia package fix needs to be
  SRU'd into 16.04's archives, it's not something that gets fixed in
  ubuntu-core images

  10:32 < mvo> mhall119: yeah, we need to get this SRUed

  10:32 < mvo> mhall119: not something we can fix in the image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-361/+bug/1587597/+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 1504698] Re: NetworkManager crashes after reboot

2016-05-31 Thread Daniel Kusytsch
This bug is also present in the current 16.04 LTS release, the crash can
be prevented by blacklisting the cdc_ether driver. The 3g modem module I
believe is responsible for the crash is the huawei mu733. This bug was
not present in the 15.04 release.

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

Title:
  NetworkManager crashes after reboot

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I upgraded my HP Chromebook 14  from 15.04 to 15.10 beta. After cold
  boot, NetworkManager crashes and I get the popup to send a bug report
  for a NM crash. There is no network, either. Restarting the
  NetworkManager service from a terminal fixes the issue ... until next
  reboot :)

  ~$ sudo service NetworkManager restart

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-15.18-generic 4.2.3
  Uname: Linux 4.2.0-15-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Fri Oct  9 16:39:39 2015
  ExecutablePath: /usr/sbin/NetworkManager
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 10.0.0.1 dev wlan0  proto static  metric 600 
   10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.38  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcCmdline: /usr/sbin/NetworkManager --no-daemon
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
  SegvAnalysis: Skipped: missing required field "Disassembly"
  Signal: 11
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE   TYPE  STATE DBUS-PATH  
CONNECTIONCON-UUID  CON-PATH
   
   wlan0wifi  connected /org/freedesktop/NetworkManager/Devices/2  
MilanoFamily  fbced2d1-aa52-4d01-81dd-9f56594e0911  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   ttyUSB0  gsm   disconnected  /org/freedesktop/NetworkManager/Devices/3  
------  
   
   lo   loopback  unmanaged /org/freedesktop/NetworkManager/Devices/1  
------
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1504698/+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 1504698] Re: NetworkManager crashes after reboot

2016-05-31 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/1504698

Title:
  NetworkManager crashes after reboot

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I upgraded my HP Chromebook 14  from 15.04 to 15.10 beta. After cold
  boot, NetworkManager crashes and I get the popup to send a bug report
  for a NM crash. There is no network, either. Restarting the
  NetworkManager service from a terminal fixes the issue ... until next
  reboot :)

  ~$ sudo service NetworkManager restart

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-15.18-generic 4.2.3
  Uname: Linux 4.2.0-15-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Fri Oct  9 16:39:39 2015
  ExecutablePath: /usr/sbin/NetworkManager
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 10.0.0.1 dev wlan0  proto static  metric 600 
   10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.38  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcCmdline: /usr/sbin/NetworkManager --no-daemon
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
  SegvAnalysis: Skipped: missing required field "Disassembly"
  Signal: 11
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE   TYPE  STATE DBUS-PATH  
CONNECTIONCON-UUID  CON-PATH
   
   wlan0wifi  connected /org/freedesktop/NetworkManager/Devices/2  
MilanoFamily  fbced2d1-aa52-4d01-81dd-9f56594e0911  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   ttyUSB0  gsm   disconnected  /org/freedesktop/NetworkManager/Devices/3  
------  
   
   lo   loopback  unmanaged /org/freedesktop/NetworkManager/Devices/1  
------
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1504698/+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 1587650] [NEW] banshee crashes 100% of the time when I try to close the window

2016-05-31 Thread Christopher Barrington-Leigh
Public bug reported:

After upgrading to 16.04, when I launch banshee and then, when it's
finished loading, immediately click on the "x" closing icon, it just
hangs and turns grey and remains unresponsive until I kill it violently.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: banshee 2.9.0+really2.6.2-7ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue May 31 15:53:39 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-02-12 (108 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: banshee
UpgradeStatus: Upgraded to xenial on 2016-05-24 (6 days ago)

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

Title:
  banshee crashes 100% of the time when I try to close the window

Status in banshee package in Ubuntu:
  New

Bug description:
  After upgrading to 16.04, when I launch banshee and then, when it's
  finished loading, immediately click on the "x" closing icon, it just
  hangs and turns grey and remains unresponsive until I kill it
  violently.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: banshee 2.9.0+really2.6.2-7ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue May 31 15:53:39 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-02-12 (108 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: banshee
  UpgradeStatus: Upgraded to xenial on 2016-05-24 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1587650/+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 1315579] Re: When using scim-m17n in gedit, the backspace and delete keys are dysfunctional

2016-05-31 Thread Gunnar Hjalmarsson
On 2016-05-31 18:51, Swarup Dev wrote:
> As to your second question, I would need to make SCIM the active
> input method and test it. If doing so will affect the action taken
> here, let me know and I will try and test it.

Yes, it would be helpful if you could do so. Please note that we'd also
need a reproducible test case at bug #1319872, or else that bug will be
closed.

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

Title:
  When using scim-m17n in gedit, the backspace and delete keys are
  dysfunctional

Status in gedit:
  Expired
Status in gedit package in Ubuntu:
  Triaged
Status in scim package in Ubuntu:
  Incomplete
Status in scim package in Debian:
  New

Bug description:
  scim-m17n is an input method used for typing many languages,
  especially those with complex characters.

  With scim-m17n enabled in gedit, when one presses the backspace or
  delete key, then instead of performing the expected work, the cursor
  simply moves one space ahead and places  "" there. Actually when
  I paste that sign here, it is just an empty box. But there in gedit
  the box contains four digits arranged in two rows: "0008" for
  backspace, and "007F" for delete. I have attached a screenshot to
  illustrate more clearly.

  With scim-m17n is enabled, when one presses the backspace key when
  gets a result equivalent to typing:  0008 

  With scim-m17n is enabled, when one presses the delete key when gets a
  result equivalent to typing:  007F 

  This behaviour is evident only in gedit. When using scim-m17n in Libre
  Office, Thunderbird, and other applications, the backspace and delete
  keys work normally.

  In gedit with scim-m17n enabled, all the other instructional keys like
  insert, home, end, page up, page down-- these all work normally.

  I have been using scim-m17n since 2007, and this was never an issue
  until installing Ubuntu 14.04 which ships with gedit version 3.10.4.

  This issue is a serious problem for those working with scim in gedit.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gedit 3.10.4-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri May  2 21:10:18 2014
  ExecutablePath: /usr/bin/gedit
  InstallationDate: Installed on 2014-04-24 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1315579/+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 1543351] Re: Add on-screen-keyboard support for Xmir/Libertine apps

2016-05-31 Thread Dave H
Hi, have just received my BQ M10 HD tablet (white one), great to see
Ubuntu Touch working similar to my MX4. As other users have said, the
one thing that hits you when you fire up LibreOffice is the lack of the
on screen keyboard. After using my daughters 10.1” HP pavilion X2 with
Windows 10, I was surprised that no on screen keyboard was offered on
Ubuntu Touch. The idea to add manual switch should be fine. Good to see
that its planned for OTA-12, thanks for your support.

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

Title:
  Add on-screen-keyboard support for Xmir/Libertine apps

Status in Canonical System Image:
  In Progress
Status in Canonical Pocket Desktop:
  In Progress
Status in Libertine:
  In Progress
Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  Incomplete
Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  From perspective of product management - this is currently not a
  requirement, just want to capture it for future

  we currently can't interact with puritine apps relying on the OSK

  to add this feature in where text-box selection on an xapp results in
  triggering the osk, in unity8 would be a very large/complicated
  effort. However, with a manual capability to trigger the OSK this
  could be achieved.

  For design team
  one idea was to add a show/hide button for the OSK.
  realizing this may be undesirable to add another indicator item - a follow-on 
idea might be to add an alpha button in the corner of the xmir-root window (the 
window that holds any xapp at the moment)
  this way the button presence would only be limited to the Xapp interaction.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543351/+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 1587626] Re: package firefox-locale-en 46.0+build5-0ubuntu0.16.04.2 failed to install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état

2016-05-31 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: fsys-tarfile-error

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

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

Title:
  package firefox-locale-en 46.0+build5-0ubuntu0.16.04.2 failed to
  install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné
  une erreur de sortie d'état 2

Status in firefox package in Ubuntu:
  Invalid

Bug description:
  ???

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: firefox-locale-en 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/controlC1:  dan1687 F pulseaudio
   /dev/snd/controlC2:  dan1687 F pulseaudio
   /dev/snd/controlC0:  dan1687 F pulseaudio
  BuildID: 20160511223818
  Channel: Unavailable
  Date: Sun May 29 08:21:10 2016
  Dependencies:
   
  Df:
   
  Dmesg:
   
  ErrorMessage: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur 
de sortie d'état 2
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-05-14 (16 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.0.254 dev enp3s0  proto static  metric 100 
   192.168.0.0/24 dev enp3s0  proto kernel  scope link  src 192.168.0.40  
metric 100
  IwConfig:
   enp3s0no wireless extensions.
   
   lono wireless extensions.
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Title: package firefox-locale-en 46.0+build5-0ubuntu0.16.04.2 failed to 
install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une 
erreur de sortie d'état 2
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H97-HD3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF5:bd06/26/2014:svnGigabyteTechnologyCo.,Ltd.:pnH97-HD3:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnH97-HD3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: H97-HD3
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1587626/+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 1426834] Re: crash when viewing small pcf.gz files in /usr/share/fonts/X11/misc

2016-05-31 Thread Hadrien
upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=767088

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

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

Title:
  crash when viewing small pcf.gz files in /usr/share/fonts/X11/misc

Status in gnome-font-viewer package in Ubuntu:
  New

Bug description:
  Open one of the smallest pcf.gz file in /usr/share/fonts/X11/misc
  gnome-font-viewer crashes:

  hadrien@c18:~$ gnome-font-viewer
  /usr/share/fonts/X11/misc/decsess.pcf.gz

  (gnome-font-viewer:17976): Pango-CRITICAL **: pango_find_base_dir: assertion 
'text != NULL || length == 0' failed
  Erreur de segmentation (core dumped)
  hadrien@c18:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: gnome-font-viewer 3.12.0-1build1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar  1 09:39:12 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-10-20 (496 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: gnome-font-viewer
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (126 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-font-viewer/+bug/1426834/+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 1587628] [NEW] package adium-theme-ubuntu 0.3.4-0ubuntu1 [modified: usr/share/adium/message-styles/ubuntu.AdiumMessageStyle/Contents/Resources/Incoming/Content.html usr/share/a

2016-05-31 Thread Justin Merell
Public bug reported:

I am currently reinstalling my system.  Unity has crashed and I do not
have menu bars or a task bar.

ProblemType: Package
DistroRelease: Ubuntu 16.04
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
AptOrdering:
 ubuntu-desktop: Install
 adium-theme-ubuntu: Configure
 ubuntu-desktop: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Tue May 31 14:54:14 2016
Dependencies:
 
DpkgTerminalLog:
 Preparing to unpack .../ubuntu-desktop_1.361_amd64.deb ...
 Unpacking ubuntu-desktop (1.361) over (1.361) ...
 dpkg: error processing package adium-theme-ubuntu (--configure):
  package adium-theme-ubuntu is not ready for configuration
  cannot configure (current status 'half-installed')
ErrorMessage: package adium-theme-ubuntu is not ready for configuration  cannot 
configure (current status 'half-installed')
InstallationDate: Installed on 2016-05-31 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: adium-theme-ubuntu
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: adium-theme-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package adium-theme-ubuntu 0.3.4-0ubuntu1 [modified: usr/share/adium
  /message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Incoming/Context.html
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/Template.html
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/alert.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/blueBackground.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/blueCurves.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/blueIndicator.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/blueIndicator2.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/blueIndicatorAlt.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/greenCurves.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/greenIndicator.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/greenIndicator2.png
  usr/share/adium/message-
  
styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/greenIndicatorAlt.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/history.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/redCurves.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/redIndicator.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/redIndicator2.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/redIndicatorAlt.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/typing-
  left.png usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/typing-
  right.png usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/yellowCurves.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/yellowIndicator.png
  usr/share/adium/message-
  styles/ubuntu.AdiumMessageStyle/Contents/Resources/images/yellowIndicator2.png
  usr/share/adium/message-
  

[Desktop-packages] [Bug 1089069] Re: When taking a screenshot sometimes the image will look orange-colored

2016-05-31 Thread Julian Haagsma
Also happens to me, in 16.04

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

Title:
  When taking a screenshot sometimes the image will look orange-colored

Status in gnome-screenshot package in Ubuntu:
  Confirmed

Bug description:
  When taking a screenshot (and specially when taking a "selective"
  screenshot trough Shift+PrtScr) the resulting image will have this
  orange filter over it (the one that shows when one makes a screenshot
  of a part of the screen)

  I repeat: this will happen when taking a screenshot of a selection of
  the screen but also when taking a screenshot of the full screen.

  Shutter on the other hand displays no such behavior.

  I'm using Ubuntu 12.04.

  Regards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screenshot/+bug/1089069/+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 1089069] Re: When taking a screenshot sometimes the image will look orange-colored

2016-05-31 Thread Julian Haagsma
version: gnome-screenshot 3.18.0

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

Title:
  When taking a screenshot sometimes the image will look orange-colored

Status in gnome-screenshot package in Ubuntu:
  Confirmed

Bug description:
  When taking a screenshot (and specially when taking a "selective"
  screenshot trough Shift+PrtScr) the resulting image will have this
  orange filter over it (the one that shows when one makes a screenshot
  of a part of the screen)

  I repeat: this will happen when taking a screenshot of a selection of
  the screen but also when taking a screenshot of the full screen.

  Shutter on the other hand displays no such behavior.

  I'm using Ubuntu 12.04.

  Regards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screenshot/+bug/1089069/+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 1511824] Re: Can't login as ordinary user with lightdm

2016-05-31 Thread Akshay Jain
I am getting the same problem with a fresh install of Ubuntu 16.04 LTS.
Tried the workarounds from odroid forum, but doesn't seem to help.
Is this bug going to be fixed?

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

Title:
  Can't login as ordinary user with lightdm

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  I can't login as ordinary user rose with lightdm.
  It is an Ubuntu 15.04 for armv7l .
  At the beginning I saw the already reported issues with kwallet, which is not 
installed. I commented out the corresponding lines in. I have now:

  root@odroid6:~# cat /etc/pam.d/lightdm
  #%PAM-1.0
  auth requisite pam_nologin.so
  auth sufficient pam_succeed_if.so user ingroup nopasswdlogin
  @include common-auth
  auth optional pam_gnome_keyring.so
  #auth optional pam_kwallet.so
  @include common-account
  session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so close
  session required pam_limits.so
  @include common-session
  session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so open
  session optional pam_gnome_keyring.so auto_start
  #session optional pam_kwallet.so auto_start
  session required pam_env.so readenv=1
  session required pam_env.so readenv=1 user_readenv=1 
envfile=/etc/default/locale
  @include common-password

  and

  root@odroid6:~# cat /etc/pam.d/lightdm-greeter
  #%PAM-1.0
  auth required pam_permit.so
  auth optional pam_gnome_keyring.so
  #auth optional pam_kwallet.so
  @include common-account
  session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so close
  session required pam_limits.so
  @include common-session
  session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so open
  session optional pam_gnome_keyring.so auto_start
  #session optional pam_kwallet.so auto_start
  session required pam_env.so readenv=1
  session required pam_env.so readenv=1 user_readenv=1 
envfile=/etc/default/locale

  It seems that my password is accepted (login via ssh works perfectly),
  but with lightdm I get only a black screen with mouse cursor. Login as
  user odroid which is in group nopasswdlogin with lightdm works.

  After trying to login as user rose, I have to login with ssh and kill
  all processes owned by rose. At the end of /var/log/auth.log I see:

  Oct 28 19:34:17 odroid6 lightdm: pam_succeed_if(lightdm:auth): requirement 
"user ingroup nopasswdlogin" not met by user "rose"
  Oct 28 19:34:26 odroid6 lightdm: pam_unix(lightdm-greeter:session): session 
closed for user lightdm
  Oct 28 19:34:26 odroid6 lightdm: pam_unix(lightdm:session): session opened 
for user rose by (uid=0)
  Oct 28 19:34:26 odroid6 systemd-logind[651]: New session c8 of user rose.
  Oct 28 19:34:26 odroid6 systemd: pam_unix(systemd-user:session): session 
opened for user rose by (uid=0)
  Oct 28 19:35:10 odroid6 systemd-logind[651]: Removed session c6.
  Oct 28 19:35:10 odroid6 systemd: pam_unix(systemd-user:session): session 
closed for user lightdm

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.2-0ubuntu1.1
  Uname: Linux 3.10.82-57 armv7l
  ApportVersion: 2.17.2-0ubuntu1.7
  Architecture: armhf
  Date: Fri Oct 30 18:14:21 2015
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.pam.d.lightdm: 2015-10-28T17:40:04.609656
  mtime.conffile..etc.pam.d.lightdm.greeter: 2015-10-28T17:53:38.848444

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1511824/+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 1587626] [NEW] package firefox-locale-en 46.0+build5-0ubuntu0.16.04.2 failed to install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'éta

2016-05-31 Thread dan
Public bug reported:

???

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: firefox-locale-en 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/controlC1:  dan1687 F pulseaudio
 /dev/snd/controlC2:  dan1687 F pulseaudio
 /dev/snd/controlC0:  dan1687 F pulseaudio
BuildID: 20160511223818
Channel: Unavailable
Date: Sun May 29 08:21:10 2016
Dependencies:
 
Df:
 
Dmesg:
 
ErrorMessage: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur 
de sortie d'état 2
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2016-05-14 (16 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IpRoute:
 default via 192.168.0.254 dev enp3s0  proto static  metric 100 
 192.168.0.0/24 dev enp3s0  proto kernel  scope link  src 192.168.0.40  metric 
100
IwConfig:
 enp3s0no wireless extensions.
 
 lono wireless extensions.
NoProfiles: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
Title: package firefox-locale-en 46.0+build5-0ubuntu0.16.04.2 failed to 
install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une 
erreur de sortie d'état 2
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/26/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F5
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: H97-HD3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF5:bd06/26/2014:svnGigabyteTechnologyCo.,Ltd.:pnH97-HD3:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnH97-HD3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: H97-HD3
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-package xenial

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

Title:
  package firefox-locale-en 46.0+build5-0ubuntu0.16.04.2 failed to
  install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné
  une erreur de sortie d'état 2

Status in firefox package in Ubuntu:
  New

Bug description:
  ???

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: firefox-locale-en 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/controlC1:  dan1687 F pulseaudio
   /dev/snd/controlC2:  dan1687 F pulseaudio
   /dev/snd/controlC0:  dan1687 F pulseaudio
  BuildID: 20160511223818
  Channel: Unavailable
  Date: Sun May 29 08:21:10 2016
  Dependencies:
   
  Df:
   
  Dmesg:
   
  ErrorMessage: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur 
de sortie d'état 2
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-05-14 (16 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.0.254 dev enp3s0  proto static  metric 100 
   192.168.0.0/24 dev enp3s0  proto kernel  scope link  src 192.168.0.40  
metric 100
  IwConfig:
   enp3s0no wireless extensions.
   
   lono wireless extensions.
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Title: package firefox-locale-en 46.0+build5-0ubuntu0.16.04.2 failed to 
install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une 
erreur de sortie d'état 2
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 

[Desktop-packages] [Bug 1572667] Re: [Thinkpad T450s] Screen flickering on external monitors with docking station

2016-05-31 Thread Bryan Abhser
@bhat3 The problem started when I upgraded to Xenial.

I tested 4.6.0-040600-generic and the bug appears to be fixed.

Thanks!

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

Title:
  [Thinkpad T450s] Screen flickering on external monitors with docking
  station

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

Bug description:
  Ubuntu Gnome 16.04 RC.
  Screen does flickering some times.
  Intel HD graphics.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1572667/+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 1587614] [NEW] Open with - duplicate entries

2016-05-31 Thread Phil
Public bug reported:

1. Installed Ubuntu 16.04
2. Followed this guide to try out Xubuntu (except for step 3, because I wanted 
to keep Unity in case.
3. Ended up going back to Unity via other steps I don't remember (using 
terminal to edit lightdm, etc)
4. Open with now has duplicate entries

Based on question 61397, I can use this as a workaround but I'd
appreciate the devs can look into how this can be prevented in future.

Thanks
Phil

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

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

Title:
  Open with - duplicate entries

Status in nautilus package in Ubuntu:
  New

Bug description:
  1. Installed Ubuntu 16.04
  2. Followed this guide to try out Xubuntu (except for step 3, because I 
wanted to keep Unity in case.
  3. Ended up going back to Unity via other steps I don't remember (using 
terminal to edit lightdm, etc)
  4. Open with now has duplicate entries

  Based on question 61397, I can use this as a workaround but I'd
  appreciate the devs can look into how this can be prevented in future.

  Thanks
  Phil

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1587614/+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 1562385] Re: Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 0[GFX1]: Unknown image format 0 Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknow

2016-05-31 Thread Pieter Van den Berghe
My iMac is also affected. It's a G5 (PPC970FX) 1.6GHz, 768MB RAM.
I installed Lubuntu 16.04 yesterday (May 30th), problem occurs since then, 
still happening after apt-get upgrade.
Kernel 4.4.0-22-powerpc64-smp

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

Title:
  Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image
  format 0[GFX1]: Unknown image format 0 Crash Annotation
  GraphicsCriticalError: |[0][GFX1]: Unknown image format 0|[1][GFX1]:
  Unknown image format 0[GFX1]: Unknown image format 0

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  i have continue this error as loop when i open firefox from terminal
  and this hit the performances

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 45.0.1+build1-0ubuntu1
  Uname: Linux 4.5.0-cyrus-lb ppc64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  amigaone   4535 F pulseaudio
  BuildID: 20160317093517
  Channel: Unavailable
  CurrentDesktop: MATE
  Date: Sat Mar 26 20:51:20 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2016-03-05 (21 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Alpha powerpc (20160302)
  IpRoute:
   default via 192.168.1.1 dev eth0 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.102
  Locales: extensions.sqlite corrupt or missing
  Plugins:
   IcedTea-Web Plugin (using IcedTea-Web 1.6.2 (1.6.2-2ubuntu1)) - 
/usr/lib/jvm/java-8-openjdk-powerpc/jre/lib/ppc/IcedTeaPlugin.so 
(icedtea-8-plugin)
   Gnome Shell Integration - 
/usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so (gnome-shell)
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=45.0.1/20160317093517 (In use)
  RelatedPackageVersions:
   icedtea-8-plugin 1.6.2-2ubuntu1
   gnome-shell  3.18.4-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1562385/+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 1579389] Re: wireless keeps freezing

2016-05-31 Thread Pat McGowan
Can you attach /var/log/syslog when this occurs. and the output of
"nmcli d"

** Changed in: canonical-devices-system-image
   Status: New => Incomplete

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => John McAleely (john.mcaleely)

** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  wireless keeps freezing

Status in Canonical System Image:
  Incomplete
Status in network-manager package in Ubuntu:
  New

Bug description:
  Hi there,

  After i did update my ubuntu to OTA 10.1 on my bq 4.5, my wireless
  began to freeze everytime the phone idles, it doesn't matter if i am
  home or at work or in a cafe, everytime the phone is doing nothing the
  wireless stop working, So i have to turn it off and then on and
  everything works fine till the phone idles again.

  I have asked on IRC and i was informed to come here report a bug. If
  you guys want me to send you files or anything just give me the
  commands i need to type in my terminal or what files i need to send to
  here.

  Regards,

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579389/+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 1587597] [NEW] Proprietary graphics not available to Snappy packages

2016-05-31 Thread Michael Hall
Public bug reported:

The proprietary nvidia drivers are not accessible from snap packages,
they need to have a bind mount made to a location where snaps can use
them. Please see the conversation below for more details:

10:24 < mvo> mhall119, mattiasw: I looked at the nvidia issue and it
works here now, there are two issue: a) we do not auto-bind-mount the
right nvidia directory, this needs to get fixed in our nvidia drive pkg,
as a workaround we can sudo mount -o bind /usr/lib/nvidia-361
/var/lib/snapd/lib/gl/ b) the bin/qt5-launch script overrides our
LD_LIBRARY_PATH, trivial fix is to just ensure that before the actual
launch of krita "$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH" is set, this
ensures that the right gl library (the nvidia one) wins over mesa. if
there is a git repo or anything like this I can provide a patch for
bin/qt5-launch

10:24 < mvo> mhall119: do you think you could chase our nvidia packagers
to include a systemd bind mount unit from "sudo mount -o bind
/usr/lib/nvidia-361 /var/lib/snapd/lib/gl/" ?

10:31 < mhall119> mvo: I assume the nvidia package fix needs to be SRU'd
into 16.04's archives, it's not something that gets fixed in ubuntu-core
images

10:32 < mvo> mhall119: yeah, we need to get this SRUed

10:32 < mvo> mhall119: not something we can fix in the image

** Affects: nvidia-graphics-drivers-361 (Ubuntu)
 Importance: Undecided
 Assignee: Alberto Milone (albertomilone)
 Status: New

** Changed in: nvidia-graphics-drivers-361 (Ubuntu)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Description changed:

  The proprietary nvidia drivers are not accessible from snap packages,
  they need to have a bind mount made to a location where snaps can use
  them. Please see the conversation below for more details:
  
- 10:24 < mvo> mhall119, mattiasw: I looked at the nvidia issue and it works 
here 
-  now, there are two issue: a) we do not auto-bind-mount the right 
-  nvidia directory, this needs to get fixed in our nvidia drive 
pkg, 
-  as a workaround we can sudo mount -o bind /usr/lib/nvidia-361 
-  /var/lib/snapd/lib/gl/ b) the bin/qt5-launch script overrides 
our 
-  LD_LIBRARY_PATH, trivial fix is to just ensure that before the 
-  actual launch of krita "$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH" 
-  is set, this ensures that the right gl library (the nvidia one) 
-  wins over mesa. if there is a git repo or anything like this I 
can 
-  provide a patch for bin/qt5-launch
- 10:24 < mvo> mhall119: do you think you could chase our nvidia packagers to 
-  include a systemd bind mount unit from "sudo mount -o bind 
-  /usr/lib/nvidia-361 /var/lib/snapd/lib/gl/" ?
- 10:31 < mhall119> mvo: I assume the nvidia package fix needs to be SRU'd into 
-   16.04's archives, it's not something that gets fixed in 
-   ubuntu-core images
+ 10:24 < mvo> mhall119, mattiasw: I looked at the nvidia issue and it
+ works here now, there are two issue: a) we do not auto-bind-mount the
+ right nvidia directory, this needs to get fixed in our nvidia drive pkg,
+ as a workaround we can sudo mount -o bind /usr/lib/nvidia-361
+ /var/lib/snapd/lib/gl/ b) the bin/qt5-launch script overrides our
+ LD_LIBRARY_PATH, trivial fix is to just ensure that before the actual
+ launch of krita "$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH" is set, this
+ ensures that the right gl library (the nvidia one) wins over mesa. if
+ there is a git repo or anything like this I can provide a patch for
+ bin/qt5-launch
+ 
+ 10:24 < mvo> mhall119: do you think you could chase our nvidia packagers
+ to include a systemd bind mount unit from "sudo mount -o bind
+ /usr/lib/nvidia-361 /var/lib/snapd/lib/gl/" ?
+ 
+ 10:31 < mhall119> mvo: I assume the nvidia package fix needs to be SRU'd
+ into 16.04's archives, it's not something that gets fixed in ubuntu-core
+ images
+ 
  10:32 < mvo> mhall119: yeah, we need to get this SRUed
+ 
  10:32 < mvo> mhall119: not something we can fix in the image

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

Title:
  Proprietary graphics not available to Snappy packages

Status in nvidia-graphics-drivers-361 package in Ubuntu:
  New

Bug description:
  The proprietary nvidia drivers are not accessible from snap packages,
  they need to have a bind mount made to a location where snaps can use
  them. Please see the conversation below for more details:

  10:24 < mvo> mhall119, mattiasw: I looked at the nvidia issue and it
  works here now, there are two issue: a) we do not auto-bind-mount the
  right nvidia directory, this needs to get fixed in our nvidia drive
  pkg, as a workaround we can sudo mount -o bind /usr/lib/nvidia-361
  /var/lib/snapd/lib/gl/ b) the bin/qt5-launch script 

[Desktop-packages] [Bug 1587287] Re: Missing language *.mo files in libwnck-common

2016-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package libwnck - 1:2.30.7-5ubuntu2

---
libwnck (1:2.30.7-5ubuntu2) yakkety; urgency=medium

  * No change rebuild in universe so translations are included (lp:
#1587287)

 -- Sebastien Bacher   Tue, 31 May 2016 18:17:02
+0200

** Changed in: libwnck (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Missing language *.mo files in libwnck-common

Status in libwnck package in Ubuntu:
  Fix Released

Bug description:
  There are no *.mo files in the package libwnck-common, version 
1:2.30.7-5ubuntu1 (Ubuntu 16.04).
  Thus the UI strings are in english.
  I was able to fix this by recompiling the package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwnck/+bug/1587287/+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 1587287] Re: Missing language *.mo files in libwnck-common

2016-05-31 Thread Sebastien Bacher
thank, it's not the same in gnome-panel since it's using gtk3 and
libwnck3 which has translations

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

Title:
  Missing language *.mo files in libwnck-common

Status in libwnck package in Ubuntu:
  In Progress

Bug description:
  There are no *.mo files in the package libwnck-common, version 
1:2.30.7-5ubuntu1 (Ubuntu 16.04).
  Thus the UI strings are in english.
  I was able to fix this by recompiling the package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwnck/+bug/1587287/+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 1586260] Re: System freeze & no display if set External monitor as primary (Performance mode)

2016-05-31 Thread Mathew Hodson
** No longer affects: xorg-server-lts-vivid (Ubuntu Xenial)

** No longer affects: xorg-server-lts-vivid (Ubuntu Yakkety)

** Changed in: xorg-server (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: xorg-server (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: xorg-server (Ubuntu Yakkety)
   Importance: Undecided => High

** Changed in: xorg-server-lts-vivid (Ubuntu Trusty)
   Importance: Undecided => High

** No longer affects: xorg-server-lts-vivid (Ubuntu)

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

Title:
  System freeze & no display if set External monitor as primary
  (Performance mode)

Status in xorg-server package in Ubuntu:
  Fix Released
Status in xorg-server source package in Trusty:
  Invalid
Status in xorg-server-lts-vivid source package in Trusty:
  Fix Committed
Status in xorg-server source package in Xenial:
  New
Status in xorg-server source package in Yakkety:
  Fix Released

Bug description:
  [Impact]

  System freeze & no display if set External monitor as primary
  (Performance mode)

  [Test case]

  1. Setup Graphic mode to Performance mode
  2. Plug External monitor with HDMI
  3. Set display mode to External monitor only is pass
  4. Set display mode to Extend/ Mirror mode

  Expected results: External monitor can be set as primary normally

  Actual results: System freeze & no display if set External monitor as
  primary (Performance mode)

  [Regression potential]

  Unknown right now, upstream review pending.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1586260/+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 1587287] Re: Missing language *.mo files in libwnck-common

2016-05-31 Thread Roland65
Yes indeed: at least in xfce4, the pager applet shows its strings in
english (Move to anther desktop, Click to move to desktop 2, etc.).
Probably the same in the gnome panel.

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

Title:
  Missing language *.mo files in libwnck-common

Status in libwnck package in Ubuntu:
  In Progress

Bug description:
  There are no *.mo files in the package libwnck-common, version 
1:2.30.7-5ubuntu1 (Ubuntu 16.04).
  Thus the UI strings are in english.
  I was able to fix this by recompiling the package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwnck/+bug/1587287/+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 1587550] Re: package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
Ok, I hit "close" on that "Could not install 'gconf2'" window, and now
it's hung at trying to unpack baobab_3.18.1-1ubuntu1_amd64.deb

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1315579] Re: When using scim-m17n in gedit, the backspace and delete keys are dysfunctional

2016-05-31 Thread Swarup Dev
Yes, it was specifically in Trusty 14.04 that this issue was found, in
May of 2014. Due to the Gedit and Dash issues with SCIM, I had to leave
using SCIM and use Fcitx instead. For the last 2 years I've been using
Fcitx.

As to your second question, I would need to make SCIM the active input
method and test it. If doing so will affect the action taken here, let
me know and I will try and test it.

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

Title:
  When using scim-m17n in gedit, the backspace and delete keys are
  dysfunctional

Status in gedit:
  Expired
Status in gedit package in Ubuntu:
  Triaged
Status in scim package in Ubuntu:
  Incomplete
Status in scim package in Debian:
  New

Bug description:
  scim-m17n is an input method used for typing many languages,
  especially those with complex characters.

  With scim-m17n enabled in gedit, when one presses the backspace or
  delete key, then instead of performing the expected work, the cursor
  simply moves one space ahead and places  "" there. Actually when
  I paste that sign here, it is just an empty box. But there in gedit
  the box contains four digits arranged in two rows: "0008" for
  backspace, and "007F" for delete. I have attached a screenshot to
  illustrate more clearly.

  With scim-m17n is enabled, when one presses the backspace key when
  gets a result equivalent to typing:  0008 

  With scim-m17n is enabled, when one presses the delete key when gets a
  result equivalent to typing:  007F 

  This behaviour is evident only in gedit. When using scim-m17n in Libre
  Office, Thunderbird, and other applications, the backspace and delete
  keys work normally.

  In gedit with scim-m17n enabled, all the other instructional keys like
  insert, home, end, page up, page down-- these all work normally.

  I have been using scim-m17n since 2007, and this was never an issue
  until installing Ubuntu 14.04 which ships with gedit version 3.10.4.

  This issue is a serious problem for those working with scim in gedit.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gedit 3.10.4-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri May  2 21:10:18 2014
  ExecutablePath: /usr/bin/gedit
  InstallationDate: Installed on 2014-04-24 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1315579/+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 1580463] Re: Snap blocks access to system input methods (ibus, fctix, ...)

2016-05-31 Thread Jamie Strandboge
** Changed in: snapd (Ubuntu Yakkety)
   Status: Incomplete => Confirmed

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

Title:
  Snap blocks access to system input methods (ibus, fctix, ...)

Status in im-config package in Ubuntu:
  Fix Released
Status in snapd package in Ubuntu:
  Confirmed
Status in im-config source package in Xenial:
  Fix Committed
Status in snapd source package in Xenial:
  New
Status in im-config source package in Yakkety:
  Fix Released
Status in snapd source package in Yakkety:
  Confirmed

Bug description:
  = SRU im-config =
  [Impact]
  ibus-daemon by default uses a unix socket name of /tmp/dbus-... that is 
indistinguishable from dbus-daemon abstract sockets. While dbus-daemon has 
AppArmor mediation, ibus-daemon does not so it is important that its abstract 
socket not be confused with dbus-daemon's. By modifying ibus-daemon's start 
arguments to use "--address 'unix:tmpdir=/tmp/ibus'" AppArmor can continue 
mediating DBus abstract sockets like normal and also mediate access to the 
ibus-daemon-specific abstract socket via unix rules. This also tidies up the 
abstract socket paths so that it is clear which are for ibus-daemon, which for 
dbus-daemon, etc.

  The upload simply adjusts 21_ibus.rc to start ibus-daemon with "--
  address 'unix:tmpdir=/tmp/ibus'" and adds a comment. No compiled code
  changes are required.

  [Test Case]
  1. start a unity session before updating to the package in -proposed

  2. $ grep IBUS_ADDRESS ~/.config/ibus/bus/*-unix-0 
  
IBUS_ADDRESS=unix:abstract=/tmp/dbus-Vyx8fGFA,guid=28e8e7e89f902c8d4e9d77c5557add76

  3. $ lsof -p $(pidof ibus-daemon) | grep '/dbus'
  ibus-daem 2973 jamie8u unix 0x  0t0   29606 
@/tmp/dbus-oxKYpN30 type=STREAM

  4. update the package in -proposed and perform '2' and '3'. The
  IBUS_ADDRESSES should be the same as before

  5. logout of unity, then log back in

  6. $ grep IBUS_ADDRESS ~/.config/ibus/bus/*-unix-0 
  
IBUS_ADDRESS=unix:abstract=/tmp/ibus/dbus-SpxOl8Fc,guid=06d4bbeb07614c6dffbf221c57473f4e

  (notice '/tmp/ibus/' in the path)

  7. $ lsof -p $(pidof ibus-daemon) | grep '/dbus'
  ibus-daem 3471 jamie8u unix 0x  0t0  26107 
@/tmp/ibus/dbus-SpxOl8Fc type=STREAM
  ...

  (notice '@/tmp/ibus/' in the path)

  In addition to the above, you can test for regressions by opening
  'System Settings' under the 'gear' icon in the panel and selecting
  'Text Entry'. From there, add an input source on the right, make sure
  'Show current input source in the menu bar' is checked, then use the
  input source panel indicator to change input sources.

  [Regression Potential]

  The regression potential is considered low because there are no
  compiled code changes and because the changes only occur after ibus-
  daemon is restarted, which is upon session start, not package upgrade.
  When it is restarted, the files in ~/.config/ibus/bus/*-unix-0 are
  updated accordingly for other applications to pick up.

  This change intentionally requires a change to the unity7 snapd
  interface, which is in progress. Currently the change should not
  regress snapdsbehavior due to other issues surrounding using ibus
  unrelated to security policy.

  = Original description =
  Currently snaps can't access ibus/fcitx from the system, do we need a 
interface for input methods there?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1580463/+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 1587550] Re: package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
Well, if you can tell me how to get you that crash file, I'll do it; but
nothing I am trying is working.

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1586773] Re: CR: query for mobile data volume

2016-05-31 Thread Pat McGowan
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => John McAleely (john.mcaleely)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Wishlist

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

Title:
  CR: query for mobile data volume

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  I as a user want to know or query the consumed mobile data volume per
  day and current month without asking the provider for this values.

  This could be implemented for example in the free space of System
  Settings --> Mobile

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1586773/+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 1587567] [NEW] /usr/bin/file-roller:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new

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

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

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


** Tags: saucy trusty utopic vivid wily xenial

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

Title:
  /usr/bin/file-
  
roller:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new

Status in file-roller package in Ubuntu:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1587567/+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 1587550] Re: package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
I tried to run:

I tried to run:

apport-collect 1587550
You need to run 'sudo apt-get install python-apport' for apport-collect to work.

I don't want to run apt-get in the middle of an upgrade, so I tried:

sudo apport-bug /var/crash/gconf2.0.crash
[sudo] password for []: 
/usr/share/apport/apport-gtk:16: PyGIWarning: Wnck was imported without 
specifying a version first. Use gi.require_version('Wnck', '3.0') before import 
to ensure that the right version gets loaded.
  from gi.repository import GLib, Wnck, GdkX11, Gdk
dev@ThinkPad-T530:~$ 
(firefox:17827): dconf-CRITICAL **: unable to create file 
'/home/dev/.cache/dconf/user': Permission denied.  dconf will not work properly.

In the browser I get:

Invalid OpenID transaction

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1587565] [NEW] /usr/bin/users-admin:*** Error in `users-admin': free(): invalid next size (fast): ADDR ***

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

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gnome-system-tools.  This problem was most recently seen with
version 3.0.0-4ubuntu2, the problem page at
https://errors.ubuntu.com/problem/2ec9bff2edb2f705ab72d04bba79172508511dc7
contains more details.

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


** Tags: raring saucy trusty utopic vivid wily xenial

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

Title:
  /usr/bin/users-admin:*** Error in `users-admin': free(): invalid next
  size (fast): ADDR ***

Status in gnome-system-tools package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding gnome-system-tools.  This problem was most recently seen
  with version 3.0.0-4ubuntu2, the problem page at
  https://errors.ubuntu.com/problem/2ec9bff2edb2f705ab72d04bba79172508511dc7
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/1587565/+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 1587287] Re: Missing language *.mo files in libwnck-common

2016-05-31 Thread Sebastien Bacher
Thank you for your bug report, indeed it needs a rebuild in universe
since translation were moved to langpack when it was in main and not
included back since. Does that have any user visible impact?

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

** Changed in: libwnck (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Missing language *.mo files in libwnck-common

Status in libwnck package in Ubuntu:
  In Progress

Bug description:
  There are no *.mo files in the package libwnck-common, version 
1:2.30.7-5ubuntu1 (Ubuntu 16.04).
  Thus the UI strings are in english.
  I was able to fix this by recompiling the package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwnck/+bug/1587287/+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 1545259] Re: gnome-calendar crashed with signal 5 in g_malloc0_n()

2016-05-31 Thread Iain Lane
** Information type changed from Private to Public

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

Title:
  gnome-calendar crashed with signal 5 in g_malloc0_n()

Status in gnome-calendar package in Ubuntu:
  Confirmed

Bug description:
  No details!

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-calendar 3.18.2.1-1
  ProcVersionSignature: Ubuntu 4.4.0-4.19-generic 4.4.1
  Uname: Linux 4.4.0-4-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 13 13:57:59 2016
  ExecutablePath: /usr/bin/gnome-calendar
  InstallationDate: Installed on 2016-02-07 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160131)
  ProcCmdline: /usr/bin/gnome-calendar --gapplication-service
  Signal: 5
  SourcePackage: gnome-calendar
  StacktraceTop:
   g_malloc0_n () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: gnome-calendar crashed with signal 5 in g_malloc0_n()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1545259/+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 1587550] Re: package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
sudo update-manager -d
Checking for a new Ubuntu release
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
authenticate 'xenial.tar.gz' against 'xenial.tar.gz.gpg' 
extracting 'xenial.tar.gz'
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/gconf2.0.crash'

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1587550] Re: package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
I guess I can't post the crash file. Launchpad barfs. Sorry.

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1587550] Re: package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
** Attachment added: "lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+attachment/4673621/+files/lspci.txt

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1587550] [NEW] package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
Public bug reported:

Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
guess it's an upgrade to "testing".  Result is a window saying:

Could not install 'gconf2'

The upgrade will continue but the 'gconf2' package may not be in a
working state. Please consider submitting a bug report about it.

dependency problems - leaving triggers unprocessed

[Close]

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


** Tags: update-manager

** Attachment added: "apt-term.log"
   
https://bugs.launchpad.net/bugs/1587550/+attachment/4673617/+files/apt-term.log

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1587550] Re: package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
** Attachment added: "history.log"
   
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+attachment/4673619/+files/history.log

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1587550] Re: package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
** Attachment added: "apt.log"
   
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+attachment/4673620/+files/apt.log

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1587550] Re: package gconf2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-31 Thread DiagonalArg
** Attachment added: "main.log"
   
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+attachment/4673618/+files/main.log

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

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
  guess it's an upgrade to "testing".  Result is a window saying:

  Could not install 'gconf2'

  The upgrade will continue but the 'gconf2' package may not be in a
  working state. Please consider submitting a bug report about it.

  dependency problems - leaving triggers unprocessed

  [Close]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+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 1586866] Re: Sticky edges in settings-->appearance is not searchable

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

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

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

** Changed in: unity-control-center (Ubuntu)
   Importance: Undecided => Low

** Changed in: unity-control-center (Ubuntu)
   Status: New => Incomplete

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

Title:
  Sticky edges in settings-->appearance is not searchable

Status in unity-control-center package in Ubuntu:
  Incomplete

Bug description:
  Sticky edges in settings-->appearance is not searchable - 16.04 live
  cd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1586866/+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 1511333] Re: Spanish translate template evolution wily 15.10

2016-05-31 Thread Javier Antonio Nisa Avila
the problem still exists, all that we present we leave rejected and many
we have hundreds or thousands of translations. the great problem comes
with the translation equipment not working, not translated and is so
closed that does not allow help. elitism is the sign of this translation
equipment. I am crew chief 15 engineers and had never seen so much
neglect. chains translate build up and I remember that the Hispanic
community is one of the most important for Ubuntu and stop translate the
operating system can get in against him. thanks

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

Title:
  Spanish translate template evolution wily 15.10

Status in evolution package in Ubuntu:
  New

Bug description:
  I have been translating part of the evolution of Spanish template. It
  remained to translate strings 574,  and I translated 414 but take a
  week now and no one has gone to the changed state.

  They can pass the state changed to continue the translation, and
  nobody answers me and the translation is blocked.

  Thank you.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1511333/+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 1511333] Re: Spanish translate template evolution wily 15.10

2016-05-31 Thread Javier Antonio Nisa Avila
The Spanish translate team didn't admit in the team. the problem still
exists, all that we present we leave rejected and many we have hundreds or
thousands of translations. the great problem comes with the translation
equipment not working, not translated and is so closed that does not allow
help. elitism is the sign of this translation equipment. I am crew chief 15
engineers and had never seen so much neglect. chains translate build up and
I remember that the Hispanic community is one of the most important for
Ubuntu and stop translate the operating system can get in against him.
thanks
El 31/05/2016 00:05, "Andre Klapper"  escribió:

> Javier: Did you contact the Spanish translators? Is anything else needed
> in this bug report?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1511333
>
> Title:
>   Spanish translate template evolution wily 15.10
>
> Status in evolution package in Ubuntu:
>   New
>
> Bug description:
>   I have been translating part of the evolution of Spanish template. It
>   remained to translate strings 574,  and I translated 414 but take a
>   week now and no one has gone to the changed state.
>
>   They can pass the state changed to continue the translation, and
>   nobody answers me and the translation is blocked.
>
>   Thank you.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1511333/+subscriptions
>

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

Title:
  Spanish translate template evolution wily 15.10

Status in evolution package in Ubuntu:
  New

Bug description:
  I have been translating part of the evolution of Spanish template. It
  remained to translate strings 574,  and I translated 414 but take a
  week now and no one has gone to the changed state.

  They can pass the state changed to continue the translation, and
  nobody answers me and the translation is blocked.

  Thank you.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1511333/+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 1586866] Re: Sticky edges in settings-->appearance is not searchable

2016-05-31 Thread Pat McGowan
** Also affects: unity-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-system-settings (Ubuntu)

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

Title:
  Sticky edges in settings-->appearance is not searchable

Status in unity-control-center package in Ubuntu:
  New

Bug description:
  Sticky edges in settings-->appearance is not searchable - 16.04 live
  cd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1586866/+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 1568576] Re: Thinkpad T460 & Ultra Dock - No audio output on dock plug

2016-05-31 Thread emelce
** Also affects: alsa-driver
   Importance: Undecided
   Status: New

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

Title:
  Thinkpad T460 & Ultra Dock - No audio output on dock plug

Status in ALSA driver:
  New
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  Thinkpad T460, Ultra dock, 2 channel speakers connected to dock.
  4.4.0-18 Kernel / 16.04.

  When the laptop is docked & speakers are connected to the dock audio
  connector, I get no audio outpout from the dock audio connector.

  Looks like the same issue as reported in:
  https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1385680

  However the pin quirks appear to be different for the T*60 series of
  laptops.

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/1568576/+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 91389] Re: Please add support for more than one VPN simultaneously

2016-05-31 Thread Bug Watch Updater
** Changed in: network-manager
   Status: Confirmed => Fix Released

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

Title:
  Please add support for more than one VPN simultaneously

Status in NetworkManager:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Committed

Bug description:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1

affects /ubuntu/network-manager

  I often need to use more than one VPN at the same time (each using a
  different address range though). It'd be nice if network-manager would
  support that situation.
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.6 (GNU/Linux)
  Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

  iQCVAwUBRfQLkQy0JeEGD2blAQItkgP/SWjDb/mIMltNpsr6CyY7tQ290sszSPQV
  FSmEir+njA+Eq52nnoqwowAImJeiF2g3VAcHLcfsoaBjcPhqN8o4iT5LoAEtKLeA
  +UE+qoY0zerSkn8tCgJa1U/Zaa80lROpU3pLSCKfbFPisnzybCxjGzkmwLyKRQT/
  KcJBSkHDeZY=
  =PKgd
  -END PGP SIGNATURE-

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/91389/+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 1568679] Re: Can't connect bluetooth device with on/off switch in control center

2016-05-31 Thread Sebastien Bacher
That commit fixes the issue

https://git.gnome.org/browse/gnome-control-
center/commit/panels/bluetooth/cc-bluetooth-
panel.c?id=6e9a352256b624d27a3b8ff21219d364472e8a20

** Changed in: unity-control-center (Ubuntu)
   Importance: Undecided => High

** Changed in: unity-control-center (Ubuntu)
   Status: New => In Progress

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

Title:
  Can't connect bluetooth device with on/off switch in control center

Status in unity-control-center package in Ubuntu:
  In Progress

Bug description:
  The on/off switch for controlling whether to connect to a bluetooth
  device doesn't work.

  I tried to use the control centre to connect to a bluetooth audio
  device. I switched bluetooth on, and several devices were detected.
  When selecting the device I wanted, the bluetooth settings correctly
  identified that it was already paired, but disconnected. The on/off
  switch for connecting to it was disabled. The on/off switch for that
  device in the system tray works normally, and the device connects
  properly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: unity-control-center 15.04.0+15.10.20150923-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 10 21:19:43 2016
  InstallationDate: Installed on 2015-11-10 (153 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  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/1568679/+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 1568679] Re: Can't connect bluetooth device with on/off switch in control center

2016-05-31 Thread Sebastien Bacher
rather 
https://git.gnome.org/browse/gnome-control-center/commit/panels/bluetooth/cc-bluetooth-panel.c?id=c7b02d716a9763ba2fca2339d7a7a71f4e1c29f1

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

Title:
  Can't connect bluetooth device with on/off switch in control center

Status in unity-control-center package in Ubuntu:
  In Progress

Bug description:
  The on/off switch for controlling whether to connect to a bluetooth
  device doesn't work.

  I tried to use the control centre to connect to a bluetooth audio
  device. I switched bluetooth on, and several devices were detected.
  When selecting the device I wanted, the bluetooth settings correctly
  identified that it was already paired, but disconnected. The on/off
  switch for connecting to it was disabled. The on/off switch for that
  device in the system tray works normally, and the device connects
  properly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: unity-control-center 15.04.0+15.10.20150923-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 10 21:19:43 2016
  InstallationDate: Installed on 2015-11-10 (153 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  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/1568679/+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 1587530] [NEW] USB device (phone) not seen by Ubuntu 16.04

2016-05-31 Thread luca
Public bug reported:

I seen after I  formatted an USB key with "Disks", USB ports doesnt detect me 
anymore USB Device (phone). I can add that even USB Storage didnt work, I mean, 
it didnt appear the Icon of USB Key in the Bar, but it was seen from 
application "Disks", so I clicked some button (I dont know which one) and 
started working, but unluckyly still when I link the phone from USB port is not 
seen (Icon of external device didnt appear from the bar) and even from "Disks" 
I cant see any external device. Moreover if using "lsusb" from terminal, device 
is seen from lsusb (it recognize as a phone).
I think its easy issue because as I unblocked USB Storage, not recognized, just 
clicking from "Disks". I think I just need a command that refresh all USB ports 
with terminal, and it will work.
PS. At the end, I think I just need to know a command that refresh all USB 
ports and everything will work.
thank
l.p.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: wl
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue May 31 17:04:09 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus: bcmwl, 6.30.223.248+bdcom, 4.4.0-22-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation G92M [GeForce 8800M GTS] [10de:0609] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: Apple Inc. GeForce 8800 GS [106b:00a7]
InstallationDate: Installed on 2016-05-23 (8 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Apple Inc. iMac8,1
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=3f4d3344-76e1-4df7-8772-db2adb8fc6a5 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/09/08
dmi.bios.vendor: Apple Inc.
dmi.bios.version: IM81.88Z.00C1.B00.0802091538
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F227BEC8
dmi.board.vendor: Apple Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 13
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F227BEC8
dmi.modalias: 
dmi:bvnAppleInc.:bvrIM81.88Z.00C1.B00.0802091538:bd02/09/08:svnAppleInc.:pniMac8,1:pvr1.0:rvnAppleInc.:rnMac-F227BEC8:rvrPVT:cvnAppleInc.:ct13:cvrMac-F227BEC8:
dmi.product.name: iMac8,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
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.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Tue May 31 15:35:19 2016
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.2
xserver.video_driver: nouveau

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

Title:
  USB device (phone) not seen by Ubuntu 16.04

Status in xorg package in Ubuntu:
  New

Bug description:
  I seen after I  formatted an USB key with "Disks", USB ports doesnt detect me 
anymore USB Device (phone). I can add that even USB Storage didnt work, I mean, 
it didnt appear the Icon of USB Key in the Bar, but it was seen from 
application "Disks", so I clicked some button (I dont know which one) and 
started working, but unluckyly still when I link the phone from USB port is not 
seen (Icon of external device didnt appear from the bar) and even from "Disks" 
I cant see any external device. Moreover if using "lsusb" from terminal, device 
is seen from lsusb (it recognize as a phone).
  I think its easy issue because as I unblocked USB Storage, not recognized, 
just clicking from "Disks". I think I just need a command that refresh all USB 
ports with 

[Desktop-packages] [Bug 1576726] Re: [SRU] network-manager 1.2.0

2016-05-31 Thread Seydon
@MartinPitt

This was the original behavior of Xenial. See
https://bugs.launchpad.net/ubuntu/+source/network-manager-
openconnect/+bug/1571300 for more info (this bug number was referenced
in that one as well).

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

Title:
  [SRU] network-manager 1.2.0

Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-openconnect package in Ubuntu:
  Fix Released
Status in network-manager-openvpn package in Ubuntu:
  Confirmed
Status in network-manager-ssh package in Ubuntu:
  Fix Released
Status in network-manager-vpnc package in Ubuntu:
  Fix Released
Status in network-manager source package in Xenial:
  Fix Committed
Status in network-manager-applet source package in Xenial:
  Fix Released
Status in network-manager-openconnect source package in Xenial:
  Confirmed
Status in network-manager-openvpn source package in Xenial:
  Confirmed
Status in network-manager-ssh source package in Xenial:
  Confirmed
Status in network-manager-vpnc source package in Xenial:
  Confirmed
Status in network-manager-openconnect package in Debian:
  Fix Released

Bug description:
  [Impact]
  Xenial was released with upstream beta2 version of network-manager to keep in 
time for the release schedule, and upstream stable release has been made so 
it's time to update to it.

  [Testcase]
  After upgrading the package, user should still be able to connect to networks 
like Ethernet, Wi-Fi and VPNs.

  [Regression Potential]
  Potential of causing regression is relatively small because there is not big 
changes made during beta2 -> stable process.

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