[Desktop-packages] [Bug 1594681] Re: Don't override IM variables

2016-08-18 Thread Bug Watch Updater
** Changed in: gnome-session
   Status: Confirmed => 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/1594681

Title:
  Don't override IM variables

Status in gnome-session:
  Fix Released
Status in Ubuntu GNOME:
  Fix Committed
Status in gnome-session package in Ubuntu:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-session source package in Xenial:
  In Progress
Status in gnome-settings-daemon source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently these variable settings are hardcoded in gnome-session and
  gnome-settings-daemon:

  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

  That way the use of alternative IM frameworks, for instance fcitx, is
  prevented. The variables should only be set if they are empty, so the
  values set by im-config are honored.

  [Test Case]

  * Install Ubuntu GNOME
  * Install both the gnome-session and gnome-settings-daemon proposed updates
  * Install fcitx
  * Set fcitx as the input method:
    im-config -n fcitx
  * Relogin
  * Check the IM-related environment variables:
    env | grep -E '_IM|XMOD'

  After the proposed uploads of gnome-session and gnome-settings-daemon,
  those variables are consistently (unlike before) set to "fcitx".

  [Regression Potential]

  Low. im-config sets "ibus" by default in Ubuntu GNOME anyway. This
  change prevents an inconsistent input method configuration for users
  who have actively chosen some other IM framework.

  The gnome-settings-daemon change was included upstream in 3.19.3 and
  the gnome-session change was included upstream in 3.21.90.

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

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


[Desktop-packages] [Bug 1610029] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-08-18 Thread Alberto Salvia Novella
Could you complete the upgrade? Did the system remained functional on
next reboot?

When answered, please set status back to "confirmed". Thank you.

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

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

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

Status in gconf package in Ubuntu:
  Incomplete

Bug description:
  when upgrading from 14.04 LTS to 16.04 LTS this error came up during
  the upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Wed Aug  3 23:57:59 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to xenial on 2016-08-04 (0 days ago)

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

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


[Desktop-packages] [Bug 1086374] Re: Backup cannot be restored (no signature chains found)

2016-08-18 Thread Donald Pellegrino
I deleted my previous remote backup collection and created a new one
using the GUI tools. I then verified the backup using duplicity command
line and it worked as expected.

It seems that the remote backup collection can become corrupted while
the GUI will continue to run daily backups reporting that it verified
them and that the backup completed successfully. This is a critical
defect as it will lead to end-user data loss. Users will believe they
have valid backups even when they are corrupted.

I am adding Unity Control Center to this bug report to address the
interaction effect between the GUI in System Settings reporting that
backups are succeeding and the state of a corrupted backup in duplicity.

** Also affects: unity-control-center
   Importance: Undecided
   Status: New

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

Title:
  Backup cannot be restored (no signature chains found)

Status in Duplicity:
  New
Status in Unity Control Center:
  New
Status in duplicity package in Ubuntu:
  Confirmed

Bug description:
  I get:

  [root@ ]# duplicity list-current-files scp://192.168.11.2/backup/caw-server1
  Local and Remote metadata are synchronized, no sync needed.
  Last full backup date: none
  Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1391, in 
  with_tempdir(main)
  File "/usr/bin/duplicity", line 1384, in with_tempdir
  fn()
  File "/usr/bin/duplicity", line 1322, in main
  list_current(col_stats)
  File "/usr/bin/duplicity", line 598, in list_current
  sig_chain = col_stats.get_signature_chain_at_time(time)
  File "/usr/lib64/python2.6/site-packages/duplicity/collections.py", line 977, 
in get_signature_chain_at_time
  raise CollectionsError("No signature chains found")
  CollectionsError: No signature chains found

  when trying to list files from my backup.  But the files seem ok outside of 
duplicity,
  This affects multiple servers backing up to different locations.

  OS is CentOS 6.2 x86
  Duplicity 0.6.18 from the repos

  ---
  Using archive dir: /root/.cache/duplicity/1dc0bb65e1eb97582ca301487786e1b1
  Using backup name: 1dc0bb65e1eb97582ca301487786e1b1
  Import of duplicity.backends.ftpsbackend Succeeded
  Import of duplicity.backends.u1backend Succeeded
  Import of duplicity.backends.ftpbackend Succeeded
  Import of duplicity.backends.webdavbackend Succeeded
  Import of duplicity.backends.hsibackend Succeeded
  Import of duplicity.backends.imapbackend Succeeded
  Import of duplicity.backends.botobackend Succeeded
  Import of duplicity.backends.cloudfilesbackend Succeeded
  Import of duplicity.backends.rsyncbackend Succeeded
  Import of duplicity.backends.sshbackend Succeeded
  Import of duplicity.backends.tahoebackend Succeeded
  Import of duplicity.backends.localbackend Succeeded
  Import of duplicity.backends.giobackend Succeeded
  Import of duplicity.backends.gdocsbackend Succeeded
  Main action: list-current
  

  duplicity 0.6.18 (February 29, 2012)
  Args: /usr/bin/duplicity -v9 list-current-files --no-encryption 
scp://192.168.11.1/backup/caw-server2
  Linux caw-server2.cawdekempen.be 2.6.32-220.23.1.el6.x86_64 #1 SMP Mon Jun 18 
18:58:52 BST 2012 x86_64 x86_64
  /usr/bin/python 2.6.6 (r266:84292, Jun 18 2012, 14:18:47) 
  [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]
  

  Local and Remote metadata are synchronized, no sync needed.
  0 files exist on backend
  0 files exist in cache
  Extracting backup chains from list of files: []
  Last full backup date: none
  Collection Status
  -
  Connecting with backend: SftpBackend
  Archive dir: /root/.cache/duplicity/1dc0bb65e1eb97582ca301487786e1b1

  Found 0 secondary backup chains.
  No backup chains with active signatures found
  No orphaned or incomplete backup sets found.
  Using temporary directory /tmp/duplicity-ckTuyx-tempdir
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1391, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1384, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1322, in main
  list_current(col_stats)
File "/usr/bin/duplicity", line 598, in list_current
  sig_chain = col_stats.get_signature_chain_at_time(time)
File "/usr/lib64/python2.6/site-packages/duplicity/collections.py", line 
977, in get_signature_chain_at_time
  raise CollectionsError("No signature chains found")
  CollectionsError: No signature chains found

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

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

[Desktop-packages] [Bug 1576539] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-08-18 Thread Alberto Salvia Novella
** Changed in: gconf (Ubuntu)
   Importance: Undecided => High

** Changed in: gconf (Ubuntu)
   Importance: High => Critical

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

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

Status in gconf package in Ubuntu:
  Confirmed

Bug description:
  bug happened while i'm upgrading ubuntu version from 15.10 to 16.04

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Fri Apr 29 08:16:36 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-03-05 (54 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to xenial on 2016-04-29 (0 days ago)

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

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


[Desktop-packages] [Bug 1573447] Re: large jpeg file crashes Eye of Gnome

2016-08-18 Thread Launchpad Bug Tracker
[Expired for eog (Ubuntu) because there has been no activity for 60
days.]

** Changed in: eog (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  large jpeg file crashes Eye of Gnome

Status in eog package in Ubuntu:
  Expired

Bug description:
  This large jpeg image 
(https://www.dropbox.com/s/0277bt6uy33v495/babel17.jpg?dl=0) crashes Eye of 
Gnome.
  It can be opened without problems in gimp.
  Before crashing, eog reports: 
  (eog:24304): Gdk-WARNING **: eog: Fatal IO error 2 (Aucun fichier ou 
dossier de ce type) on X server :0.

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

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


[Desktop-packages] [Bug 1086374] Re: Backup cannot be restored (no signature chains found)

2016-08-18 Thread Donald Pellegrino
I am seeing this behavior with duplicity 0.7.08 on Ubuntu 16.04.1 LTS.
The Backups GUI in System Settings reports that it is running backups
successfully and new backup files are being created in the remote
location. However, the duplicity command line is unable to run
collection-status or list-current-files without error when pointed to
the same remote as specified in the System Settings GUI.

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

Title:
  Backup cannot be restored (no signature chains found)

Status in Duplicity:
  New
Status in duplicity package in Ubuntu:
  Confirmed

Bug description:
  I get:

  [root@ ]# duplicity list-current-files scp://192.168.11.2/backup/caw-server1
  Local and Remote metadata are synchronized, no sync needed.
  Last full backup date: none
  Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1391, in 
  with_tempdir(main)
  File "/usr/bin/duplicity", line 1384, in with_tempdir
  fn()
  File "/usr/bin/duplicity", line 1322, in main
  list_current(col_stats)
  File "/usr/bin/duplicity", line 598, in list_current
  sig_chain = col_stats.get_signature_chain_at_time(time)
  File "/usr/lib64/python2.6/site-packages/duplicity/collections.py", line 977, 
in get_signature_chain_at_time
  raise CollectionsError("No signature chains found")
  CollectionsError: No signature chains found

  when trying to list files from my backup.  But the files seem ok outside of 
duplicity,
  This affects multiple servers backing up to different locations.

  OS is CentOS 6.2 x86
  Duplicity 0.6.18 from the repos

  ---
  Using archive dir: /root/.cache/duplicity/1dc0bb65e1eb97582ca301487786e1b1
  Using backup name: 1dc0bb65e1eb97582ca301487786e1b1
  Import of duplicity.backends.ftpsbackend Succeeded
  Import of duplicity.backends.u1backend Succeeded
  Import of duplicity.backends.ftpbackend Succeeded
  Import of duplicity.backends.webdavbackend Succeeded
  Import of duplicity.backends.hsibackend Succeeded
  Import of duplicity.backends.imapbackend Succeeded
  Import of duplicity.backends.botobackend Succeeded
  Import of duplicity.backends.cloudfilesbackend Succeeded
  Import of duplicity.backends.rsyncbackend Succeeded
  Import of duplicity.backends.sshbackend Succeeded
  Import of duplicity.backends.tahoebackend Succeeded
  Import of duplicity.backends.localbackend Succeeded
  Import of duplicity.backends.giobackend Succeeded
  Import of duplicity.backends.gdocsbackend Succeeded
  Main action: list-current
  

  duplicity 0.6.18 (February 29, 2012)
  Args: /usr/bin/duplicity -v9 list-current-files --no-encryption 
scp://192.168.11.1/backup/caw-server2
  Linux caw-server2.cawdekempen.be 2.6.32-220.23.1.el6.x86_64 #1 SMP Mon Jun 18 
18:58:52 BST 2012 x86_64 x86_64
  /usr/bin/python 2.6.6 (r266:84292, Jun 18 2012, 14:18:47) 
  [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]
  

  Local and Remote metadata are synchronized, no sync needed.
  0 files exist on backend
  0 files exist in cache
  Extracting backup chains from list of files: []
  Last full backup date: none
  Collection Status
  -
  Connecting with backend: SftpBackend
  Archive dir: /root/.cache/duplicity/1dc0bb65e1eb97582ca301487786e1b1

  Found 0 secondary backup chains.
  No backup chains with active signatures found
  No orphaned or incomplete backup sets found.
  Using temporary directory /tmp/duplicity-ckTuyx-tempdir
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1391, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1384, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1322, in main
  list_current(col_stats)
File "/usr/bin/duplicity", line 598, in list_current
  sig_chain = col_stats.get_signature_chain_at_time(time)
File "/usr/lib64/python2.6/site-packages/duplicity/collections.py", line 
977, in get_signature_chain_at_time
  raise CollectionsError("No signature chains found")
  CollectionsError: No signature chains found

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

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


[Desktop-packages] [Bug 1592382] Re: Updates are notified even when they are installed automatically

2016-08-18 Thread Alberto Salvia Novella
@ Renardo

That bug isn't the same as this one.

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

Title:
  Updates are notified even when they are installed automatically

Status in One Hundred Papercuts:
  Fix Released
Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Fix Released

Bug description:
  HOW TO REPRODUCE:
  1. Go to the "Software & Updates" application.
  2. Go to the "Updates" tab.
  3. Set the "automatically check for updates" option to "daily".
  4. Set the "when there are security updates" option to "download and install 
automatically".
  5. Set the "when there are other updates" option to "display weekly".

  RESULT:
  In a day there will be a bubble notification telling you there are important 
updates ready to be installed, but those are set to be installed automatically 
and the Update Manager won't show up.

  RELEVANT DETAILS:
  - The bubble can show up multiple times during the same user session.
  - The bubble seems to belong to gnome-software, where the Software Updater 
should be the only application asking the user to upgrade.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: update-notifier 3.168
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun 14 13:40:02 2016
  InstallationDate: Installed on 2016-05-02 (42 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: update-notifier
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1594681] Re: Don't override IM variables

2016-08-18 Thread Gunnar Hjalmarsson
Thanks for sharing the good news, @terakin. :) I suppose it's fcitx-mozc
you are using, then.

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

Title:
  Don't override IM variables

Status in gnome-session:
  Confirmed
Status in Ubuntu GNOME:
  Fix Committed
Status in gnome-session package in Ubuntu:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-session source package in Xenial:
  In Progress
Status in gnome-settings-daemon source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently these variable settings are hardcoded in gnome-session and
  gnome-settings-daemon:

  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

  That way the use of alternative IM frameworks, for instance fcitx, is
  prevented. The variables should only be set if they are empty, so the
  values set by im-config are honored.

  [Test Case]

  * Install Ubuntu GNOME
  * Install both the gnome-session and gnome-settings-daemon proposed updates
  * Install fcitx
  * Set fcitx as the input method:
    im-config -n fcitx
  * Relogin
  * Check the IM-related environment variables:
    env | grep -E '_IM|XMOD'

  After the proposed uploads of gnome-session and gnome-settings-daemon,
  those variables are consistently (unlike before) set to "fcitx".

  [Regression Potential]

  Low. im-config sets "ibus" by default in Ubuntu GNOME anyway. This
  change prevents an inconsistent input method configuration for users
  who have actively chosen some other IM framework.

  The gnome-settings-daemon change was included upstream in 3.19.3 and
  the gnome-session change was included upstream in 3.21.90.

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

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


[Desktop-packages] [Bug 1614806] [NEW] This package breaks "ark" rar support

2016-08-18 Thread Tony
Public bug reported:

So i was told here:
https://bugs.kde.org/show_bug.cgi?id=367535

this mav be a package bug in ubuntu xenial, which i confirmed. There are
links to the upstream issue, which is already fixed, and a bugfix that i
would gladly wish you backport.

Description:KDE neon User Edition 5.7
Release:16.04

shared-mime-info:
  Installed: 1.5-2ubuntu0.1
  Candidate: 1.5-2ubuntu0.1
  Version table:
 *** 1.5-2ubuntu0.1 500
500 http://do.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.5-2 500
500 http://do.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

** Affects: shared-mime-info (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  This package breaks "ark" rar support

Status in shared-mime-info package in Ubuntu:
  New

Bug description:
  So i was told here:
  https://bugs.kde.org/show_bug.cgi?id=367535

  this mav be a package bug in ubuntu xenial, which i confirmed. There
  are links to the upstream issue, which is already fixed, and a bugfix
  that i would gladly wish you backport.

  Description:KDE neon User Edition 5.7
  Release:16.04

  shared-mime-info:
Installed: 1.5-2ubuntu0.1
Candidate: 1.5-2ubuntu0.1
Version table:
   *** 1.5-2ubuntu0.1 500
  500 http://do.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.5-2 500
  500 http://do.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/1614806/+subscriptions

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


[Desktop-packages] [Bug 1577760] Re: Screen Display 'Apply' fails

2016-08-18 Thread Max Waterman
Hrm. It's almost like it's not really the same issue (particularly not
the same *cause*).

Can you check that upowerd is actually running? :

$ ps faux | grep upowerd
maxw  4799  0.0  0.0  21296   932 pts/1S+   10:38   0:00
  \_ grep --color=auto upowerd
root  2515  0.0  0.1 354340  3928 ?Ssl  08:52   0:01 
/usr/lib/upower/upowerd

If it is running ok then I'd assume it's not the same cause and perhaps
we should go back to square one. What exactly is happening and what is
common with this bug?

You mention 'the error' so I presume it is the 'failed to apply
configuration' error mentioned in the first comment - is it exactly the
same, ie it's concerning the settings daemon? If so, then perhaps see if
that is actually running :

$ ps faux | grep settings
maxw  2888  0.0  0.8 862212 16576 ?Ssl  08:52   0:01  \_ 
/usr/lib/unity-settings-daemon/unity-settings-daemon
maxw  3062  0.0  0.4 576748  9960 ?Sl   08:52   0:00  |   
\_ /usr/lib/unity-settings-daemon/unity-fallback-mount-helper
maxw  4828  0.0  0.0  21296   972 pts/1S+   10:41   0:00
  \_ grep --color=auto settings

In the above, I presume it is process 2888. If that is not running on
your system, perhaps you should try running it and see what it complains
about. Note it is in /usr/lib, so the ldd tests we did on /usr/bin and
/bin wouldn't have caught that - perhaps try running ldd on it
specifically (that's if running it directly doesn't already tell you
what it fails to link to).

Interestingly, I notice that my trouble was with a binary called 'gnome-
settings-daemon', but on my current system (I no longer have access to
the one I was using when filing this issue) I don't have that binary at
allwhen I attempt to run it, bash suggests I install it. I would
ignore gnome-settings-daemon and try to see what unity-settings-daemon
is having a problem with, if anything - same technique though.

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

Title:
  Screen Display 'Apply' fails

Status in upower package in Ubuntu:
  Invalid

Bug description:
  Since upgrading to 16.04, when I click on the 'Apply' button of the
  'Screen Display' utility (without setting anything), I get an error
  dialog:

  "Failed to apply configuration: %s
  GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface 
'org.gnome.SettingsDaemon.XRANDR_2' on object at path 
/org/gnome/SettingsDaemon/XRANDR"

  What I expect to be able to configure multiple monitors - though it
  fails even when I have none connected.

  It is a Lenovo X250 with a docking station (though it doesn't make any
  difference if the docking station is used or not).

  WORKAROUND: sudo ln -s /usr/lib/x86_64-linux-gnu/libusbmuxd.so.4.0.0
  /usr/lib/x86_64-linux-gnu/libusbmuxd.so.2

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

  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue May  3 13:20:37 2016
  DistUpgraded: 2016-04-22 10:05:12,580 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Lenovo Broadwell-U Integrated Graphics [17aa:2226]
  InstallationDate: Installed on 2015-05-20 (348 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20CM001QUK
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (11 days ago)
  dmi.bios.date: 04/06/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N10ET33W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CM001QUK
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN10ET33W(1.12):bd04/06/2015:svnLENOVO:pn20CM001QUK:pvrThinkPadX250:rvnLENOVO:rn20CM001QUK:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20CM001QUK
  dmi.product.version: ThinkPad X250
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  

[Desktop-packages] [Bug 1578501] Re: Can't add network printer

2016-08-18 Thread Till Kamppeter
Looking into the error_log which got automatically attached to this bug
report, CUPS is not finding its auxiliary files, especially filters and
backends.Has the CUPS daemon access to all required directories and to
the root file system in general? Are all needed packages installed (like
cups-filters for example)?

** Changed in: system-config-printer (Ubuntu)
   Status: New => Incomplete

** Package changed: system-config-printer (Ubuntu) => cups (Ubuntu)

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

Title:
  Can't add network printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 16.04
  CUPS: «server-error-internal-error» when I adding a network HP Printer.
  Screen in attachment.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: system-config-printer-gnome 1.5.7+20160212-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_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu May  5 08:54:12 2016
  ExecutablePath: /usr/share/system-config-printer/system-config-printer.py
  InstallationDate: Installed on 2015-01-22 (468 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  InterpreterPath: /usr/bin/python3.5
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: Hewlett-Packard p6-2412er
  PackageArchitecture: all
  Papersize: a4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=bfe27f40-1b02-4e97-9ce9-5ba926a696b2 ro quiet splash vt.handoff=7
  SourcePackage: system-config-printer
  UpgradeStatus: Upgraded to xenial on 2016-05-04 (0 days ago)
  dmi.bios.date: 06/25/2014
  dmi.bios.vendor: AMI
  dmi.bios.version: 8.19
  dmi.board.name: 2ADA
  dmi.board.vendor: Foxconn
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: RUA30800W0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnAMI:bvr8.19:bd06/25/2014:svnHewlett-Packard:pnp6-2412er:pvr:rvnFoxconn:rn2ADA:rvr1.00:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: p6-2412er
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1584367] Re: Samsung printer automatically diabled; cannot print

2016-08-18 Thread Till Kamppeter
Can you please attach your /var/log/syslog file? Thanks.

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

Title:
  Samsung printer automatically diabled; cannot print

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Samsung ML-1660 laser printer is found and installed, but cannot print
  as it is automatically disabled. CUPS error log is filled with the
  following:

  E [21/May/2016:10:55:13 -0600] [cups-deviced] PID 26623
  (gutenprint52+usb) stopped with status 1!

  This behaviour is new in Xenial, it worked fine in Trusty.

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

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


[Desktop-packages] [Bug 1594681] Re: Don't override IM variables

2016-08-18 Thread terakin
Hi,


  I was just stacked by this trouble ... (1) cannot input Japanese characters 
via Mozc (Japanese input method) in Dash search window (2) cannot input any 
Japanese characters for Skype.
  I suppose these troubles closely connected to this bug.

  Both troubles was solved like a magic by installing gnome-session
packages at Gunnar's PPA (ppa:gunnarhj/gnome-im). I suggest this
modification will link to solve the problem.

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

Title:
  Don't override IM variables

Status in gnome-session:
  Confirmed
Status in Ubuntu GNOME:
  Fix Committed
Status in gnome-session package in Ubuntu:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-session source package in Xenial:
  In Progress
Status in gnome-settings-daemon source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently these variable settings are hardcoded in gnome-session and
  gnome-settings-daemon:

  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

  That way the use of alternative IM frameworks, for instance fcitx, is
  prevented. The variables should only be set if they are empty, so the
  values set by im-config are honored.

  [Test Case]

  * Install Ubuntu GNOME
  * Install both the gnome-session and gnome-settings-daemon proposed updates
  * Install fcitx
  * Set fcitx as the input method:
    im-config -n fcitx
  * Relogin
  * Check the IM-related environment variables:
    env | grep -E '_IM|XMOD'

  After the proposed uploads of gnome-session and gnome-settings-daemon,
  those variables are consistently (unlike before) set to "fcitx".

  [Regression Potential]

  Low. im-config sets "ibus" by default in Ubuntu GNOME anyway. This
  change prevents an inconsistent input method configuration for users
  who have actively chosen some other IM framework.

  The gnome-settings-daemon change was included upstream in 3.19.3 and
  the gnome-session change was included upstream in 3.21.90.

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

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


[Desktop-packages] [Bug 1608646] Re: ip4 static routes added in NetworkManager UI fail and prevent connection

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

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

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

Title:
  ip4 static routes added in NetworkManager UI fail and prevent
  connection

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  lsb_release -rd: 
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  Network Settings package version in Software Center:
  15.04.0+16.04.20160705-0ubuntu1

  Prior to upgrading to 16.04 LTS I was running 14.04 LTS.  Using the
  "Edit Connections..." menu option I had created a custom Ethernet
  connection that had some custom routes added.  These routes are
  required for me to connect to certain resources on a local network
  while using Wifi for basic internet. (Physical network locked down, no
  Internet access available)

  I've attached a screenshot showing the routes.  These routes were
  working great in 14.04 (And prior releases of Ubuntu).

  However, upon upgrading to 16.04, I noticed this connection would no
  longer "connect".  It would just silently fail.  I noticed that if I
  deleted my custom routes, it would work, but I need those in order to
  connect to my required network services.

  When I try to connect with the routes in place, the connection
  silently fails in the NetworkManager UI (I get no error message in the
  UI) but I took a look at syslog and found these:

  
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:  
[1470057319.7268] platform-linux: do-add-ip4-route[2: 10.104.0.0/16 0]: failure 
101 (Network is unreachable)
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:  
[1470057319.7271] platform-linux: do-add-ip4-route[2: 10.105.0.0/16 0]: failure 
101 (Network is unreachable)
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:  
[1470057319.7272] platform-linux: do-add-ip4-route[2: 10.51.35.0/24 0]: failure 
101 (Network is unreachable)
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:  
[1470057319.7273] platform-linux: do-add-ip4-route[2: 10.140.76.0/24 0]: 
failure 101 (Network is unreachable)
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:   
[1470057319.7281] device (enp0s31f6): state change: ip-config -> failed (reason 
'config-failed') [70 120 4]
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:   
[1470057319.7289] device (enp0s31f6): Activation: failed for connection 
'Windstream'
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:   
[1470057319.7309] device (enp0s31f6): state change: failed -> disconnected 
(reason 'none') [120 30 0]

  
  Now, if I remove the custom routes from the UI, then I can connect.  I them 
manually add the routes using the "ip" command:

  sudo /sbin/ip route add 10.104.0.0/16 dev enp0s31f6
  sudo /sbin/ip route add 10.105.0.0/16 dev enp0s31f6
  sudo /sbin/ip route add 10.51.35.0/24 dev enp0s31f6
  sudo /sbin/ip route add 10.140.76.0/24 dev enp0s31f6

  This is able to add the routes successfully.  So there has to be some
  problem in the new implementation of NetworkManager in 16.04, because
  these routes worked in 14.04 and they still work in 16.04 if I just
  manually add them from the command line.

  For now I can work around this issue by manually adding these routes
  from the command line every time I connect.

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
OK, final posting (I could not find a way to edit older posts or I would
have just done that instead of multi-posting).  A whole lot was wrong
(some my fault; got a splitting headache at the moment giving me a bit
of brain fog) but I am also attaching a text file of the weather
stations listed in a file from the NOAA.  The four letter code for the
weather station at Baghdad International Airport is ORBB, which I took
out of that file just now.  The snippet of text to use in instruction
number 3 is as follows:

  

Baghdad
33.2625008 44.2346001

  Baghdad International Airport
  ORBB
  33.2625008 44.2346001

  

This should work with both the gnome-clocks app and the gnome-weather
app.  Information in the NOAA list I attach to this post can be used to
make a few more additional Iraqi locations with a little bit of effort
at converting the coordinates data.

** Attachment added: "NOAA Weather stations list"
   
https://bugs.launchpad.net/ubuntu/+source/libgweather/+bug/204908/+attachment/4723809/+files/nsd_bbsss.txt

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 1602480] Re: Merge freerdp 1.1.0~git20140921.1.440916e+dfsg1-10 (main) from Debian unstable (main)

2016-08-18 Thread Jeremy Bicha
See also bug 1592701

** Tags added: ftbfs

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

Title:
  Merge freerdp 1.1.0~git20140921.1.440916e+dfsg1-10 (main) from Debian
  unstable (main)

Status in freerdp package in Ubuntu:
  New

Bug description:
  Please merge freerdp 1.1.0~git20140921.1.440916e+dfsg1-10 (main) from
  Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
  - Disable gstreamer support, this relies on gstreamer 0.10 and we don't
    want to add any more deps on that.

  gstreamer 0.10 support was disabled in devian revision 1-6 below.

  Explanation of the remaining Ubuntu delta:
  - Disable ffmpeg support (it is in universe)

  More specifically, building with ffmpeg adds ffmpeg dependencies to 
libfreerdp-plugins-standard
  which is depended on by remmina which is shipped on the primary Ubuntu iso.

  Debian has added 4 new build-dependencies but all are already in main:
  + libusb-1.0-0-dev [linux-any],
  + libudev-dev [linux-any],
  + libdbus-glib-1-dev,
  + uuid-dev
  .

  Changelog entries since current yakkety version
  1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1:

  freerdp (1.1.0~git20140921.1.440916e+dfsg1-10) unstable;
  urgency=medium

    * debian/rules:
  + Fix more DEB_HOST_* vs. DEB_BUILD_* issues. (Closes: #822842).

   -- Mike Gabriel   Thu, 28 Apr 2016 23:01:32
  +0200

  freerdp (1.1.0~git20140921.1.440916e+dfsg1-9) unstable; urgency=medium

    * debian/rules:
  + Regression fix for usage of DEB_HOST_ARCH vs. DEB_BUILD_ARCH. Switching
    back to DEB_HOST_ARCH to not break cross-builds. Thanks to Guillem Jover
    for teaching me about the difference between those two options.
    (Closes: #822842).

   -- Mike Gabriel   Thu, 28 Apr 2016 12:58:12
  +0200

  freerdp (1.1.0~git20140921.1.440916e+dfsg1-8) unstable; urgency=medium

    * debian/rules:
  + Use DEB_BUILD_ARCH, rather than DEB_HOST_ARCH when detecting armhf build
    system.
    * debian/{control,rules}:
  + Build with -DCHANNEL_URBDRC_CLIENT=on only on Linux OSes. (Closes:
    #815614).
    * debian/control:
  + Bump Standards: to 3.9.7. No changes needed.
  + Add recent MS Windows releases to LONG_DESCRIPTION (of bin:pkg
    freerdp-x11).

   -- Mike Gabriel   Wed, 27 Apr 2016 21:35:58
  +0200

  freerdp (1.1.0~git20140921.1.440916e+dfsg1-7) unstable; urgency=medium

    * debian/rules:
  + Fix missing backslash in list of configure arguments. (Closes: #815317).
    Thanks to Emilio Pozuelo Monfort for spotting this.

   -- Mike Gabriel   Sat, 20 Feb 2016 22:41:45
  +0100

  freerdp (1.1.0~git20140921.1.440916e+dfsg1-6) unstable; urgency=medium

    [ Sriram Raghunathan ]
    * debian/control:
  + Fix typo in control file which is used to show package info. (Closes:
    #768855).

    [ Lionel Elie Mamane ]
    * Enable URBDRC (USB redirection) channel. (Closes: #788005).

    [ Alex 'AdUser' Z ]
    * debian/patches:
  + Add 1010_libudev-link.patch. Fix linking against libudev if building
    USB redirection channel is enabled.

    [ Mike Gabriel ]
    * debian/{control,rules}:
  + Drop B-D: libgstreamer-plugins-base0.10-dev. This requires disabling
    gstreamer support and is a wanted and temporary regression. With
    upcoming freerdp2 upload to Debian, gstreamer1.0 support will be
    (re-)introduced. (Closes: #785898).
    * debian/control:
  + Add B-Ds: libusb-1.0-0-dev, libudev-dev, libdbus-glib-1-dev, uuid-dev.
  + Use encrypted URLs for Vcs-*: field.
  + Versioned B-D on dpkg-dev (>= 1.16.1.1).
    * debian/rules:
  + Enable all hardening flags.
    * debian/patches:
  + Add 0005_release-keys-when-xfreerdp-is-unfocused-to-prevent-s.patch.
    Prevent Alt key from getting "stuck" with -grab-keyboard option when
    using Alt-Tab to switch between local X windows. Thanks to Petr
    Vorel  for providing the patch. (Closes: #778650).
  + Add 0006_fix-null-cert-that-is-not-an-error.patch. Fix null certificate
    that is not an error. Thanks to Nathan Schulte for referencing the
    upstream commit. Patch backported by myself to this freerdp Git 
snapshot.
    (Closes: #803891).
  + Add 0007_Fix-build-failure-on-x32.patch. Fix FTBFS on x32 architecture.
    Thanks to Adam Borowski for providing this patch. (Closes: #808503).
  + Add 1012_typo-fix.patch. Fix spelling of the work "occurred".

    [ Andreas Cadhalpun ]
    * debian/patches:
  + Add 1011_ffmpeg-2.9.patch. Fix FTBFS against ffmpeg-2.9. (Closes:
    #803814).

   -- Mike Gabriel   Fri, 19 Feb 2016 09:02:00
  +0100

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1613589] Re: Problem executing scripts 50appstream

2016-08-18 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1614375 ***
https://bugs.launchpad.net/bugs/1614375

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

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

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

Title:
  Problem executing scripts 50appstream

Status in appstream package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  When trying to upgrade my system I had this error:

  E: Problem executing scripts APT::Update::Post-Invoke-Success 'if
  /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then
  appstreamcli refresh > /dev/null; fi'

  I temporary fixed this error by doing this change:

  --- /tmp/50appstream  2016-08-16 09:44:01.377654705 +0200
  +++ /etc/apt/apt.conf.d/50appstream   2016-08-16 09:36:56.514716939 
+0200
  @@ -38,5 +38,5 @@
   
   # Refresh AppStream cache when APT's cache is updated (i.e. apt update)
   APT::Update::Post-Invoke-Success {
  -"if /usr/bin/test -w /var/cache/app-info -a -e 
/usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi";
  +"if /usr/bin/test -d /var/cache/app-info -a -e 
/usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi";
   };

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: appstream 0.9.7-1
  ProcVersionSignature: Ubuntu 4.4.0-33.52-generic 4.4.15
  Uname: Linux 4.4.0-33-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Aug 16 09:38:54 2016
  InstallationDate: Installed on 2015-08-10 (371 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: appstream
  UpgradeStatus: Upgraded to yakkety on 2016-04-29 (109 days ago)
  mtime.conffile..etc.apt.apt.conf.d.50appstream: 2016-08-16T09:36:56.514717

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

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


[Desktop-packages] [Bug 1614781] [NEW] XPS15 touchpad has no right or left click

2016-08-18 Thread johnnynobody
Public bug reported:

After upgrading (fresh install) from 14.04.5 LTS to 16.04.1 LTS I no
longer have a right or left click functionality with the touchpad.

user@xps15:~$ uname -a
Linux xps15 4.4.0-34-generic #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
user@xps15:~$ dmesg | grep Syn
[2.207676] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input6
user@xps15:~$ xinput --list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ USB Optical Mouse id=10   [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)]
↳ LITE-ON Technology USB NetVista Full Width Keyboard.  id=11   [slave  
keyboard (3)]
↳ gspca_zc3xx   id=12   [slave  keyboard (3)]

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  XPS15 touchpad has no right or left click

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

Bug description:
  After upgrading (fresh install) from 14.04.5 LTS to 16.04.1 LTS I no
  longer have a right or left click functionality with the touchpad.

  user@xps15:~$ uname -a
  Linux xps15 4.4.0-34-generic #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux
  user@xps15:~$ dmesg | grep Syn
  [2.207676] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input6
  user@xps15:~$ xinput --list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ USB Optical Mouse   id=10   [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)]
  ↳ LITE-ON Technology USB NetVista Full Width Keyboard.id=11   [slave  
keyboard (3)]
  ↳ gspca_zc3xx id=12   [slave  
keyboard (3)]

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
Corrected attachment with corrected coordinates (sorry about all the
posts).  Don't use the other one (although it still worked on my
system).

** Attachment added: "Corrected coordinates in xml file"
   
https://bugs.launchpad.net/ubuntu/+source/libgweather/+bug/204908/+attachment/4723760/+files/Baghdad%2C%20Iraq%20Location%20xml.txt

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
The result in comment # 13 is way off.  It's actually in Israel.  Have
no idea how that happened or why that result showed up in the search.

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
The other search also turned up a different latitude and longitude for
that airport, too.  The second search gave the following coordinates
(which differ from the ones given above in the code snippet):

29.56 34.951667

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
Yet another search gave the following:

33.2625008 44.2346001

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
One thing else.  I saw search results that have SDA as an airport code
for that airport, but another search turned up the code BGW. Not sure
which one is right at this moment.  Anyone on the ground know the right
one so that I can update the code?

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 1528735] Re: Suspend fails every second time on some laptops in UEFI mode

2016-08-18 Thread David Cameron Staples
Leading up to the suspend, I don't think the OS can tell that there's
anything different... Or else if it can it's not looking for it.
Afterwards it's not getting as far as the kernel before UEFI kills it,
at which point the kernel can only tell that it was rebooted while in a
suspended state. All I have seen in the logs is a normal "suspending"
set of messages. Maybe there's a kernel flag to turn on verbose ACPI
logging?

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

Title:
  Suspend fails every second time on some laptops in UEFI mode

Status in pm-utils package in Ubuntu:
  Confirmed

Bug description:
  Fresh install of Xubuntu 14.04.3, replacing existing OEM Windows 10.
  Install detected UEFI, and installed in UEFI mode. (I have attempted
  to change to legacy boot, and got it to a state where it was booting
  without /sys/firmware/efi/ being present, but behaviour persisted.)

  Suspending the laptop, whether by closing the lid, choosing the
  suspend option from the menu, or directly typing "sudo pm-suspend"
  works perfectly well... once.

  The second attempt to suspend, whether immediately or hours later,
  suspends the laptop (I can see the screen turn off, and hear the disk
  and fans stop, but a moment later the screen shows bright yellow
  console text declaring "Warning!!! Boot script table modified!!!
  Please contact your vendor.", and then it hard reboots.

  This appears to be a weird interaction between suspend and UEFI
  protection, but others have reported that they have had working
  suspend when installed alone (and presumably in legacy from the
  start), but this behaviour appeared when reinstalled as dual-boot
  (when presumably UEFI would have had to be on).
  (http://askubuntu.com/questions/675683/suspend-does-not-work-more-
  than-once-after-reboot-ubuntu-15-04-dual-boot/712232 and earlier
  http://askubuntu.com/questions/651481/boot-script-table-modified-
  please-contact-vendor, from different people.)

  Beyond the investigations I have done, I know next to nothing about
  UEFI, or how Suspend might be interacting with it. Much less why it
  appears to work perfectly exactly once.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pm-utils 1.4.1-13ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-22.27~14.04.1-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Dec 23 13:27:11 2015
  InstallationDate: Installed on 2015-12-19 (3 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
Sorry. That should be tz-hint in comment #9 rather than tx-hint in
instruction item 3.  The xml coding is correct in the actual code
snippet.

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
Here is a workaround:

1. Open /usr/share/libgweather/Locations.xml as an Administrator using
gedit or your other favorite text editor.

2. Find the following text:


  
  Iraq
  
  IQ
  IZ
  

  
  Asia/Baghdad
 

3. Insert the following just between Asia/Baghdad and
:

 

Baghdad
29.56 34.951667

  Baghdad International Air
  SDA
  33.318279 44.416667

  

4. Save the file.

This will give you at least Baghdad and gnome-clocks will display the
correct time and allow you to find the city in the list.  Others can be
created and inserted as needed.  I am also adding the XML Iraq entry  in
my location file as an attachment in case the text does not display
correctly above when posted.

** Attachment added: "Location information for Baghdad"
   
https://bugs.launchpad.net/ubuntu/+source/libgweather/+bug/204908/+attachment/4723756/+files/Baghdad%2C%20Iraq%20Location%20xml.txt

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
Here is the attached file.  This is working on my system as I write
this.

** Attachment added: "Attachment containing modified XML coding"
   
https://bugs.launchpad.net/ubuntu/+source/libgweather/+bug/204908/+attachment/4723757/+files/Baghdad%2C%20Iraq%20Location%20xml.txt

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 1613496] Re: interruptions during video streaming

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

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

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

Title:
  interruptions during video streaming

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  since I installed the latest version of ubuntu 16.04 LTS , I am
  experiencing lot of interruptions during videos streaming from
  youtube. It takes lot of time to start firefox. Thank you for your
  kind assistance.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 48.0+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic i686
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  varun  3032 F pulseaudio
  BuildID: 20160729070702
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Mon Aug 15 20:32:10 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-01-18 (575 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  IpRoute:
   default via 192.168.2.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.5  metric 
600
  Locales: extensions.sqlite corrupt or missing
  Plugins:
   Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
   Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=48.0/20160729070702 (In use)
  RelatedPackageVersions:
   google-talkplugin 5.41.3.0-1
   rhythmbox-mozilla 3.3-1ubuntu7
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (10 days ago)
  dmi.bios.date: 07/29/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: CN0Y53
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A06
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/29/2009:svnDellInc.:pnInspiron1011:pvrA06:rvnDellInc.:rnCN0Y53:rvrA06:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 1011
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1614769] [NEW] apparmor profile is incomplete

2016-08-18 Thread Timo Aaltonen
Public bug reported:

I get a ton of these

[1696380.664673] audit: type=1400 audit(1471560429.285:54874):
apparmor="DENIED" operation="open" profile="/usr/bin/evince"
name="/n/home/tjaalton/.local/share/gvfs-metadata/home" pid=27496
comm="pool" requested_mask="r" denied_mask="r" fsuid=187661
ouid=187661

filling my syslog

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

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

Title:
  apparmor profile is incomplete

Status in evince package in Ubuntu:
  New

Bug description:
  I get a ton of these

  [1696380.664673] audit: type=1400 audit(1471560429.285:54874):
  apparmor="DENIED" operation="open" profile="/usr/bin/evince"
  name="/n/home/tjaalton/.local/share/gvfs-metadata/home" pid=27496
  comm="pool" requested_mask="r" denied_mask="r" fsuid=187661
  ouid=187661

  filling my syslog

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

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


[Desktop-packages] [Bug 204908] Re: World clock applet lacks country Iraq

2016-08-18 Thread D. Charles Pyle
Bug still affects me on Ubuntu Xenial 16.04.1.  Any Iraqi city used
automatically gets set to Iran.  This has been going on for quite a
while? Is there a fix in the pipeline? Workaround?

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

Title:
  World clock applet lacks country Iraq

Status in libgweather:
  Fix Released
Status in libgweather package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-panel

  In Hardy, if you edit your locations and click Add, Iraq is neither
  listed under Middle East nor Asia. Even a search for the keyword
  "Iraq" yields no results.

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

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


[Desktop-packages] [Bug 11958] Re: Unable to show hidden files

2016-08-18 Thread Barry Drake
It needs fixing.  Re-open th issue ASAP.  I strong;y disagree.  Please
act!

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

Title:
  Unable to show hidden files

Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  Hello

  I made an upgrade today, and since I've lost the "show hidden files" (Ctrl+h)
  option in nautilus.

  No matter, I can show by going into preferences => show hidden files. But it
  doesn't work. Nothing happens when I choose this option. And I can't access 
the
  hidden files, even if I restart nautilus with this option chosen.

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

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


[Desktop-packages] [Bug 11958] Re: Unable to show hidden files

2016-08-18 Thread Barry Drake
Yess, I cannot use yakkety without this feature.  Please urge it's re-
incorporation ASAP.  I'm just trying to paste .thunderbird into my home
directory.  How can I achieve that?

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

Title:
  Unable to show hidden files

Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  Hello

  I made an upgrade today, and since I've lost the "show hidden files" (Ctrl+h)
  option in nautilus.

  No matter, I can show by going into preferences => show hidden files. But it
  doesn't work. Nothing happens when I choose this option. And I can't access 
the
  hidden files, even if I restart nautilus with this option chosen.

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

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


[Desktop-packages] [Bug 1614757] [NEW] pitivi crashed with ValueError in __transcoderDoneCb(): list.remove(x): x not in list

2016-08-18 Thread APolihron
Public bug reported:

it's stuck at 5% and if you will tryy to not use transcode the error
will apear but it will still transcode files

ProblemType: Crash
DistroRelease: Ubuntu 16.10
Package: pitivi 0.97.1-1
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CrashCounter: 1
CurrentDesktop: MATE
Date: Fri Aug 19 01:12:01 2016
ExecutablePath: /usr/bin/pitivi
InstallationDate: Installed on 2016-08-18 (0 days ago)
InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160727.1)
InterpreterPath: /usr/bin/python3.5
ProcCmdline: /usr/bin/python3 /usr/bin/pitivi
PythonArgs: ['/usr/bin/pitivi']
SourcePackage: pitivi
Title: pitivi crashed with ValueError in __transcoderDoneCb(): list.remove(x): 
x not in list
Traceback:
 Traceback (most recent call last):
   File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/utils/proxy.py", line 
308, in __transcoderDoneCb
 self.__running_transcoders.remove(transcoder)
 ValueError: list.remove(x): x not in list
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

** Affects: pitivi (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-crash yakkety

** Information type changed from Private to Public

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

Title:
  pitivi crashed with ValueError in __transcoderDoneCb():
  list.remove(x): x not in list

Status in pitivi package in Ubuntu:
  New

Bug description:
  it's stuck at 5% and if you will tryy to not use transcode the error
  will apear but it will still transcode files

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: pitivi 0.97.1-1
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: MATE
  Date: Fri Aug 19 01:12:01 2016
  ExecutablePath: /usr/bin/pitivi
  InstallationDate: Installed on 2016-08-18 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160727.1)
  InterpreterPath: /usr/bin/python3.5
  ProcCmdline: /usr/bin/python3 /usr/bin/pitivi
  PythonArgs: ['/usr/bin/pitivi']
  SourcePackage: pitivi
  Title: pitivi crashed with ValueError in __transcoderDoneCb(): 
list.remove(x): x not in list
  Traceback:
   Traceback (most recent call last):
 File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/utils/proxy.py", line 
308, in __transcoderDoneCb
   self.__running_transcoders.remove(transcoder)
   ValueError: list.remove(x): x not in list
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1614757] Re: pitivi crashed with ValueError in __transcoderDoneCb(): list.remove(x): x not in list

2016-08-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

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

Title:
  pitivi crashed with ValueError in __transcoderDoneCb():
  list.remove(x): x not in list

Status in pitivi package in Ubuntu:
  New

Bug description:
  it's stuck at 5% and if you will tryy to not use transcode the error
  will apear but it will still transcode files

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: pitivi 0.97.1-1
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: MATE
  Date: Fri Aug 19 01:12:01 2016
  ExecutablePath: /usr/bin/pitivi
  InstallationDate: Installed on 2016-08-18 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160727.1)
  InterpreterPath: /usr/bin/python3.5
  ProcCmdline: /usr/bin/python3 /usr/bin/pitivi
  PythonArgs: ['/usr/bin/pitivi']
  SourcePackage: pitivi
  Title: pitivi crashed with ValueError in __transcoderDoneCb(): 
list.remove(x): x not in list
  Traceback:
   Traceback (most recent call last):
 File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/utils/proxy.py", line 
308, in __transcoderDoneCb
   self.__running_transcoders.remove(transcoder)
   ValueError: list.remove(x): x not in list
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1579905] Re: cups-browsed causes shutdown hang/delay in Ubuntu 16.04

2016-08-18 Thread Storm Scout
Thank you Till. I had been dealing with 90 second shutdowns for the past
week on Mint 18. I'm back to 4-5 second shutdowns now.

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

Title:
  cups-browsed causes shutdown hang/delay in Ubuntu 16.04

Status in cups-filters package in Ubuntu:
  Fix Released
Status in cups-filters source package in Xenial:
  Triaged

Bug description:
  [SRU justification]

  When the system is shut down CUPS and cups-browsed are not shut down
  in a determined order, but cups-browsed needs CUPS still running to
  perform its shutdown, for removing the print queues it has generated
  and for saving information about these queues for use in the next
  session. With CUPS already shut down cups-browsed simply hangs and
  gets killed after a certain timeout. This can be fixed by defining the
  correct relationships in the systemd .service files and so the
  annoying hang can be avoided.

  [Test case]

  To reproduce the bug run

  sudo systemctl stop cups

  and after some seconds

  sudo systemctl stop cups-browsed

  with the shutdown of cups-browsed hanging.

  On system shutdown one gets the hang, but not always as it can happen
  that on some shutdowns cups-browsed shuts down before cups.

  After installing the fixed package, hhutting down cups requires
  shutting down cups-browsed before, so that the shutdown of cups
  triggers the shutdown of cups-browsed, making all shutdowns having the
  two services shut down in the right order avoiding a hang.

  [Regression potential]

  None. We only define a dependency between two services to make them
  shit down in the correct order.

  [Original report]

  Using the debug process found here
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464917 I have
  determined that the cause of my 16.04 install's shutdown hang is cups-
  browsed.  It was the only process running when I did a systemctl list-
  jobs in the VT9 shell.  If I do sudo service cups-browsed stop and
  then shutdown, I do not get a hang.

  I have confirmed this on a virtual machine and a real system.  If I
  disable cups-browsed from ever starting, my problem is fixed.

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

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


[Desktop-packages] [Bug 1591274] Re: cups-browsed hangs on shutdown

2016-08-18 Thread Till Kamppeter
*** This bug is a duplicate of bug 1579905 ***
https://bugs.launchpad.net/bugs/1579905

Note that cups-filters 1.8.3-2ubuntu3 does not contain the fix
("Requires=cups.service" in the cups-browsed.service file). So in Xenial
the bug is still there. It is tracked in bug 1579905 and there I have
proposed a SRU to introduce the fix into Xenial. Please follow up there
and test the SRU as soon as it is available for testing and give
feedback there to make the SRU getting into Xenial's official updates.

Note that if you are not in a network with printers (comment #4) cups-
browsed does not create local print queues which it has to remove on
shutdown. So it will not hang if CUPS has shut down before cups-browsed.
Also removing a protocol from the BrowseRemoteProtocols entry in cups-
browsed.conf can lead to the case that cups-browsed does not discover
any printer and therefore does not need to remove print queues on
shutdown (comment #11).

Marking as duplicate of bug 1579905 ...

** This bug has been marked a duplicate of bug 1579905
   cups-browsed causes shutdown hang/delay in Ubuntu 16.04

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

Title:
  cups-browsed hangs on shutdown

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  I have a new XPS13, running an up-to-date 16.04.  The shutdown process
  takes ages - something is clearly getting stuck.  It eventually
  completes, but is (or seems like) several minutes.  Happy to help
  debug if you can give instructions on how to see what's stuck.

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

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


[Desktop-packages] [Bug 1594681] Re: Don't override IM variables

2016-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-session - 3.20.2-1ubuntu2

---
gnome-session (3.20.2-1ubuntu2) yakkety; urgency=medium

  * debian/patches/dont_override_IM_variables.patch:
- Honor values set by e.g. im-config, and with that give users
  the option to use fcitx or other framework (LP: #1594681).

 -- Gunnar Hjalmarsson   Sun, 14 Aug 2016 02:04:00
+0200

** Changed in: gnome-session (Ubuntu)
   Status: In Progress => 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/1594681

Title:
  Don't override IM variables

Status in gnome-session:
  Confirmed
Status in Ubuntu GNOME:
  Fix Committed
Status in gnome-session package in Ubuntu:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-session source package in Xenial:
  In Progress
Status in gnome-settings-daemon source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently these variable settings are hardcoded in gnome-session and
  gnome-settings-daemon:

  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

  That way the use of alternative IM frameworks, for instance fcitx, is
  prevented. The variables should only be set if they are empty, so the
  values set by im-config are honored.

  [Test Case]

  * Install Ubuntu GNOME
  * Install both the gnome-session and gnome-settings-daemon proposed updates
  * Install fcitx
  * Set fcitx as the input method:
    im-config -n fcitx
  * Relogin
  * Check the IM-related environment variables:
    env | grep -E '_IM|XMOD'

  After the proposed uploads of gnome-session and gnome-settings-daemon,
  those variables are consistently (unlike before) set to "fcitx".

  [Regression Potential]

  Low. im-config sets "ibus" by default in Ubuntu GNOME anyway. This
  change prevents an inconsistent input method configuration for users
  who have actively chosen some other IM framework.

  The gnome-settings-daemon change was included upstream in 3.19.3 and
  the gnome-session change was included upstream in 3.21.90.

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

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


[Desktop-packages] [Bug 924278] Re: xscreensaver doesn't enable DPMS

2016-08-18 Thread Steve Newcomb
I got around this dpms-is-always-disabled nuisance 
in Xubuntu 16.04 by calling a bash script 
in ~/.config/autostart/.desktop.  The script 
sleeps for 10 seconds and *then* calls xset in such a way
as to enable dpms.  The 10-second delay 
is evidently long enough for the startup of the X session to be 
completed, along with the disablement of dpms that appears to happen during
session startup but, alas, after the contents of the autostart have been 
processed.  

I had earlier tried uninstalling light-locker, BTW, but it didn't help.

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

Title:
  xscreensaver doesn't enable DPMS

Status in xscreensaver package in Ubuntu:
  Confirmed

Bug description:
  I'm using Ubuntu 12.04 dev with xscreensaver 5.15-2ubuntu1. The
  configuration menu xscreensaver-demo provides under the register
  Advanced the option "Power Management Enable". But this option doesn't
  enable DPMS (xset -q says "DPMS is Disabled") so the screen can never
  go in the standby mode. The only way to get it work is to call xset
  +dpms.

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

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


[Desktop-packages] [Bug 1614726] [NEW] i5 6500 graphics does not working properly

2016-08-18 Thread Abu Bakar Siddique
Public bug reported:

i5 6500 graphics does not working properly

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Aug 19 03:17:58 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Sky Lake Integrated Graphics [8086:1912] (rev 06) (prog-if 
00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd Skylake Integrated Graphics 
[1458:d000]
InstallationDate: Installed on 2016-07-22 (26 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 09da:c10a A4Tech Co., Ltd. 
 Bus 001 Device 002: ID 1c4f:0026 SiGma Micro Keyboard
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=d7f4fe72-4816-4d86-9d87-7eef3a20b54b ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/29/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F2
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B150M-D3H DDR3-CF
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF2:bd07/29/2015:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnB150M-D3HDDR3-CF:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
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.1
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
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Aug 18 19:05:12 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id9154 
 vendor ACI
xserver.version: 2:1.18.3-1ubuntu2.3

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


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

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

Title:
  i5 6500 graphics does not working properly

Status in xorg package in Ubuntu:
  New

Bug description:
  i5 6500 graphics does not working properly

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Aug 19 03:17:58 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1912] (rev 06) (prog-if 
00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Skylake Integrated Graphics 
[1458:d000]
  InstallationDate: Installed on 2016-07-22 (26 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 09da:c10a A4Tech Co., Ltd. 
   Bus 001 Device 002: ID 1c4f:0026 SiGma Micro Keyboard
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Gigabyte 

[Desktop-packages] [Bug 16415] Re: No indication of mousedown on title bars and resizing handles

2016-08-18 Thread Alberts Muktupāvels
** Changed in: metacity (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  No indication of mousedown on title bars and resizing handles

Status in metacity:
  Won't Fix
Status in compiz package in Ubuntu:
  Triaged
Status in metacity package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 5.04
  Ubuntu Oneiric Ocelot

  1.  Choose any of the themes shipped with Ubuntu, including the default.
  2.  Mouse down on a window's title bar or resizing handle.

  What happens: Nothing.

  What should happen: The window frame is highlighted in some way to
  confirm that you're moving or resizing it.

  In Compiz, the resizing part of this bug is masked by bug 819856.

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

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


[Desktop-packages] [Bug 1528735] Re: Suspend fails every second time on some laptops in UEFI mode

2016-08-18 Thread Brad
But isn't there kernel logs, or others, that log events up-to the
suspend event and then potentially during/after the resume attempt?
Sorta same as logging driver events during bootup, reboot, shutdown,
etc.

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

Title:
  Suspend fails every second time on some laptops in UEFI mode

Status in pm-utils package in Ubuntu:
  Confirmed

Bug description:
  Fresh install of Xubuntu 14.04.3, replacing existing OEM Windows 10.
  Install detected UEFI, and installed in UEFI mode. (I have attempted
  to change to legacy boot, and got it to a state where it was booting
  without /sys/firmware/efi/ being present, but behaviour persisted.)

  Suspending the laptop, whether by closing the lid, choosing the
  suspend option from the menu, or directly typing "sudo pm-suspend"
  works perfectly well... once.

  The second attempt to suspend, whether immediately or hours later,
  suspends the laptop (I can see the screen turn off, and hear the disk
  and fans stop, but a moment later the screen shows bright yellow
  console text declaring "Warning!!! Boot script table modified!!!
  Please contact your vendor.", and then it hard reboots.

  This appears to be a weird interaction between suspend and UEFI
  protection, but others have reported that they have had working
  suspend when installed alone (and presumably in legacy from the
  start), but this behaviour appeared when reinstalled as dual-boot
  (when presumably UEFI would have had to be on).
  (http://askubuntu.com/questions/675683/suspend-does-not-work-more-
  than-once-after-reboot-ubuntu-15-04-dual-boot/712232 and earlier
  http://askubuntu.com/questions/651481/boot-script-table-modified-
  please-contact-vendor, from different people.)

  Beyond the investigations I have done, I know next to nothing about
  UEFI, or how Suspend might be interacting with it. Much less why it
  appears to work perfectly exactly once.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pm-utils 1.4.1-13ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-22.27~14.04.1-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Dec 23 13:27:11 2015
  InstallationDate: Installed on 2015-12-19 (3 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 16415] Re: No indication of mousedown on title bars and resizing handles

2016-08-18 Thread Bug Watch Updater
** Changed in: metacity
   Status: New => Won't Fix

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

Title:
  No indication of mousedown on title bars and resizing handles

Status in metacity:
  Won't Fix
Status in compiz package in Ubuntu:
  Triaged
Status in metacity package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 5.04
  Ubuntu Oneiric Ocelot

  1.  Choose any of the themes shipped with Ubuntu, including the default.
  2.  Mouse down on a window's title bar or resizing handle.

  What happens: Nothing.

  What should happen: The window frame is highlighted in some way to
  confirm that you're moving or resizing it.

  In Compiz, the resizing part of this bug is masked by bug 819856.

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

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


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

2016-08-18 Thread Anupam
@Michal Looks like you just jinxed it (by your comment #83)! 

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1528735] Re: Suspend fails every second time on some laptops in UEFI mode

2016-08-18 Thread David Cameron Staples
There are no logs. Unless UEFI is keeping any,I don't think there can be
any logs, because the OS is suspended at the time it happens.

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

Title:
  Suspend fails every second time on some laptops in UEFI mode

Status in pm-utils package in Ubuntu:
  Confirmed

Bug description:
  Fresh install of Xubuntu 14.04.3, replacing existing OEM Windows 10.
  Install detected UEFI, and installed in UEFI mode. (I have attempted
  to change to legacy boot, and got it to a state where it was booting
  without /sys/firmware/efi/ being present, but behaviour persisted.)

  Suspending the laptop, whether by closing the lid, choosing the
  suspend option from the menu, or directly typing "sudo pm-suspend"
  works perfectly well... once.

  The second attempt to suspend, whether immediately or hours later,
  suspends the laptop (I can see the screen turn off, and hear the disk
  and fans stop, but a moment later the screen shows bright yellow
  console text declaring "Warning!!! Boot script table modified!!!
  Please contact your vendor.", and then it hard reboots.

  This appears to be a weird interaction between suspend and UEFI
  protection, but others have reported that they have had working
  suspend when installed alone (and presumably in legacy from the
  start), but this behaviour appeared when reinstalled as dual-boot
  (when presumably UEFI would have had to be on).
  (http://askubuntu.com/questions/675683/suspend-does-not-work-more-
  than-once-after-reboot-ubuntu-15-04-dual-boot/712232 and earlier
  http://askubuntu.com/questions/651481/boot-script-table-modified-
  please-contact-vendor, from different people.)

  Beyond the investigations I have done, I know next to nothing about
  UEFI, or how Suspend might be interacting with it. Much less why it
  appears to work perfectly exactly once.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pm-utils 1.4.1-13ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-22.27~14.04.1-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Dec 23 13:27:11 2015
  InstallationDate: Installed on 2015-12-19 (3 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


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

2016-08-18 Thread Michal Predotka
bq e4.5 OTA-12

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1579905] Re: cups-browsed causes shutdown hang/delay in Ubuntu 16.04

2016-08-18 Thread Till Kamppeter
Uploaded an SRU fix for Xenial: cups-filters 1.8.3-2ubuntu3.1. As soon
as it gets appoved into xenial-proposed Instructions for downloading and
testing will get posted here. Note that testing it and giving feedback
here is required for the fix getting into the official updates of
Xenial.

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

Title:
  cups-browsed causes shutdown hang/delay in Ubuntu 16.04

Status in cups-filters package in Ubuntu:
  Fix Released
Status in cups-filters source package in Xenial:
  Triaged

Bug description:
  [SRU justification]

  When the system is shut down CUPS and cups-browsed are not shut down
  in a determined order, but cups-browsed needs CUPS still running to
  perform its shutdown, for removing the print queues it has generated
  and for saving information about these queues for use in the next
  session. With CUPS already shut down cups-browsed simply hangs and
  gets killed after a certain timeout. This can be fixed by defining the
  correct relationships in the systemd .service files and so the
  annoying hang can be avoided.

  [Test case]

  To reproduce the bug run

  sudo systemctl stop cups

  and after some seconds

  sudo systemctl stop cups-browsed

  with the shutdown of cups-browsed hanging.

  On system shutdown one gets the hang, but not always as it can happen
  that on some shutdowns cups-browsed shuts down before cups.

  After installing the fixed package, hhutting down cups requires
  shutting down cups-browsed before, so that the shutdown of cups
  triggers the shutdown of cups-browsed, making all shutdowns having the
  two services shut down in the right order avoiding a hang.

  [Regression potential]

  None. We only define a dependency between two services to make them
  shit down in the correct order.

  [Original report]

  Using the debug process found here
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464917 I have
  determined that the cause of my 16.04 install's shutdown hang is cups-
  browsed.  It was the only process running when I did a systemctl list-
  jobs in the VT9 shell.  If I do sudo service cups-browsed stop and
  then shutdown, I do not get a hang.

  I have confirmed this on a virtual machine and a real system.  If I
  disable cups-browsed from ever starting, my problem is fixed.

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

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


[Desktop-packages] [Bug 1579905] Re: cups-browsed causes shutdown hang/delay in Ubuntu 16.04

2016-08-18 Thread Till Kamppeter
debdiff of the fix.

** Patch added: "cups-filters_1.8.3-2ubuntu3_1.8.3-2ubuntu3.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1579905/+attachment/4723664/+files/cups-filters_1.8.3-2ubuntu3_1.8.3-2ubuntu3.1.debdiff

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

Title:
  cups-browsed causes shutdown hang/delay in Ubuntu 16.04

Status in cups-filters package in Ubuntu:
  Fix Released
Status in cups-filters source package in Xenial:
  Triaged

Bug description:
  [SRU justification]

  When the system is shut down CUPS and cups-browsed are not shut down
  in a determined order, but cups-browsed needs CUPS still running to
  perform its shutdown, for removing the print queues it has generated
  and for saving information about these queues for use in the next
  session. With CUPS already shut down cups-browsed simply hangs and
  gets killed after a certain timeout. This can be fixed by defining the
  correct relationships in the systemd .service files and so the
  annoying hang can be avoided.

  [Test case]

  To reproduce the bug run

  sudo systemctl stop cups

  and after some seconds

  sudo systemctl stop cups-browsed

  with the shutdown of cups-browsed hanging.

  On system shutdown one gets the hang, but not always as it can happen
  that on some shutdowns cups-browsed shuts down before cups.

  After installing the fixed package, hhutting down cups requires
  shutting down cups-browsed before, so that the shutdown of cups
  triggers the shutdown of cups-browsed, making all shutdowns having the
  two services shut down in the right order avoiding a hang.

  [Regression potential]

  None. We only define a dependency between two services to make them
  shit down in the correct order.

  [Original report]

  Using the debug process found here
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464917 I have
  determined that the cause of my 16.04 install's shutdown hang is cups-
  browsed.  It was the only process running when I did a systemctl list-
  jobs in the VT9 shell.  If I do sudo service cups-browsed stop and
  then shutdown, I do not get a hang.

  I have confirmed this on a virtual machine and a real system.  If I
  disable cups-browsed from ever starting, my problem is fixed.

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

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


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

2016-08-18 Thread Jim Hodapp
@Michal: which device are you using?

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1594681] Re: Don't override IM variables

2016-08-18 Thread Jeremy Bicha
Pushed gnome-session to yakkety. Pushed gnome-session and gnome-
settings-daemon to xenial (unapproved queue). Therefore, I am
unsubscribing ubuntu-sponsors now.

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

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

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

Title:
  Don't override IM variables

Status in gnome-session:
  Confirmed
Status in Ubuntu GNOME:
  Fix Committed
Status in gnome-session package in Ubuntu:
  In Progress
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-session source package in Xenial:
  In Progress
Status in gnome-settings-daemon source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently these variable settings are hardcoded in gnome-session and
  gnome-settings-daemon:

  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

  That way the use of alternative IM frameworks, for instance fcitx, is
  prevented. The variables should only be set if they are empty, so the
  values set by im-config are honored.

  [Test Case]

  * Install Ubuntu GNOME
  * Install both the gnome-session and gnome-settings-daemon proposed updates
  * Install fcitx
  * Set fcitx as the input method:
    im-config -n fcitx
  * Relogin
  * Check the IM-related environment variables:
    env | grep -E '_IM|XMOD'

  After the proposed uploads of gnome-session and gnome-settings-daemon,
  those variables are consistently (unlike before) set to "fcitx".

  [Regression Potential]

  Low. im-config sets "ibus" by default in Ubuntu GNOME anyway. This
  change prevents an inconsistent input method configuration for users
  who have actively chosen some other IM framework.

  The gnome-settings-daemon change was included upstream in 3.19.3 and
  the gnome-session change was included upstream in 3.21.90.

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

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


[Desktop-packages] [Bug 1594681] Re: Don't override IM variables

2016-08-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-session/ubuntu-xenial

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

Title:
  Don't override IM variables

Status in gnome-session:
  Confirmed
Status in Ubuntu GNOME:
  Fix Committed
Status in gnome-session package in Ubuntu:
  In Progress
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-session source package in Xenial:
  In Progress
Status in gnome-settings-daemon source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently these variable settings are hardcoded in gnome-session and
  gnome-settings-daemon:

  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

  That way the use of alternative IM frameworks, for instance fcitx, is
  prevented. The variables should only be set if they are empty, so the
  values set by im-config are honored.

  [Test Case]

  * Install Ubuntu GNOME
  * Install both the gnome-session and gnome-settings-daemon proposed updates
  * Install fcitx
  * Set fcitx as the input method:
    im-config -n fcitx
  * Relogin
  * Check the IM-related environment variables:
    env | grep -E '_IM|XMOD'

  After the proposed uploads of gnome-session and gnome-settings-daemon,
  those variables are consistently (unlike before) set to "fcitx".

  [Regression Potential]

  Low. im-config sets "ibus" by default in Ubuntu GNOME anyway. This
  change prevents an inconsistent input method configuration for users
  who have actively chosen some other IM framework.

  The gnome-settings-daemon change was included upstream in 3.19.3 and
  the gnome-session change was included upstream in 3.21.90.

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

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


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

2016-08-18 Thread Petr Gladkikh
Tested with xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1.1 
the cursor is now visible after waking from suspend and login.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

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

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

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

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

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

  [Regression Potential]
  remains to be seen

  ===

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

  After unlocking screen cursor is invisible.

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

  

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

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

  this is xubuntu using the xfce window manager.

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

  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1594681] Re: Don't override IM variables

2016-08-18 Thread Jeremy Bicha
** Description changed:

  [Impact]
  
  Currently these variable settings are hardcoded in gnome-session and
  gnome-settings-daemon:
  
  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus
  
  That way the use of alternative IM frameworks, for instance fcitx, is
  prevented. The variables should only be set if they are empty, so the
  values set by im-config are honored.
  
  [Test Case]
  
  * Install Ubuntu GNOME
+ * Install both the gnome-session and gnome-settings-daemon proposed updates
  * Install fcitx
  * Set fcitx as the input method:
-   im-config -n fcitx
+   im-config -n fcitx
  * Relogin
  * Check the IM-related environment variables:
-   env | grep -E '_IM|XMOD'
+   env | grep -E '_IM|XMOD'
  
  After the proposed uploads of gnome-session and gnome-settings-daemon,
  those variables are consistently (unlike before) set to "fcitx".
  
  [Regression Potential]
  
  Low. im-config sets "ibus" by default in Ubuntu GNOME anyway. This
  change prevents an inconsistent input method configuration for users who
  have actively chosen some other IM framework.
+ 
+ The gnome-settings-daemon change was included upstream in 3.19.3 and the
+ gnome-session change was included upstream in 3.21.90.

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

Title:
  Don't override IM variables

Status in gnome-session:
  Confirmed
Status in Ubuntu GNOME:
  New
Status in gnome-session package in Ubuntu:
  In Progress
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-session source package in Xenial:
  In Progress
Status in gnome-settings-daemon source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently these variable settings are hardcoded in gnome-session and
  gnome-settings-daemon:

  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

  That way the use of alternative IM frameworks, for instance fcitx, is
  prevented. The variables should only be set if they are empty, so the
  values set by im-config are honored.

  [Test Case]

  * Install Ubuntu GNOME
  * Install both the gnome-session and gnome-settings-daemon proposed updates
  * Install fcitx
  * Set fcitx as the input method:
    im-config -n fcitx
  * Relogin
  * Check the IM-related environment variables:
    env | grep -E '_IM|XMOD'

  After the proposed uploads of gnome-session and gnome-settings-daemon,
  those variables are consistently (unlike before) set to "fcitx".

  [Regression Potential]

  Low. im-config sets "ibus" by default in Ubuntu GNOME anyway. This
  change prevents an inconsistent input method configuration for users
  who have actively chosen some other IM framework.

  The gnome-settings-daemon change was included upstream in 3.19.3 and
  the gnome-session change was included upstream in 3.21.90.

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

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


[Desktop-packages] [Bug 1594681] Re: Don't override IM variables

2016-08-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-session/ubuntu

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

Title:
  Don't override IM variables

Status in gnome-session:
  Confirmed
Status in Ubuntu GNOME:
  New
Status in gnome-session package in Ubuntu:
  In Progress
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-session source package in Xenial:
  In Progress
Status in gnome-settings-daemon source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently these variable settings are hardcoded in gnome-session and
  gnome-settings-daemon:

  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

  That way the use of alternative IM frameworks, for instance fcitx, is
  prevented. The variables should only be set if they are empty, so the
  values set by im-config are honored.

  [Test Case]

  * Install Ubuntu GNOME
  * Install both the gnome-session and gnome-settings-daemon proposed updates
  * Install fcitx
  * Set fcitx as the input method:
    im-config -n fcitx
  * Relogin
  * Check the IM-related environment variables:
    env | grep -E '_IM|XMOD'

  After the proposed uploads of gnome-session and gnome-settings-daemon,
  those variables are consistently (unlike before) set to "fcitx".

  [Regression Potential]

  Low. im-config sets "ibus" by default in Ubuntu GNOME anyway. This
  change prevents an inconsistent input method configuration for users
  who have actively chosen some other IM framework.

  The gnome-settings-daemon change was included upstream in 3.19.3 and
  the gnome-session change was included upstream in 3.21.90.

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

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


[Desktop-packages] [Bug 1247528] Re: Build and distribute intel-virtual-output

2016-08-18 Thread Gunnar Hjalmarsson
Aha, right Mathew, I forgot that the trusty task isn't there yet. The
list was indeed my concern, and now I understand that you thought of
that too. Sorry if I sounded harsh.

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

Title:
  Build and distribute intel-virtual-output

Status in xserver-xorg-video-intel package in Ubuntu:
  In Progress
Status in xserver-xorg-video-intel package in Debian:
  Fix Released

Bug description:
  [Impact]

  xserver-xorg-video-intel 2.99.904 adds support for virtual displays
  that can be used to clone to discrete outputs. The tool to do this is
  included with the xserver-xorg-video-intel source (with not-so-great
  man page and all), but the binary is currently not shipped by Ubuntu
  trusty, despite being built. It is shipped in utopic and later.

  The tool will allocate a virtual output for the specified outputs on a
  different X server (or for all outputs with the -a parameter). It will
  also copy over resolution information etc from xrandr. You can then
  use your desktop environment's display tool to configure these
  external displays the way you would normally do in a non-hybrid
  situation.

  Since the trusty release is LTS, this bug qualifies for SRU status "to
  enable new hardware," or rather, newly supported at the time of the
  trusty release.

  [Test Case]

  1) Install the package.
  2) Attempt to execute /usr/bin/intel-virtual-output in a shell.

  [Regression Potential]

  Absolutely none.

  [Other Info]

  The intel-gpu-tools package is the only reverse dependency, and that
  package has no reverse dependencies in turn.

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

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


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

2016-08-18 Thread Michal Predotka
I've noticed the green led when I took the phone out of my pocket. I didn't 
hear the sound but wasn't sure if that's due to the bug or because I was in 
noisy surroundings. I asked someone to send me a message to check if this is 
due to the bug and the message arrived without the sound notification. 
Few hours before I was listening to a podcast using Podbird app. Not sure if 
that could be related as I every day without issues since OTA-12.

Telegram notifications work fine with the sound. Music app plays songs
fine. I can hear alarms in the clock app too. Screenshots, on the other
hand, _do not_ make a sound.

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1196584] Re: Please update package fonts-liberation to version 2.00.1

2016-08-18 Thread Bug Watch Updater
** Changed in: fonts-liberation (Debian)
   Status: New => Fix Committed

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

Title:
  Please update package fonts-liberation to version 2.00.1

Status in fonts-liberation package in Ubuntu:
  Triaged
Status in fonts-liberation package in Debian:
  Fix Committed

Bug description:
  Hello font people,
  the newer version is finally under the SIL Open Font License and has much 
expanded script coverage. Please consider updating the package. The only 
regression is that Liberation Sans Narrow can't be included for license 
reasons, so that would have to be extracted from 1.07.

  Regards,
  Nikolaus

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

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


[Desktop-packages] [Bug 1614676] Re: slow performance after hardware enablement stack update, various graphical glitches

2016-08-18 Thread Compu
** Package changed: xserver-xorg-video-intel (Ubuntu) => xserver-xorg-
video-intel-lts-xenial (Ubuntu)

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

Title:
  slow performance after hardware enablement stack update, various
  graphical glitches

Status in xserver-xorg-video-intel-lts-xenial package in Ubuntu:
  New

Bug description:
  There's also various little flashes in some applications including Google 
Chrome, this didn't happen on the vivid hardware enablement stack, I'm using a 
4th gen i3 cpu and it's integrated graphics
  running Ubuntu 14.04.5 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-intel (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Aug 18 15:35:42 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.36, 3.19.0-59-generic, x86_64: installed
   virtualbox, 4.3.36, 4.4.0-24-generic, x86_64: installed
   virtualbox, 4.3.36, 4.4.0-28-generic, x86_64: installed
   virtualbox, 4.3.36, 4.4.0-31-generic, x86_64: installed
   virtualbox, 4.3.36, 4.4.0-34-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Generation Core Processor Family Integrated Graphics 
Controller [8086:041e] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: ASRock Incorporation Device [1849:041e]
  InstallationDate: Installed on 2015-12-17 (244 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-34-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/27/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.00
  dmi.board.name: H97M Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.00:bd07/27/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97MPro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Thu Aug 18 12:07:25 2016
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.18.3-1ubuntu2.2~trusty2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel-lts-xenial/+bug/1614676/+subscriptions

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


[Desktop-packages] [Bug 1614676] Re: slow performance after hardware enablement stack update, various graphical glitches

2016-08-18 Thread Compu
** Description changed:

- i also get various little flashes in some applications including google 
chrome, this didnt happen on the vivid hardware enablement stack, i'm using a 
4th gen i3 cpu and it's integrated graphics
+ There's also various little flashes in some applications including Google 
Chrome, this didn't happen on the vivid hardware enablement stack, I'm using a 
4th gen i3 cpu and it's integrated graphics
  running Ubuntu 14.04.5 LTS
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-intel (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Aug 18 15:35:42 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
-  virtualbox, 4.3.36, 3.19.0-59-generic, x86_64: installed
-  virtualbox, 4.3.36, 4.4.0-24-generic, x86_64: installed
-  virtualbox, 4.3.36, 4.4.0-28-generic, x86_64: installed
-  virtualbox, 4.3.36, 4.4.0-31-generic, x86_64: installed
-  virtualbox, 4.3.36, 4.4.0-34-generic, x86_64: installed
+  virtualbox, 4.3.36, 3.19.0-59-generic, x86_64: installed
+  virtualbox, 4.3.36, 4.4.0-24-generic, x86_64: installed
+  virtualbox, 4.3.36, 4.4.0-28-generic, x86_64: installed
+  virtualbox, 4.3.36, 4.4.0-31-generic, x86_64: installed
+  virtualbox, 4.3.36, 4.4.0-34-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
-  Intel Corporation 4th Generation Core Processor Family Integrated Graphics 
Controller [8086:041e] (rev 06) (prog-if 00 [VGA controller])
-Subsystem: ASRock Incorporation Device [1849:041e]
+  Intel Corporation 4th Generation Core Processor Family Integrated Graphics 
Controller [8086:041e] (rev 06) (prog-if 00 [VGA controller])
+    Subsystem: ASRock Incorporation Device [1849:041e]
  InstallationDate: Installed on 2015-12-17 (244 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-34-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/27/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.00
  dmi.board.name: H97M Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.00:bd07/27/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97MPro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Thu Aug 18 12:07:25 2016
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
-  
+ 
  xserver.version: 2:1.18.3-1ubuntu2.2~trusty2

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

Title:
  slow performance after hardware enablement stack update, various
  graphical glitches

Status in xserver-xorg-video-intel-lts-xenial package in Ubuntu:
  New

Bug description:
  There's also various little flashes in some applications including Google 
Chrome, this didn't happen on the vivid hardware enablement stack, I'm using a 
4th gen i3 cpu and it's integrated graphics
  running Ubuntu 14.04.5 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-intel (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  

[Desktop-packages] [Bug 1579905] Re: cups-browsed causes shutdown hang/delay in Ubuntu 16.04

2016-08-18 Thread Till Kamppeter
** Description changed:

+ [SRU justification]
+ 
+ When the system is shut down CUPS and cups-browsed are not shut down in
+ a determined order, but cups-browsed needs CUPS still running to perform
+ its shutdown, for removing the print queues it has generated and for
+ saving information about these queues for use in the next session. With
+ CUPS already shut down cups-browsed simply hangs and gets killed after a
+ certain timeout. This can be fixed by defining the correct relationships
+ in the systemd .service files and so the annoying hang can be avoided.
+ 
+ [Test case]
+ 
+ To reproduce the bug run
+ 
+ sudo systemctl stop cups
+ 
+ and after some seconds
+ 
+ sudo systemctl stop cups-browsed
+ 
+ with the shutdown of cups-browsed hanging.
+ 
+ On system shutdown one gets the hang, but not always as it can happen
+ that on some shutdowns cups-browsed shuts down before cups.
+ 
+ After installing the fixed package, hhutting down cups requires shutting
+ down cups-browsed before, so that the shutdown of cups triggers the
+ shutdown of cups-browsed, making all shutdowns having the two services
+ shut down in the right order avoiding a hang.
+ 
+ [Regression potential]
+ 
+ None. We only define a dependency between two services to make them shit
+ down in the correct order.
+ 
+ [Original report]
+ 
  Using the debug process found here
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464917 I have
  determined that the cause of my 16.04 install's shutdown hang is cups-
  browsed.  It was the only process running when I did a systemctl list-
  jobs in the VT9 shell.  If I do sudo service cups-browsed stop and then
  shutdown, I do not get a hang.
  
  I have confirmed this on a virtual machine and a real system.  If I
  disable cups-browsed from ever starting, my problem is fixed.

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

Title:
  cups-browsed causes shutdown hang/delay in Ubuntu 16.04

Status in cups-filters package in Ubuntu:
  Fix Released
Status in cups-filters source package in Xenial:
  Triaged

Bug description:
  [SRU justification]

  When the system is shut down CUPS and cups-browsed are not shut down
  in a determined order, but cups-browsed needs CUPS still running to
  perform its shutdown, for removing the print queues it has generated
  and for saving information about these queues for use in the next
  session. With CUPS already shut down cups-browsed simply hangs and
  gets killed after a certain timeout. This can be fixed by defining the
  correct relationships in the systemd .service files and so the
  annoying hang can be avoided.

  [Test case]

  To reproduce the bug run

  sudo systemctl stop cups

  and after some seconds

  sudo systemctl stop cups-browsed

  with the shutdown of cups-browsed hanging.

  On system shutdown one gets the hang, but not always as it can happen
  that on some shutdowns cups-browsed shuts down before cups.

  After installing the fixed package, hhutting down cups requires
  shutting down cups-browsed before, so that the shutdown of cups
  triggers the shutdown of cups-browsed, making all shutdowns having the
  two services shut down in the right order avoiding a hang.

  [Regression potential]

  None. We only define a dependency between two services to make them
  shit down in the correct order.

  [Original report]

  Using the debug process found here
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464917 I have
  determined that the cause of my 16.04 install's shutdown hang is cups-
  browsed.  It was the only process running when I did a systemctl list-
  jobs in the VT9 shell.  If I do sudo service cups-browsed stop and
  then shutdown, I do not get a hang.

  I have confirmed this on a virtual machine and a real system.  If I
  disable cups-browsed from ever starting, my problem is fixed.

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

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


[Desktop-packages] [Bug 1614676] [NEW] slow performance after hardware enablement stack update, various graphical glitches

2016-08-18 Thread Compu
Public bug reported:

i also get various little flashes in some applications including google chrome, 
this didnt happen on the vivid hardware enablement stack, i'm using a 4th gen 
i3 cpu and it's integrated graphics
running Ubuntu 14.04.5 LTS

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xserver-xorg-video-intel (not installed)
ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Aug 18 15:35:42 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.3.36, 3.19.0-59-generic, x86_64: installed
 virtualbox, 4.3.36, 4.4.0-24-generic, x86_64: installed
 virtualbox, 4.3.36, 4.4.0-28-generic, x86_64: installed
 virtualbox, 4.3.36, 4.4.0-31-generic, x86_64: installed
 virtualbox, 4.3.36, 4.4.0-34-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 4th Generation Core Processor Family Integrated Graphics 
Controller [8086:041e] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: ASRock Incorporation Device [1849:041e]
InstallationDate: Installed on 2015-12-17 (244 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-34-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/27/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.00
dmi.board.name: H97M Pro4
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.00:bd07/27/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97MPro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Thu Aug 18 12:07:25 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.3-1ubuntu2.2~trusty2

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  slow performance after hardware enablement stack update, various
  graphical glitches

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

Bug description:
  i also get various little flashes in some applications including google 
chrome, this didnt happen on the vivid hardware enablement stack, i'm using a 
4th gen i3 cpu and it's integrated graphics
  running Ubuntu 14.04.5 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-intel (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Aug 18 15:35:42 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.36, 3.19.0-59-generic, x86_64: installed
   virtualbox, 4.3.36, 4.4.0-24-generic, x86_64: installed
   virtualbox, 4.3.36, 4.4.0-28-generic, x86_64: installed
   virtualbox, 4.3.36, 4.4.0-31-generic, x86_64: installed
   virtualbox, 4.3.36, 4.4.0-34-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  

[Desktop-packages] [Bug 1572260] [samba/xenial] possible regression found

2016-08-18 Thread Ubuntu Foundations Team Bug Bot
As a part of the Stable Release Updates quality process a search for
Launchpad bug reports using the version of samba from xenial-proposed
was performed and bug 1614562 was found.  Please investigate this bug
report to ensure that a regression will not be created by this SRU. In
the event that this is not a regression remove the "verification-failed"
tag from this bug report and add the tag "bot-stop-nagging" to bug
1614562 (not this bug). Thanks!

** Tags added: verification-failed

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

Title:
  gvfs-smb-browse hogs CPU after only opening nautilus

Status in gvfs package in Ubuntu:
  Invalid
Status in samba package in Ubuntu:
  Fix Released
Status in gvfs source package in Xenial:
  New
Status in samba source package in Xenial:
  Fix Committed

Bug description:
  upgraded to 16.04 from 15.10 
  - the process in subject hogs 25% CPU after only starting nautilus, and keeps 
hogging it "forever"   - no samba browsing needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gvfs-backends 1.28.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr 19 20:03:12 2016
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfsd-smb-browse
  InstallationDate: Installed on 2012-10-15 (1281 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121015.2)
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=en_US
   PATH=(custom, user)
   LANG=en_US.UTF-8
  SourcePackage: gvfs
  UpgradeStatus: Upgraded to xenial on 2016-04-06 (13 days ago)

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

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


[Desktop-packages] [Bug 1465974] Re: LightDM lock screen unresponsive after resume from suspend (Lenovo Yoga 2 Pro)

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

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

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

Title:
  LightDM lock screen unresponsive after resume from suspend (Lenovo
  Yoga 2 Pro)

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  When my laptop resumes from suspend, I often end up in an unresponsive lock 
screen. I can only move the mousepointer, but clicking or typing (password) 
does nothing, so I can't log in. When this happens, the lock screen is 
displayed in various states of completeness:
  - Often I see a complete lock screen (with password input field etc), 
  - Sometimes it's just the background without password input box with only the 
mouse cursor on it.  
  - sometimes the screen is completely black, with only the mouse cursor on it. 
 

  Tried possible solutions/workarounds:
  - I can switch to a different VT, but when switching back to the lockscreen, 
it remains unresponsive
  - suspending and resuming once: again: it remains unresponsive
  - Very rarely seemingly random actions like starting a second X server 
(startx) or killing a unity* proces (like unity-panel-service) can make the 
lockscreen snap out of it, and start responding to events (key presses) again.

  This bug is critical as the only real way to recover is to restart
  lightdm or reboot, which destroyes the session plus all applications
  running, including any open documents.

  There's a very similar bugreport (for Ubuntu 14.04): 

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1418295 
  but there's no progress there. 

  
  I'm willing to provide additional logs/info

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Wed Jun 17 08:59:26 2015
  InstallationDate: Installed on 2014-10-01 (259 days ago)
  InstallationMedia: It
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (54 days ago)

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

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


[Desktop-packages] [Bug 1465974] Re: LightDM lock screen unresponsive after resume from suspend (Lenovo Yoga 2 Pro)

2016-08-18 Thread Gabor Fekete
Same thing happens for me. Very annoying.
Happens almost every 5th resume attempt. I need to reboot or kill my X session.

DistroRelease: Ubuntu 16.04
LightDM: 1.18.2-0ubuntu2

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

Title:
  LightDM lock screen unresponsive after resume from suspend (Lenovo
  Yoga 2 Pro)

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  When my laptop resumes from suspend, I often end up in an unresponsive lock 
screen. I can only move the mousepointer, but clicking or typing (password) 
does nothing, so I can't log in. When this happens, the lock screen is 
displayed in various states of completeness:
  - Often I see a complete lock screen (with password input field etc), 
  - Sometimes it's just the background without password input box with only the 
mouse cursor on it.  
  - sometimes the screen is completely black, with only the mouse cursor on it. 
 

  Tried possible solutions/workarounds:
  - I can switch to a different VT, but when switching back to the lockscreen, 
it remains unresponsive
  - suspending and resuming once: again: it remains unresponsive
  - Very rarely seemingly random actions like starting a second X server 
(startx) or killing a unity* proces (like unity-panel-service) can make the 
lockscreen snap out of it, and start responding to events (key presses) again.

  This bug is critical as the only real way to recover is to restart
  lightdm or reboot, which destroyes the session plus all applications
  running, including any open documents.

  There's a very similar bugreport (for Ubuntu 14.04): 

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1418295 
  but there's no progress there. 

  
  I'm willing to provide additional logs/info

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Wed Jun 17 08:59:26 2015
  InstallationDate: Installed on 2014-10-01 (259 days ago)
  InstallationMedia: It
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (54 days ago)

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

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


[Desktop-packages] [Bug 1592382] Re: Updates are notified even when they are installed automatically

2016-08-18 Thread Renardo
As far as I understand the fix is no longer "proposed" but released; but
I still experience this phenomenon (bubble with “software updates
available” but no reaction on clicks). On my system (Ubuntu 16.04, daily
updates) it happened an hour ago.  gnome-software/about says 3.20.1.

Looking through open windows I discovered an update manager, hidden
behind other windows. So maybe it just was a wrong expectation of mine
that clicking on the bubble would pop up update manager? Is the bubble
just a sign to  “look for update manager”?

Sorry if this sounds more like a question than a bug comment – at the
moment I cannot tell the difference.

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

Title:
  Updates are notified even when they are installed automatically

Status in One Hundred Papercuts:
  Fix Released
Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Fix Released

Bug description:
  HOW TO REPRODUCE:
  1. Go to the "Software & Updates" application.
  2. Go to the "Updates" tab.
  3. Set the "automatically check for updates" option to "daily".
  4. Set the "when there are security updates" option to "download and install 
automatically".
  5. Set the "when there are other updates" option to "display weekly".

  RESULT:
  In a day there will be a bubble notification telling you there are important 
updates ready to be installed, but those are set to be installed automatically 
and the Update Manager won't show up.

  RELEVANT DETAILS:
  - The bubble can show up multiple times during the same user session.
  - The bubble seems to belong to gnome-software, where the Software Updater 
should be the only application asking the user to upgrade.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: update-notifier 3.168
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun 14 13:40:02 2016
  InstallationDate: Installed on 2016-05-02 (42 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: update-notifier
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1020048] Re: after certain time printing to cups stops working

2016-08-18 Thread Marc Kolly
How is it possible I see the exact same issue with LO (1:5.1.4-0ubuntu1) and 
cups (2.1.3-4) on Ubuntu 16.04 with a central Debian cups server 
(1.7.5-11+deb8u1)?
I'm not using the /etc/cups/client.conf, but instead a normal full Ubuntu 16.04 
installation + all released updates.

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

Title:
  after certain time printing to cups stops working

Status in LibreOffice:
  Invalid
Status in cups package in Ubuntu:
  Fix Released
Status in libreoffice package in Ubuntu:
  Invalid
Status in cups source package in Precise:
  Fix Released
Status in libreoffice source package in Precise:
  Invalid

Bug description:
  SRU justification:

  [Impact]

  * When the CUPS client connects to a remote cupsd over TCP, the server 
closes an idle connection after 5 minutes and the client does not reconnect.

  * LibreOffice is affected because it keeps a CUPS connection open. The 
effect is that printing to a remote cupsd is no longer possible after 
LibreOffice has been open for 5 minutes.

  [Test Case]

  * This can be reproduced on a desktop system. You don't need a separate 
CUPS server.

  * You need at least one print queue in CUPS. If you don't have a 
printer, install "cups-pdf".

  * Optional, configure CUPS with a shorter timeout for testing:

sudo cupsctl Timeout=30 # seconds
sudo restart cups

  * Configure the CUPS client to use a TCP socket:

mkdir ~/.cups
echo ServerName 127.0.0.1 > ~/.cups/client.conf

  * Open LibreOffice. Press Ctrl-P to open the Print dialog. Press Esc to 
dismiss the dialog. Wait long enough for the timout to elapse (5 
minutes by default, or as per the Timeout setting).

  * Try to print. With cups in precise, the job simply vanishes and is 
never seen by the server. With the proposed patch, printing works 
normally.

  [Regression Potential]

  * The patch changes a library linked by many programs. An incorrect 
change might result in those programs misbehaving or crashing.

  * The patch is minimal, only adding a branch to handle a case that was 
previously not handled. The behaviour in other cases should be 
unchanged.

  [Other Info]

  * A workaround is to set the cupsd Timeout to a high value such as 8 
hours. This works on a server with few users, but on a busy server 
more and more connections are opened and eventually cupsd isn't able 
to accept new clients.

  Original description:

  == Problem ==
  In our institution we are running only printers through a cups server. while 
freshly opened document prints well, after some time (few minutes) clicking 
"print file directly" and menu item "print" do not work any more. after close 
and open again, thing prints correctly. i have checked what exactly is going on 
in such cases and logs on the cups server don't show any submissions and/or 
errors so that the thing is obviously stopped at the level of libreoffice.

  == Analysis ==
  LibreOffice loses it's TCP connection to CUPS after exactly 5 minutes of 
inactivity and does not manage to reconnect. To reproduce: print something (to 
a real printer or cups-pdf), wait 6 minutes not printing anything, and print 
again. Then, nothing is printed. You can watch the TCP connection using
  netstat -tpn | grep soffice
  While it's working, it looks like this:
  tcp0  0 127.0.0.1:48810 127.0.0.1:631   
ESTABLISHED 13976/soffice.bin
  After 5 minutes, that connection is gone permanently.

  WORKAROUND: To set the timeout to 24 hours add this line to the top of 
/etc/cups/cupsd.conf :
  Timeout 62400

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1020048/+subscriptions

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


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

2016-08-18 Thread Jim Hodapp
@Michal: can you reproduce it reliably? What were you doing when you
noticed it wasn't working? Are Telegram notifications working for you
right now? How about alarms in the clock app? Can you play music from
the music-app?

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


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

2016-08-18 Thread Michal Predotka
I was happy to early  The bug just happened to me. Log as instructed in
comment #82 attached

** Attachment added: "log.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1544477/+attachment/4723605/+files/log.tar.gz

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


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

2016-08-18 Thread John
I'd like to help but I really don't know anything about delving into the 
phone software at present I am just using it as a phone with browser 
access.

I have not dared set it to writeable mode (which I assume is Developer 
Mode) I don't know how to access root on it, also the chances of me 
typing those strings accurately on the touch keyboard are not high. Or 
can I access it via my computer if I go to Developer Mode? I can't see 
the directories you mention. Wrong place for these questions. Is there 
an idiots guide somewhere?




On 18/08/16 17:46, Devid Antonio Filoni wrote:
> @John, @Anupam: could you try to follow steps described by Alfonso in
> comment #82? I would also try to enable pulseaudio logging.
>
>
> How to enable pulseaudio logging (looks like wiki instructions don't work for 
> Ubuntu Touch, IIRC these are the right steps):
> - set device to writable mode
> As root:
> - create backup file: cp /usr/share/upstart/sessions/pulseaudio.conf 
> /usr/share/upstart/sessions/pulseaudio.conf.bkp
> - edit in file /usr/share/upstart/sessions/pulseaudio.conf
>line:
>exec pulseaudio --start
>to:
>exec pulseaudio - --start 
> --log-target=newfile:/tmp/pulseverbose.log --log-time=1
> - restart device
>
> Please do not restart your phone after you reproduce the issue or log
> files will be lost (copy them in another directory first so you can
> upload them later)
>
> (from wiki) The log files are in the /tmp directory. You might see more
> than one file (pulseverbose.log, pulseverbose.log.1, pulseverbose.log.2,
> etc). In case you don't know which file is the right one, please attach
> all files to the launchpad bug.
>

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1614113] Re: New upstream microreleases 9.1.23, 9.3.14, 9.5.4

2016-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-9.3 - 9.3.14-0ubuntu0.14.04

---
postgresql-9.3 (9.3.14-0ubuntu0.14.04) trusty-security; urgency=medium

  * New upstream security/bug fix release (LP: #1614113):
- Fix possible mis-evaluation of nested CASE-WHEN expressions
  A CASE expression appearing within the test value subexpression of
  another CASE could become confused about whether its own test value was
  null or not.  Also, inlining of a SQL function implementing the equality
  operator used by a CASE expression could result in passing the wrong
  test value to functions called within a CASE expression in the SQL
  function's body.  If the test values were of different data types, a
  crash might result; moreover such situations could be abused to allow
  disclosure of portions of server memory.  (CVE-2016-5423)

- Fix client programs' handling of special characters in database and role
  names
  Numerous places in vacuumdb and other client programs could become
  confused by database and role names containing double quotes or
  backslashes.  Tighten up quoting rules to make that safe. Also, ensure
  that when a conninfo string is used as a database name parameter to
  these programs, it is correctly treated as such throughout.

  Fix handling of paired double quotes in psql's \connect and \password
  commands to match the documentation.

  Introduce a new -reuse-previous option in psql's \connect command to
  allow explicit control of whether to re-use connection parameters from a
  previous connection.  (Without this, the choice is based on whether the
  database name looks like a conninfo string, as before.)  This allows
  secure handling of database names containing special characters in
  pg_dumpall scripts.

  pg_dumpall now refuses to deal with database and role names containing
  carriage returns or newlines, as it seems impractical to quote those
  characters safely on Windows.  In future we may reject such names on the
  server side, but that step has not been taken yet.

  These are considered security fixes because crafted object names
  containing special characters could have been used to execute commands
  with superuser privileges the next time a superuser executes pg_dumpall
  or other routine maintenance operations.  (CVE-2016-5424)

- Details:
http://www.postgresql.org/docs/9.3/static/release-9-3-14.html

 -- Martin Pitt   Wed, 17 Aug 2016 16:37:41
+0200

** Changed in: postgresql-9.3 (Ubuntu Trusty)
   Status: In Progress => Fix Released

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

Title:
  New upstream microreleases 9.1.23, 9.3.14, 9.5.4

Status in postgresql-9.1 package in Ubuntu:
  Invalid
Status in postgresql-9.3 package in Ubuntu:
  Invalid
Status in postgresql-9.1 source package in Precise:
  Fix Released
Status in postgresql-9.1 source package in Trusty:
  Fix Released
Status in postgresql-9.3 source package in Trusty:
  Fix Released
Status in postgresql-9.5 source package in Xenial:
  Fix Released
Status in postgresql-9.5 source package in Yakkety:
  Fix Released

Bug description:
  Last week PostgreSQL published new microreleases:
  https://www.postgresql.org/about/news/1688/

  These contain two CVEs, thus should go via -security.

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

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


[Desktop-packages] [Bug 1614113] Re: New upstream microreleases 9.1.23, 9.3.14, 9.5.4

2016-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-9.5 - 9.5.4-0ubuntu0.16.04

---
postgresql-9.5 (9.5.4-0ubuntu0.16.04) xenial-security; urgency=medium

  * New upstream security/bug fix release (LP: #1614113)
- Fix possible mis-evaluation of nested CASE-WHEN expressions
  A CASE expression appearing within the test value subexpression of
  another CASE could become confused about whether its own test value was
  null or not.  Also, inlining of a SQL function implementing the equality
  operator used by a CASE expression could result in passing the wrong
  test value to functions called within a CASE expression in the SQL
  function's body.  If the test values were of different data types, a
  crash might result; moreover such situations could be abused to allow
  disclosure of portions of server memory.  (CVE-2016-5423)

- Fix client programs' handling of special characters in database and role
  names
  Numerous places in vacuumdb and other client programs could become
  confused by database and role names containing double quotes or
  backslashes.  Tighten up quoting rules to make that safe. Also, ensure
  that when a conninfo string is used as a database name parameter to
  these programs, it is correctly treated as such throughout.

  Fix handling of paired double quotes in psql's \connect and \password
  commands to match the documentation.

  Introduce a new -reuse-previous option in psql's \connect command to
  allow explicit control of whether to re-use connection parameters from a
  previous connection.  (Without this, the choice is based on whether the
  database name looks like a conninfo string, as before.)  This allows
  secure handling of database names containing special characters in
  pg_dumpall scripts.

  pg_dumpall now refuses to deal with database and role names containing
  carriage returns or newlines, as it seems impractical to quote those
  characters safely on Windows.  In future we may reject such names on the
  server side, but that step has not been taken yet.

  These are considered security fixes because crafted object names
  containing special characters could have been used to execute commands
  with superuser privileges the next time a superuser executes pg_dumpall
  or other routine maintenance operations.  (CVE-2016-5424)

- Details about other fixes:
  https://www.postgresql.org/docs/9.5/static/release-9-5-4.html

 -- Martin Pitt   Wed, 17 Aug 2016 16:12:33
+0200

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

Title:
  New upstream microreleases 9.1.23, 9.3.14, 9.5.4

Status in postgresql-9.1 package in Ubuntu:
  Invalid
Status in postgresql-9.3 package in Ubuntu:
  Invalid
Status in postgresql-9.1 source package in Precise:
  Fix Released
Status in postgresql-9.1 source package in Trusty:
  Fix Released
Status in postgresql-9.3 source package in Trusty:
  In Progress
Status in postgresql-9.5 source package in Xenial:
  Fix Released
Status in postgresql-9.5 source package in Yakkety:
  Fix Released

Bug description:
  Last week PostgreSQL published new microreleases:
  https://www.postgresql.org/about/news/1688/

  These contain two CVEs, thus should go via -security.

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

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


[Desktop-packages] [Bug 1614113] Re: New upstream microreleases 9.1.23, 9.3.14, 9.5.4

2016-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-9.1 - 9.1.23-0ubuntu0.12.04

---
postgresql-9.1 (9.1.23-0ubuntu0.12.04) precise-security; urgency=medium

  * New upstream security/bug fix release (LP: #1614113)
- Fix possible mis-evaluation of nested CASE-WHEN expressions
  A CASE expression appearing within the test value subexpression of
  another CASE could become confused about whether its own test value was
  null or not.  Also, inlining of a SQL function implementing the equality
  operator used by a CASE expression could result in passing the wrong
  test value to functions called within a CASE expression in the SQL
  function's body.  If the test values were of different data types, a
  crash might result; moreover such situations could be abused to allow
  disclosure of portions of server memory.  (CVE-2016-5423)

- Fix client programs' handling of special characters in database and role
  names
  Numerous places in vacuumdb and other client programs could become
  confused by database and role names containing double quotes or
  backslashes.  Tighten up quoting rules to make that safe. Also, ensure
  that when a conninfo string is used as a database name parameter to
  these programs, it is correctly treated as such throughout.

  Fix handling of paired double quotes in psql's \connect and \password
  commands to match the documentation.

  Introduce a new -reuse-previous option in psql's \connect command to
  allow explicit control of whether to re-use connection parameters from a
  previous connection.  (Without this, the choice is based on whether the
  database name looks like a conninfo string, as before.)  This allows
  secure handling of database names containing special characters in
  pg_dumpall scripts.

  pg_dumpall now refuses to deal with database and role names containing
  carriage returns or newlines, as it seems impractical to quote those
  characters safely on Windows.  In future we may reject such names on the
  server side, but that step has not been taken yet.

  These are considered security fixes because crafted object names
  containing special characters could have been used to execute commands
  with superuser privileges the next time a superuser executes pg_dumpall
  or other routine maintenance operations.  (CVE-2016-5424)

   - Details:
https://www.postgresql.org/docs/9.1/static/release-9-1-23.html

 -- Martin Pitt   Wed, 17 Aug 2016 16:18:31
+0200

** Changed in: postgresql-9.5 (Ubuntu Xenial)
   Status: In Progress => Fix Released

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

Title:
  New upstream microreleases 9.1.23, 9.3.14, 9.5.4

Status in postgresql-9.1 package in Ubuntu:
  Invalid
Status in postgresql-9.3 package in Ubuntu:
  Invalid
Status in postgresql-9.1 source package in Precise:
  Fix Released
Status in postgresql-9.1 source package in Trusty:
  Fix Released
Status in postgresql-9.3 source package in Trusty:
  In Progress
Status in postgresql-9.5 source package in Xenial:
  Fix Released
Status in postgresql-9.5 source package in Yakkety:
  Fix Released

Bug description:
  Last week PostgreSQL published new microreleases:
  https://www.postgresql.org/about/news/1688/

  These contain two CVEs, thus should go via -security.

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

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


[Desktop-packages] [Bug 1614113] Re: New upstream microreleases 9.1.23, 9.3.14, 9.5.4

2016-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-9.1 - 9.1.23-0ubuntu0.14.04

---
postgresql-9.1 (9.1.23-0ubuntu0.14.04) trusty-security; urgency=medium

  * New upstream bug fix release (LP: #1614113). No effective changes for
PL/Perl, the version must just be higher than the one in precise, to not
break upgrades.

 -- Martin Pitt   Wed, 17 Aug 2016 16:30:41
+0200

** Changed in: postgresql-9.1 (Ubuntu Trusty)
   Status: In Progress => Fix Released

** Changed in: postgresql-9.1 (Ubuntu Precise)
   Status: In Progress => Fix Released

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

Title:
  New upstream microreleases 9.1.23, 9.3.14, 9.5.4

Status in postgresql-9.1 package in Ubuntu:
  Invalid
Status in postgresql-9.3 package in Ubuntu:
  Invalid
Status in postgresql-9.1 source package in Precise:
  Fix Released
Status in postgresql-9.1 source package in Trusty:
  Fix Released
Status in postgresql-9.3 source package in Trusty:
  In Progress
Status in postgresql-9.5 source package in Xenial:
  Fix Released
Status in postgresql-9.5 source package in Yakkety:
  Fix Released

Bug description:
  Last week PostgreSQL published new microreleases:
  https://www.postgresql.org/about/news/1688/

  These contain two CVEs, thus should go via -security.

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

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


[Desktop-packages] [Bug 1299002] Re: gpu-manager xorg.conf inconsistency with AMD Catalyst (fglrx)

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

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: New => Confirmed

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

Title:
  gpu-manager xorg.conf inconsistency with AMD Catalyst (fglrx)

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

Bug description:
  This is a bug report against gpu-manager.c in ubuntu-drivers-common.

  ~/Documents/VC/ubu/ubuntu-drivers-common/share/hybrid$ bzr log
  
  revno: 56
  tags: 1:0.2.91.1
  author: Alberto Milone 
  committer: Package Import Robot
  branch nick: trusty-proposed
  timestamp: Fri 2014-03-21 20:03:20 +0100

  I'm submitting this now manually due to urgency to 14.04 release as
  ubuntu-bug crashes too ;(

  %sudo aticonfig --adapter=all --initial writes a xorg.conf which uses 
xorg.conf keywords in "text" fields searched by function
   static int check_vendor_bus_id_xorg_conf(struct device **devices, int 
cards_n,
   unsigned int vendor_id, char *driver)

  In line 1072 of gpu-manager.c

  "Driver" keyword is found from following lines xorg.conf written by aticonfig
  Section "Monitor"
Identifier   "aticonfig-Monitor[0]-0"
Option  "VendorName" "ATI Proprietary Driver"
Option  "ModelName" "Generic Autodetecting Monitor"
Option  "DPMS" "true"
  EndSection

  Section "Monitor"
Identifier   "aticonfig-Monitor[1]-0"
Option  "VendorName" "ATI Proprietary Driver"
Option  "ModelName" "Generic Autodetecting Monitor"
Option  "DPMS" "true"
  EndSection

  Line  1119 of gpu-manager.c 
  else if ((istrstr(line, "Driver") != NULL) &&
   (strstr(line, driver) == NULL)) {
  failure = 1;
  }
  Looks the xorg keyword "Driver" anywhere in the line and finds "ATI 
Proprietary Driver", but of course does not find correct drivername "fglrx" 
from the same line => Keywords should be searched from the beginning of the 
line, not all over.

  Second issue in same function the format "PCI:%d@%d:%d:%d" which is
  different to format  "PCI:%d:%d:%d" used by aticonfig, which causes
  misdetection of correct BusID in xorg.conf

  If routine "check_vendor_bus_id_xorg_conf()" reports "Check failed"
  completely valid xorg.conf is overwritten by gpu-manager.c in boot.

  Quick workaround for users is to correct the xorg.conf after installation of 
ATI Catalyst proprietary drivers taking these into account.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-03-27 (1 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140227)
  NonfreeKernelModules: wl fglrx
  Package: ubuntu-drivers-common 1:0.2.91.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Tags:  trusty
  Uname: Linux 3.13.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1528735] Re: Suspend fails every second time on some laptops in UEFI mode

2016-08-18 Thread Brad
c'mon guys, at least tell me what log files I can collect to see where
the problem is?

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

Title:
  Suspend fails every second time on some laptops in UEFI mode

Status in pm-utils package in Ubuntu:
  Confirmed

Bug description:
  Fresh install of Xubuntu 14.04.3, replacing existing OEM Windows 10.
  Install detected UEFI, and installed in UEFI mode. (I have attempted
  to change to legacy boot, and got it to a state where it was booting
  without /sys/firmware/efi/ being present, but behaviour persisted.)

  Suspending the laptop, whether by closing the lid, choosing the
  suspend option from the menu, or directly typing "sudo pm-suspend"
  works perfectly well... once.

  The second attempt to suspend, whether immediately or hours later,
  suspends the laptop (I can see the screen turn off, and hear the disk
  and fans stop, but a moment later the screen shows bright yellow
  console text declaring "Warning!!! Boot script table modified!!!
  Please contact your vendor.", and then it hard reboots.

  This appears to be a weird interaction between suspend and UEFI
  protection, but others have reported that they have had working
  suspend when installed alone (and presumably in legacy from the
  start), but this behaviour appeared when reinstalled as dual-boot
  (when presumably UEFI would have had to be on).
  (http://askubuntu.com/questions/675683/suspend-does-not-work-more-
  than-once-after-reboot-ubuntu-15-04-dual-boot/712232 and earlier
  http://askubuntu.com/questions/651481/boot-script-table-modified-
  please-contact-vendor, from different people.)

  Beyond the investigations I have done, I know next to nothing about
  UEFI, or how Suspend might be interacting with it. Much less why it
  appears to work perfectly exactly once.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pm-utils 1.4.1-13ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-22.27~14.04.1-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Dec 23 13:27:11 2015
  InstallationDate: Installed on 2015-12-19 (3 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


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

2016-08-18 Thread Paul White
*** This bug is a duplicate of bug 1514474 ***
https://bugs.launchpad.net/bugs/1514474

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1514474, so it 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. Feel free to continue to report any other
bugs you may find.

** This bug has been marked a duplicate of bug 1514474
   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/1614448

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

Status in tex-common package in Ubuntu:
  New

Bug description:
  I upgraded from Ubuntu 14.04 to 16.04 LTS, and during the process the
  tex-common package could not upgrade properly

  Computer is Toshiba Satellite P855-S5200 with an Intel® Core™
  i7-3610QM CPU @ 2.30GHz × 8 64bits processor and 8GB of RAM.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: tex-common 6.04
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Thu Aug 18 08:48:45 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-08-29 (719 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: tex-common
  Title: package tex-common 6.04 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-08-18 (0 days ago)

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

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


[Desktop-packages] [Bug 1596662] Re: pcscd fails to read CAC card data, errors out

2016-08-18 Thread nunojpg
My reader 0a5c:5800 was today automatically "converted" to a 0a5c:5832
via a Broadcom firmware upgrade, made available by Dell, and delivered
trough Windows 10 update.

0a5c:5832 is supported by Ludovic Rousseau CCID driver.

I am not aware it the firmware upgrade can be applied without Windows.

It seems to work fine, but I do get a huge amount of this warnings when
I'm reading a card:

kernel: xhci_hcd :00:14.0: WARN Event TRB for slot 6 ep 4 with no
TDs queued?

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

Title:
  pcscd fails to read CAC card data, errors out

Status in pcsc-lite package in Ubuntu:
  Confirmed

Bug description:
  When I use Firefox to try and access a website using my CAC card, with a 
Broadcom Corp 5880 [Contacted SmartCard] smart card reader on a Dell Precision 
7510 and libcackey, my web browser hangs for a bit, then fails, and looking at 
pcscd's log shows the following (note the lines:
  "0026 ifdwrapper.c:348:IFDStatusICC() Card not transacted: 612
  0002 winscard.c:592:SCardReconnect() Error resetting card."

  Ubuntu 14.04.4, kernel 4.2.0-38-generic.

  See below:

  winscard.c:1632:SCardTransmit() UnrefReader() count was: 2
  0003 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x0 for client 15
  0039 winscard_svc.c:319:ContextThread() Received command: TRANSMIT from 
client 15
  0008 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1
  0003 winscard.c:1587:SCardTransmit() Send Protocol: T=0
  0003 APDU: 00 C0 00 00 BA 
  0003 ifdhandler.c:1266:IFDHTransmitToICC() 
usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0)
  00014006 commands.c:1456:CCID_Receive() Can't read all data (54 out of 188 
expected)
  0012 SW: 
  0003 ifdwrapper.c:527:IFDTransmit() Card not transacted: 612
  0003 winscard.c:1612:SCardTransmit() Card not transacted: 0x80100016
  0002 winscard.c:1632:SCardTransmit() UnrefReader() count was: 2
  0003 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x80100016 for client 
15
  0038 winscard_svc.c:319:ContextThread() Received command: RECONNECT from 
client 15
  0007 winscard.c:504:SCardReconnect() Attempting reconnect to token.
  0003 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1
  00230568 ccid_usb.c:790:ReadUSB() read failed (1/5): -8 Resource temporarily 
unavailable
  0026 ifdwrapper.c:348:IFDStatusICC() Card not transacted: 612
  0002 winscard.c:592:SCardReconnect() Error resetting card.
  0002 winscard.c:793:SCardReconnect() UnrefReader() count was: 2
  0003 winscard_svc.c:472:ContextThread() RECONNECT rv=0x80100066 for 
client 15
  0049 winscard_svc.c:319:ContextThread() Received command: TRANSMIT from 
client 15
  0007 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1
  0002 winscard.c:1632:SCardTransmit() UnrefReader() count was: 2
  0001 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x80100068 for client 
15
  0014 winscard_svc.c:319:ContextThread() Received command: DISCONNECT from 
client 15
  0004 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1
  0002 winscard.c:850:SCardDisconnect() Active Contexts: 1
  0002 winscard.c:851:SCardDisconnect() dwDisposition: 0
  0001 winscard.c:1016:SCardDisconnect() powerState: 
POWER_STATE_GRACE_PERIOD
  0003 ifdhandler.c:362:IFDHGetCapabilities() tag: 0xFB2, 
usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0)
  0002 winscard.c:1030:SCardDisconnect() Stopping polling thread
  0014 ifdhandler.c:327:IFDHStopPolling() 
usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0)
  0147 winscard.c:1043:SCardDisconnect() UnrefReader() count was: 2
  0007 winscard_svc.c:490:ContextThread() DISCONNECT rv=0x0 for client 15
  0049 winscard_svc.c:319:ContextThread() Received command: CONNECT from 
client 15
  0024 winscard.c:235:SCardConnect() Attempting Connect to Broadcom Corp 
5880 [Contacted SmartCard] (0123456789ABCD) 00 00 using protocol: 3
  0002 readerfactory.c:745:RFReaderInfo() RefReader() count was: 1
  0002 winscard.c:322:SCardConnect() Card Not Powered

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

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


[Desktop-packages] [Bug 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by

2016-08-18 Thread Mark
There's an upstream kernel bug report about this issue:
https://bugzilla.kernel.org/show_bug.cgi?id=93041

** Bug watch added: Linux Kernel Bug Tracker #93041
   http://bugzilla.kernel.org/show_bug.cgi?id=93041

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

Title:
  [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945
  :03:00.0: BSM uCode verification failed at addr ...; wlan0:
  deauthenticating from... by local choice (Reason: 3=DEAUTH_LEAVING),

Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  From time to time, the system loses all wireles networks and kubuntu
  network manager applet goes blank - not even one network is shown. All
  wifi connections are broken. Rebooting fixes the issue, switching to
  WICD on-the-fly enables to continue browsing without rebooting, so it
  seems to be no hardware issue or iwl3945 issue.

  What to expect: stable connections and flawless network managing.
  What happens: so above.

  Further informations about the system, the network configuration, the
  package version can be found in the attachment, also parts of rsyslog
  and dmesg.

  Interesting, according to some helpers, are the following lines:
  dmesg:   wlan0: deauthenticating from 02:26:4d:ac:8f:45 by local choice 
(Reason: 3=DEAUTH_LEAVING)

  lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.10
  Release:14.10
  Codename:   utopic

  apt-cache policy network-manager
  network-manager:
    Installiert:   0.9.8.8-0ubuntu28
    Installationskandidat: 0.9.8.8-0ubuntu28
    Versionstabelle:
   *** 0.9.8.8-0ubuntu28 0
  500 http://de.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 1614636] [NEW] xdg-mime overwrite symlinks

2016-08-18 Thread teto
Public bug reported:

I have my dotfiles in a separate folder and I symlink some files, for
instance ~/.config/mimeapps.list .

At first it appears as a symlink, then I run the following command:
"xdg-mime default qutebrowser.desktop text/html"
and the symlink gets overwritten as its own file.

I am using Ubuntu 16.04.1 LTS

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  xdg-mime overwrite symlinks

Status in xdg-utils package in Ubuntu:
  New

Bug description:
  I have my dotfiles in a separate folder and I symlink some files, for
  instance ~/.config/mimeapps.list .

  At first it appears as a symlink, then I run the following command:
  "xdg-mime default qutebrowser.desktop text/html"
  and the symlink gets overwritten as its own file.

  I am using Ubuntu 16.04.1 LTS

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

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


[Desktop-packages] [Bug 1613589] Re: Problem executing scripts 50appstream

2016-08-18 Thread Matthias Klumpp
*** This bug is a duplicate of bug 1614375 ***
https://bugs.launchpad.net/bugs/1614375

** This bug has been marked a duplicate of bug 1614375
   appstreamcli crashed with SIGABRT in __assert_fail_base()

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

Title:
  Problem executing scripts 50appstream

Status in appstream package in Ubuntu:
  New

Bug description:
  Hello,

  When trying to upgrade my system I had this error:

  E: Problem executing scripts APT::Update::Post-Invoke-Success 'if
  /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then
  appstreamcli refresh > /dev/null; fi'

  I temporary fixed this error by doing this change:

  --- /tmp/50appstream  2016-08-16 09:44:01.377654705 +0200
  +++ /etc/apt/apt.conf.d/50appstream   2016-08-16 09:36:56.514716939 
+0200
  @@ -38,5 +38,5 @@
   
   # Refresh AppStream cache when APT's cache is updated (i.e. apt update)
   APT::Update::Post-Invoke-Success {
  -"if /usr/bin/test -w /var/cache/app-info -a -e 
/usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi";
  +"if /usr/bin/test -d /var/cache/app-info -a -e 
/usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi";
   };

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: appstream 0.9.7-1
  ProcVersionSignature: Ubuntu 4.4.0-33.52-generic 4.4.15
  Uname: Linux 4.4.0-33-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Aug 16 09:38:54 2016
  InstallationDate: Installed on 2015-08-10 (371 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: appstream
  UpgradeStatus: Upgraded to yakkety on 2016-04-29 (109 days ago)
  mtime.conffile..etc.apt.apt.conf.d.50appstream: 2016-08-16T09:36:56.514717

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

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


[Desktop-packages] [Bug 1614375] Re: appstreamcli crashed with SIGABRT in __assert_fail_base()

2016-08-18 Thread Matthias Klumpp
** Changed in: appstream (Ubuntu)
 Assignee: (unassigned) => Matthias Klumpp (ximion)

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

Title:
  appstreamcli crashed with SIGABRT in __assert_fail_base()

Status in appstream package in Ubuntu:
  Confirmed

Bug description:
  appstreamcli: 
/build/appstream-yPrSXI/appstream-0.9.8/obj-x86_64-linux-gnu/src/ascache.pb.h:3644:
 void ASCache::Url::set_type(ASCache::Url_Type): Försäkran 
"::ASCache::Url_Type_IsValid(value)" falsk.
  Aborted (core dumped)
  E: Problem executing scripts APT::Update::Post-Invoke-Success 'if 
/usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then 
appstreamcli refresh-cache > /dev/null; fi'
  E: Sub-process returned an error code

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: appstream 0.9.8-3
  ProcVersionSignature: Ubuntu 4.6.0-10.12-generic 4.6.5
  Uname: Linux 4.6.0-10-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Thu Aug 18 07:55:07 2016
  ExecutablePath: /usr/bin/appstreamcli
  InstallationDate: Installed on 2015-11-28 (263 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151126)
  ProcCmdline: appstreamcli refresh-cache
  ProcEnviron:
   PATH=(custom, no user)
   LANG=C.UTF-8
  Signal: 6
  SourcePackage: appstream
  StacktraceTop:
   __assert_fail_base (fmt=, 
assertion=assertion@entry=0x7f96c9acbc78 "::ASCache::Url_Type_IsValid(value)", 
file=file@entry=0x7f96c9acbc28 
"/build/appstream-yPrSXI/appstream-0.9.8/obj-x86_64-linux-gnu/src/ascache.pb.h",
 line=line@entry=3644, function=function@entry=0x7f96c9acd060 "void 
ASCache::Url::set_type(ASCache::Url_Type)") at assert.c:92
   __GI___assert_fail (assertion=0x7f96c9acbc78 
"::ASCache::Url_Type_IsValid(value)", file=0x7f96c9acbc28 
"/build/appstream-yPrSXI/appstream-0.9.8/obj-x86_64-linux-gnu/src/ascache.pb.h",
 line=3644, function=0x7f96c9acd060 "void 
ASCache::Url::set_type(ASCache::Url_Type)") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libappstream.so.3
   g_hash_table_foreach () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libappstream.so.3
  Title: appstreamcli crashed with SIGABRT in __assert_fail_base()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Desktop-packages] [Bug 1576539] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-08-18 Thread golisp
To be honest, Ubuntu was working as expected. I had booted single user
mode, forced apt to finish configuration, forced to upgrade packages and
rebooted. After reboot was system back to life. But that is not work for
end user.

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

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

Status in gconf package in Ubuntu:
  Confirmed

Bug description:
  bug happened while i'm upgrading ubuntu version from 15.10 to 16.04

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Fri Apr 29 08:16:36 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-03-05 (54 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to xenial on 2016-04-29 (0 days ago)

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

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


[Desktop-packages] [Bug 1568339] Re: Libreoffice does not update printer list

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

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

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

Title:
  Libreoffice does not update printer list

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  When Libreoffice is started it reads the printer list and saves it.
  When there is a change related to cups (new printers) or change the cups 
server, libreoffice needs to be restarted (all insteances) to acknowledge the 
new printers.

  When I change offices, I need to update the /etc/cups/client.conf (or use a 
localhost cups server at home).
  If I have libreoffice open, it will not find any printer.

  This is a duplicated issue of 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/911235
  But that was focused on a specific printer model while the problem is more 
abroad.

  I have seen it from 12.04 to 15.10.
  Libreoffice 3.x to 5.x

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

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


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

2016-08-18 Thread Devid Antonio Filoni
@John, @Anupam: could you try to follow steps described by Alfonso in
comment #82? I would also try to enable pulseaudio logging.


How to enable pulseaudio logging (looks like wiki instructions don't work for 
Ubuntu Touch, IIRC these are the right steps):
- set device to writable mode
As root:
- create backup file: cp /usr/share/upstart/sessions/pulseaudio.conf 
/usr/share/upstart/sessions/pulseaudio.conf.bkp
- edit in file /usr/share/upstart/sessions/pulseaudio.conf
  line:
  exec pulseaudio --start
  to:
  exec pulseaudio - --start --log-target=newfile:/tmp/pulseverbose.log 
--log-time=1
- restart device

Please do not restart your phone after you reproduce the issue or log
files will be lost (copy them in another directory first so you can
upload them later)

(from wiki) The log files are in the /tmp directory. You might see more
than one file (pulseverbose.log, pulseverbose.log.1, pulseverbose.log.2,
etc). In case you don't know which file is the right one, please attach
all files to the launchpad bug.

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1573508] Re: nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build [error: too many arguments to function ‘get_user_pages’]

2016-08-18 Thread Mark
I'm using Lubuntu 16.04 x86-64 with kernel 4.7.1 from
http://kernel.ubuntu.com/~kernel-ppa/mainline/ and the 304-series Nvidia
driver.

I solved this problem without needing to manually apply patches, by downloading 
and installing the current nvidia-304 package for 16.10:
https://launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/304.131-0ubuntu5/+build/10627168/+files/nvidia-304_304.131-0ubuntu5_amd64.deb

Same success with the 340-series driver from
https://launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/340.96-0ubuntu6/+build/9872860/+files/nvidia-340_340.96-0ubuntu6_amd64.deb

Can someone at Canonical just update the nvidia-304 & nvidia-340 etc.
packages for Xenial to the ones for Yakkety (16.10)? They seem to work
fine.

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

Title:
  nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build
  [error: too many arguments to function ‘get_user_pages’]

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

Bug description:
  NA

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: nvidia-361 361.42-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  DKMSKernelVersion: 4.6.0-040600rc4-lowlatency
  Date: Fri Apr 22 15:43:10 2016
  DuplicateSignature: 
dkms:nvidia-361:361.42-0ubuntu2:/var/lib/dkms/nvidia-361/361.42/build/nvidia/os-mlock.c:119:11:
 error: too many arguments to function ‘get_user_pages’
  InstallationDate: Installed on 2016-04-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageVersion: 361.42-0ubuntu2
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: nvidia-graphics-drivers-361
  Title: nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1573508/+subscriptions

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


[Desktop-packages] [Bug 1576539] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-08-18 Thread golisp
Yes.

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

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

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

Status in gconf package in Ubuntu:
  Confirmed

Bug description:
  bug happened while i'm upgrading ubuntu version from 15.10 to 16.04

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Fri Apr 29 08:16:36 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-03-05 (54 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to xenial on 2016-04-29 (0 days ago)

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

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


[Desktop-packages] [Bug 1247528] Re: Build and distribute intel-virtual-output

2016-08-18 Thread Mathew Hodson
I changed the status because according to the description, "It is
shipped in utopic and later." According to that the development task is
actually Fix Released. I left it at Committed, because the Trusty task
hasn't been added yet, and I wanted to make sure the bug still showed up
on the list.

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

Title:
  Build and distribute intel-virtual-output

Status in xserver-xorg-video-intel package in Ubuntu:
  In Progress
Status in xserver-xorg-video-intel package in Debian:
  Fix Released

Bug description:
  [Impact]

  xserver-xorg-video-intel 2.99.904 adds support for virtual displays
  that can be used to clone to discrete outputs. The tool to do this is
  included with the xserver-xorg-video-intel source (with not-so-great
  man page and all), but the binary is currently not shipped by Ubuntu
  trusty, despite being built. It is shipped in utopic and later.

  The tool will allocate a virtual output for the specified outputs on a
  different X server (or for all outputs with the -a parameter). It will
  also copy over resolution information etc from xrandr. You can then
  use your desktop environment's display tool to configure these
  external displays the way you would normally do in a non-hybrid
  situation.

  Since the trusty release is LTS, this bug qualifies for SRU status "to
  enable new hardware," or rather, newly supported at the time of the
  trusty release.

  [Test Case]

  1) Install the package.
  2) Attempt to execute /usr/bin/intel-virtual-output in a shell.

  [Regression Potential]

  Absolutely none.

  [Other Info]

  The intel-gpu-tools package is the only reverse dependency, and that
  package has no reverse dependencies in turn.

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

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


[Desktop-packages] [Bug 1459359] Re: Gtk & Glib CRITICAL messages at startup (regression)

2016-08-18 Thread André Desgualdo Pereira
After installing `libgdk-pixbuf2.0-dev` I was able to run `sudo gdk-
pixbuf-query-loaders --update-cache` but it doesn't fix the problem.

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

Title:
  Gtk & Glib CRITICAL messages at startup (regression)

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Every time nautilus starts it emits several "CRITICAL" assertion error
  messages.  This is a regression (didn't happen in Ubuntu 14.10)

  $   nautilus

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

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

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

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 27 10:17:38 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 
'size', 'type', 'date_modified', 'where']"
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-08-06 (659 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  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/1459359/+subscriptions

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


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

2016-08-18 Thread Anupam
I'm having this issue as frequently as before even after OTA-12, but I
couldn't find steps to reproduce the issue reliably. What happens is
usually after 1-2 days after a reboot, this issue appears out of
nowhere. Also deleting ubuntu-phablet-stream-volumes.tdb file is
redundant, a reboot only makes things normal again.

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1247528] Re: Build and distribute intel-virtual-output

2016-08-18 Thread Gunnar Hjalmarsson
@Mathew: It's *not* committed yet.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Fix Committed => In Progress

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

Title:
  Build and distribute intel-virtual-output

Status in xserver-xorg-video-intel package in Ubuntu:
  In Progress
Status in xserver-xorg-video-intel package in Debian:
  Fix Released

Bug description:
  [Impact]

  xserver-xorg-video-intel 2.99.904 adds support for virtual displays
  that can be used to clone to discrete outputs. The tool to do this is
  included with the xserver-xorg-video-intel source (with not-so-great
  man page and all), but the binary is currently not shipped by Ubuntu
  trusty, despite being built. It is shipped in utopic and later.

  The tool will allocate a virtual output for the specified outputs on a
  different X server (or for all outputs with the -a parameter). It will
  also copy over resolution information etc from xrandr. You can then
  use your desktop environment's display tool to configure these
  external displays the way you would normally do in a non-hybrid
  situation.

  Since the trusty release is LTS, this bug qualifies for SRU status "to
  enable new hardware," or rather, newly supported at the time of the
  trusty release.

  [Test Case]

  1) Install the package.
  2) Attempt to execute /usr/bin/intel-virtual-output in a shell.

  [Regression Potential]

  Absolutely none.

  [Other Info]

  The intel-gpu-tools package is the only reverse dependency, and that
  package has no reverse dependencies in turn.

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

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


[Desktop-packages] [Bug 1591868] Re: fwupd consuming 100% CPU

2016-08-18 Thread Mathew Hodson
** Tags added: patch xenial

** Changed in: appstream-glib (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: appstream-glib (Ubuntu Yakkety)
   Importance: Undecided => Medium

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

Title:
  fwupd consuming 100% CPU

Status in appstream-glib package in Ubuntu:
  Confirmed
Status in fwupd package in Ubuntu:
  Invalid
Status in libyaml package in Ubuntu:
  Invalid
Status in appstream-glib source package in Xenial:
  Confirmed
Status in fwupd source package in Xenial:
  Invalid
Status in libyaml source package in Xenial:
  Invalid
Status in appstream-glib source package in Yakkety:
  Confirmed
Status in fwupd source package in Yakkety:
  Invalid
Status in libyaml source package in Yakkety:
  Invalid

Bug description:
  fwupd process has been consuming 100% of my CPU for several days now
  (IBM Thinkpad x250 running fully updated 16.04).

  gdb backtrace below.

  Thread 2 (Thread 0x7f3272cf5700 (LWP 4496)):
  #0  0x7f3279b79e8d in poll () at ../sysdeps/unix/syscall-template.S:84
  No locals.
  #1  0x7f327ae9331c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  No symbol table info available.
  #2  0x7f327ae9342c in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  No symbol table info available.
  #3  0x7f327ae93469 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  No symbol table info available.
  #4  0x7f327aeb9b45 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  No symbol table info available.
  #5  0x7f3279e4f6fa in start_thread (arg=0x7f3272cf5700) at 
pthread_create.c:333
  __res = 
  pd = 0x7f3272cf5700
  now = 
  unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139854651283200, 
418179942412000561, 0, 140731891236207, 
  139854651283904, 0, -312637405101744847, 
-312613451844084431}, mask_was_saved = 0}}, priv = {pad = {
0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
canceltype = 0}}}
  not_first_call = 
  pagesize_m1 = 
  sp = 
  freesize = 
  __PRETTY_FUNCTION__ = "start_thread"
  #6  0x7f3279b85b5d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  No locals.

  Thread 1 (Thread 0x7f327c926900 (LWP 4486)):
  #0  0x7f3279e542b7 in __GI___pthread_rwlock_rdlock (rwlock=0x7f3279e43920 
<__libc_setlocale_lock>)
  at pthread_rwlock_rdlock.c:135
  result = 0
  wake = false
  #1  0x7f3279aaf0e9 in __dcigettext (domainname=0x7f327aedee63 "glib20", 
  msgid1=0x7f327b4ca11a "Invalid compressed data", msgid2=0x0, plural=0, 
n=0, category=5) at dcigettext.c:527
  __p = 
  domain = 
  binding = 
  categoryname = 
  categoryvalue = 
  dirname = 
  xdomainname = 
  single_locale = 
  retval = 
  retlen = 93892446493824
  saved_errno = 0
  search = {domainname = 0x7ffeb262bb00 "`\234\353\teU", category = 
166588464, 
localename = 0x556509ededa8 "p\362\355\teU", counter = 166589040, 
domain = 0x23, 
translation = 0x5565fffb , 
translation_length = 93892446493792, msgid = {appended = 
0x7ffeb262bb08 "", 
  ptr = 0x52fb0a5631f15a00 }}
  foundp = 0x0
  localename = 
  domainname_len = 
  #2  0x7f327b44338c in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  No symbol table info available.
  #3  0x7f327b3e95f9 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  No symbol table info available.
  #4  0x7f327b40d315 in g_input_stream_read () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  No symbol table info available.
  #5  0x7f327c1ae569 in ?? () from 
/usr/lib/x86_64-linux-gnu/libappstream-glib.so.8
  No symbol table info available.
  #6  0x7f3278c51a15 in ?? () from /usr/lib/x86_64-linux-gnu/libyaml-0.so.2
  No symbol table info available.
  #7  0x7f3278c51cde in yaml_parser_update_buffer () from 
/usr/lib/x86_64-linux-gnu/libyaml-0.so.2
  No symbol table info available.
  #8  0x7f3278c56498 in yaml_parser_fetch_more_tokens () from 
/usr/lib/x86_64-linux-gnu/libyaml-0.so.2
  No symbol table info available.
  #9  0x7f3278c5b32f in yaml_parser_parse () from 
/usr/lib/x86_64-linux-gnu/libyaml-0.so.2
  No symbol table info available.
  #10 0x7f327c1ae39b in ?? () from 
/usr/lib/x86_64-linux-gnu/libappstream-glib.so.8
  No symbol table info available.
  #11 0x7f327c1ae890 in as_yaml_from_file () from 
/usr/lib/x86_64-linux-gnu/libappstream-glib.so.8
  No symbol table info available.
  #12 0x7f327c1a9231 in ?? () from 
/usr/lib/x86_64-linux-gnu/libappstream-glib.so.8
  No symbol table info available.
  #13 0x7f327c1a9867 in ?? () from 
/usr/lib/x86_64-linux-gnu/libappstream-glib.so.8
  No 

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

2016-08-18 Thread John
It is still broken on my BQ E4.5 with OTA-12 but I don't know how to 
make it break.
The only reliable sms sound alert is the first one after a restart so if 
I think I am going to get more sms I need to know about I now restart 
phone after receiving each one.




On 18/08/16 14:46, Jim Hodapp wrote:
> Marked this bug as incomplete. If anybody sees this issue with OTA-12
> and can reliably reproduce the issue, we'll reopen this bug.
>

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

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

Status in Canonical System Image:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

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

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

  UPDATE: Screenshots get silent too.

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

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


[Desktop-packages] [Bug 1614375] Re: appstreamcli crashed with SIGABRT in __assert_fail_base()

2016-08-18 Thread Matthias Klumpp
This is resolved via
https://github.com/ximion/appstream/commit/79bbbe3e486e49b90a74f6eb8b91864212f882e4

(I think I can update the Debian package today)

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

Title:
  appstreamcli crashed with SIGABRT in __assert_fail_base()

Status in appstream package in Ubuntu:
  Confirmed

Bug description:
  appstreamcli: 
/build/appstream-yPrSXI/appstream-0.9.8/obj-x86_64-linux-gnu/src/ascache.pb.h:3644:
 void ASCache::Url::set_type(ASCache::Url_Type): Försäkran 
"::ASCache::Url_Type_IsValid(value)" falsk.
  Aborted (core dumped)
  E: Problem executing scripts APT::Update::Post-Invoke-Success 'if 
/usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then 
appstreamcli refresh-cache > /dev/null; fi'
  E: Sub-process returned an error code

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: appstream 0.9.8-3
  ProcVersionSignature: Ubuntu 4.6.0-10.12-generic 4.6.5
  Uname: Linux 4.6.0-10-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Thu Aug 18 07:55:07 2016
  ExecutablePath: /usr/bin/appstreamcli
  InstallationDate: Installed on 2015-11-28 (263 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151126)
  ProcCmdline: appstreamcli refresh-cache
  ProcEnviron:
   PATH=(custom, no user)
   LANG=C.UTF-8
  Signal: 6
  SourcePackage: appstream
  StacktraceTop:
   __assert_fail_base (fmt=, 
assertion=assertion@entry=0x7f96c9acbc78 "::ASCache::Url_Type_IsValid(value)", 
file=file@entry=0x7f96c9acbc28 
"/build/appstream-yPrSXI/appstream-0.9.8/obj-x86_64-linux-gnu/src/ascache.pb.h",
 line=line@entry=3644, function=function@entry=0x7f96c9acd060 "void 
ASCache::Url::set_type(ASCache::Url_Type)") at assert.c:92
   __GI___assert_fail (assertion=0x7f96c9acbc78 
"::ASCache::Url_Type_IsValid(value)", file=0x7f96c9acbc28 
"/build/appstream-yPrSXI/appstream-0.9.8/obj-x86_64-linux-gnu/src/ascache.pb.h",
 line=3644, function=0x7f96c9acd060 "void 
ASCache::Url::set_type(ASCache::Url_Type)") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libappstream.so.3
   g_hash_table_foreach () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libappstream.so.3
  Title: appstreamcli crashed with SIGABRT in __assert_fail_base()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Desktop-packages] [Bug 1247528] Re: Build and distribute intel-virtual-output

2016-08-18 Thread Mathew Hodson
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Build and distribute intel-virtual-output

Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Committed
Status in xserver-xorg-video-intel package in Debian:
  Fix Released

Bug description:
  [Impact]

  xserver-xorg-video-intel 2.99.904 adds support for virtual displays
  that can be used to clone to discrete outputs. The tool to do this is
  included with the xserver-xorg-video-intel source (with not-so-great
  man page and all), but the binary is currently not shipped by Ubuntu
  trusty, despite being built. It is shipped in utopic and later.

  The tool will allocate a virtual output for the specified outputs on a
  different X server (or for all outputs with the -a parameter). It will
  also copy over resolution information etc from xrandr. You can then
  use your desktop environment's display tool to configure these
  external displays the way you would normally do in a non-hybrid
  situation.

  Since the trusty release is LTS, this bug qualifies for SRU status "to
  enable new hardware," or rather, newly supported at the time of the
  trusty release.

  [Test Case]

  1) Install the package.
  2) Attempt to execute /usr/bin/intel-virtual-output in a shell.

  [Regression Potential]

  Absolutely none.

  [Other Info]

  The intel-gpu-tools package is the only reverse dependency, and that
  package has no reverse dependencies in turn.

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

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


[Desktop-packages] [Bug 1610059] Re: no icons on desktop

2016-08-18 Thread Paul White
billyyuanhuabin, the title of the bug is "no icons on desktop" but you
also say "cannot see anything". Please clarify.

On a Unity desktop there are no icons installed by default.

Please give us some further information so that we can help to fix
whatever problem(s) you are having.

Thanks.


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

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

Title:
  no icons on desktop

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  cannot see anything

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic i686
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  BootLog:
   Scanning for Btrfs filesystems
   /dev/sda3: clean, 344593/4587520 files, 2456090/18326016 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Fri Aug  5 12:34:46 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.4.0-21-generic, i686: installed
   bcmwl, 6.30.223.248+bdcom, 4.4.0-31-generic, i686: installed
   bcmwl, 6.30.223.248+bdcom, 4.4.0-34-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Dell Mobile 4 Series Chipset Integrated Graphics Controller 
[1028:02d8]
 Subsystem: Dell Mobile 4 Series Chipset Integrated Graphics Controller 
[1028:02d8]
  InstallationDate: Installed on 2016-08-02 (2 days ago)
  InstallationMedia: Ubuntu-Kylin 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  MachineType: Dell Inc. Vostro 1220
  ProcEnviron:
   LANGUAGE=zh_CN:
   PATH=(custom, no user)
   LANG=zh_CN.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=110f42be-2342-422d-94b6-fa37bed8b495 ro locale=zh_CN quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0X482M
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/15/2009:svnDellInc.:pnVostro1220:pvr:rvnDellInc.:rn0X482M:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Vostro 1220
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  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
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Aug  5 11:14:38 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   14100 
   vendor AUO
  xserver.version: 2:1.18.3-1ubuntu2.3

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

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


[Desktop-packages] [Bug 1614130] Re: /usr/bin/gnome-software:6:g_assertion_message:g_assertion_message_expr:gdk_cairo_surface_paint_pixbuf:gdk_cairo_surface_create_from_pixbuf:gs_image_set_from_pixbuf

2016-08-18 Thread Bug Watch Updater
** Changed in: gnome-software
   Status: Confirmed => In Progress

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

Title:
  /usr/bin/gnome-
  
software:6:g_assertion_message:g_assertion_message_expr:gdk_cairo_surface_paint_pixbuf:gdk_cairo_surface_create_from_pixbuf:gs_image_set_from_pixbuf_with_scale

Status in GNOME Software:
  In Progress
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding gnome-software.  This problem was most recently seen with
  version 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1, the
  problem page at
  https://errors.ubuntu.com/problem/8ccbb86505354b6b332d86ef6f58655c1eaf325c
  contains more details.

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

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


[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-18 Thread Bug Watch Updater
Launchpad has imported 31 comments from the remote bug at
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3020.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2016-06-15T02:10:58+00:00 Andrew John Hughes wrote:

I was able to reproduce the issue in bug 1896 on Ubuntu's IcedTea 2.6.6 running:
- the integrated lcms library (disable-system-lcms)
- lcms 2.5 and 2.6 system library (enable-system-lcms)

For some reason that I haven't been able to track down yet it does
depend on the JPEG file under test - a initial sample I grabbed from the
internet ran just fine, only when I tested it against bunch grabbed from
`locate .jpg` was I able to reproduce it.

I haven't tested it against 3.x, but OpenJDK 8u91 runs just fine when
using the same lcms 2.6 so I would expect similar results.

Let me know if hs_err and/or core files would be of any help, as well as
running it against an upstream IcedTea build (Ubuntu does not patch
anything related to lcms).

Started a few testes after an Ubuntu user reported running into this
issue (https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/913434).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/913434/comments/48


On 2016-06-15T02:32:47+00:00 Andrew John Hughes wrote:

Crash from Tiago's reproducer looks like this:

Stack: [0x7f69b2aeb000,0x7f69b2bec000],  sp=0x7f69b2be9a80,  free 
space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libjavalcms.so+0x14d11]
j  sun.java2d.cmm.lcms.LCMS.createNativeTransform([JIIILjava/lang/Object;)J+0
j  
sun.java2d.cmm.lcms.LCMSTransform.doTransform(Lsun/java2d/cmm/lcms/LCMSImageLayout;Lsun/java2d/cmm/lcms/LCMSImageLayout;)V+\
88
j  sun.java2d.cmm.lcms.LCMSTransform.colorConvert([S[S)[S+92
j  java.awt.color.ICC_ColorSpace.fromRGB([F)[F+119
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.setImageData(I[B)V+158
v  ~StubRoutines::call_stub

or

Stack: [0x7f22a0c2e000,0x7f22a0d2f000],  sp=0x7f22a0d2bb10,  free 
space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libjavalcms.so+0x1524c]
C  [libjavalcms.so+0x1564a]
C  [libjavalcms.so+0x38062]  Java_sun_java2d_cmm_lcms_LCMS_getTagData+0x112
j  sun.java2d.cmm.lcms.LCMS.getTagData(JI[B)V+0
j  java.awt.color.ICC_Profile.getData(JI)[B+26
j  java.awt.color.ICC_Profile.getData(I)[B+14
j  java.awt.color.ICC_Profile.getNumComponents()I+18
j  sun.java2d.cmm.lcms.LCMSTransform.(Ljava/awt/color/ICC_Profile;II)V+83
j  
sun.java2d.cmm.lcms.LCMS.createTransform(Ljava/awt/color/ICC_Profile;II)Lsun/java2d/cmm/ColorTransform;+7
j  java.awt.color.ICC_ColorSpace.fromRGB([F)[F+37
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.setImageData(I[B)V+158
v  ~StubRoutines::call_stub

https://bugs.openjdk.java.net/browse/JDK-8026780 looks like it might be
relevant, so will backport.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/913434/comments/50


On 2016-07-06T20:57:57+00:00 Jamie-maher+bugz wrote:

With libcms2-2 version 2.7-1ubuntu1 pinned from Ubuntu yakkety (running
on Trusty 14.04 LTS):

Can produce crash reading jpgs in multiple threads fairly consistently.
(once out of 14 runs of simplified java test class on directory of 31 jpgs).

Running on java package openjdk-7-jre-headless
7u101-2.6.6-0ubuntu0.14.04.1

 JRE version: OpenJDK Runtime Environment (7.0_101) (build 1.7.0_101-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.95-b01 mixed mode linux-amd64 
compressed oops)
# Derivative: IcedTea 2.6.6
# Distribution: Ubuntu 14.04 LTS, package 7u101-2.6.6-0ubuntu0.14.04.1
# Problematic frame:
# C  [liblcms2.so.2+0x14940]  cmsGetColorSpace+0x0


Stack: [0x7f7227bfc000,0x7f7227cfd000],  sp=0x7f7227cfaac8,  free 
space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [liblcms2.so.2+0x14940]  cmsGetColorSpace+0x0
j  sun.java2d.cmm.lcms.LCMS.createNativeTransform([JIIILjava/lang/Object;)J+0
j  
sun.java2d.cmm.lcms.LCMSTransform.doTransform(Lsun/java2d/cmm/lcms/LCMSImageLayout;Lsun/java2d/cmm/lcms/LCMSImageLayout;)V+88
j  sun.java2d.cmm.lcms.LCMSTransform.colorConvert([S[S)[S+92
j  java.awt.color.ICC_ColorSpace.fromRGB([F)[F+119
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.setImageData(I[B)V+158
v  ~StubRoutines::call_stub
V  [libjvm.so+0x5ef089]
V  [libjvm.so+0x5eeb28]
V  [libjvm.so+0x5feb5f]
V  [libjvm.so+0x60c419]
C  [libjavajpeg.so+0x496f]  
Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_readImageHeader+0x22f
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.readImageHeader(JZZ)Z+0
j  

[Desktop-packages] [Bug 1614593] [NEW] gimp freezes at end of cage-base transform

2016-08-18 Thread A. Scheuer
Public bug reported:


Hello.

I am currently unable to apply the cage-base transform, whatever the
image: at the end of the two first computations (creation of the cage
and first deformation), gimp freezes (at the last pixel of the circle)!

And no way to get it back...  Except closing.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gimp 2.8.16-1ubuntu1.1
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Aug 18 17:36:44 2016
InstallationDate: Installed on 2013-07-29 (1116 days ago)
InstallationMedia: Xubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
SourcePackage: gimp
UpgradeStatus: Upgraded to xenial on 2016-07-30 (18 days ago)

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

Title:
  gimp freezes at end of cage-base transform

Status in gimp package in Ubuntu:
  New

Bug description:
  
  Hello.

  I am currently unable to apply the cage-base transform, whatever the
  image: at the end of the two first computations (creation of the cage
  and first deformation), gimp freezes (at the last pixel of the
  circle)!

  And no way to get it back...  Except closing.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gimp 2.8.16-1ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Aug 18 17:36:44 2016
  InstallationDate: Installed on 2013-07-29 (1116 days ago)
  InstallationMedia: Xubuntu 13.04 "Raring Ringtail" - Release amd64 
(20130423.1)
  SourcePackage: gimp
  UpgradeStatus: Upgraded to xenial on 2016-07-30 (18 days ago)

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

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


[Desktop-packages] [Bug 1608908] Re: Some UI elements are invisible with GTK 3.20

2016-08-18 Thread Iain Lane
Mostly fixed with 16.10.2

** Changed in: unity-greeter (Ubuntu)
   Status: New => Fix Released

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

Title:
  Some UI elements are invisible with GTK 3.20

Status in unity-greeter package in Ubuntu:
  Fix Released

Bug description:
  1. Have GTK 3.20 and a fixed ubuntu-themes, for example from yakkety-proposed 
or ppa:ubuntu-desktop/gtk320
  2. Run `lightdm --test-mode'
  3. Enter your password if prompted, and maxmimise the window
  4. See Unity Greeter
  5. Focus the password prompt and press enter, or get your password wrong
  alternative 5. Click the session switcher if you have more than one session 
installed

  The password prompt disappears, or a blank box is drawn instead of the
  list of sessions. You can scroll (down, up) to get the password prompt
  back, or you can click towards the top left of the window to dismiss
  the session switcher and get back to the list.

  Bisecting throws up
  
.
  Reverting this does not fix things, so it's not the full story, but it
  suggests that unity-greeter needs to do its drawing differently
  somehow.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: unity-greeter 16.10.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-33.52-generic 4.4.15
  Uname: Linux 4.4.0-33-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Aug  2 12:14:39 2016
  InstallationDate: Installed on 2012-10-07 (1394 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20121007)
  SourcePackage: unity-greeter
  UpgradeStatus: Upgraded to yakkety on 2013-05-07 (1183 days ago)

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

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


[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-18 Thread Tiago Stürmer Daitx
IcedTea #1896 tracks the LCMS 2.7 update. The fix for this bug was
tracked under IcedTea #3020.

** Bug watch added: Iced Tea Bugzilla #3020
   http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3020

** Changed in: openjdk
   Importance: Medium => Unknown

** Changed in: openjdk
   Status: Fix Released => Unknown

** Changed in: openjdk
 Remote watch: Iced Tea Bugzilla #1896 => Iced Tea Bugzilla #3020

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

Title:
  ImageIO crashes (core dumped) while reading many image files

Status in OpenJDK:
  Unknown
Status in lcms2 package in Ubuntu:
  Invalid
Status in openjdk-7 package in Ubuntu:
  Fix Released

Bug description:
  Code that uses ImageIO.read() to read many image files (on my system:
  270 files, totalling 522.9 MiB) crashes the JVM.

  ~~~ My system information:

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 11.10
  Release:  11.10
  Codename: oneiric

  $ uname -a
  Linux dowah 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

  $ javac -version
  javac 1.7.0_147

  $ java -version
  java version "1.7.0_147-icedtea"

  ~~~ To reproduce the error:

  $ javac BugIIO.java

  $ ulimit -c unlimited # to enable core dump

  $ java BugIIO

  ~~~ Terminal output that signifies the error:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fb5babe31f8, pid=4978, tid=140418842154752
  #
  # JRE version: 7.0_147-b147
  # Java VM: OpenJDK 64-Bit Server VM (21.0-b17 mixed mode linux-amd64 
compressed oops)
  # Derivative: IcedTea7 2.0
  # Distribution: Ubuntu 11.10, package 7~b147-2.0-0ubuntu0.11.10.1
  # Problematic frame:
  # C  [liblcms2.so.2+0x121f8]  cmsSaveProfileToIOhandler+0x38
  #
  # Core dump written. Default location: /home/joshua/core or core.4978
  #
  # An error report file with more information is saved as:
  # /home/joshua/hs_err_pid4978.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  #
  Dibatalkan (core didump)

  ~~~ PS
  When I tried to compile BugIIO.java on openjdk-6 and run it on openjdk-6, the 
program finishes normally (no crash).

  To clarify:
  1. This bug affect OpenJDK 7 (7~b147-2.0-0ubuntu0.11.10.1) (tested on 
oneiric).
  2. This bug does *not* affect OpenJDK 6 (6b23~pre11-0ubuntu1.11.10) (tested 
on oneiric).

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

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


[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-18 Thread Tiago Stürmer Daitx
This bug was not related to lcms, but to OpenJDK. Invalidating it for
LCMS.

** Changed in: lcms2 (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  ImageIO crashes (core dumped) while reading many image files

Status in OpenJDK:
  Unknown
Status in lcms2 package in Ubuntu:
  Invalid
Status in openjdk-7 package in Ubuntu:
  Fix Released

Bug description:
  Code that uses ImageIO.read() to read many image files (on my system:
  270 files, totalling 522.9 MiB) crashes the JVM.

  ~~~ My system information:

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 11.10
  Release:  11.10
  Codename: oneiric

  $ uname -a
  Linux dowah 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

  $ javac -version
  javac 1.7.0_147

  $ java -version
  java version "1.7.0_147-icedtea"

  ~~~ To reproduce the error:

  $ javac BugIIO.java

  $ ulimit -c unlimited # to enable core dump

  $ java BugIIO

  ~~~ Terminal output that signifies the error:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fb5babe31f8, pid=4978, tid=140418842154752
  #
  # JRE version: 7.0_147-b147
  # Java VM: OpenJDK 64-Bit Server VM (21.0-b17 mixed mode linux-amd64 
compressed oops)
  # Derivative: IcedTea7 2.0
  # Distribution: Ubuntu 11.10, package 7~b147-2.0-0ubuntu0.11.10.1
  # Problematic frame:
  # C  [liblcms2.so.2+0x121f8]  cmsSaveProfileToIOhandler+0x38
  #
  # Core dump written. Default location: /home/joshua/core or core.4978
  #
  # An error report file with more information is saved as:
  # /home/joshua/hs_err_pid4978.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  #
  Dibatalkan (core didump)

  ~~~ PS
  When I tried to compile BugIIO.java on openjdk-6 and run it on openjdk-6, the 
program finishes normally (no crash).

  To clarify:
  1. This bug affect OpenJDK 7 (7~b147-2.0-0ubuntu0.11.10.1) (tested on 
oneiric).
  2. This bug does *not* affect OpenJDK 6 (6b23~pre11-0ubuntu1.11.10) (tested 
on oneiric).

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

-- 
Mailing list: https://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   >