[Desktop-packages] [Bug 1593988] Re: Nautilus failed to start

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

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

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

Title:
  Nautilus failed to start

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure this is reliably reproducible, but maybe there's
  something helpful in the logs. I can't seem to start up Nautilus and
  if I click on the folder icon next to a downloaded file in the
  Downloads drop-down in Firefox then Firefox freezes. It was working
  fine and then after I had closed it I couldn't start it again when I
  tried later.

  If I run Nautilus in Terminal it hangs for a while and then the
  following appears in Terminal before it gives up:

  (nautilus:15487): GLib-GIO-CRITICAL **:
  g_dbus_interface_skeleton_unexport: assertion
  'interface_->priv->connections != NULL' failed

  (nautilus:15487): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: 
assertion 'interface_->priv->connections != NULL' failed
  Could not register the application: Timeout was reached

  (nautilus:15487): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen:
  assertion 'GDK_IS_SCREEN (screen)' failed

  (nautilus:15487): GLib-GObject-WARNING **: invalid (NULL) pointer
  instance

  (nautilus:15487): GLib-GObject-CRITICAL **: g_signal_connect_object:
  assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

  The Nautilus process was still running (which it does normally). After
  I Ended the process in System Monitor I was able to start it up again
  and now it works fine, I'm able to open and close the app again.
  Something went wrong though and, though this is not easily
  reproducible, stuff like this shouldn't happen in the first place!

  Probably because I Ended the process and then started Nautilus again,
  the 'File, Edit, View,...' menus now come up inside the window rather
  than in the Indicator Applet Appmenu in the panel (I'm sure it'll work
  fine if I restart the computer).

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-25.44-generic 4.4.13
  Uname: Linux 4.4.0-25-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jun 18 15:56:43 2016
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'892x600+28+52'"
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']"
  InstallationDate: Installed on 2016-04-26 (52 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1627641] Re: Backport netplan to xenial

2016-10-05 Thread Martin Pitt
systemd's and netplan's tests now work:
  
http://people.canonical.com/~ubuntu-archive/proposed-migration/xenial/update_excuses.html#systemd
  
http://people.canonical.com/~ubuntu-archive/proposed-migration/xenial/update_excuses.html#nplan

nplan's tests still show a race condition on ppc64el, but this isn't a
regression.

network-manager's tests also all work:
  
http://people.canonical.com/~ubuntu-archive/proposed-migration/xenial/update_excuses.html#network-manager

I ran the above test cases on a 16.04.1 desktop (--print-config is
identical, verifying existing connections still work), and NM still
generally works.

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

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

Title:
  Backport netplan to xenial

Status in network-manager package in Ubuntu:
  Fix Released
Status in nplan package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in network-manager source package in Xenial:
  Fix Committed
Status in nplan source package in Xenial:
  Fix Committed
Status in systemd source package in Xenial:
  Fix Committed

Bug description:
  For snappy (at first at least) we need to provide netplan in xenial,
  as for the first snappy GA release we must not use any PPAs any more.

  netplan's NetworkManager backend depends on two patches to read
  configuration and connections from /run/NetworkManager/. These will
  need to be backported for full netplan support; but they are not
  required for snappy as this will use a snapped NM. However, this will
  need a temporary hack
  (https://code.launchpad.net/%7Emorphis/netplan/+git/netplan/+merge/306607)
  until snaps can actually properly support OS components like
  NetworkManager.

  PATCHES:
  
https://git.launchpad.net/~network-manager/network-manager/+git/ubuntu/commit/?h=xenial=6dcdb85
  
https://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?h=ubuntu-xenial=4e9c52b0bb

  REGRESSION POTENTIAL:
  netplan: The risk for existing installations is practically zero as nplan 
does not exist in xenial yet and thus will not be pulled in during upgrades.

  NetworkManager: Nothing in xenial expects/uses /run/NetworkManager/
  and as it's an ephemeral tmpfs there is no risk of existing files
  there. If the patches are broken it could in theory happen that
  NetworkManager also does not properly read files from
  /etc/NetworkManager/ any more, so the -proposed package must verify
  that existing connections still work.

  systemd: This does change behavior of networkd quite a bit: RA is now
  being handled in userpsace instead of the kernel, there are some new
  virtual device types, LLDP support, etc., and there are no (known)
  backwards incompatibilities. The 229 version was known buggy with
  DHCPv6 (we disabled these two test cases), and judging by the feedback
  in Debian 231 is now reasonably stable. networkd is not being used by
  default or advertised in Ubuntu 16.04 (so far), so this will not
  affect the vast majority of installations. But while we have quite
  good test coverage, it cannot be ruled out that we break some custom
  setup that uses networkd.

  TEST PLAN:
  1. Run "NetworkManager --print-config" and save the output.
  2. Install the proposed NetworkManager and confirm that existing connections 
(from /etc/NetworkManager/system-connections) still work.
  3. Run "NetworkManager --print-config" again and verify that the output is 
the same as in step 1.
  4. netplan has a very comprehensive integration test suite run as 
autopkgtest, which covers NetworkManager (including the /run patches) and 
network. Confirm that it succeeds.

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

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


[Desktop-packages] [Bug 1630860] Re: [HDA-Intel - HDA Intel PCH, playback] Playback problem

2016-10-05 Thread wjl
** Attachment added: "Screenshot without dock (expected behaviour)"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1630860/+attachment/4755671/+files/Screenshot%20from%202016-10-05%2008%3A19%3A52.png

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

Title:
  [HDA-Intel - HDA Intel PCH, playback] Playback problem

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Lenovo Thinkpad P50 with docking station

  Issues: Headphone jack on station not detected; no sound (works without 
docking station)
  Issues: Sound via HDMI on station not detected; no sound (works without 
docking station)

  Since all outputs are routed via the Thunderbolt chip, my guess is
  that it's related to the pin setup (lenovo-dock) in Alsa. Without the
  dock, everything works, headphone/mic jack on the P50 itself is
  hotplug (switches from speaker to headphones right away).

  Screenshots (with and without docking station) attached.

  Thanks and LG,
  Wolfgang

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-38.57~14.04.1-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  NonfreeKernelModules: symap_custom_dkms_x86_64 nvidia
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wjl2943 F pulseaudio
   /dev/snd/controlC0:  wjl2943 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Oct  5 14:14:02 2016
  InstallationDate: Installed on 2016-09-10 (24 days ago)
  InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: HDA NVidia - HDA NVidia
  Symptom_Type: Only some of outputs are working
  Title: [HDA-Intel - HDA Intel PCH, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/10/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1EET52W (1.26 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EQS1EH0B
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1EET52W(1.26):bd05/10/2016:svnLENOVO:pn20EQS1EH0B:pvrThinkPadP50:rvnLENOVO:rn20EQS1EH0B:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EQS1EH0B
  dmi.product.version: ThinkPad P50
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2016-10-04T12:48:36.270399

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

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


[Desktop-packages] [Bug 1630860] [NEW] [HDA-Intel - HDA Intel PCH, playback] Playback problem

2016-10-05 Thread wjl
Public bug reported:

Lenovo Thinkpad P50 with docking station

Issues: Headphone jack on station not detected; no sound (works without docking 
station)
Issues: Sound via HDMI on station not detected; no sound (works without docking 
station)

Since all outputs are routed via the Thunderbolt chip, my guess is that
it's related to the pin setup (lenovo-dock) in Alsa. Without the dock,
everything works, headphone/mic jack on the P50 itself is hotplug
(switches from speaker to headphones right away).

Screenshots (with and without docking station) attached.

Thanks and LG,
Wolfgang

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-38.57~14.04.1-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
NonfreeKernelModules: symap_custom_dkms_x86_64 nvidia
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wjl2943 F pulseaudio
 /dev/snd/controlC0:  wjl2943 F pulseaudio
CurrentDesktop: Unity
Date: Wed Oct  5 14:14:02 2016
InstallationDate: Installed on 2016-09-10 (24 days ago)
InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: HDA NVidia - HDA NVidia
Symptom_Type: Only some of outputs are working
Title: [HDA-Intel - HDA Intel PCH, playback] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/10/2016
dmi.bios.vendor: LENOVO
dmi.bios.version: N1EET52W (1.26 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20EQS1EH0B
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40705 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN1EET52W(1.26):bd05/10/2016:svnLENOVO:pn20EQS1EH0B:pvrThinkPadP50:rvnLENOVO:rn20EQS1EH0B:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20EQS1EH0B
dmi.product.version: ThinkPad P50
dmi.sys.vendor: LENOVO
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2016-10-04T12:48:36.270399

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


** Tags: amd64 apport-bug trusty

** Attachment added: "Screenshot from 2016-10-05 08:29:36.png"
   
https://bugs.launchpad.net/bugs/1630860/+attachment/4755663/+files/Screenshot%20from%202016-10-05%2008%3A29%3A36.png

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

Title:
  [HDA-Intel - HDA Intel PCH, playback] Playback problem

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Lenovo Thinkpad P50 with docking station

  Issues: Headphone jack on station not detected; no sound (works without 
docking station)
  Issues: Sound via HDMI on station not detected; no sound (works without 
docking station)

  Since all outputs are routed via the Thunderbolt chip, my guess is
  that it's related to the pin setup (lenovo-dock) in Alsa. Without the
  dock, everything works, headphone/mic jack on the P50 itself is
  hotplug (switches from speaker to headphones right away).

  Screenshots (with and without docking station) attached.

  Thanks and LG,
  Wolfgang

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-38.57~14.04.1-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  NonfreeKernelModules: symap_custom_dkms_x86_64 nvidia
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wjl2943 F pulseaudio
   /dev/snd/controlC0:  wjl2943 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Oct  5 14:14:02 2016
  InstallationDate: Installed on 2016-09-10 (24 days ago)
  InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: HDA NVidia - HDA NVidia
  Symptom_Type: Only some of outputs are working
  Title: [HDA-Intel - HDA Intel PCH, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/10/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1EET52W (1.26 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EQS1EH0B
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1EET52W(1.26):bd05/10/2016:svnLENOVO:pn20EQS1EH0B:pvrThinkPadP50:rvnLENOVO:rn20EQS1EH0B:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EQS1EH0B
  

[Desktop-packages] [Bug 1630839] Re: Request for applying a patch to support OpenVSwitch in hostapd

2016-10-05 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patch I've applied to Ubuntu upstream wpa source
package." seems to be a patch.  If it isn't, please remove the "patch"
flag from the attachment, remove the "patch" tag, and if you are a
member of the ~ubuntu-reviewers, unsubscribe the team.

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

** Tags added: patch

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

Title:
  Request for applying a patch to support OpenVSwitch in  hostapd

Status in wpa package in Ubuntu:
  New

Bug description:
  Hello Devs,

  I'm requesting the patch https://github.com/helmut-
  jacob/hostapd/commit/c89daaeca4ee90c8bc158e37acb1b679c823d7ab to be
  applied in hostapd in Ubuntu. I compiled wpa-2.4 from Ubuntu sources
  with the attached patch and worked well with ath9k_htc + OpenVSwitch
  from Ubuntu 16.04.

  Thanks!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: hostapd 1:2.4-0ubuntu6
  Uname: Linux 4.6.3-040603-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Wed Oct  5 23:40:38 2016
  InstallationDate: Installed on 2016-01-14 (266 days ago)
  InstallationMedia: Ubuntu-Server 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: wpa
  UpgradeStatus: Upgraded to xenial on 2016-05-13 (145 days ago)
  modified.conffile..etc.default.hostapd: [modified]
  mtime.conffile..etc.default.hostapd: 2016-10-05T00:16:08.475114

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

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


[Desktop-packages] [Bug 1630855] [NEW] cmake can't find llvm-libs

2016-10-05 Thread Tuowen Zhao
Public bug reported:

When building project with llvm-libs using cmake, cmake is complaining about 
incorrect library path. It looks like installation path is incorrectly setup. 
Also, 3.7 doesn't have any problem.
DISCLAIMER: I'm using ubuntu docker, don't know if that changes anything.

Error:
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 (include):
  include could not find load file:

/usr/share/llvm/cmake/LLVMExports.cmake
Call Stack (most recent call first):
  CMakeLists.txt:4 (find_package)


CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:181 (include):
  include could not find load file:

/usr/share/llvm/cmake/LLVM-Config.cmake
Call Stack (most recent call first):
  CMakeLists.txt:4 (find_package)


-- 
CMake Error at CMakeLists.txt:13 (llvm_map_components_to_libnames):
  Unknown CMake command "llvm_map_components_to_libnames".


-- Configuring incomplete, errors occurred!
See also "XX/dummy/build/CMakeFiles/CMakeOutput.log".

Expected output(something like below), also I can confirm that it can work once 
all the path and symlink in the files are fixed:
-- The C compiler identification is GNU 6.2.1
-- The CXX compiler identification is GNU 6.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- 
-- Configuring done
-- Generating done
-- Build files have been written to: X/dummy/build

Attachment is a dummy project file that uses llvm and clang, need package:
  llvm llvm-dev clang libclang-dev
To reproduce the error
1. unarchive
2. cd
3. mkdir build
4. cd build
5. cmake ..

** Affects: llvm-toolchain-3.8 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "A dummy project using llvm-libs and clang-libs using 
CMake"
   
https://bugs.launchpad.net/bugs/1630855/+attachment/4755653/+files/dummy.tar.gz

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

Title:
  cmake can't find llvm-libs

Status in llvm-toolchain-3.8 package in Ubuntu:
  New

Bug description:
  When building project with llvm-libs using cmake, cmake is complaining about 
incorrect library path. It looks like installation path is incorrectly setup. 
Also, 3.7 doesn't have any problem.
  DISCLAIMER: I'm using ubuntu docker, don't know if that changes anything.

  Error:
  -- The C compiler identification is GNU 5.4.0
  -- The CXX compiler identification is GNU 5.4.0
  -- Check for working C compiler: /usr/bin/cc
  -- Check for working C compiler: /usr/bin/cc -- works
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Check for working CXX compiler: /usr/bin/c++
  -- Check for working CXX compiler: /usr/bin/c++ -- works
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 (include):
include could not find load file:

  /usr/share/llvm/cmake/LLVMExports.cmake
  Call Stack (most recent call first):
CMakeLists.txt:4 (find_package)

  
  CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:181 (include):
include could not find load file:

  /usr/share/llvm/cmake/LLVM-Config.cmake
  Call Stack (most recent call first):
CMakeLists.txt:4 (find_package)

  
  -- 
  CMake Error at CMakeLists.txt:13 (llvm_map_components_to_libnames):
Unknown CMake command "llvm_map_components_to_libnames".

  
  -- Configuring incomplete, errors occurred!
  See also "XX/dummy/build/CMakeFiles/CMakeOutput.log".

  Expected output(something like below), also I can confirm that it can work 
once all the path and symlink in the files are fixed:
  -- The C compiler identification is GNU 6.2.1
  -- The CXX compiler 

[Desktop-packages] [Bug 1573206] Re: GNOME Software does not install third-party .deb packages

2016-10-05 Thread Andres Vega
*** This bug is a duplicate of bug 1573408 ***
https://bugs.launchpad.net/bugs/1573408

I am also having this problem.

When are they going to fix this bug?

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

Title:
  GNOME Software does not install third-party .deb packages

Status in gdebi:
  New
Status in GNOME Software:
  New
Status in GRadio:
  New
Status in Ubuntu GNOME:
  Triaged
Status in Ubuntu Studio:
  Triaged
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 16.04 LTS (clean install). 64-bit. Final release.
  Gnome-software version: 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
    Version table:
   *** 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
  500 http://no.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  I intended to install MEGA Sync Client, Google Chrome and Dropbox by
  downloading the needed packages from their websites (respectively
  https://mega.nz/#sync and https://www.google.com/chrome/ and
  https://www.dropbox.com/install?os=lnx ). I opened the packages one by
  one with gnome-software and pressed Install - nothing, except for a
  super-quick progress bar animation, happened. No matter how many times
  I tried, same result. Also, an icon pops up on the panel saying
  "Waiting to install", but nothing seems to happen.

  This only seems to happen with third-party packages; installing a
  random deb from packages.ubuntu.com/xenial worked.

  I even tried to reinstall the system to make this work, but same
  problem.

  Gdebi, however, installs the packages as expected.

  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
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 21:01:52 2016
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-software
  InstallationDate: Installed on 2016-04-21 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   LANGUAGE=nn_NO:nn:no_NO:no:nb_NO:nb:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=nn_NO.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/gdebi/+bug/1573206/+subscriptions

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


[Desktop-packages] [Bug 299774] Re: package tex-common 1.11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2016-10-05 Thread Pepe
Just to clarify this.
The reported bug is the same I'm listing now, but updated to the package 
tex-common 6.04 with the next message, after an upgrade to Ubuntu 16 from 
Ubuntu 14:

"package tex-common 6.04 failed to install/upgrade: subprocess installed
post-installation script returned error exit status 1"

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

Title:
  package tex-common 1.11 failed to install/upgrade: subprocess post-
  installation script returned error exit status 1

Status in tex-common package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: tex-common

  Was installing all UbuntuStudio packages from Synaptic Package
  Manager.  Will do "reinstall" and see if it happens again.

  ProblemType: Package
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ErrorMessage: subprocess post-installation script returned error exit status 1
  Package: tex-common 1.11
  PackageArchitecture: all
  SourcePackage: tex-common
  Title: package tex-common 1.11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
  Uname: Linux 2.6.27-7-generic i686

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

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


[Desktop-packages] [Bug 1624571] Re: White lines visible around toolbars in LibreOffice when using GTK3 and a dark theme

2016-10-05 Thread Turbo
Can confirm, I like dark themes and my LibreOffice has those too.

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

Title:
  White lines visible around toolbars in LibreOffice when using GTK3 and
  a dark theme

Status in ubuntu-mate:
  Triaged
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  There are some portions where the theme is not consistent like on the right 
side "x" and so on.
  In the pictures you will see a comparation side by side with UBUNTU Mate 
16.04 with Mate 1.14 gtk2 ppa
  The top bar from the picture it's from 16.10 and the next bar it's from 16.04

  OS: Ubuntu 16.10 daily
  Interface : Mate 1.15.1

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

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


[Desktop-packages] [Bug 1630839] [NEW] Request for applying a patch to support OpenVSwitch in hostapd

2016-10-05 Thread Leonardo Silva Amaral
Public bug reported:

Hello Devs,

I'm requesting the patch https://github.com/helmut-
jacob/hostapd/commit/c89daaeca4ee90c8bc158e37acb1b679c823d7ab to be
applied in hostapd in Ubuntu. I compiled wpa-2.4 from Ubuntu sources
with the attached patch and worked well with ath9k_htc + OpenVSwitch
from Ubuntu 16.04.

Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: hostapd 1:2.4-0ubuntu6
Uname: Linux 4.6.3-040603-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Wed Oct  5 23:40:38 2016
InstallationDate: Installed on 2016-01-14 (266 days ago)
InstallationMedia: Ubuntu-Server 15.10 "Wily Werewolf" - Release amd64 
(20151021)
SourcePackage: wpa
UpgradeStatus: Upgraded to xenial on 2016-05-13 (145 days ago)
modified.conffile..etc.default.hostapd: [modified]
mtime.conffile..etc.default.hostapd: 2016-10-05T00:16:08.475114

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


** Tags: amd64 apport-bug xenial

** Patch added: "Patch I've applied to Ubuntu upstream wpa source package."
   
https://bugs.launchpad.net/bugs/1630839/+attachment/4755576/+files/hostapd_openvswitch.patch

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

Title:
  Request for applying a patch to support OpenVSwitch in  hostapd

Status in wpa package in Ubuntu:
  New

Bug description:
  Hello Devs,

  I'm requesting the patch https://github.com/helmut-
  jacob/hostapd/commit/c89daaeca4ee90c8bc158e37acb1b679c823d7ab to be
  applied in hostapd in Ubuntu. I compiled wpa-2.4 from Ubuntu sources
  with the attached patch and worked well with ath9k_htc + OpenVSwitch
  from Ubuntu 16.04.

  Thanks!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: hostapd 1:2.4-0ubuntu6
  Uname: Linux 4.6.3-040603-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Wed Oct  5 23:40:38 2016
  InstallationDate: Installed on 2016-01-14 (266 days ago)
  InstallationMedia: Ubuntu-Server 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: wpa
  UpgradeStatus: Upgraded to xenial on 2016-05-13 (145 days ago)
  modified.conffile..etc.default.hostapd: [modified]
  mtime.conffile..etc.default.hostapd: 2016-10-05T00:16:08.475114

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

-- 
Mailing list: https://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 1501250] Re: double clicking on a URL drops the protocol from the URL

2016-10-05 Thread James Troup
Egmont Koblinger  writes:

> Double clicking, by design, is _not_ meant to select URLs.

Really?  Which design is that?

And regardless of whether or not double click is meant to select URLs,
it's a literal fact that it did in fact (largely) select URLs for many
years.

> So, guys, there's nothing to see here. Please move on.

You're obviously welcome to your opinion, but it's a little strange to
end 77 lines and 705 words with the claim that there is "nothing to
see here" and a request to "move on".

> This bug should be closed as invalid.

That's your opinion; in my opinion this is a regression in Ubuntu.

-- 
James

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

Title:
  double clicking on a URL drops the protocol from the URL

Status in Gnome Virtual Terminal Emulator:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to 15.10 beta from 15.04, when I double click on a
  URL, I lose most of the protocol, e.g. if I type
  'http://www.ubuntu.com/' into a terminal and double click, what gets
  selected (and entered into the copy buffer) is '//www.ubuntu.com'

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

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


[Desktop-packages] [Bug 1510344] Re: Keyboard Backlight Turns on at boot

2016-10-05 Thread Grzegorz Ciołek
I've tried Billiot's approach (#98) - no luck either.

All is good during the boot.
But just a sec before displaying the login screen, the keyboard lits to maximum 
and stay like this.

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

Title:
  Keyboard Backlight Turns on at boot

Status in Dell Sputnik:
  Confirmed
Status in gnome-settings-daemon:
  Fix Released
Status in One Hundred Papercuts:
  Confirmed
Status in Linux:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in unity-settings-daemon source package in Xenial:
  Fix Released

Bug description:
  System: Dell XPS 13 9343

  Action: Boot computer

  Expected Behavior: Keyboard backlight would be off when computer is
  booted

  Actual Behavior: Keyboard backlight is on at boot

  This did not happen with Ubuntu 15.04

  There are new files in Ubuntu 15.10 -
  /sys/class/leds/dell::kbd_backlight$

  cat stop_timeout
  60s

   cat start_triggers 
  +keyboard +touchpad

  cat trigger 
  [none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full 
BAT0-charging-blink-full-solid usb-gadget usb-host cpu0 cpu1 cpu2 cpu3 mmc0 
rfkill0

  cat brightness 
  2

  ---

  Unsure if these files are important, but included in the report

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.1.0-2-generic 4.1.0-2.2
  ProcVersionSignature: Ubuntu 4.1.0-2.2-generic 4.1.3
  Uname: Linux 4.1.0-2-generic x86_64
  ApportVersion: 2.18-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2488 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2488 F pulseaudio
  CasperVersion: 1.362
  CurrentDesktop: Unity
  Date: Tue Oct 27 01:29:47 2015
  IwConfig:
   enx00249b0981e3  no wireless extensions.
   
   lono wireless extensions.
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150730)
  MachineType: Dell Inc. XPS 13 9343
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
  RelatedPackageVersions:
   linux-restricted-modules-4.1.0-2-generic N/A
   linux-backports-modules-4.1.0-2-generic  N/A
   linux-firmware   1.145
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/14/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0TM99H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd07/14/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1510344/+subscriptions

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


[Desktop-packages] [Bug 1630457] Re: Ubuntu 16.10 Free Culture Showcase community wallpapers

2016-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-wallpapers - 16.10.1-0ubuntu1

---
ubuntu-wallpapers (16.10.1-0ubuntu1) yakkety; urgency=medium

  * Add winning entries from the Ubuntu 16.10 Free Culture Showcase. (LP:
#1630457)
  * AUTHORS: Re-add Iain Lane as a contributor.

 -- Nathan Haines   Wed, 05 Oct 2016 16:09:08 +0100

** Changed in: ubuntu-wallpapers (Ubuntu)
   Status: New => Fix Released

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

Title:
  Ubuntu 16.10 Free Culture Showcase community wallpapers

Status in ubuntu-wallpapers package in Ubuntu:
  Fix Released

Bug description:
  The Ubuntu 16.10 Free Culture Showcase resulted in 189 stunning images
  that were submitted.  The final 12 were selected by community members
  and are ready for inclusion in yakkety.

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

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


[Desktop-packages] [Bug 1619919] Re: Cursor jump sometimes by touchpad button

2016-10-05 Thread Christopher M. Penalver
** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Cursor jump sometimes by touchpad button

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

Bug description:
  The cursor jump or sticking sometimes, when I click touchpad button
  while one finger on touchpad.

  syslog:
  Sep  3 16:54:59 atlantis kernel: [24012.686354] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.693535] psmouse serio1: Touchpad at 
isa0060/serio1/input0 - driver resynced.
  Sep  3 16:54:59 atlantis kernel: [24012.700467] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.710051] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.720168] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.730265] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.740728] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.740730] psmouse serio1: issuing 
reconnect request

  Otherwise the usb mouse work perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-input-synaptics 1.8.2-1ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Sep  3 16:56:30 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  InstallationDate: Installed on 2016-08-29 (4 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20FD0021MC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-36-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/20/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1GET64W (1.43 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FD0021MC
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1GET64W(1.43):bd05/20/2016:svnLENOVO:pn20FD0021MC:pvrThinkPadYoga260:rvnLENOVO:rn20FD0021MC:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20FD0021MC
  dmi.product.version: ThinkPad Yoga 260
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160801.3-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
  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.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Sat Sep  3 10:14:57 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4665 
   vendor CMN
  xserver.version: 2:1.18.3-1ubuntu2.3

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

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


[Desktop-packages] [Bug 1629754] Re: Add-ons not showing

2016-10-05 Thread Mathew Hodson
** No longer affects: gnome-software (Ubuntu)

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

Title:
  Add-ons not showing

Status in appstream-glib package in Ubuntu:
  Fix Released
Status in appstream-glib source package in Xenial:
  Fix Committed
Status in appstream-glib source package in Yakkety:
  Fix Released

Bug description:
  [Impact]
  Add-ons are not installable from GNOME Software. This is due to 
appstream-glib incorrectly filtering them out.

  [Test Case]
  1. Open GNOME Software on Files app (gnome-software 
--details=org.gnome.Nautilus.desktop)
  2. Browse add-ons

  Expected result:
  Can install/remove add-ons

  Observed result:
  No add-ons are shown (entire section is missing)

  [Regression Potential]
  By enabling add-ons there is a small risk of a new code-path being enabled 
that could expose a bug. This feature has been fixed in upstream git and 
Yakkety for some time so this risk seems low.

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

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


[Desktop-packages] [Bug 1630816] [NEW] /usr/lib/xorg/Xorg:6:glamor_xv_render:glamor_xv_put_image:xf86XVPutImage:ProcXvShmPutImage:Dispatch

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

The Ubuntu Error Tracker has been receiving reports about a problem
regarding xorg-server.  This problem was most recently seen with version
2:1.18.4-0ubuntu0.1, the problem page at
https://errors.ubuntu.com/problem/6337c60e05ccdcc40dbce30193b0732a9a0f4bc7
contains more details.

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


** Tags: xenial

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

Title:
  
/usr/lib/xorg/Xorg:6:glamor_xv_render:glamor_xv_put_image:xf86XVPutImage:ProcXvShmPutImage:Dispatch

Status in xorg-server package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding xorg-server.  This problem was most recently seen with
  version 2:1.18.4-0ubuntu0.1, the problem page at
  https://errors.ubuntu.com/problem/6337c60e05ccdcc40dbce30193b0732a9a0f4bc7
  contains more details.

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

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


[Desktop-packages] [Bug 1519120] Re: NetworkManager should provide default name for VLAN

2016-10-05 Thread Nish Aravamudan
** Tags removed: server-next

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

Title:
  NetworkManager should provide default name for VLAN

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I tried to use the network manager UI to define a VLAN interface, and
  nothing happened. There are a few bugs here:

  (1) When creating a VLAN interface through the UI, the "vlan interface
  name" must be filled in. This should just default to ., rather than being a required field. (I typed in "vlan100"
  to get the "Save" button to activate.)

  (2) After creating my VLAN interface, nothing happened. No new
  interface appeared. I then realized that I had not installed the
  "vlan" package, and assumed that NetworkManager therefore could not
  complete configuration of the interface.

  (3) After installing the 'vlan' package (and then telling
  NetworkManager to disconnect and reconnect my Ethernet interface from
  the UI, just for good measure), still no VLAN interfaces were present
  on my system.

  I also tried editing the VLAN interface in the UI, and specifying
  "enp4s0f1.100", but still no VLAN interface came online.

  # apt-cache policy network-manager
  network-manager:
Installed: 1.0.4-0ubuntu6
Candidate: 1.0.4-0ubuntu6
Version table:
   *** 1.0.4-0ubuntu6 0
  500 http://172.16.42.88/ubuntu/ xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  # apt-cache policy vlan
  vlan:
Installed: 1.9-3.2ubuntu1
Candidate: 1.9-3.2ubuntu1
Version table:
   *** 1.9-3.2ubuntu1 0
  500 http://172.16.42.88/ubuntu/ xenial/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 1615575] Re: Emoji support

2016-10-05 Thread N. W.
> marmuta wrote:
> There are some emoji in the Small and Phone layouts.

These are black and white Emojis though.

How about using color Emojis like the open source Emoji One set for
example:

http://emojione.com/
https://github.com/Ranks/emojione

?

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

Title:
  Emoji support

Status in Onboard:
  Confirmed
Status in onboard package in Ubuntu:
  New

Bug description:
  Any plans for emoji support? These days it's commonly used in
  communication. If onboard had emoji support it would be a very useful
  tool.

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

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


[Desktop-packages] [Bug 1629770] Re: No "UI scaling" checkbox in display properties, no actual scaling in unity, nautilus, gnome apps

2016-10-05 Thread Ivan Sagalaev
Yes. And it works, too! Thank you :-)

Am I supposed to close the bug, or is there some QA process in place?

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

Title:
  No "UI scaling" checkbox in display properties, no actual scaling in
  unity, nautilus, gnome apps

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

Bug description:
  After upgrading from 16.04 to 16.10-something-after-final-beta the UI
  scaling of desktop has gone and the relevant UI control is not found
  in the Displays panel of System Settings.

  I could work around some of the problems by:

  - `gsettings set com.ubuntu.user-interface scale-factor "{'HDMI1': 8, 'eDP1': 
12}"`
  - `gsettings set org.gnome.desktop.interface text-scaling-factor 1.5`
  - `gsettings org.gnome.desktop.interface cursor-size 36`
  - setting `layout.css.devPixelsPerPx` in Firefox about:config to 2.0 (note 
it's not consistent with 1.5 I use for everything else, it happened to Firefox 
one or two versions back, and it's a separate issue)

  These didn't fix the size of Unity panels and font sizes in window
  titles.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: unity-control-center 15.04.0+16.10.20160705.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
  Uname: Linux 4.8.0-17-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Sun Oct  2 22:37:22 2016
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2015-08-15 (415 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: unity-control-center
  UpgradeStatus: Upgraded to yakkety on 2016-10-02 (0 days ago)

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

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


[Desktop-packages] [Bug 1629983] Re: Temperature in Weather Report applet impossible to read when using Ambiance

2016-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-themes -
16.10+16.10.20161005-0ubuntu1

---
ubuntu-themes (16.10+16.10.20161005-0ubuntu1) yakkety; urgency=medium

  [ Alberts Muktupāvels ]
  * gnome-panel.css: Fix weather applet text color. (LP: #1629983)

 -- Dmitry Shachnev   Wed, 05 Oct 2016 17:59:11
+

** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Fix Released

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

Title:
  Temperature in Weather Report applet impossible to read when using
  Ambiance

Status in gnome-applets package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  Fix Released

Bug description:
  When using the Ambiance theme, the temperature on the Weather Report
  applet is impossible to read because the font is black, so it blends
  in with the background of the panel.

  
  Ubuntu Yakkety Yak (development branch) 16.10
  light-themes version 16.10+16.10.20160926-0ubuntu1

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

-- 
Mailing list: https://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 1620851] Re: include desktop file for orca preferences

2016-10-05 Thread Luke Yelavich
In the long term, upstrea's plans are to integrate Orca's settings UI
into the DE settings UI, of course the primary focus being GNOME.

We could add something in Ubuntu in the meantime to do this, but long
term I hope to work with upstream to work out a cross-desktop way we can
add Orca settings to the various environment's settings applications.

 affects ubuntu/gnome-orca
 status triaged
 assignee themuso


** Changed in: gnome-orca (Ubuntu)
   Status: New => Triaged

** Changed in: gnome-orca (Ubuntu)
 Assignee: (unassigned) => Luke Yelavich (themuso)

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

Title:
  include desktop file for orca preferences

Status in gnome-orca package in Ubuntu:
  Triaged

Bug description:
  Orca is listed in the menu, but Orca preferences (`orca -s`) isnt
  available under the universal access or preferences categories or in
  the control center.

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

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


[Desktop-packages] [Bug 1624571] Re: White lines visible around toolbars in LibreOffice when using GTK3 and a dark theme

2016-10-05 Thread Björn Michaelsen
> This is actually a bug in the GTK3 implementation of LibreOffice.

Well, rather its a fault of theme creators to ignore libreoffice-gtk3
despite it being around and shipped for testing since at least Ubuntu
12.04 -- exactly to bring it up to speed. The rushing to fix things now
is entirely self-inflicted (same goes for me fixing the Ubuntu themes
only this late, then again someone else could have at least given that a
try too).

see also: https://github.com/horst3180/arc-
theme/issues/659#issuecomment-251561085

** Bug watch added: github.com/horst3180/arc-theme/issues #659
   https://github.com/horst3180/arc-theme/issues/659

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

Title:
  White lines visible around toolbars in LibreOffice when using GTK3 and
  a dark theme

Status in ubuntu-mate:
  Triaged
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  There are some portions where the theme is not consistent like on the right 
side "x" and so on.
  In the pictures you will see a comparation side by side with UBUNTU Mate 
16.04 with Mate 1.14 gtk2 ppa
  The top bar from the picture it's from 16.10 and the next bar it's from 16.04

  OS: Ubuntu 16.10 daily
  Interface : Mate 1.15.1

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

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


[Desktop-packages] [Bug 1619919] Re: Cursor jump sometimes by touchpad button

2016-10-05 Thread Gabor Peltzer
** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Cursor jump sometimes by touchpad button

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

Bug description:
  The cursor jump or sticking sometimes, when I click touchpad button
  while one finger on touchpad.

  syslog:
  Sep  3 16:54:59 atlantis kernel: [24012.686354] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.693535] psmouse serio1: Touchpad at 
isa0060/serio1/input0 - driver resynced.
  Sep  3 16:54:59 atlantis kernel: [24012.700467] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.710051] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.720168] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.730265] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.740728] psmouse serio1: Touchpad at 
isa0060/serio1/input0 lost sync at byte 6
  Sep  3 16:54:59 atlantis kernel: [24012.740730] psmouse serio1: issuing 
reconnect request

  Otherwise the usb mouse work perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-input-synaptics 1.8.2-1ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Sep  3 16:56:30 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  InstallationDate: Installed on 2016-08-29 (4 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20FD0021MC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-36-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/20/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1GET64W (1.43 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FD0021MC
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1GET64W(1.43):bd05/20/2016:svnLENOVO:pn20FD0021MC:pvrThinkPadYoga260:rvnLENOVO:rn20FD0021MC:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20FD0021MC
  dmi.product.version: ThinkPad Yoga 260
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160801.3-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
  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.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Sat Sep  3 10:14:57 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4665 
   vendor CMN
  xserver.version: 2:1.18.3-1ubuntu2.3

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

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


[Desktop-packages] [Bug 1599995] Re: Ability to refresh/rescan individual subdirectories without rescanning the whole file system

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

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

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

Title:
  Ability to refresh/rescan individual subdirectories without rescanning
  the whole file system

Status in baobab package in Ubuntu:
  Confirmed

Bug description:
  It would be really helpful it was possible to right click on a folder
  and rescan just that folder as opposed to clicking the refresh button
  in the top right hand corner which refreshes the entire file system.

  The use case for this is when trying to free up some space, you use
  the tool to identify where the best space savings can be made and then
  do some clearing up in the folder, then you want to refresh that part
  of the tree to see how it now fits into the overall picture.

  I hope that's clear

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

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


[Desktop-packages] [Bug 1630780] [NEW] S.M.A.R.T. not supported in AHCI mode

2016-10-05 Thread James
Public bug reported:

The S.M.A.R.T. settings are not available through the gnome-disks GUI on
a Dell Inspiron 15 3000 Series laptop.

The hard drive and BIOS support S.M.A.R.T., however.

A workaround is to go into the BIOS and change the SATA mode from AHCI
to legacy ATA.

HOWEVER, this workaround should not be necessary because, although the
command-line tool smartctl SEEMS not to work in AHCI mode, passing it
the -d ata flag (overriding its default IDE mode which required the hard
drive controller's legacy ATA mode) allows it to read S.M.A.R.T. data
from the hard drive while in AHCI mode.

tl;dr: gnome-disks does not support S.M.A.R.T. over ACHI, even though
there are no technical obstacles (such as ioctls, drivers, etc) to
supporting it.

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

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

Title:
  S.M.A.R.T. not supported in AHCI mode

Status in gnome-disk-utility package in Ubuntu:
  New

Bug description:
  The S.M.A.R.T. settings are not available through the gnome-disks GUI
  on a Dell Inspiron 15 3000 Series laptop.

  The hard drive and BIOS support S.M.A.R.T., however.

  A workaround is to go into the BIOS and change the SATA mode from AHCI
  to legacy ATA.

  HOWEVER, this workaround should not be necessary because, although the
  command-line tool smartctl SEEMS not to work in AHCI mode, passing it
  the -d ata flag (overriding its default IDE mode which required the
  hard drive controller's legacy ATA mode) allows it to read S.M.A.R.T.
  data from the hard drive while in AHCI mode.

  tl;dr: gnome-disks does not support S.M.A.R.T. over ACHI, even though
  there are no technical obstacles (such as ioctls, drivers, etc) to
  supporting it.

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

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


[Desktop-packages] [Bug 1630176] Re: Ubuntu version reported wrong in system settings

2016-10-05 Thread Brian Murray
I wonder if the fact that it is a preinstalled system affects how that
dialog works.

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

Title:
  Ubuntu version reported wrong in system settings

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

Bug description:
  https://help.ubuntu.com/community/CheckingYourUbuntuVersion describes
  two ways of getting your current Ubuntu version: via system settings,
  and via terminal. For me, those two methods give me a different
  version (14.04 vs 16.04, see attached screenshot). I upgraded my pre-
  installed trusty to xenial, so the version printed on terminal is
  correct. That means that the system settings displays the wrong
  version.

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

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


[Desktop-packages] [Bug 1101903] Re: Constantly rising memory usage by gnome-panel

2016-10-05 Thread Alberts Muktupāvels
** Changed in: gnome-panel (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Constantly rising memory usage by gnome-panel

Status in GNOME Panel:
  Expired
Status in gnome-panel package in Ubuntu:
  Invalid

Bug description:
  At login, gnome-panel uses about 1% of my system memory (5973600kb) as
  determined by "ps u".  This rises at the rate of 1-2% per hour that I
  am logged on.  Simultaneously, free swap memory starts to decrease
  from its initial value of 5858300kb.  If I stay logged in long enough
  (3-4 days), there is little free memory, and trying to launch
  applications results in a window stating:

  Could not launch 'package name'
  Failed to fork (Cannot allocate memory)
   
  Though they can be started on the command line from an open xterm.

  Logging out and logging in releases memory.

  killall -9 gnome-panel

  releases almost all memory -- some swap memory is still used.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-panel 1:3.6.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  ApportVersion: 2.6.1-0ubuntu9
  Architecture: amd64
  Date: Sat Jan 19 15:57:26 2013
  ExecutablePath: /usr/bin/gnome-panel
  GsettingsChanges: b'org.gnome.gnome-panel.run-dialog' b'show-program-list' 
b'true'
  InstallationDate: Installed on 2011-05-29 (600 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  MarkForUpload: True
  SourcePackage: gnome-panel
  UpgradeStatus: Upgraded to quantal on 2012-11-12 (68 days ago)

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

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


[Desktop-packages] [Bug 1629855] Re: month names reversed (hebrew)

2016-10-05 Thread Egmont Koblinger
Noone knows how to do BiDi in terminal emulators. Some terminal
emulators (e.g. konsole) apply some magic which fixes certain things
while breaks others, gnome-terminal is not one of them.

See e.g. https://bugzilla.gnome.org/show_bug.cgi?id=321490.

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

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

Title:
  month names reversed (hebrew)

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  Month names appear in hebrew, after clean install.

  The problem is that the names are printed reveresed:
  This is what is printed in the terminal:

  לוי

  When copy and past a line from the terminal to the browser the Hebrew text 
appears correctly:
  drwxr-xr-x   2 root root4096 יול 19 23:49 rsyslog.d/
  d

  The problem seems like a rendering problem in the terminal

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-terminal 3.18.3-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  3 15:14:24 2016
  ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
  InstallationDate: Installed on 2016-10-03 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1580394] Re: Analog Loopback Static in Headphones while on Dell Latitude 3340 Battery Power

2016-10-05 Thread Martin Wimpress
** No longer affects: ubuntu-mate

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

Title:
  Analog Loopback Static in Headphones while on Dell Latitude 3340
  Battery Power

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I have noticed that when I am on battery power on a Dell Latitude 3340
  laptop with headphones plugged in , and there is no audio playing on
  the computer, there is a consistent static sound that comes through
  the headphones at a constant volume that is not affected by changing
  the volume level. I think it may be picking up some kind of analog
  loopback signal because keyboard presses and disk activity seem to
  influence the noise. When I plug the power cable into the laptop , the
  static immediately goes away.

  I reported this earlier to the upstream Linux Kernel bug tracker, but
  it seems to be fixed in any distro running a 4.4 kernel or greater
  that I have tested , Except for Ubuntu MATE 16.04 LTS 64-bit. This
  make me think it is not a kernel level issue and is found somewhere
  either in the audio settings on Ubuntu MATE or a pulseaudio bug. I
  cannot reproduce it on any other 16.04 distro version, but it also
  affects all the 14.04.4 distros as well.

  Running amixer -c 1 set "Loopback Mixing" "Disabled" does not prevent
  the static.

  The BIOS Firmware version is up to date.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu-mate   1718 F pulseaudio
   /dev/snd/controlC0:  ubuntu-mate   1718 F pulseaudio
  CasperVersion: 1.376
  CurrentDesktop: MATE
  Date: Wed May 11 00:43:52 2016
  LiveMediaBuild: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/04/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd11/04/2015:svnDellInc.:pnLatitude3340:pvr00:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude 3340
  dmi.product.version: 00
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1444682] Re: Software properties gtk implies my cpu is unknown and not working.

2016-10-05 Thread Brian Murray
The Unknown strings come from software-properties so this probably
doesn't need fixing in ubuntu-drivers-common.

1359 widget = Gtk.Label.new("{}:
{}".format(self.devices[device].get('vendor', _('Unknown')),
self.devices[device].get('model', _('Unknown'

The devices detected are the following:

ipdb> self.devices
{'cpu-microcode.py': {'drivers': {'intel-microcode': {'from_distro': True, 
'free': False

Having said that I don't know how software-properties would determine
the right vendor and device.  Additionally, I think all the devices here
will have the same problem.

 $ ls /usr/share/ubuntu-drivers-common/detect/   
arm-gles.py  cpu-microcode.py  open-vm-dkms.py  sl-modem.py

So maybe those should return more than just the package to use.

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

Title:
  Software properties gtk implies my cpu is unknown and not working.

Status in software-properties package in Ubuntu:
  Triaged
Status in ubuntu-drivers-common package in Ubuntu:
  Confirmed

Bug description:
  To reproduce install lubuntu 415 i386 on a t6500 core 2 duo cpu. I know I am 
installing 32 bit on 64 but it will show like in with both a braodcom 4322 
which I have not yet installed the prorpietary driver and this intel cpu. Open 
additional drivers from the menu in lxde. 
  software-properties-gtk:
Installed: 0.96.4
Candidate: 0.96.4
Version table:
   *** 0.96.4 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main i386 Packages
  100 /var/lib/dpkg/status
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04
  https://gist.github.com/dabcbbc9bdcb7ed8d87d is the hardware tracker profile 
for this laptop. 

  I expected software-properties-gtk to not say my processor is unkown
  and not working because I have not installed the latest microcode.
  Instead it said this device which can use the proprietary intel
  microcode driver is unknown and not working and the only device this
  makes sense to be is the cpu.

  I have a screenshot attached of the messages that make no sense.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: software-properties-gtk 0.96.4
  ProcVersionSignature: Ubuntu 3.19.0-14.14-generic 3.19.3
  Uname: Linux 3.19.0-14-generic i686
  ApportVersion: 2.17.1-0ubuntu1
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Wed Apr 15 13:11:51 2015
  InstallationDate: Installed on 2015-04-15 (0 days ago)
  InstallationMedia: Lubuntu 15.04 "Vivid Vervet" - Beta i386 (20150415)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1501250] Re: double clicking on a URL drops the protocol from the URL

2016-10-05 Thread Egmont Koblinger
I "love" how much people still complain and fail to understand the
previous comments...

So let me try it once again...

Double clicking, by design, is _not_ meant to select URLs.

Double clicking selects a continuous sequence of certain (configurable)
characters, and it has do be able to do this even when you double click
outside of a URL.

At one point this configurability was removed, but due to popular demand
(that is: plenty of complaints) it was brought back in the very next
version (alas as a hidden setting, without a UI).

There were many debates around what the default set of such characters
should be, and the reason it is configurable is because there's no
single right answer, it's a matter of taste, or rather, a matter of use
cases. The only clear conclusion was that generally it's better to have
fewer characters in the set rather than more, that is, double clicking
should rather select shorter segments than long ones. This is because if
it selects a shorter section than desired, it is still easy to double-
click and then drag the mouse to extend it by other sections, whereas
the other way around this cannot be done.

This was the reason behind the removal of ":" from the default set, and
continuing this trend if we were to change anything, it would much
rather be the removal of "/" too rather than adding ":" back.

If we removed "/" too, it would mean that double clicking on a URL would
highlight even much shorter parts of it: either the hostname only, or
one path component only. Would you still complain then that it's broken,
or would it be more obvious to you and easier for you to accept that
double clicking is not designed for selecting a URL?

As stated above, if you add ":" to the set (which you can do easily), it
would still not perfectly select URLs, there would be differences
("bugs" if you will). Double clicking behavior is very simple: certain
characters are selected, while the rest are not, without looking at the
larger picture. URLs, on the other hand, are wy more complex to
detect. See https://git.gnome.org/browse/gnome-terminal/tree/src
/terminal-regex.h?h=gnome-3-22 to get an idea how crazily heavily
complex the regular expressions are, and it's still not perfect (it's
not even possible to get it perfect since it's not defined anywhere how
to detect the boundaries of a URL in a text flow), but is quite good.

Theoretically the code could be changed to select based on characters
when double clicking outside a URL, and the entire URL when clicking
inside. But this dual behavior would be even more confusing (i.e.
broken). Then the currently available and luckily configurable set of
word characters would be ignored within URLs (and what if let's say you
actually wanted to easily highlight parts of the URL and hence you
removed "/" from wordchars? you'd find that it doesn't work) whereas
you'd get another way of copying the URL for which you already have one
method.

Also, beginning with Yakkety gnome-terminal recognizes numbers, and even
though (as opposed to URLs) it doesn't highlight them on mouseover, it
provides useful information on a right click. So then should this one
also modify the double click behavior to stop at number boundaries? Why
or why not?

There is a way to conveniently copy an entire URL, and this is in the
right-click menu.

Double clicking was never meant to do this, and modifying double
clicking to do this would cause more harm than good, or at the very
least definitely more inconsistency and less configurability.

Adding ":" back to the list of word chars wouldn't fix the issue (there
would still be cases when the URL is not detected properly) and would
cause other problems elsewhere.

Seriously, the only reasonable thing I can imagine to do is to remove
the "/" from the default set to make it even more obvious that double
clicking on a URL is not broken, it is intended to do something entirely
different, something unrelated to URL recognition.

So, guys, there's nothing to see here. Please move on.

Use every feature for what it was designed for. Double click to select
the continuous region of characters out of a given configurable set.
Right click -> Copy Link Address to copy the URL.

This bug should be closed as invalid.

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

Title:
  double clicking on a URL drops the protocol from the URL

Status in Gnome Virtual Terminal Emulator:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to 15.10 beta from 15.04, when I double click on a
  URL, I lose most of the protocol, e.g. if I type
  'http://www.ubuntu.com/' into a terminal and double click, what gets
  selected (and entered into the copy buffer) is '//www.ubuntu.com'

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

-- 

[Desktop-packages] [Bug 1620313] Re: stop using hardening-wrapper, obsoleted by recent dpkg-dev

2016-10-05 Thread Stéphane Graber
Re-opening LXC task as it wasn't fixed, the fix was reverted as it was
causing an FTBFS.

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

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

Title:
  stop using hardening-wrapper, obsoleted by recent dpkg-dev

Status in firefox package in Ubuntu:
  In Progress
Status in gtk2-engines-murrine package in Ubuntu:
  Fix Released
Status in lxc package in Ubuntu:
  Triaged
Status in pidgin package in Ubuntu:
  New
Status in proftpd-dfsg package in Ubuntu:
  New
Status in thunderbird package in Ubuntu:
  New
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in unity-control-center package in Ubuntu:
  Fix Released
Status in hardening-wrapper package in Debian:
  Fix Released

Bug description:
  stop using hardening-wrapper, obsoleted by recent dpkg-dev.

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

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


[Desktop-packages] [Bug 1600638] Re: Unity control center chokes on upper case in user name

2016-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center -
1:3.20.1-2ubuntu3

---
gnome-control-center (1:3.20.1-2ubuntu3) yakkety; urgency=medium

  * Add 08_lowercase_user_names.patch:
- Copy patch from unity-control-center to disallow upper-case
  letters in user names for compliance with adduser (LP: #1600638)
  * Depend on system-config-printer-gnome instead of -common.
Ubuntu's s-c-p packaging differs and we need scp-dbus-service.py
(LP: #1623150)

 -- Jeremy Bicha   Wed, 05 Oct 2016 14:35:22 -0400

** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Unity control center chokes on upper case in user name

Status in Ubuntu GNOME:
  Triaged
Status in gnome-control-center package in Ubuntu:
  Fix Released
Status in unity-control-center package in Ubuntu:
  Fix Released
Status in gnome-control-center source package in Xenial:
  Triaged
Status in unity-control-center source package in Xenial:
  Triaged

Bug description:
  1. Enter control panel
  2. "Add account"
  3. Use an invalid charcter, such as an upper case letter.
  4. Get a confusing error message:

  Failed to add account 
  running '/usr/sbin/adduser' failed: Child process exited with code 1'

  
  This is an easy fix, and could keep a user from getting really confused.
  For a confused user see
  http://askubuntu.com/questions/677749/failed-to-add-account-in-ubuntu-14-04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3+14.04.20150916-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-88.135-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-88-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul 10 12:46:05 2016
  ExecutablePath: /usr/bin/unity-control-center
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
   LANG=en_US.UTF-8
   LANGUAGE=en_US
   XDG_RUNTIME_DIR=
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_unity-control-center:
   deja-dup 30.0-0ubuntu4
   gnome-control-center 1:3.6.3-0ubuntu56.1

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

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


[Desktop-packages] [Bug 1624571] Re: Ubuntu mate 16.10 Libreoffice GTK3 bug

2016-10-05 Thread Martin Wimpress
** Also affects: libreoffice (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-mate
   Status: New => Triaged

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

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

** Changed in: ubuntu-mate
   Importance: Undecided => Low

** Summary changed:

- Ubuntu mate 16.10 Libreoffice GTK3 bug
+ White lines visible around toolbars in LibreOffice when using GTK3 and a dark 
theme

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

Title:
  White lines visible around toolbars in LibreOffice when using GTK3 and
  a dark theme

Status in ubuntu-mate:
  Triaged
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  There are some portions where the theme is not consistent like on the right 
side "x" and so on.
  In the pictures you will see a comparation side by side with UBUNTU Mate 
16.04 with Mate 1.14 gtk2 ppa
  The top bar from the picture it's from 16.10 and the next bar it's from 16.04

  OS: Ubuntu 16.10 daily
  Interface : Mate 1.15.1

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

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


[Desktop-packages] [Bug 1620313] Re: stop using hardening-wrapper, obsoleted by recent dpkg-dev

2016-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 2.0.5-0ubuntu1

---
lxc (2.0.5-0ubuntu1) yakkety; urgency=medium

  * New upstream bugfix release (2.0.5):
- Fix .gitignore after /tools/ split
- Add lxc-test-utils to .gitignore
- bdev: use correct overlay module name
- cleanup: tools: remove --name from lxc-top usage message
- cleanup: whitespaces in option alignment for lxc-execute
- Use full GPG fingerprint instead of long IDs.
- tools: move --rcfile to the common options list
- tools: set configfile after load_config
- doc: add --rcfile to common opts
- doc: Update Korean lxc-attach(1)
- doc: Add --rcfile to Korean common opts
- doc: Add --rcfile to Japanese common opts
- tools: use exit(EXIT_*) everywhere
- tools: unify exit() calls outside of main()
- utils: Add mips signalfd syscall numbers
- seccomp: Implement MIPS seccomp handling
- seccomp: Add mips and mips64 entries to lxc_config_parse_arch
- seccomp: fix strerror()
- confile: add more archs to lxc_config_parse_arch()
- seccomp: add support for s390x
- seccomp: remove double include and order includes
- seccomp: non functional changes
- templates: use fd 9 instead of 200
- templates: fedora requires openssl binary
- tools: use boolean for ret in lxc_device.c
- c/r: use /proc/self/tid/children instead of pidfile
- c/r: Fix pid_t on some arches
- templates: Add mips hostarch detection to debian
- cleanup: replace tabs wth spaces in usage strings
- remove extra 'ret'
- c/r: write status only after trying to parse the pid
- set FULL_PATH_NAMES=NO in doc/api/Doxyfile
- templates: rm halt.target -> sigpwr.target symlink
- templates: remove creation of bogus directory
- console: use correct log name
- configure: add --disable-werror
- tests: fix get_item tests
- templates: use correct cron version in alpine template
- c/r: zero a smaller than known migrate_opts struct
- lxczfs: small fixes
- c/r: free valid_opts if necessary
- make rsync deal with sparse files efficiently
- lxc-create -t debian fails on ppc64el arch
- c/r: fix typo in comment
- cgroup: add new functions for interacting with hierachies
- utils: add lxc_deslashify
- c/r: pass --cgroup-roots on checkpoint
- cgroup: get rid of weird hack in cgfsng_escape
- cgroup: drop cgroup_canonical_path
- c/r: check that cgroup_num_hierarchies > 0
- tools: do not add trailing spaces on lxc-ls -1
- conf: retrieve mtu from netdev->link
- conf: try to retrieve mtu from veth
- c/r: detatch from controlling tty on restore
- Fix null derefence if attach is called without access to any tty
- utils: fix lxc_string_split()
- tools: lxc_deslashify() handle special cases
- tests: add unit tests for lxc_deslashify()
- Fix for ALTLinux container creation in all branches
- utils: lxc_deslashify() free memory
- Fix spelling of CentOS in the templates
- Define LXC_DEVEL to detect development releases
- tools: lxc-checkconfig conditionalize devpts check
  * Drop all cherry-pick patches, now upstream.
  * Update to newer standards. Drop un-needed debian/control field.
  * Address all lintian messages.
  * Revert the previous upload as it caused FTBFS.

 -- Stéphane Graber   Wed, 05 Oct 2016 13:56:58
+0200

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

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

Title:
  stop using hardening-wrapper, obsoleted by recent dpkg-dev

Status in firefox package in Ubuntu:
  In Progress
Status in gtk2-engines-murrine package in Ubuntu:
  Fix Released
Status in lxc package in Ubuntu:
  Fix Released
Status in pidgin package in Ubuntu:
  New
Status in proftpd-dfsg package in Ubuntu:
  New
Status in thunderbird package in Ubuntu:
  New
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in unity-control-center package in Ubuntu:
  Fix Released
Status in hardening-wrapper package in Debian:
  Fix Released

Bug description:
  stop using hardening-wrapper, obsoleted by recent dpkg-dev.

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

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


[Desktop-packages] [Bug 1630754] Re: outline in bad resolution when use other color than BLACK

2016-10-05 Thread Renato S. Yamane
** Attachment added: "my window - see the contour/outline of each letter"
   
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1630754/+attachment/4755419/+files/gimp_window.jpg

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

Title:
  outline in bad resolution when use other color than BLACK

Status in gimp package in Ubuntu:
  New

Bug description:
  When you use a text in a color different than BLACK, you can see an 
outline/contour in bad resolution.
  Looks like the antialiasing is not in the same color of letters.
  Check files attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gimp 2.8.14-1ubuntu2.1
  Uname: Linux 4.6.0-040600rc7-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Oct  5 17:39:05 2016
  InstallationDate: Installed on 2014-03-08 (942 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140308)
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gimp
  UpgradeStatus: Upgraded to wily on 2016-01-15 (263 days ago)

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

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


[Desktop-packages] [Bug 1630754] [NEW] outline in bad resolution when use other color than BLACK

2016-10-05 Thread Renato S. Yamane
Public bug reported:

When you use a text in a color different than BLACK, you can see an 
outline/contour in bad resolution.
Looks like the antialiasing is not in the same color of letters.
Check files attached.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: gimp 2.8.14-1ubuntu2.1
Uname: Linux 4.6.0-040600rc7-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: KDE
Date: Wed Oct  5 17:39:05 2016
InstallationDate: Installed on 2014-03-08 (942 days ago)
InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140308)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: gimp
UpgradeStatus: Upgraded to wily on 2016-01-15 (263 days ago)

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


** Tags: amd64 apport-bug wily

** Attachment added: "Gimp test file"
   https://bugs.launchpad.net/bugs/1630754/+attachment/4755416/+files/test.xcf

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

Title:
  outline in bad resolution when use other color than BLACK

Status in gimp package in Ubuntu:
  New

Bug description:
  When you use a text in a color different than BLACK, you can see an 
outline/contour in bad resolution.
  Looks like the antialiasing is not in the same color of letters.
  Check files attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gimp 2.8.14-1ubuntu2.1
  Uname: Linux 4.6.0-040600rc7-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Oct  5 17:39:05 2016
  InstallationDate: Installed on 2014-03-08 (942 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140308)
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gimp
  UpgradeStatus: Upgraded to wily on 2016-01-15 (263 days ago)

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

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


[Desktop-packages] [Bug 1624745] ThreadStacktrace.txt

2016-10-05 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1624745/+attachment/4755389/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1624745/+attachment/4742833/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

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

Title:
  Ubuntu mate 16.10 transmission-gtk crashed with SIGSEGV

Status in transmission package in Ubuntu:
  New

Bug description:
  When you use the Mutiny panel layout and transmission and you are
  trying to use the menu that is in TopManu mate panel applet the app
  will crash .

     OS: Ubuntu 16.10 daily
  Interface: Mate 1.15.1

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: transmission-gtk 2.92-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Sep 18 00:12:02 2016
  ExecutablePath: /usr/bin/transmission-gtk
  InstallationDate: Installed on 2016-09-16 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160916)
  ProcCmdline: transmission-gtk
  SegvAnalysis:
   Segfault happened at: 0x7f786ed77870:movzbl 0x60(%rdi),%eax
   PC (0x7f786ed77870) ok
   source "0x60(%rdi)" (0x0060) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: transmission
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: transmission-gtk crashed with SIGSEGV
  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/transmission/+bug/1624745/+subscriptions

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


[Desktop-packages] [Bug 1624745] Stacktrace.txt

2016-10-05 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1624745/+attachment/4755387/+files/Stacktrace.txt

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

Title:
  Ubuntu mate 16.10 transmission-gtk crashed with SIGSEGV

Status in transmission package in Ubuntu:
  New

Bug description:
  When you use the Mutiny panel layout and transmission and you are
  trying to use the menu that is in TopManu mate panel applet the app
  will crash .

     OS: Ubuntu 16.10 daily
  Interface: Mate 1.15.1

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: transmission-gtk 2.92-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Sep 18 00:12:02 2016
  ExecutablePath: /usr/bin/transmission-gtk
  InstallationDate: Installed on 2016-09-16 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160916)
  ProcCmdline: transmission-gtk
  SegvAnalysis:
   Segfault happened at: 0x7f786ed77870:movzbl 0x60(%rdi),%eax
   PC (0x7f786ed77870) ok
   source "0x60(%rdi)" (0x0060) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: transmission
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: transmission-gtk crashed with SIGSEGV
  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/transmission/+bug/1624745/+subscriptions

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


[Desktop-packages] [Bug 1624745] StacktraceSource.txt

2016-10-05 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1624745/+attachment/4755388/+files/StacktraceSource.txt

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

Title:
  Ubuntu mate 16.10 transmission-gtk crashed with SIGSEGV

Status in transmission package in Ubuntu:
  New

Bug description:
  When you use the Mutiny panel layout and transmission and you are
  trying to use the menu that is in TopManu mate panel applet the app
  will crash .

     OS: Ubuntu 16.10 daily
  Interface: Mate 1.15.1

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: transmission-gtk 2.92-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Sep 18 00:12:02 2016
  ExecutablePath: /usr/bin/transmission-gtk
  InstallationDate: Installed on 2016-09-16 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160916)
  ProcCmdline: transmission-gtk
  SegvAnalysis:
   Segfault happened at: 0x7f786ed77870:movzbl 0x60(%rdi),%eax
   PC (0x7f786ed77870) ok
   source "0x60(%rdi)" (0x0060) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: transmission
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: transmission-gtk crashed with SIGSEGV
  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/transmission/+bug/1624745/+subscriptions

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


[Desktop-packages] [Bug 1624745]

2016-10-05 Thread Apport retracing service
StacktraceTop:
 gtk_css_node_get_visible (cssnode=0x0) at ././gtk/gtkcssnode.c:1099
 gtk_css_gadget_get_visible (gadget=0x562b06774c24) at 
././gtk/gtkcssgadget.c:357
 gtk_css_gadget_get_preferred_size (gadget=0x562b06774c24, 
orientation=orientation@entry=GTK_ORIENTATION_VERTICAL, 
for_size=for_size@entry=-1, minimum=0x7ffe5a069bb8, natural=0x7ffe5a069bbc, 
minimum_baseline=minimum_baseline@entry=0x0, natural_baseline=0x0) at 
././gtk/gtkcssgadget.c:626
 gtk_menu_item_get_preferred_height (widget=, 
minimum_size=, natural_size=) at 
././gtk/gtkmenuitem.c:605
 gtk_image_menu_item_get_preferred_height (widget=0x562b06674dc0, 
minimum=0x7ffe5a069bb8, natural=0x7ffe5a069bbc) at 
././gtk/deprecated/gtkimagemenuitem.c:573

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

Title:
  Ubuntu mate 16.10 transmission-gtk crashed with SIGSEGV

Status in transmission package in Ubuntu:
  New

Bug description:
  When you use the Mutiny panel layout and transmission and you are
  trying to use the menu that is in TopManu mate panel applet the app
  will crash .

     OS: Ubuntu 16.10 daily
  Interface: Mate 1.15.1

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: transmission-gtk 2.92-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Sep 18 00:12:02 2016
  ExecutablePath: /usr/bin/transmission-gtk
  InstallationDate: Installed on 2016-09-16 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160916)
  ProcCmdline: transmission-gtk
  SegvAnalysis:
   Segfault happened at: 0x7f786ed77870:movzbl 0x60(%rdi),%eax
   PC (0x7f786ed77870) ok
   source "0x60(%rdi)" (0x0060) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: transmission
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: transmission-gtk crashed with SIGSEGV
  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/transmission/+bug/1624745/+subscriptions

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


[Desktop-packages] [Bug 1629132] Re: Please merge network-manager-openvpn 1.2.4-1 from Debian (unstable) to Ubuntu (yakkety)

2016-10-05 Thread Jeremy Bicha
Oh, I don't have upload rights for this package. :(

Here's an updated .debdiff to apply against Debian's 1.26-2.

https://incoming.debian.org/debian-buildd/pool/main/n/network-manager-
openvpn/network-manager-openvpn_1.2.6-2.dsc

** Patch added: "openvpn-yakkety.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1629132/+attachment/4755386/+files/openvpn-yakkety.debdiff

** Changed in: network-manager-openvpn (Ubuntu)
   Status: In Progress => Confirmed

** Changed in: network-manager-openvpn (Ubuntu)
 Assignee: Jeremy Bicha (jbicha) => (unassigned)

** Tags added: upgrade-software-version yakkety

** Summary changed:

- Please merge network-manager-openvpn 1.2.4-1 from Debian (unstable) to Ubuntu 
(yakkety)
+ Please merge network-manager-openvpn 1.2.6-2 from Debian (unstable) to Ubuntu 
(yakkety)

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

Title:
  Please merge network-manager-openvpn 1.2.6-2 from Debian (unstable) to
  Ubuntu (yakkety)

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

Bug description:
  Please merge network-manager-openvpn 1.2.4-1 from Debian (unstable) to
  Ubuntu (yakkety), to match with the version of main network-manager
  package (1.2.4).

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

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


[Desktop-packages] [Bug 1624745] Re: Ubuntu mate 16.10 transmission-gtk crashed with SIGSEGV

2016-10-05 Thread Martin Wimpress
** Also affects: transmission (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-mate

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

Title:
  Ubuntu mate 16.10 transmission-gtk crashed with SIGSEGV

Status in transmission package in Ubuntu:
  New

Bug description:
  When you use the Mutiny panel layout and transmission and you are
  trying to use the menu that is in TopManu mate panel applet the app
  will crash .

     OS: Ubuntu 16.10 daily
  Interface: Mate 1.15.1

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: transmission-gtk 2.92-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Sep 18 00:12:02 2016
  ExecutablePath: /usr/bin/transmission-gtk
  InstallationDate: Installed on 2016-09-16 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160916)
  ProcCmdline: transmission-gtk
  SegvAnalysis:
   Segfault happened at: 0x7f786ed77870:movzbl 0x60(%rdi),%eax
   PC (0x7f786ed77870) ok
   source "0x60(%rdi)" (0x0060) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: transmission
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: transmission-gtk crashed with SIGSEGV
  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/transmission/+bug/1624745/+subscriptions

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


[Desktop-packages] [Bug 1101903] Re: Constantly rising memory usage by gnome-panel

2016-10-05 Thread Bug Watch Updater
** Changed in: gnome-panel
   Status: Confirmed => Expired

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

Title:
  Constantly rising memory usage by gnome-panel

Status in GNOME Panel:
  Expired
Status in gnome-panel package in Ubuntu:
  Confirmed

Bug description:
  At login, gnome-panel uses about 1% of my system memory (5973600kb) as
  determined by "ps u".  This rises at the rate of 1-2% per hour that I
  am logged on.  Simultaneously, free swap memory starts to decrease
  from its initial value of 5858300kb.  If I stay logged in long enough
  (3-4 days), there is little free memory, and trying to launch
  applications results in a window stating:

  Could not launch 'package name'
  Failed to fork (Cannot allocate memory)
   
  Though they can be started on the command line from an open xterm.

  Logging out and logging in releases memory.

  killall -9 gnome-panel

  releases almost all memory -- some swap memory is still used.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-panel 1:3.6.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  ApportVersion: 2.6.1-0ubuntu9
  Architecture: amd64
  Date: Sat Jan 19 15:57:26 2013
  ExecutablePath: /usr/bin/gnome-panel
  GsettingsChanges: b'org.gnome.gnome-panel.run-dialog' b'show-program-list' 
b'true'
  InstallationDate: Installed on 2011-05-29 (600 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  MarkForUpload: True
  SourcePackage: gnome-panel
  UpgradeStatus: Upgraded to quantal on 2012-11-12 (68 days ago)

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

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


[Desktop-packages] [Bug 1590590] Re: Touchpad not recognized on Dell Latitude E7470 Ultrabook

2016-10-05 Thread bagl0312
I have the same problem with a new dell latitude e7370

$xinput list

⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ ELAN Touchscreen  id=11   [slave  pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouseid=14   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Sleep Button  id=9[slave  keyboard (3)]
↳ Integrated_Webcam_HD  id=12   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=13   [slave  keyboard (3)]
↳ Dell WMI hotkeys  id=15   [slave  keyboard (3)]
↳ DELL Wireless hotkeys id=16   [slave  keyboard (3)]

Ubuntu 16.04

$ uname -a
Linux nbbag7 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux

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

Title:
  Touchpad not recognized on Dell Latitude E7470 Ultrabook

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

Bug description:
  Expected: Touchpad settings available in Mouse & Touchpad Settings
  dialog

  Actual result: Touchpad settings missing entirely

  
  Details:
  The touchpad on my Dell Ultrabook (Latitude E7470) functions mostly. 

  The settings for the touchpad are not available at all in the Mouse
  and Touchpad settings (see http://i.imgur.com/YRGiOrj.png).

  Two-finger scrolling works as expected except it's using "Natural
  Scrolling" by default and there is no way to change it.

  xinput list does not display a touchpad at all:

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ ELAN Touchscreenid=11   [slave  pointer 
 (2)]
  ⎜   ↳ ImPS/2 Generic Wheel Mouse  id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ Integrated_Webcam_FHD   id=10   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ Dell WMI hotkeysid=14   [slave  
keyboard (3)]
  ↳ DELL Wireless hotkeys   id=15   [slave  
keyboard (3)]

  
  /proc/bus/input/devices lists the device as a "Generic Wheel Mouse"

  Output of `lsb_release -rd`:
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  xserver-xorg-input-synaptics version information:
  xserver-xorg-input-synaptics:
Installed: 1.8.2-1ubuntu3
Candidate: 1.8.2-1ubuntu3
Version table:
   *** 1.8.2-1ubuntu3 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 1247318] Re: Banshee crashes when opening

2016-10-05 Thread Bug Watch Updater
** Changed in: banshee
   Status: Confirmed => Invalid

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

Title:
  Banshee crashes when opening

Status in Banshee:
  Invalid
Status in banshee package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Banshee, it crashes with the following error:

  banshee: PeakFinder.cpp:150: int
  soundtouch::PeakFinder::findCrossingLevel(const float*, float, int,
  int) const: Assertion `peaklevel >= level' failed.

  Native stacktrace:

banshee() [0x49d619]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfbb0) [0x7f0196dedbb0]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37) [0x7f0196a4cf77]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7f0196a505e8]
/lib/x86_64-linux-gnu/libc.so.6(+0x2fd43) [0x7f0196a45d43]
/lib/x86_64-linux-gnu/libc.so.6(+0x2fdf2) [0x7f0196a45df2]
/usr/lib/x86_64-linux-gnu/libSoundTouch.so.0(+0x9e26) [0x7f01473d8e26]

/usr/lib/x86_64-linux-gnu/libSoundTouch.so.0(_ZNK10soundtouch10PeakFinder13getPeakCenterEPKfi+0x7d)
 [0x7f01473d8f1d]

/usr/lib/x86_64-linux-gnu/libSoundTouch.so.0(_ZN10soundtouch10PeakFinder10detectPeakEPKfii+0x67)
 [0x7f01473d8ff7]

/usr/lib/x86_64-linux-gnu/libSoundTouch.so.0(_ZN10soundtouch9BPMDetect6getBpmEv+0x37)
 [0x7f01473d8c27]
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsoundtouch.so(+0x4c82) 
[0x7f01475e2c82]
/usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0(+0x33880) [0x7f017dfe8880]
/usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0(+0x33fc1) [0x7f017dfe8fc1]
/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0(+0x60baa) 
[0x7f017dd13baa]
/usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0(+0x341cb) [0x7f017dfe91cb]
/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0(+0x60baa) 
[0x7f017dd13baa]

/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0(gst_proxy_pad_chain_default+0xbb)
 [0x7f017dd05d8b]
/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0(+0x60baa) 
[0x7f017dd13baa]
/usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0(+0x18cbc) 
[0x7f017eacecbc]
/usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0(+0x18f7e) 
[0x7f017eacef7e]

/usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0(gst_audio_decoder_finish_frame+0x442)
 [0x7f017ead34f2]
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflac.so(+0x6e01) 
[0x7f014628be01]
/usr/lib/x86_64-linux-gnu/libFLAC.so.8(+0x1b3df) [0x7f0152a533df]

/usr/lib/x86_64-linux-gnu/libFLAC.so.8(FLAC__stream_decoder_process_single+0x40)
 [0x7f0152a55790]
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflac.so(+0x7672) 
[0x7f014628c672]
/usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0(+0x1a743) 
[0x7f017ead0743]
/usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0(+0x1ab1b) 
[0x7f017ead0b1b]
/usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0(+0x1bc06) 
[0x7f017ead1c06]
/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0(+0x60baa) 
[0x7f017dd13baa]

/usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0(gst_base_parse_push_frame+0x74f) 
[0x7f017dfcb7ef]

/usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0(gst_base_parse_finish_frame+0x623)
 [0x7f017dfcf0c3]
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioparsers.so(+0xd0d9) 
[0x7f0146ca30d9]
/usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0(+0x14164) [0x7f017dfc9164]
/usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0(+0x146d0) [0x7f017dfc96d0]
/usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0(+0x18499) [0x7f017dfcd499]
/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0(+0x8e189) 
[0x7f017dd41189]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x6dab6) [0x7f0191d15ab6]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x6d0f5) [0x7f0191d150f5]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7f6e) [0x7f0196de5f6e]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f0196b109cd]

  Debug info from gdb:

  Could not attach to process.  If your uid matches the uid of the target
  process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
  ptrace: Operation not permitted.
  No threads.

  =
  Got a SIGABRT while executing native code. This usually indicates
  a fatal error in the mono runtime or one of the native libraries 
  used by your application.
  =

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: banshee 2.6.1-2ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov  1 21:40:33 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-08-30 (428 

[Desktop-packages] [Bug 1629132] Re: Please merge network-manager-openvpn 1.2.4-1 from Debian (unstable) to Ubuntu (yakkety)

2016-10-05 Thread Jeremy Bicha
** Changed in: network-manager-openvpn (Ubuntu)
   Status: Incomplete => In Progress

** Changed in: network-manager-openvpn (Ubuntu)
 Assignee: (unassigned) => Jeremy Bicha (jbicha)

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

Title:
  Please merge network-manager-openvpn 1.2.4-1 from Debian (unstable) to
  Ubuntu (yakkety)

Status in network-manager-openvpn package in Ubuntu:
  In Progress

Bug description:
  Please merge network-manager-openvpn 1.2.4-1 from Debian (unstable) to
  Ubuntu (yakkety), to match with the version of main network-manager
  package (1.2.4).

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

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


[Desktop-packages] [Bug 1620851] Re: include desktop file for orca preferences

2016-10-05 Thread Martin Wimpress
** Also affects: gnome-orca (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-mate

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

Title:
  include desktop file for orca preferences

Status in gnome-orca package in Ubuntu:
  New

Bug description:
  Orca is listed in the menu, but Orca preferences (`orca -s`) isnt
  available under the universal access or preferences categories or in
  the control center.

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

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


[Desktop-packages] [Bug 1627395] Re: Skip zenity guest warning dialog in MATE

2016-10-05 Thread Martin Wimpress
** Changed in: ubuntu-mate
   Status: New => Fix Released

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

Title:
  Skip zenity guest warning dialog in MATE

Status in ubuntu-mate:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  When you enter a guest session, a zenity warning dialog is started to
  explain the nature of the guest session. In Ubuntu MATE a welcome
  window is shown when a regular user logs in for the first time. When
  you enter a guest session, an adapted version of that welcome window
  is shown, which essentially provides the same information as the
  zenity dialog and makes the latter redundant. Hence the zenity dialog
  should not be shown when you enter a guest session in Ubuntu MATE.

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

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


[Desktop-packages] [Bug 1582443] Re: [SRU] Update to 3.18.3 in Xenial

2016-10-05 Thread Jeremy Bicha
** Tags added: upgrade-software-version

** Tags added: xenial

** Also affects: gnome-settings-daemon (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: gnome-settings-daemon (Ubuntu Xenial)
   Importance: Undecided => Wishlist

** Changed in: gnome-settings-daemon (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New => Fix Released

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

Title:
  [SRU] Update to 3.18.3 in Xenial

Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-settings-daemon source package in Xenial:
  Triaged

Bug description:
  https://git.gnome.org/browse/gnome-settings-
  daemon/tree/NEWS?h=gnome-3-18

  ==
  Version 3.18.3
  ==

  Plugins:
  - Make all D-Bus calls cancellable, and fix possible user-after-free crashers

  Housekeeping:
  - Don't remove X11's socket when cleaning tmp

  Power:
  - Don't change the brightness from a sensor when in another session

  Rfkill:
  - Make kernel calls cancellable
  - When turning off a platform rfkill, turn on Bluetooth in a second pass

  Wacom:
  - Fix Wacom buttons not working
  - Fix possible infinite loop when remapping outputs
  - Fix a memory leak

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

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


[Desktop-packages] [Bug 1623763] Re: GTK Inspector Statistics tab non-functional

2016-10-05 Thread Jeremy Bicha
** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  GTK Inspector Statistics tab non-functional

Status in Ubuntu GNOME:
  New
Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Running a GTK+ 3 app with GOBJECT_DEBUG=instance-count enables the
  Statistics tab in GTK Inspector, but after clicking the Record button
  it never starts collecting statistics. This makes it difficult to
  develop and debug memory leaks in GTK programs on Ubuntu.

  To reproduce:

  1. Start an app with the Inspector and GOBJECT_DEBUG=instance-count
  set, e.g.:

  > GOBJECT_DEBUG=instance-count GTK_DEBUG=interactive gnome-calculator

  2. Click the Statistics tab
  3. Click the Record button
  4. Click around the app a bit

  Expected: Object counts go up, pretty graphs showing things
  Actual: Object counts stay at 0, pretty graphs showing flat lines

  This seems like it is Ubuntu-specific, since when running GTK+
  programs installed via Flatpak (and hence using the Flatpak runtime),
  the above works fine on the same system.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libgtk-3-dev 3.20.8-1ubuntu0~ppa1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Sep 15 13:05:19 2016
  InstallationDate: Installed on 2015-07-22 (421 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  SourcePackage: gtk+3.0
  UpgradeStatus: Upgraded to xenial on 2016-03-02 (196 days ago)

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

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


[Desktop-packages] [Bug 1611375] Re: Launcher remains on all screens regardless of "Launcher placement" setting

2016-10-05 Thread Jeremy Bicha
** Package changed: gnome-control-center (Ubuntu) => unity-control-
center (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/1611375

Title:
  Launcher remains on all screens regardless of "Launcher placement"
  setting

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

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04
  Codename: xenial

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  $ apt-cache policy unity-control-center
  unity-control-center:
Installed: 15.04.0+16.04.20160705-0ubuntu1
Candidate: 15.04.0+16.04.20160705-0ubuntu1
Version table:
   *** 15.04.0+16.04.20160705-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   15.04.0+16.04.20160413-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  3) What you expected to happen
  Expected launcher to disappear from one monitor after selecting anything 
other than "All displays" and clicking "Apply"

  4) What happened instead
  Launcher remains on all monitors

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

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


[Desktop-packages] [Bug 1630662] [NEW] Can't connect to CalDAV server

2016-10-05 Thread Mikael
Public bug reported:

I'm trying to connect Maya Calendar to caldav.one.com. I've setup
everything up as per the instructions from one.com. Still when I enter
my Username and Password and click OK I get back to the same window
asking for my Username and Password. I get no error message. I'm using
caldav.one.com on my phone and it works. Please let me know what further
details that are needed.

** Affects: evolution-data-server (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Can't connect to CalDAV server

Status in evolution-data-server package in Ubuntu:
  New

Bug description:
  I'm trying to connect Maya Calendar to caldav.one.com. I've setup
  everything up as per the instructions from one.com. Still when I enter
  my Username and Password and click OK I get back to the same window
  asking for my Username and Password. I get no error message. I'm using
  caldav.one.com on my phone and it works. Please let me know what
  further details that are needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1630662/+subscriptions

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


[Desktop-packages] [Bug 1611375] [NEW] Launcher remains on all screens regardless of "Launcher placement" setting

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

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
$ apt-cache policy unity-control-center
unity-control-center:
  Installed: 15.04.0+16.04.20160705-0ubuntu1
  Candidate: 15.04.0+16.04.20160705-0ubuntu1
  Version table:
 *** 15.04.0+16.04.20160705-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 15.04.0+16.04.20160413-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

3) What you expected to happen
Expected launcher to disappear from one monitor after selecting anything other 
than "All displays" and clicking "Apply"

4) What happened instead
Launcher remains on all monitors

** Affects: unity-control-center (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Launcher remains on all screens regardless of "Launcher placement" setting
https://bugs.launchpad.net/bugs/1611375
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to unity-control-center in Ubuntu.

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


[Desktop-packages] [Bug 1629274] Re: nvidia-367 fails to install on buildds

2016-10-05 Thread Alberto Milone
** Changed in: nvidia-graphics-drivers-367 (Ubuntu)
   Status: New => Triaged

** Changed in: nvidia-graphics-drivers-367 (Ubuntu)
   Importance: Undecided => High

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

** Changed in: nvidia-graphics-drivers-367 (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  nvidia-367 fails to install on buildds

Status in eztrace-contrib package in Ubuntu:
  New
Status in hwloc-contrib package in Ubuntu:
  New
Status in nvidia-graphics-drivers-367 package in Ubuntu:
  In Progress
Status in pycuda package in Ubuntu:
  New
Status in starpu-contrib package in Ubuntu:
  New

Bug description:
  The recent sync of starpu-contrib 1.2.0~rc2+dfsg-2 FTBFS.
  I believe this is the relevant part of the log:

  Setting up nvidia-367 (367.44-0ubuntu3) ...
  update-alternatives: using /usr/lib/nvidia-367/ld.so.conf to provide
  /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf)
  in auto mode
  update-alternatives: using /usr/lib/nvidia-367/ld.so.conf to provide
  /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf
  (x86_64-linux-gnu_egl_conf) in auto mode
  update-alternatives: using /usr/lib/nvidia-367/alt_ld.so.conf to
  provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf
  (i386-linux-gnu_gl_conf) in auto mode
  update-alternatives: using /usr/lib/nvidia-367/alt_ld.so.conf to
  provide /etc/ld.so.conf.d/i386-linux-gnu_EGL.conf
  (i386-linux-gnu_egl_conf) in auto mode
  update-alternatives: using /usr/share/nvidia-367/glamor.conf to
  provide /usr/share/X11/xorg.conf.d/glamoregl.conf (glamor_conf) in
  auto mode
  dpkg: warning: version '*-*' has bad syntax: version number does not
  start with digit
  /var/lib/dpkg/info/nvidia-367.postinst: 211:
  /var/lib/dpkg/info/nvidia-367.postinst: update-initramfs: not found
  dpkg: error processing package nvidia-367 (--configure):
   subprocess installed post-installation script returned error exit status 127
  Setting up freeglut3-dev:amd64 (2.8.1-3) ...
  dpkg: dependency problems prevent configuration of libcuda1-367:
   libcuda1-367 depends on nvidia-367 (>= 367.44); however:
Package nvidia-367 is not configured yet.

  I did a test rebuild of starpu-contrib 1.1.5 in my PPA, after dropping the
  libcnf-dev dependency, and it fails in exactly the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eztrace-contrib/+bug/1629274/+subscriptions

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


[Desktop-packages] [Bug 1630640] Re: signon-ui crashed with SIGABRT in QMessageLogger::fatal()

2016-10-05 Thread Apport retracing service
*** This bug is a duplicate of bug 1608562 ***
https://bugs.launchpad.net/bugs/1608562

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

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1630640/+attachment/4755148/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1630640/+attachment/4755150/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1630640/+attachment/4755153/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1630640/+attachment/4755154/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1630640/+attachment/4755155/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1630640/+attachment/4755156/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1630640/+attachment/4755157/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1608562

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  signon-ui crashed with SIGABRT in QMessageLogger::fatal()

Status in signon-ui package in Ubuntu:
  New

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

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: signon-ui-x11 0.17+16.04.20160406-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
  Uname: Linux 4.8.0-17-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Oct  5 17:27:31 2016
  ExecutablePath: /usr/bin/signon-ui
  InstallationDate: Installed on 2016-04-05 (183 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcCmdline: /usr/bin/signon-ui
  Signal: 6
  SourcePackage: signon-ui
  StacktraceTop:
   QMessageLogger::fatal(char const*, ...) const () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
   QXcbConnection::QXcbConnection(QXcbNativeInterface*, bool, unsigned int, 
char const*) () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
   QXcbIntegration::QXcbIntegration(QStringList const&, int&, char**) () from 
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
   ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so
   QPlatformIntegrationFactory::create(QString const&, QStringList const&, 
int&, char**, QString const&) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  Title: signon-ui crashed with SIGABRT in QMessageLogger::fatal()
  UpgradeStatus: Upgraded to yakkety on 2016-10-04 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-ui/+bug/1630640/+subscriptions

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


[Desktop-packages] [Bug 1431179] Re: usb_modeswitch@.service fails

2016-10-05 Thread Anand Kumria
@pitti, whilst you have a fix released as noted in the latest comment -
and the duplicate there is a class of modems (Huawei, which I also have)
where this still continues to fail.

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

Title:
  usb_modeswitch@.service fails

Status in usb-modeswitch package in Ubuntu:
  Fix Released

Bug description:
  I lack the technical knowledge to know if this is a bug in udev,
  systemd or another component.

  After the switch to systemd, my 4G Huawei USB modem  no longer
  functions as a modem unless I run usb_modeswitch to flip its state
  from USB mass storage. The command I issue and its output is below,
  which also show the Vendor and Product ID.

  Strangely, it does not do this every time. Yesterday when I updated
  using apt-get dist-upgrade upon reboot the modem worked as expected.
  But from a cold boot this morning it did not.

  $ sudo usb_modeswitch -v 0x12d1 -p 0x1f01 -J
  [sudo] password for damon: 
  Look for default devices ...
 product ID matched
   Found devices in default mode (1)
  Access device 003 on bus 003
  Current configuration number is 1
  Use interface number 0
  Use endpoints 0x01 (out) and 0x81 (in)

  USB description data (for identification)
  -
  Manufacturer: HUAWEI Technology
   Product: HUAWEI Mobile
Serial No.: 
  -
  Using standard Huawei switching message
  Looking for active driver ...
   OK, driver detached
  Set up interface 0
  Use endpoint 0x01 for message sending ...
  Trying to send message 1 to endpoint 0x01 ...
   OK, message successfully sent
  Reset response endpoint 0x81
   Could not reset endpoint (probably harmless): -99
  Reset message endpoint 0x01
   Could not reset endpoint (probably harmless): -99
   Device is gone, skip any further commands
  -> Run lsusb to note any changes. Bye!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: udev 219-4ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-8.8-generic 3.19.1
  Uname: Linux 3.19.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  CustomUdevRuleFiles: 60-ssd-scheduler.rules
  Date: Thu Mar 12 11:37:06 2015
  InstallationDate: Installed on 2015-02-05 (34 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150205)
  MachineType: LENOVO 427637U
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-8-generic 
root=UUID=eb18ef51-a2d0-4372-8eb9-ae009a05d4f6 ro quiet splash
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/26/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BET62WW (1.42 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 427637U
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BET62WW(1.42):bd07/26/2013:svnLENOVO:pn427637U:pvrThinkPadW520:rvnLENOVO:rn427637U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 427637U
  dmi.product.version: ThinkPad W520
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1431179/+subscriptions

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


[Desktop-packages] [Bug 1548933] Re: It only shows installed apps, not available ones

2016-10-05 Thread Albert
Dear Sirs,

I would like to fix this thing that is preventing ubuntu software center to 
work. But reading your sites I still unfortunately do not understand how.
Thank you if any help is available.

Kind regards,
Albert

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

Title:
  It only shows installed apps, not available ones

Status in gnome-software package in Ubuntu:
  Fix Released

Bug description:
  I have gnome-software Version: 3.19.91~git20160223.1794342-0ubuntu1
  and I see only apps already installed. No way to install new apps.

  Linux corrado-xenial 4.4.0-7-generic #22-Ubuntu SMP Thu Feb 18
  20:50:38 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

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

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


[Desktop-packages] [Bug 1161670] Re: Order of operations is incorrect for exponents and parentheses

2016-10-05 Thread madbiologist
The gcalctool in Ubuntu 12.04 "Precise Pangolin" is a transitional
package for the GNOME desktop calculator. In Ubuntu 14.04 "Trusty Tahr"
and later, GNOME desktop calculator is called gnome-calculator. gnome-
calculator 1:3.10.3-0ubuntu0.1.1 in Ubuntu 14.04 "Trusty Tahr" evaluates
all of your examples as you expect it to.

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

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

Title:
  Order of operations is incorrect for exponents and parentheses

Status in gcalctool package in Ubuntu:
  Fix Released

Bug description:
  When using both parenteses and exponents, the calculator does not
  always follow standard order of operations.

  Order of operations:  
  1) Parentheses - simplify anything possible within grouping symbols
  2) Exponents - unless grouping symbols are used, only the number directly 
following the carat should be treated as an exponent.  
  3) Multiplication or Division - whichever occurs first when reading from left 
to right.  Parentheses are a mathematically accepted way of representing 
multiplication.
  4) Addition or Subtraction - whichever occurs first when reading from left to 
right.

  Ex:  3^2*7 yields 63, yet 3^2(7) yields 4782969.  Both * and ( ) are
  acceptable mathematical tools for multiplication, so they should not
  give two different results.

  Ex:  25000(1.01)^20 gives an inaccurate answer.  Order of
  operations is invalid.  The calculator multiplies the 25000 by the
  1.01 before utilizing the exponent.  Exponents come before
  multiplying, and thus 1.01 should be raised to the 20th power before
  multiplying by 25000.

  Ex:  3^2pi should yield 9pi because exponents trump multiplication.
  However, the calculator treats this as 3^(2pi), and yields
  995.041644893

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gcalctool 6.4.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
  Uname: Linux 3.2.0-39-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Thu Mar 28 19:57:12 2013
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gcalctool
  UpgradeStatus: Upgraded to precise on 2012-12-23 (95 days ago)

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

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


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

2016-10-05 Thread Hansen
Well for what it's worth the bug seems to be fixed in 16.10

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

Title:
  cannot view wifi networks after re-enabling wifi

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

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

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

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


[Desktop-packages] [Bug 1630618] [NEW] Shotwell gallery background incorrect

2016-10-05 Thread Cliff Carson
Public bug reported:

Unable to control the gallery background color.  When starting Shotwell
the background is black even though the preferences are set to a medium
gray.  With the preference window open changing the background color
does nothing except when it's move to the white side the tags change
color from white to black making them disappear.  Also, when selecting
anyone of the tags for display in the gallery the background changes to
a light gray leaving the tag text white making them unreadable.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: shotwell 0.22.0+git20160108.r1.f2fb1f7-0ubuntu2
ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
Uname: Linux 4.8.0-17-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Oct  5 10:32:10 2016
InstallationDate: Installed on 2016-08-08 (57 days ago)
InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Alpha amd64 (20160808)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: shotwell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug yakkety

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

Title:
  Shotwell gallery background incorrect

Status in shotwell package in Ubuntu:
  New

Bug description:
  Unable to control the gallery background color.  When starting
  Shotwell the background is black even though the preferences are set
  to a medium gray.  With the preference window open changing the
  background color does nothing except when it's move to the white side
  the tags change color from white to black making them disappear.
  Also, when selecting anyone of the tags for display in the gallery the
  background changes to a light gray leaving the tag text white making
  them unreadable.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: shotwell 0.22.0+git20160108.r1.f2fb1f7-0ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
  Uname: Linux 4.8.0-17-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Oct  5 10:32:10 2016
  InstallationDate: Installed on 2016-08-08 (57 days ago)
  InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Alpha amd64 (20160808)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: shotwell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1630616] [NEW] Evolution unable to fetch email with exchange

2016-10-05 Thread Anton Kozlovsky
Public bug reported:

I configured evolution with an MS Exchange account. 
Expected result:
All messages from Exchange account should appear. New messages are coming and a 
system notifies the user about that.
What does happening:
In the bottom of the application I can see that there are few active processes 
such as "refreshing folder 'inbox'", "retrieving message '' 
in inbox", "scanning folders". 
I've waited for 10 minutes. Then restarted it and there were messages in 
'inbox' and in 'deleted' folders. However evolution still unable to fetch new 
messages.

Ubuntu 16.04 x64
Evolution 3.18.5.2

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: evolution 3.18.5.2-0ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Oct  5 17:28:13 2016
ExecutablePath: /usr/bin/evolution
InstallationDate: Installed on 2016-10-03 (2 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1630616/+attachment/4755102/+files/Screenshot%20from%202016-10-05%2017-31-30.png

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

Title:
  Evolution unable to fetch email with exchange

Status in evolution package in Ubuntu:
  New

Bug description:
  I configured evolution with an MS Exchange account. 
  Expected result:
  All messages from Exchange account should appear. New messages are coming and 
a system notifies the user about that.
  What does happening:
  In the bottom of the application I can see that there are few active 
processes such as "refreshing folder 'inbox'", "retrieving message '' in inbox", "scanning folders". 
  I've waited for 10 minutes. Then restarted it and there were messages in 
'inbox' and in 'deleted' folders. However evolution still unable to fetch new 
messages.

  Ubuntu 16.04 x64
  Evolution 3.18.5.2

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: evolution 3.18.5.2-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Oct  5 17:28:13 2016
  ExecutablePath: /usr/bin/evolution
  InstallationDate: Installed on 2016-10-03 (2 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1161670] Re: Order of operations is incorrect for exponents and parentheses

2016-10-05 Thread madbiologist
Upon further reading, it seems your third example is valid.  One must
use parentheses if the entire exponent is 2π, as in 3^(2pi), otherwise
3^2pi should evaluate to 9pi as you said.

Also from the same further reading, using your second example, if not
wanting to simply write/enter 25000*1.01^20 we should use
(25000)(1.01)^20.

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

Title:
  Order of operations is incorrect for exponents and parentheses

Status in gcalctool package in Ubuntu:
  New

Bug description:
  When using both parenteses and exponents, the calculator does not
  always follow standard order of operations.

  Order of operations:  
  1) Parentheses - simplify anything possible within grouping symbols
  2) Exponents - unless grouping symbols are used, only the number directly 
following the carat should be treated as an exponent.  
  3) Multiplication or Division - whichever occurs first when reading from left 
to right.  Parentheses are a mathematically accepted way of representing 
multiplication.
  4) Addition or Subtraction - whichever occurs first when reading from left to 
right.

  Ex:  3^2*7 yields 63, yet 3^2(7) yields 4782969.  Both * and ( ) are
  acceptable mathematical tools for multiplication, so they should not
  give two different results.

  Ex:  25000(1.01)^20 gives an inaccurate answer.  Order of
  operations is invalid.  The calculator multiplies the 25000 by the
  1.01 before utilizing the exponent.  Exponents come before
  multiplying, and thus 1.01 should be raised to the 20th power before
  multiplying by 25000.

  Ex:  3^2pi should yield 9pi because exponents trump multiplication.
  However, the calculator treats this as 3^(2pi), and yields
  995.041644893

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gcalctool 6.4.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
  Uname: Linux 3.2.0-39-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Thu Mar 28 19:57:12 2013
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gcalctool
  UpgradeStatus: Upgraded to precise on 2012-12-23 (95 days ago)

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

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


[Desktop-packages] [Bug 1571540] Re: Moving files nautilus extremely slow

2016-10-05 Thread Nicolas_Raoul
Similar to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1133477

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

Title:
  Moving files nautilus extremely slow

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  When I move a lot of files from  (ex.  two hundred images)  from one
  folder to another on the same harddrive, I get a message "Preparing to
  move x files"and it takes a long time to move them. The filesystem is
  btrfs (raid 1). The folder is linked to another folder because my main
  system hdd is a ssd drive. (Ex. /home/data/Pictures
  ~/username/Pictures/ ) All the userdata subfolders are stored on btrfs
  hdd (ex. /home/username/Downloads etc..)  Moving files via commandline
  is instant.

  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04 LTS
  Release:  16.04
  Codename: xenial

  ii  libnautilus-extension1a:amd64   
1:3.18.4.is.3.14.3-0ubuntu4 amd64libraries for 
nautilus components - runtime version
  ii  nautilus
1:3.18.4.is.3.14.3-0ubuntu4 amd64file manager 
and graphical shell for GNOME
  ii  nautilus-data   
1:3.18.4.is.3.14.3-0ubuntu4 all  data files for 
nautilus
  ii  nautilus-sendto 
3.8.2-1ubuntu1  amd64integrates 
Evolution and Pidgin into the Nautilus file manager
  ii  nautilus-share  
0.7.3-2ubuntu1  amd64Nautilus 
extension to share folder using Samba

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

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


[Desktop-packages] [Bug 1626454] Re: can't connect with owncloud calendars

2016-10-05 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  can't connect with owncloud calendars

Status in Canonical System Image:
  Fix Committed
Status in Ubuntu Calendar App:
  New
Status in account-plugins package in Ubuntu:
  In Progress

Bug description:
  Running my own ownCloud (v9.1.1). Tried to connect Aquarius 4.5 with Calendar 
App
  The httpS certificate is official, up to date and not self-signed
  I use 7 calendars in my ownCloud-calendar-app.
  (yes, username and password is correct)

  This I tried:

  https://mydomain/owncloud/(suggested minimal path on the phone)
  Error message: Invalid username or password

  https://mydomain/owncloud/remote.php/
  Error message: Invalid host URL

  https://mydomain/owncloud/remote.php/dav/   --> (This is the primary caldav 
address suggested by ownCloud calendar-app)
  Error message: Invalid host URL

  https://mydomain/owncloud/remote.php/dav/calendars/
  Error message: Invalid host URL

  https://mydomain/owncloud/remote.php/dav/calendars/MYUSERNAME/
  Error message: Invalid host URL

  
  https://mydomain/owncloud/remote.php/dav/calendars/MYUSERNAME/MYCALENDARNAME/
  Error message: Invalid host URL
  --> This direct path to one of my calendars I use for example to connect my 
different calendars with Thunderbird lightning (its working)

  I tried all with and without ending "/"

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

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


[Desktop-packages] [Bug 1630598] [NEW] Close, minimize and maximize icons disappear, pannel goes completely transparent, some icons in the launcher disappear etc

2016-10-05 Thread Uran Kajtazaj
Public bug reported:

Usualy after the screen wakes up, the mentioned problems happen, and I
have to restart lightdm so it can be normal again.

"Close, minimize and maximize icons disappear, panel goes completely
transparent, some icons in the launcher disappear etc"

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lightdm 1.18.2-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Oct  5 16:04:25 2016
InstallationDate: Installed on 2016-09-05 (30 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Close, minimize and maximize icons disappear, pannel goes completely
  transparent, some icons in the launcher disappear etc

Status in lightdm package in Ubuntu:
  New

Bug description:
  Usualy after the screen wakes up, the mentioned problems happen, and I
  have to restart lightdm so it can be normal again.

  "Close, minimize and maximize icons disappear, panel goes completely
  transparent, some icons in the launcher disappear etc"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.2-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Oct  5 16:04:25 2016
  InstallationDate: Installed on 2016-09-05 (30 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 553419] Re: [Lucid Beta 1] Case ID: xpr-001 failed, failsafe mode started.

2016-10-05 Thread Bryan Quigley
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates.

The 10.04 release had also reached EOL so we're going to close this
report.

** Changed in: fglrx-installer (Ubuntu)
   Status: New => Invalid

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

Title:
  [Lucid Beta 1] Case ID:  xpr-001 failed, failsafe mode started.

Status in fglrx-installer package in Ubuntu:
  Invalid

Bug description:
  Testing Lucid Lynx Beta 1 ATI proprietary driver.

  1) I installed proprietary driver through Jockey
  2) Reboot
  3) X failsafe mode started
  4) I chose to reboot X
  5) gdm came up correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: fglrx 2:8.721-0ubuntu7
  ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-18-generic i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  CheckboxSubmission: a2dfeb43af383cba176af7bf2cf5ace1
  CheckboxSystem: 2954e74ba17fb0e37fc942cd1d9fab4e
  Date: Thu Apr  1 18:33:41 2010
  DkmsStatus: fglrx, 8.721, 2.6.32-18-generic, i686: installed
  MachineType: Acer TravelMate 6593
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 product info: "O2Micro", "SmartCardBus Reader", "V1.0", ""
 manfid: 0x, 0x0001
  PccardctlStatus:
   Socket 0:
 no card
   Socket 1:
 5.0V 16-bit PC Card
 Subdevice 0 (function 0) [unbound]
  ProcCmdLine: root=UUID=b857bc55-2d8d-41b9-a08b-51d3a2f74845 ro quiet splash
  ProcEnviron:
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: fglrx-installer
  dmi.bios.date: 08/14/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.04
  dmi.board.name: FourPeaks
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.04:bd08/14/2008:svnAcer:pnTravelMate6593:pvr0100:rvnAcer:rnFourPeaks:rvrRev:cvnAcer:ct10:cvrN/A:
  dmi.product.name: TravelMate 6593
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  glxinfo: Error: command ['glxinfo'] failed with exit code -11:
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   i686
   kernel: 2.6.32-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/553419/+subscriptions

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


[Desktop-packages] [Bug 1501250] Re: double clicking on a URL drops the protocol from the URL

2016-10-05 Thread Jamie Strandboge
FYI, this is still an issue on 16.04. The technique in comment #4
continues to work.

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

Title:
  double clicking on a URL drops the protocol from the URL

Status in Gnome Virtual Terminal Emulator:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to 15.10 beta from 15.04, when I double click on a
  URL, I lose most of the protocol, e.g. if I type
  'http://www.ubuntu.com/' into a terminal and double click, what gets
  selected (and entered into the copy buffer) is '//www.ubuntu.com'

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

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


[Desktop-packages] [Bug 1161670] Re: Order of operations is incorrect for exponents and parentheses

2016-10-05 Thread madbiologist
AFAIK and IIRC, parentheses are not the equivalent of a multiplication
symbol.  It is simply mathematical conventiont to omit the
multiplication symbol between two variables, between a constant and a
variable, and between a constant or variable and an operator such as (
or Σ.

Note that your first two examples are resolved if you stop using
parentheses where they are unnecessary.

The fundamental issue here is the ambiguity caused by a lack of
superscript. I've attached an example of what I'm talking about.

** Attachment added: "math.docx"
   
https://bugs.launchpad.net/ubuntu/+source/gcalctool/+bug/1161670/+attachment/4755032/+files/math.docx

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

Title:
  Order of operations is incorrect for exponents and parentheses

Status in gcalctool package in Ubuntu:
  New

Bug description:
  When using both parenteses and exponents, the calculator does not
  always follow standard order of operations.

  Order of operations:  
  1) Parentheses - simplify anything possible within grouping symbols
  2) Exponents - unless grouping symbols are used, only the number directly 
following the carat should be treated as an exponent.  
  3) Multiplication or Division - whichever occurs first when reading from left 
to right.  Parentheses are a mathematically accepted way of representing 
multiplication.
  4) Addition or Subtraction - whichever occurs first when reading from left to 
right.

  Ex:  3^2*7 yields 63, yet 3^2(7) yields 4782969.  Both * and ( ) are
  acceptable mathematical tools for multiplication, so they should not
  give two different results.

  Ex:  25000(1.01)^20 gives an inaccurate answer.  Order of
  operations is invalid.  The calculator multiplies the 25000 by the
  1.01 before utilizing the exponent.  Exponents come before
  multiplying, and thus 1.01 should be raised to the 20th power before
  multiplying by 25000.

  Ex:  3^2pi should yield 9pi because exponents trump multiplication.
  However, the calculator treats this as 3^(2pi), and yields
  995.041644893

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gcalctool 6.4.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
  Uname: Linux 3.2.0-39-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Thu Mar 28 19:57:12 2013
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gcalctool
  UpgradeStatus: Upgraded to precise on 2012-12-23 (95 days ago)

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

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


[Desktop-packages] [Bug 1161670] Re: Order of operations is incorrect for exponents and parentheses

2016-10-05 Thread madbiologist
Also see the first, second and fourth paragraphs of
https://math.berkeley.edu/~gbergman/misc/numbers/ord_ops.html

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

Title:
  Order of operations is incorrect for exponents and parentheses

Status in gcalctool package in Ubuntu:
  New

Bug description:
  When using both parenteses and exponents, the calculator does not
  always follow standard order of operations.

  Order of operations:  
  1) Parentheses - simplify anything possible within grouping symbols
  2) Exponents - unless grouping symbols are used, only the number directly 
following the carat should be treated as an exponent.  
  3) Multiplication or Division - whichever occurs first when reading from left 
to right.  Parentheses are a mathematically accepted way of representing 
multiplication.
  4) Addition or Subtraction - whichever occurs first when reading from left to 
right.

  Ex:  3^2*7 yields 63, yet 3^2(7) yields 4782969.  Both * and ( ) are
  acceptable mathematical tools for multiplication, so they should not
  give two different results.

  Ex:  25000(1.01)^20 gives an inaccurate answer.  Order of
  operations is invalid.  The calculator multiplies the 25000 by the
  1.01 before utilizing the exponent.  Exponents come before
  multiplying, and thus 1.01 should be raised to the 20th power before
  multiplying by 25000.

  Ex:  3^2pi should yield 9pi because exponents trump multiplication.
  However, the calculator treats this as 3^(2pi), and yields
  995.041644893

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gcalctool 6.4.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
  Uname: Linux 3.2.0-39-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Thu Mar 28 19:57:12 2013
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gcalctool
  UpgradeStatus: Upgraded to precise on 2012-12-23 (95 days ago)

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

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


[Desktop-packages] [Bug 1489651] Re: Bluetooth audio not working

2016-10-05 Thread Jeremy Bicha
** Also affects: pulseaudio (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Bluetooth audio not working
+ Bluetooth audio not working (with GDM?)

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

Title:
  Bluetooth audio not working (with GDM?)

Status in Ubuntu GNOME:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I'm having problems with a Marshall Stanmore bluetooth speaker in
  Ubuntu GNOME 15.10 Beta.  It pairs fine and is listed as a bluetooth
  device but won't show up in the audio settings as a device nor will it
  show up with pactl list. I also had this problem in Ubuntu GNOME 15.04
  with the gnome-staging 3.16 ppa. It works fine with stock Ubuntu GNOME
  15.04.

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

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


[Desktop-packages] [Bug 1603024] Re: Battery drain (upowerd high CPU) on Nexus 4 when no network is available

2016-10-05 Thread Pat McGowan
please provide a syslog for the period with battery drain

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  Battery drain (upowerd high CPU) on Nexus 4 when no network is
  available

Status in Canonical System Image:
  New
Status in repowerd:
  Incomplete
Status in The Ubuntu Power Consumption Project:
  New
Status in unity8 package in Ubuntu:
  New
Status in upower package in Ubuntu:
  New

Bug description:
  Nexus 4 connected to wifi but not logged in so no network available.
  Battery drained from full to empty in 6 hours, with no use.

  rc_proposed
  Image Part: 10160714
  Build No: R486
  Device Image Part: 20160404.1

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

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


[Desktop-packages] [Bug 1629983] Re: Temperature in Weather Report applet impossible to read when using Ambiance

2016-10-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~albertsmuktupavels/ubuntu-themes/lp1629983

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

Title:
  Temperature in Weather Report applet impossible to read when using
  Ambiance

Status in gnome-applets package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  When using the Ambiance theme, the temperature on the Weather Report
  applet is impossible to read because the font is black, so it blends
  in with the background of the panel.

  
  Ubuntu Yakkety Yak (development branch) 16.10
  light-themes version 16.10+16.10.20160926-0ubuntu1

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

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


[Desktop-packages] [Bug 1629983] Re: Temperature in Weather Report applet impossible to read when using Ambiance

2016-10-05 Thread Alberts Muktupāvels
Dmitry, can you verify fix and upload it if it works?

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

Title:
  Temperature in Weather Report applet impossible to read when using
  Ambiance

Status in gnome-applets package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  When using the Ambiance theme, the temperature on the Weather Report
  applet is impossible to read because the font is black, so it blends
  in with the background of the panel.

  
  Ubuntu Yakkety Yak (development branch) 16.10
  light-themes version 16.10+16.10.20160926-0ubuntu1

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

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


[Desktop-packages] [Bug 1626756] Re: Desktop background image not showing up when icons are hidden

2016-10-05 Thread Alberts Muktupāvels
** Package changed: gnome-flashback (Ubuntu) => unity-settings-daemon
(Ubuntu)

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

Title:
  Desktop background image not showing up when icons are hidden

Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  I am using Ubuntu xenial 16.04.1 with gnome-flashback.
  I pick a desktop background image.
  I hide desktop icons with "gsettings set org.gnome.desktop.background 
show-desktop-icons false"
  or using dconf-editor. The background image is still there but when I reboot, 
the background image is gone and the background turns black.
  I can reproduce the problem without rebooting just by trying to change the 
background image again, it just won't do it. If I show the desktop icons back 
again it will show the background image I just picked.

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

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


[Desktop-packages] [Bug 1626756] [NEW] Desktop background image not showing up when icons are hidden

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

I am using Ubuntu xenial 16.04.1 with gnome-flashback.
I pick a desktop background image.
I hide desktop icons with "gsettings set org.gnome.desktop.background 
show-desktop-icons false"
or using dconf-editor. The background image is still there but when I reboot, 
the background image is gone and the background turns black.
I can reproduce the problem without rebooting just by trying to change the 
background image again, it just won't do it. If I show the desktop icons back 
again it will show the background image I just picked.

** Affects: unity-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: background desktop icons image
-- 
Desktop background image not showing up when icons are hidden
https://bugs.launchpad.net/bugs/1626756
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to unity-settings-daemon in Ubuntu.

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


[Desktop-packages] [Bug 1630560] [NEW] Popup confirms installation after cancel in password window

2016-10-05 Thread Stephan Druskat
Public bug reported:

Description:Ubuntu 16.04.1 LTS
Release:16.04

gnome-software:
  Installiert:   
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
  Installationskandidat: 
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
  Versionstabelle:
 *** 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1 500
500 http://de.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

Expected:
When I start installing virtualbox via gnome-software and press "Cancel" in the 
window where you enter your user password, I expect the installation to cancel 
silently.

What happened:
When I start installing virtualbox via gnome-software and press "Cancel" in the 
window where you enter your user password, a popup appears *sometimes*, 
confirming the installation of virtualbox.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-software 
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Oct  5 14:00:06 2016
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gnome-software
InstallationDate: Installed on 2016-08-10 (56 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 LANGUAGE=de_DE
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Popup confirms installation after cancel in password window

Status in gnome-software package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  gnome-software:
Installiert:   
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
Installationskandidat: 
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
Versionstabelle:
   *** 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1 500
  500 http://de.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
  500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  Expected:
  When I start installing virtualbox via gnome-software and press "Cancel" in 
the window where you enter your user password, I expect the installation to 
cancel silently.

  What happened:
  When I start installing virtualbox via gnome-software and press "Cancel" in 
the window where you enter your user password, a popup appears *sometimes*, 
confirming the installation of virtualbox.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-software 
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Oct  5 14:00:06 2016
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-software
  InstallationDate: Installed on 2016-08-10 (56 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.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/1630560/+subscriptions

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


[Desktop-packages] [Bug 1583861] Re: Keyboard backlight isn't properly restored after idle on systems with hardwired configuration

2016-10-05 Thread Amr Ibrahim
The upower Xenial task is Fix Committed, but there is no package in 
xenial-proposed!
Is the task closed or not?

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

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

Status in Dell Sputnik:
  New
Status in Upower:
  Unknown
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in upower package in Ubuntu:
  Fix Released
Status in gnome-settings-daemon source package in Xenial:
  Confirmed
Status in unity-settings-daemon source package in Xenial:
  Fix Released
Status in upower source package in Xenial:
  Fix Committed

Bug description:
  In Dell or ThinkPad (for these you need a kernel which includes fix
  for lp:1574498) notebooks with keyboard backlight, the keybindings to
  control the keyboard backlight don't emit any event to the userland,
  about the state change, nor they request userland to change it (as it
  happens in other models which emits KEY_KBDILLUM{UP,DOWN,TOGGLE}
  events), this causes unity/gnome-settings daemon not to restore the
  proper backlight after idle.

  Steps to reproduce:
   0) ensure your keyboard backlight is on, and
   gdbus call --system --dest org.freedesktop.UPower \
    --object-path /org/freedesktop/UPower/KbdBacklight \
    --method org.freedesktop.UPower.KbdBacklight.GetBrightness
  returns a value != from 0. If not, just call the SetBrightness
  method with a positive value, to turn on the backlight.

  Now turn off the keyboard backlight (or set it to another level)
  using the laptop keys, and run:
   gsettings set org.gnome.desktop.session idle-delay 1
  to make things easier to test.

   2) Wait one second and the screensaver should start. Wait the screen to
  be turned off. If you just changed the brightness level at the step above,
  once the screen is turned off, also the keyboard backlight should be 
turned off too.

   3) Now press a key or move the mouse.

  Expected behavior:

   4) The keyboard backlight should be set back to the previous level (so it 
should stay off
  or go back to the level you set before the idle timeout happened).

  Actual behavior:

   5) The backlight is set to the level it had at point 0).

  
  To reset the idle-delay, just call
gsettings reset org.gnome.desktop.session idle-delay

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

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


[Desktop-packages] [Bug 1630529] [NEW] Keeps asking "Do you want to continue with full Windows compatibility disabled?"

2016-10-05 Thread johnmne
Public bug reported:

I tried to burn many files that some of them weren't fully compatible
with Windows.

When tried to burn, Brasero kept asking:
"Do you want to continue with full Windows compatibility disabled?"

I clicked "Continue" but it prompts again.
The cycle repeats indefinitely.

When I click "Cancel", I realize that the DVD is already written with 
approximately 2KiB of data.
Thus the DVD is unusable...

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

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

Title:
  Keeps asking "Do you want to continue with full Windows compatibility
  disabled?"

Status in brasero package in Ubuntu:
  New

Bug description:
  I tried to burn many files that some of them weren't fully compatible
  with Windows.

  When tried to burn, Brasero kept asking:
  "Do you want to continue with full Windows compatibility disabled?"

  I clicked "Continue" but it prompts again.
  The cycle repeats indefinitely.

  When I click "Cancel", I realize that the DVD is already written with 
approximately 2KiB of data.
  Thus the DVD is unusable...

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

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


[Desktop-packages] [Bug 1563322] Re: Can't remove or launch some apps from Software

2016-10-05 Thread Alessandro Viprati
** Tags added: yakkety

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

Title:
  Can't remove or launch some apps from Software

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  = Known affected apps =

   - Google Chrome
   - Skype

  = Description =

  I went to the download page for Chrome, and chose to open with "Software 
Installer (default)" to install it directly. The installation worked as 
expected.
  However, the "Remove" and "Launch" buttons in Software do not work for Google 
Chrome - nothing happens!

  = How to reproduce =

   - download Google Chrome
   - install Google Chrome with "Software"
   - then try to remove or launch Google Chrome from Software.

  These issues are possibly related to bug #1551707.

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

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


[Desktop-packages] [Bug 1625449] Re: issue with removing apps from the store

2016-10-05 Thread Alessandro Viprati
This seems similar (if not a duplicate) to
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563322

If you find it's the same bug, please update the description of bug
#1563322 with all the needed infos and mark this bug as duplicate of
#1563322

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

Title:
  issue with removing apps from the store

Status in gnome-software package in Ubuntu:
  New

Bug description:
  So, the issue is in the general ubuntu software store application, I
  do no know the exact package information, and did not want to risk
  getting it wrong.

  Every time I go to remove an app from within the store, it registers the 
click, and seems to be working, but then it reloads the page that has all of my 
installed apps, and then I find the packages STILL there. Sometimes when I 
remove a package, and the page reloads there is a chance that one of 3 things 
will happen.
  1. The package goes away without any issues
  2. the package stays, but the button that I clicked to remove it says 
'install'. I assume that is an issue, or some sort of feature to offer 
reinstallation of the app. 
  3. The package stays, and still says 'remove' next to it. I think this is the 
most annoying situation because as mentioned earlier, the page reloads, and 
when it does that, it puts me back at the very top of the list. So then I have 
to scroll back down to the app and find that it didn't even go away.

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

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


[Desktop-packages] [Bug 1542733] Re: Connect to Hidden Wi-Fi Network, "Connect" grayed out

2016-10-05 Thread Anders Hall
Got this in 16.04 today, fully updated. Has happened in older releases
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/1542733

Title:
  Connect to Hidden Wi-Fi Network, "Connect" grayed out

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Reproduce:
  1. Create a static, connection to hidden Wi-Fi connection using 
nm-connection-editor

  2. click nm-applet icon
  click "Connect to Hidden Wi-Fi Network"
  click pre-existing connection
  "Connect" is grayed out

  Work around is using terminal.
  nmcli c up id 

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.0.4-0ubuntu9
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Feb  6 15:58:22 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-02-06 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160206)
  IpRoute:
   default via 192.168.0.1 dev wlp2s0  proto static  metric 600 
   169.254.0.0/16 dev wlp2s0  scope link  metric 1000 
   192.168.0.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.0.55  
metric 600
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  nmcli-con:
   NAMEUUID  TYPE   
  TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  
AUTOCONNECT-PRIORITY  READONLY  DBUS-PATH   
ACTIVE  DEVICE  STATE  ACTIVE-PATH
   Wired connection 1  7c22db8e-2026-413b-86cd-0c796f177dd5  
802-3-ethernet   1454790964  Sat 06 Feb 2016 02:36:04 PM CST  yes  0
 no/org/freedesktop/NetworkManager/Settings/1  no  
--  -- -- 
   jjjGFQQZi0U43GQNlkbUFr0j8ZXA2A  d57103a5-d3d7-4fb0-a2a0-469894e184ab  
802-11-wireless  1454795858  Sat 06 Feb 2016 03:57:38 PM CST  yes  0
 no/org/freedesktop/NetworkManager/Settings/0  yes 
wlp2s0  activated  /org/freedesktop/NetworkManager/ActiveConnection/4
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp2s0  wifi  connected/org/freedesktop/NetworkManager/Devices/1  
jjjGFQQZi0U43GQNlkbUFr0j8ZXA2A  d57103a5-d3d7-4fb0-a2a0-469894e184ab  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   enp1s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
 ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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

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


[Desktop-packages] [Bug 1629600] Re: Installed application from .deb does not appear unless Ubuntu is restarted

2016-10-05 Thread Alessandro Viprati
Problem verified with Google Chrome on Yakkety.
 * install google-chrome-stable package with g-s;
 * close and restart g-s, notice that Google Chrome is not listed under 
"installed" apps nor searchable inside g-s;
 * $ pkill gnome-software;
 * start again g-s, now Google Chrome is listed in g-s.

However there is one omore problem: I can launch Google Chrome from g-s,
but I can't remove it. "Remove" button in g-s does nothing.

** Tags added: xenial

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

Title:
  Installed application from .deb does not appear unless Ubuntu is
  restarted

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  I'm using Ubuntu 16.04 x64 and the installed version of gnome-software
  is 3.20.1

* I install a desktop application from a .deb package. I tried several 
methods (apt install, dpkg -i, xdg-open then click on install button).
* After the installation, I control that the application is visible from 
the system:
  * The application appears correctly in the application list in Unity Dash
  * The application appears in the "Open With" menu list in Nautilus 
(because of registered mime types)
  * The package name of the application can be used as an argument of apt 
commands (apt show, apt remove...) and dpkg (dpkg -l, dpkg -L...)
* I start gnome-software.
* I click on the "installed" tab to get the list of installed applications.

  expected result: the freshly installed application is in the list
  actual result: the freshly installed application is not in the list.

  If I reboot my computer and start gnome-software, the installed
  application appears in the list.

  It looks like there is some kind of cache that is not refreshed at the
  right moment.

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

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


[Desktop-packages] [Bug 1599264] Re: [SRU] "When power is critically low" setting does nothing

2016-10-05 Thread Gunnar Hjalmarsson
** Changed in: ubuntu-docs (Ubuntu Z-series)
 Assignee: (unassigned) => Chris Perry (clissold345)

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

Title:
  [SRU] "When power is critically low" setting does nothing

Status in One Hundred Papercuts:
  Triaged
Status in ubuntu-docs package in Ubuntu:
  Triaged
Status in unity-control-center package in Ubuntu:
  Fix Released
Status in ubuntu-docs source package in Xenial:
  Won't Fix
Status in unity-control-center source package in Xenial:
  Triaged
Status in ubuntu-docs source package in Yakkety:
  Won't Fix
Status in unity-control-center source package in Yakkety:
  Fix Released
Status in ubuntu-docs source package in z-series:
  Triaged

Bug description:
  [Impact]

  In unity-control-center (u-c-c) there is an option for taking an
  action when "Power is critically low".  The choices are "Hibernate" or
  "Power off".  Often Hibernate is a disabled option because of problems
  with hibernate on various systems.

  However - what to do in the event of a critically low power situation
  is now handled by Upowerd automatically and so making a choice in
  u-c-c does nothing at all.

  As such, leaving that option accessible to users will lead to
  confusion.

  This patch removes the option from the UI.

  [Test Case]

  On an unpatched machine with a battery (i.e. laptop) open the power
  panel in u-c-c (Power/Settings menu in the top right corner -> System
  Settings -> Power.  Note that the 2nd option down is "When power is
  critically low".

  Once this update is applied and u-c-c is closed and reopened, this
  option is no longer present.

  [Regression Potential]
  There are some deletions from the ui file and some corresponding code 
deletions from the associated c file (cc-power-panel.c).

  It is possible that extra code has been removed that could cause a
  crash or affect other options in the power panel.

  However, the changes are fairly small and easy to review.  Nothing
  looks out of place.  Also testing has not shown any problems.

  [Other Info]

  Verbal (IRC) +1 from design via mpt.
  +1 from docs team via mailing list.

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

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


[Desktop-packages] [Bug 1629600] Re: Installed application from .deb does not appear unless Ubuntu is restarted

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

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

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

Title:
  Installed application from .deb does not appear unless Ubuntu is
  restarted

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  I'm using Ubuntu 16.04 x64 and the installed version of gnome-software
  is 3.20.1

* I install a desktop application from a .deb package. I tried several 
methods (apt install, dpkg -i, xdg-open then click on install button).
* After the installation, I control that the application is visible from 
the system:
  * The application appears correctly in the application list in Unity Dash
  * The application appears in the "Open With" menu list in Nautilus 
(because of registered mime types)
  * The package name of the application can be used as an argument of apt 
commands (apt show, apt remove...) and dpkg (dpkg -l, dpkg -L...)
* I start gnome-software.
* I click on the "installed" tab to get the list of installed applications.

  expected result: the freshly installed application is in the list
  actual result: the freshly installed application is not in the list.

  If I reboot my computer and start gnome-software, the installed
  application appears in the list.

  It looks like there is some kind of cache that is not refreshed at the
  right moment.

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

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


[Desktop-packages] [Bug 1629600] Re: Installed application from .deb does not appear unless Ubuntu is restarted

2016-10-05 Thread Alessandro Viprati
** Tags added: yakkety

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

Title:
  Installed application from .deb does not appear unless Ubuntu is
  restarted

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  I'm using Ubuntu 16.04 x64 and the installed version of gnome-software
  is 3.20.1

* I install a desktop application from a .deb package. I tried several 
methods (apt install, dpkg -i, xdg-open then click on install button).
* After the installation, I control that the application is visible from 
the system:
  * The application appears correctly in the application list in Unity Dash
  * The application appears in the "Open With" menu list in Nautilus 
(because of registered mime types)
  * The package name of the application can be used as an argument of apt 
commands (apt show, apt remove...) and dpkg (dpkg -l, dpkg -L...)
* I start gnome-software.
* I click on the "installed" tab to get the list of installed applications.

  expected result: the freshly installed application is in the list
  actual result: the freshly installed application is not in the list.

  If I reboot my computer and start gnome-software, the installed
  application appears in the list.

  It looks like there is some kind of cache that is not refreshed at the
  right moment.

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

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


[Desktop-packages] [Bug 1599264] Re: [SRU] "When power is critically low" setting does nothing

2016-10-05 Thread Gunnar Hjalmarsson
** Also affects: ubuntu-docs (Ubuntu Z-series)
   Importance: Undecided
   Status: New

** Also affects: unity-control-center (Ubuntu Z-series)
   Importance: Undecided
   Status: New

** No longer affects: unity-control-center (Ubuntu Z-series)

** Changed in: ubuntu-docs (Ubuntu Yakkety)
   Importance: Medium => Undecided

** Changed in: ubuntu-docs (Ubuntu Yakkety)
   Status: Triaged => Won't Fix

** Changed in: ubuntu-docs (Ubuntu Z-series)
   Importance: Undecided => Medium

** Changed in: ubuntu-docs (Ubuntu Z-series)
   Status: New => Triaged

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

Title:
  [SRU] "When power is critically low" setting does nothing

Status in One Hundred Papercuts:
  Triaged
Status in ubuntu-docs package in Ubuntu:
  Triaged
Status in unity-control-center package in Ubuntu:
  Fix Released
Status in ubuntu-docs source package in Xenial:
  Won't Fix
Status in unity-control-center source package in Xenial:
  Triaged
Status in ubuntu-docs source package in Yakkety:
  Won't Fix
Status in unity-control-center source package in Yakkety:
  Fix Released
Status in ubuntu-docs source package in z-series:
  Triaged

Bug description:
  [Impact]

  In unity-control-center (u-c-c) there is an option for taking an
  action when "Power is critically low".  The choices are "Hibernate" or
  "Power off".  Often Hibernate is a disabled option because of problems
  with hibernate on various systems.

  However - what to do in the event of a critically low power situation
  is now handled by Upowerd automatically and so making a choice in
  u-c-c does nothing at all.

  As such, leaving that option accessible to users will lead to
  confusion.

  This patch removes the option from the UI.

  [Test Case]

  On an unpatched machine with a battery (i.e. laptop) open the power
  panel in u-c-c (Power/Settings menu in the top right corner -> System
  Settings -> Power.  Note that the 2nd option down is "When power is
  critically low".

  Once this update is applied and u-c-c is closed and reopened, this
  option is no longer present.

  [Regression Potential]
  There are some deletions from the ui file and some corresponding code 
deletions from the associated c file (cc-power-panel.c).

  It is possible that extra code has been removed that could cause a
  crash or affect other options in the power panel.

  However, the changes are fairly small and easy to review.  Nothing
  looks out of place.  Also testing has not shown any problems.

  [Other Info]

  Verbal (IRC) +1 from design via mpt.
  +1 from docs team via mailing list.

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

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


[Desktop-packages] [Bug 1575426] Re: Gnome Software doesn't update after refreshing system repositories

2016-10-05 Thread Alessandro Viprati
Same problem on Yakkety.
Birdfont app installed with g-s, "Remove" button not shown until "pkill 
gnome-software". Then I can see birdfont in the "Installed" page, launch the 
application and remove it.

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

Title:
  Gnome Software doesn't update after refreshing system repositories

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  This is similar to bug 1583403 but it's a little bit different.

  [What happens]
  ==
  Installing

  1. sudo apt install gnome-clocks
  2. After installation completes, open the Software app.
  3. Search for clocks.
  4. The Clocks app shows up with an Install button.
  5. Differently from bug 1583403, Clocks does not show up in the Installed 
page either.
  6. Force-kill the gnome-software background processeither by logging out or 
by running $ pkill gnome-software
  7. Open the Software app. Now Clocks show correctly as being installed.

  [What should happen]
  ===
  4-5. The Clocks app shows up with a Remove button in the All page and the 
Installed page.

  Similarly, I'm getting prompts to install system updates that I've
  installed hours before from the command line. (I can file a separate
  bug for that although it feels like it might be the same issue.)

  
  Original bug report
  ===
  Gnome Software doesn't immediately update after updating the system 
repositories, even after application restart. This results in application 
versions and other details being listed correctly, even though the correct 
version will be downloaded correctly.

  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: Tue Apr 26 18:53:54 2016
  InstallationDate: Installed on 2016-04-23 (3 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/1575426/+subscriptions

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


[Desktop-packages] [Bug 1600638] Re: Unity control center chokes on upper case in user name

2016-10-05 Thread Iain Lane
> This commit broke string freeze. If we backport this to Ubuntu 16.04
LTS, we want to do it without changing the hint string, right?

I noticed this too last night, and I'm uploading with the string change
reverted now for 16.10.

Thanks for pointing it out!

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

Title:
  Unity control center chokes on upper case in user name

Status in Ubuntu GNOME:
  Triaged
Status in gnome-control-center package in Ubuntu:
  Triaged
Status in unity-control-center package in Ubuntu:
  Fix Released
Status in gnome-control-center source package in Xenial:
  Triaged
Status in unity-control-center source package in Xenial:
  Triaged

Bug description:
  1. Enter control panel
  2. "Add account"
  3. Use an invalid charcter, such as an upper case letter.
  4. Get a confusing error message:

  Failed to add account 
  running '/usr/sbin/adduser' failed: Child process exited with code 1'

  
  This is an easy fix, and could keep a user from getting really confused.
  For a confused user see
  http://askubuntu.com/questions/677749/failed-to-add-account-in-ubuntu-14-04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3+14.04.20150916-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-88.135-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-88-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul 10 12:46:05 2016
  ExecutablePath: /usr/bin/unity-control-center
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
   LANG=en_US.UTF-8
   LANGUAGE=en_US
   XDG_RUNTIME_DIR=
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_unity-control-center:
   deja-dup 30.0-0ubuntu4
   gnome-control-center 1:3.6.3-0ubuntu56.1

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

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


[Desktop-packages] [Bug 1575426] Re: Gnome Software doesn't update after refreshing system repositories

2016-10-05 Thread Alessandro Viprati
** Tags added: yakkety

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

Title:
  Gnome Software doesn't update after refreshing system repositories

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  This is similar to bug 1583403 but it's a little bit different.

  [What happens]
  ==
  Installing

  1. sudo apt install gnome-clocks
  2. After installation completes, open the Software app.
  3. Search for clocks.
  4. The Clocks app shows up with an Install button.
  5. Differently from bug 1583403, Clocks does not show up in the Installed 
page either.
  6. Force-kill the gnome-software background processeither by logging out or 
by running $ pkill gnome-software
  7. Open the Software app. Now Clocks show correctly as being installed.

  [What should happen]
  ===
  4-5. The Clocks app shows up with a Remove button in the All page and the 
Installed page.

  Similarly, I'm getting prompts to install system updates that I've
  installed hours before from the command line. (I can file a separate
  bug for that although it feels like it might be the same issue.)

  
  Original bug report
  ===
  Gnome Software doesn't immediately update after updating the system 
repositories, even after application restart. This results in application 
versions and other details being listed correctly, even though the correct 
version will be downloaded correctly.

  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: Tue Apr 26 18:53:54 2016
  InstallationDate: Installed on 2016-04-23 (3 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/1575426/+subscriptions

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


[Desktop-packages] [Bug 1629770] Re: No "UI scaling" checkbox in display properties, no actual scaling in unity, nautilus, gnome apps

2016-10-05 Thread Iain Lane
Is the option present now?

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

Title:
  No "UI scaling" checkbox in display properties, no actual scaling in
  unity, nautilus, gnome apps

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

Bug description:
  After upgrading from 16.04 to 16.10-something-after-final-beta the UI
  scaling of desktop has gone and the relevant UI control is not found
  in the Displays panel of System Settings.

  I could work around some of the problems by:

  - `gsettings set com.ubuntu.user-interface scale-factor "{'HDMI1': 8, 'eDP1': 
12}"`
  - `gsettings set org.gnome.desktop.interface text-scaling-factor 1.5`
  - `gsettings org.gnome.desktop.interface cursor-size 36`
  - setting `layout.css.devPixelsPerPx` in Firefox about:config to 2.0 (note 
it's not consistent with 1.5 I use for everything else, it happened to Firefox 
one or two versions back, and it's a separate issue)

  These didn't fix the size of Unity panels and font sizes in window
  titles.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: unity-control-center 15.04.0+16.10.20160705.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
  Uname: Linux 4.8.0-17-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Sun Oct  2 22:37:22 2016
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2015-08-15 (415 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: unity-control-center
  UpgradeStatus: Upgraded to yakkety on 2016-10-02 (0 days ago)

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

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


[Desktop-packages] [Bug 1533251] Re: Ubuntu phone / Aquaris E5: no ringtones when receiving calls, no sound when receiving messages; no sound on speakers

2016-10-05 Thread alcars
I tried replicating #12 with little success on my Aquaris E5. I too have
no ring tone, dial tone or "bleep" when changing the volume, but
headphones work just fine. I unmuted pathwind and made a factory reset
to no avail.

But I noticed that when watching videos with the standard browser I get
barely audible sound when turning up the volume. Unfortunately, changing
the volume here has no effect on the ring tone etc. If the solution
really is to find the exact web page or app that caused the problem, I
am at a loss. For all I know, this could be a defunct app I immediately
uninstalled and forgot all about, or a ad played by some news site.

Is there a tool similar to alsamixer for pulseaudio for independently
controlling speaker volume an headphones volume? I tried (re)moving
~/.config/pulse, but that had no effect.

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

Title:
  Ubuntu phone / Aquaris E5: no ringtones when receiving calls, no sound
  when receiving messages; no sound on speakers

Status in indicator-sound package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Aquaris E5 HD, Ubuntu Edition; Ubuntu 15.04, OTA-8.5

  My phone does not ring / play sound on speakers. No problems to answer
  calls, when having notice by vibrating / display notification; Have
  phone for some weeks now - at very beginning it worked; short after it
  stopped playing sounds; swithched sound on in pathwind & uninstalled
  pathwind - no difference; sometimes it plays ringtones - but have no
  idea under which circumstances; even when it rang for one time it does
  not anymore one call later, although I did not make any changes in
  settings between the calls; does not play sounds / ringtones when
  selecting them in settings (no difference which ringtone).

  Today I made full reset on phone (by Settings) - still no sounds.

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

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


[Desktop-packages] [Bug 1627157] Re: Steam is not searchable and installable

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

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

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

Title:
  Steam is not searchable and installable

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  aaron@Ubuntu-LTS-Stable:~$ cat /etc/lsb-release 
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=16.04
  DISTRIB_CODENAME=xenial
  DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"

  aaron@Ubuntu-LTS-Stable:~$ apt-cache policy gnome-software
  gnome-software:
Installed: 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
Candidate: 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
Version table:
   *** 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  
  In a clean Ubuntu 16.04 machine you can't search therefor install Steam in 
GNOME Software. It is however you can find and install it with apt, but that is 
not very user friendly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-software 
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Sep 23 14:50:15 2016
  InstallationDate: Installed on 2016-09-16 (7 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  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/1627157/+subscriptions

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


[Desktop-packages] [Bug 1627157] Re: Steam is not searchable and installable

2016-10-05 Thread Alessandro Viprati
** Tags added: yakkety

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

Title:
  Steam is not searchable and installable

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  aaron@Ubuntu-LTS-Stable:~$ cat /etc/lsb-release 
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=16.04
  DISTRIB_CODENAME=xenial
  DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"

  aaron@Ubuntu-LTS-Stable:~$ apt-cache policy gnome-software
  gnome-software:
Installed: 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
Candidate: 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
Version table:
   *** 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  
  In a clean Ubuntu 16.04 machine you can't search therefor install Steam in 
GNOME Software. It is however you can find and install it with apt, but that is 
not very user friendly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-software 
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Sep 23 14:50:15 2016
  InstallationDate: Installed on 2016-09-16 (7 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  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/1627157/+subscriptions

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


[Desktop-packages] [Bug 1630156] Re: No password needed to Log in after cancel the password and then reset again

2016-10-05 Thread Hao-Sheng Lu
lightdm version is 1.10.6
and tested with 16.04(lightdm version 1.18.2), issue still exist

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

Title:
  No password needed to Log in after cancel the password and then reset
  again

Status in Light Display Manager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project trusty series:
  New
Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  OS: 14.04 trusty

  1. Go to path "System Setting --> User Accounts--> Unlock" to unlock system 
setting.
  2. Click "Password --> Action --> Log in without password -->Change to clear 
Log in password.
  3. Reboot and log to desktop without password.
  4. Then do the similar action "Set a password now" as the same way to set Log 
in password.
  5. Reboot but still no password needed at Log in interface.

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

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


[Desktop-packages] [Bug 1318690] Re: emacs aborts for ppc64el in 14.04

2016-10-05 Thread Bug Watch Updater
** Changed in: emacs24 (Debian)
   Status: Unknown => New

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

Title:
  emacs aborts for ppc64el in 14.04

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

Bug description:
  Using a fresh install of Ubuntu 14.04 and installing emacs produces an
  emacs that fails relatively quickly during an editing session.  The
  immediate symptom is "Fatal error 6: Aborted", without dumping core,
  and leaving a companion thread behind in a wait state.

  I normally use emacs -nw, and this is how I've observed the problem
  directly.  I haven't found a way to get a stack trace using emacs -nw;
  all I end up with is the trace for the companion thread.

  If I don't use -nw, I can get an abort with backtrace to occur using
  "gdb --args emacs foo.txt" (with emacs24-dbg installed).  Backtrace
  follows:

  #0  0x3fffb5f40e88 in __GI_raise (sig=)
  at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  #1  0x3fffb5f46c6c in __GI_abort () at abort.c:89
  #2  0x3fffb5f90b34 in __malloc_assert (
  assertion=0x3fffb60911c0 "(old_top == (((mbinptr) (((char *) 
&((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd 
&& old_size == 0) || ((unsigned long) (old_size) >= (unsigned 
long)__builtin_offs"..., 
  file=0x3fffb6090790 "malloc.c", line=2372, 
  function=0x3fffb6092020 <__func__.12342> "sysmalloc") at malloc.c:293
  #3  0x3fffb5f95214 in sysmalloc (av=0x3fffb60ba760 , nb=80)
  at malloc.c:2369
  #4  _int_malloc (av=0x3fffb60ba760 , bytes=65) at malloc.c:3800
  #5  0x3fffb5f98bbc in _int_realloc (nb=80, oldsize=48, oldp=0x10ee3ef0, 
  av=0x3fffb60ba760 ) at malloc.c:4286
  #6  __GI___libc_realloc (oldmem=0x10ee3f00, bytes=72) at malloc.c:3029
  #7  0x3fffb7019438 in g_realloc ()
 from /lib/powerpc64le-linux-gnu/libglib-2.0.so.0
  #8  0x3fffb712ef3c in ?? ()
 from /usr/lib/powerpc64le-linux-gnu/libgobject-2.0.so.0
  #9  0x3fffb7136f0c in g_signal_connect_data ()
 from /usr/lib/powerpc64le-linux-gnu/libgobject-2.0.so.0
  #10 0x1013a4c0 in xg_create_one_menuitem (item=0x10e484f0, 
  select_cb=0x10091140 , cl_data=0x10e42360, 
  group=0x3fffcef0, highlight_cb=0x10091060 , 
  f=0x10c80770) at gtkutil.c:2488
  #11 0x1013b11c in create_menus (data=, f=0x10c80770, 
  select_cb=0x10091140 , 
  deactivate_cb=0x10090bc0 , 
  highlight_cb=0x10091060 , 
  menu_bar_p=, add_tearoff_p=, 
  topmenu=, cl_data=0x10e42360, name=0x0, pop_up_p=false)
  at gtkutil.c:2622
  #12 0x1013b154 in create_menus (data=, f=0x10c80770, 
  select_cb=0x10091140 , 
  deactivate_cb=0x10090bc0 , 
  highlight_cb=0x10091060 , 
  menu_bar_p=, add_tearoff_p=, 
  topmenu=, cl_data=0x10e42360, name=0x0, pop_up_p=false)
  at gtkutil.c:2633
  #13 0x1013b154 in create_menus (data=, f=0x10c80770, 
  select_cb=0x10091140 , 
  deactivate_cb=0x10090bc0 , 
  highlight_cb=0x10091060 , 
  menu_bar_p=, add_tearoff_p=, 
  topmenu=, cl_data=0x10e42360, name=0x0, pop_up_p=false)
  at gtkutil.c:2633
  #14 0x1013b154 in create_menus (data=, f=0x10c80770, 
  select_cb=0x10091140 , 
  deactivate_cb=0x10090bc0 , 
  highlight_cb=0x10091060 , menu_bar_p=false, 
  add_tearoff_p=true, topmenu=0x0, cl_data=0x10e42360, name=0x0, 
  pop_up_p=false) at gtkutil.c:2633
  #15 0x1013eab8 in create_menus (name=, 
  cl_data=0x10e42360, topmenu=0x0, add_tearoff_p=, 
  menu_bar_p=, pop_up_p=, 
  highlight_cb=0x10091060 , 
  deactivate_cb=0x10090bc0 , 
  select_cb=0x10091140 , f=0x10c80770, 
  data=) at gtkutil.c:2633
  #16 xg_create_widget (type=, name=, 
  f=0x10c80770, val=, 
  select_cb=0x10091140 , 
  deactivate_cb=0x10090bc0 , 
  highlight_cb=0x10091060 ) at gtkutil.c:2691
  #17 0x10092620 in set_frame_menubar (f=0x10c80770, 
  first_time=, deep_p=true) at xmenu.c:1186
  #18 0x1012af74 in Fx_create_frame (parms=278938710) at xfns.c:3393
  #19 0x1020e0cc in Ffuncall (nargs=2, args=)
  at eval.c:2778
  #20 0x1026d7e0 in exec_byte_code (bytestr=, 
  vector=70368744167592, maxdepth=, args_template=271597120, 
  nargs=4611686018695757824, args=0x4030) at bytecode.c:900
  #21 0x10214920 in funcall_lambda (fun=272261749, nargs=1, 
  arg_vector=0x3fffdc20) at eval.c:3010
  #22 0x1020dd50 in Ffuncall (nargs=2, args=0x3fffdc18)
  at eval.c:2839
  #23 0x1026d7e0 in exec_byte_code (bytestr=, 
  vector=70368744168472, maxdepth=, args_template=271597120, 
  nargs=4611686018695757824, args=0x4030) at bytecode.c:900
  #24 0x10214920 in funcall_lambda (fun=272904229, nargs=1, 
  

[Desktop-packages] [Bug 1630156] Re: No password needed to Log in after cancel the password and then reset again

2016-10-05 Thread Ara Pulido
What version of lightdm are you using?

Is this happening in Yakkety?

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

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

Title:
  No password needed to Log in after cancel the password and then reset
  again

Status in Light Display Manager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project trusty series:
  New
Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  OS: 14.04 trusty

  1. Go to path "System Setting --> User Accounts--> Unlock" to unlock system 
setting.
  2. Click "Password --> Action --> Log in without password -->Change to clear 
Log in password.
  3. Reboot and log to desktop without password.
  4. Then do the similar action "Set a password now" as the same way to set Log 
in password.
  5. Reboot but still no password needed at Log in interface.

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

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


[Desktop-packages] [Bug 1622379] Re: SRU: sin(0)/sin(0) crash the the calculator

2016-10-05 Thread Martin Pitt
Hello Cledersonbc, or anyone else affected,

Accepted gnome-calculator into xenial-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/gnome-
calculator/1:3.18.3-0ubuntu1.16.04.1 in a few hours, and then in the
-proposed repository.

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

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

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

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

** Tags added: verification-needed

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

Title:
  SRU: sin(0)/sin(0) crash the the calculator

Status in GNOME Calculator:
  Fix Released
Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Xenial:
  Fix Committed

Bug description:
  [Impact]

  It is possible to cause gnome-calcualtor segfault when elements of
  division to zero have null assigned tokens. For example, the following
  calculation will trigger a segfault:

  sin(0)/sin(0)

  [Test Case]

  Open a terminal with CTRL+ALT+t and launch 'gnome-calculator'. Type
  the following into the equation entry area 'sin(0)/sin(0)' and press
  enter, gnome-calculator will segfault.

  When the patched 'gnome-calculator' package is installed performing
  the same calculation described above will not cause 'gnome-calculator'
  to crash and instead the following will be displayed: Division by zero
  is undefined

  A debdiff for Xenial is attached in comment #2:

* https://bugs.launchpad.net/ubuntu/+source/gnome-
  calculator/+bug/1622379/comments/2

  [Regression Potential]

  None expected. The applied patch is taken directly from the following
  upstream commit:

    * https://git.gnome.org/browse/gnome-
  calculator/commit/?id=647eb687821fd74764a55767bf1e34f68f5df940

  gnome-calculator packages have been built in a PPA and tested.

  [Other Info]

  dw3@linux:~$ gnome-calculator

  (gnome-calculator:29011): GLib-CRITICAL **: g_str_has_prefix:
  assertion 'str != NULL' failed

  (gnome-calculator:29011): GLib-CRITICAL **: g_str_has_prefix: assertion 'str 
!= NULL' failed
  Segmentation fault (core dumped)
  dw3@linux:~$

  sin(0)/sin(0) = NaN, but it crash the calculator

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

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


[Desktop-packages] [Bug 1630156] Re: No password needed to Log in after cancel the password and then reset again

2016-10-05 Thread Jamie Chang
** Also affects: lightdm
   Importance: Undecided
   Status: New

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Also affects: oem-priority/precise
   Importance: Undecided
   Status: New

** Also affects: oem-priority/trusty
   Importance: Undecided
   Status: New

** No longer affects: oem-priority/precise

** Changed in: oem-priority
   Importance: Undecided => High

** Changed in: oem-priority/trusty
   Importance: Undecided => High

** Changed in: oem-priority
   Importance: High => Critical

** Changed in: oem-priority/trusty
   Importance: High => Critical

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

Title:
  No password needed to Log in after cancel the password and then reset
  again

Status in Light Display Manager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project trusty series:
  New
Status in lightdm package in Ubuntu:
  New

Bug description:
  OS: 14.04 trusty

  1. Go to path "System Setting --> User Accounts--> Unlock" to unlock system 
setting.
  2. Click "Password --> Action --> Log in without password -->Change to clear 
Log in password.
  3. Reboot and log to desktop without password.
  4. Then do the similar action "Set a password now" as the same way to set Log 
in password.
  5. Reboot but still no password needed at Log in interface.

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

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


[Desktop-packages] [Bug 1380364] Re: lightdm writes XDISPLAY instead of tty device name to utmp record

2016-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-control-center -
15.04.0+16.10.20161003.1-0ubuntu1

---
unity-control-center (15.04.0+16.10.20161003.1-0ubuntu1) yakkety; urgency=medium

  [ Robert Ancell ]
  * Don't check if we're running under Unity - we only support Unity
(LP: #1554878, #1629668)
  * Ubuntu only supports usernames with lowercase letters. (LP:
#1600638)

  [ Sebastien Bacher ]
  * Revert the change from r12750 to include only graphical sessions.
(LP: #1380364)

  [ w...@whizzy.org ]
  * Removed "when battery is critical" functionality from the power
panel as this is now handled by Upower and these settings now do
nothing.  Fixes LP: #1599264 (LP: #1599264)

 -- i...@orangesquash.org.uk (i...@orangesquash.org.uk)  Mon, 03 Oct
2016 11:19:09 +

** Changed in: unity-control-center (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  lightdm writes XDISPLAY instead of tty device name to utmp record

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  New
Status in Light Display Manager 1.14 series:
  New
Status in Light Display Manager 1.16 series:
  New
Status in lightdm package in Ubuntu:
  Fix Released
Status in unity-control-center package in Ubuntu:
  Fix Released

Bug description:
  Until now, I've been using good old gdm-2.20.11 and wanted to switch
  to lightdm-1.12.1. If you list users logged in via the 'w' or 'who'
  command, it shows you who is logged in and what they are doing.
  Especially, on which tty. Example:

  USER TTYLOGIN@   IDLE   JCPU   PCPU WHAT
  usertty9  03Oct14 16days  1:52m  0.01s /bin/sh /etc/xdg/xfce4/xinitrc 
-- /etc/X11/xinit/xserverrc

  Also, 'who' gives this information:
  usertty9 Oct  3 22:34 (:20)

  However, lightdm does not follow that tradition. Instead, it prints :0
  instead of the actual tty, and something weird for other values (like
  ?xdm? instead of the idle value etc.)

  'w':
  USER TTYLOGIN@   IDLE   JCPU   PCPU WHAT
  user:019:50   ?xdm?  23.82s  0.01s /bin/sh /etc/xdg/xfce4/xinitrc 
-- /etc/X11/xinit/xserverrc

  Note: :0 is not tty, it is DISPLAY env.

  'who':
  user:0   2014-10-12 19:50 (:0)

  The same for this one. I wonder, is this a bug (to me it seems so,
  because for every other program the correct values are reported)?

  It is a problem for me, because I have written scripts for automation
  etc. that parse w and who output to determine which tty is in use by
  which DISPLAY.

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

-- 
Mailing list: https://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   >