[Desktop-packages] [Bug 1721458] [NEW] gnome-terminal-server crashed with SIGSEGV in g_type_check_instance_is_a()

2017-10-05 Thread Jean-Baptiste Lallement
Public bug reported:

gnome-terminal crashes when settings a custom shortcut in preferences.

ProblemType: Crash
DistroRelease: Ubuntu 17.10
Package: gnome-terminal 3.24.2-0ubuntu4
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct  5 09:14:30 2017
ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
InstallationDate: Installed on 2013-09-03 (1492 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130902)
ProcCmdline: /usr/lib/gnome-terminal/gnome-terminal-server
ProcEnviron:
 LANG=fr_FR.UTF-8
 PATH=(custom, user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
SegvAnalysis:
 Segfault happened at: 0x7fc6583ec7fe :  testb  
$0x4,0x16(%rdx)
 PC (0x7fc6583ec7fe) ok
 source "$0x4" ok
 destination "0x16(%rdx)" (0x7001e) not located in a known VMA region 
(needed writable region)!
SegvReason: writing unknown VMA
Signal: 11
SourcePackage: gnome-terminal
StacktraceTop:
 g_type_check_instance_is_a () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 gtk_widget_get_toplevel () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 gtk_window_group_add_window () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 gtk_window_set_transient_for () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
Title: gnome-terminal-server crashed with SIGSEGV in 
g_type_check_instance_is_a()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip docker libvirt libvirtd lpadmin lxd plugdev 
sambashare sudo

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


** Tags: amd64 apport-crash artful need-amd64-retrace

** Information type changed from Private to Public

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

Title:
  gnome-terminal-server crashed with SIGSEGV in
  g_type_check_instance_is_a()

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  gnome-terminal crashes when settings a custom shortcut in preferences.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-terminal 3.24.2-0ubuntu4
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  5 09:14:30 2017
  ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
  InstallationDate: Installed on 2013-09-03 (1492 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130902)
  ProcCmdline: /usr/lib/gnome-terminal/gnome-terminal-server
  ProcEnviron:
   LANG=fr_FR.UTF-8
   PATH=(custom, user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SegvAnalysis:
   Segfault happened at: 0x7fc6583ec7fe :
testb  $0x4,0x16(%rdx)
   PC (0x7fc6583ec7fe) ok
   source "$0x4" ok
   destination "0x16(%rdx)" (0x7001e) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: gnome-terminal
  StacktraceTop:
   g_type_check_instance_is_a () at 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   gtk_widget_get_toplevel () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   gtk_window_group_add_window () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   gtk_window_set_transient_for () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: gnome-terminal-server crashed with SIGSEGV in 
g_type_check_instance_is_a()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirt libvirtd lpadmin lxd plugdev 
sambashare sudo

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

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


[Desktop-packages] [Bug 1721430] Re: connection missing in gui when created using nmcli

2017-10-05 Thread Jean-Baptiste Lallement
** Tags removed: wayland-session

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

Title:
  connection missing in gui when created using nmcli

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

Bug description:
  When I create a new connection using nmcli the entry is missing in
  Network settings but exists in the popup.  Also the name used to
  create the connection is not displayed.  (see screenshots attached)

  The commands used to create the connection are basically:

  VPN_NAME="Sample VPN"
  VPN_REMOTE="somewhere.inter.net"
  VPN_USERNAME="somebody"
  VPN_CA="/home/$TARGET_USER/.config/ca-sample.crt"
  nmcli con add type vpn ifname -- con-name "\"$VPN_NAME\"" vpn-type openvpn
  nmcli con mod "\"$VPN_NAME\"" connection.autoconnect yes
  nmcli con mod "\"$VPN_NAME\"" connection.permissions "user:$TARGET_USER"
  nmcli con mod "\"$VPN_NAME\"" vpn.data "port = 1195, proto-tcp = yes, ca 
= $VPN_CA, password-flags = 1, connection-type = password, remote = 
$VPN_REMOTE, username = $VPN_USERNAME"
  nmcli con mod "\"$VPN_NAME\"" +ipv4.routes "192.168.50.0/24 0.0.0.0"
  nmcli con mod "\"$VPN_NAME\"" +ipv4.routes "192.168.51.0/24 0.0.0.0"
  nmcli con mod "\"$VPN_NAME\"" ipv4.never-default yes

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager-openvpn-gnome 1.2.10-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct  4 19:40:41 2017
  InstallationDate: Installed on 2017-10-03 (1 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  SourcePackage: network-manager-openvpn
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721421] Re: gnome-terminal crashes when setting shortcuts in preferences

2017-10-05 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1438014 ***
https://bugs.launchpad.net/bugs/1438014

Confirmed.

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

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

** Tags removed: wayland-session

** This bug has been marked a duplicate of bug 1438014
   gnome-terminal-server crashed with SIGSEGV in g_type_check_instance_is_a()

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

Title:
  gnome-terminal crashes when setting shortcuts in preferences

Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  Tried to set a custom shortcuts for the gnome-terminal in ubuntu 17.10 beta 2.
  Set "open a new tab" on "shift+arrow down", got a crash in about a second.
  Can reproduce every time after changing a keyboard shortcut there (tried to 
set shift+arrow left/right for tab switching etc, maybe that is somehow 
related).

  dmesg shows this error after:
  [   72.078380] gnome-terminal-[1458]: segfault at 7001e ip 
7fc1786a77fe sp 7ffddc325128 error 4 in 
libgobject-2.0.so.0.5400.0[7fc178672000+52000]

  ubuntu-bug doesn't launch automatically for some reason (even though
  /etc/defaults/apport is enabled), had to run the tool myself, hope it
  has all the info needed, if not please tell I'll provide any
  additional info needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-terminal 3.24.2-0ubuntu4
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  5 03:55:27 2017
  InstallationDate: Installed on 2017-10-03 (1 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1438014] Re: gnome-terminal-server crashed with SIGSEGV in g_type_check_instance_is_a()

2017-10-05 Thread Jean-Baptiste Lallement
** Information type changed from Private to Public

** Changed in: gnome-terminal (Ubuntu)
   Importance: Medium => High

** Description changed:

  I put my laptop to sleep for an hour or so; when I restored it, gnome-
  terminal had crashed. It did not do this the previous time I suspended
  my laptop today, so I doubt that's immediately related.
+ 
+ This crash can be reproduced by setting a shortcut in preferences.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: gnome-terminal 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 30 00:19:43 2015
  ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
  InstallationDate: Installed on 2014-02-03 (419 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcCmdline: /usr/lib/gnome-terminal/gnome-terminal-server
  ProcEnviron:
-  XDG_RUNTIME_DIR=
-  SHELL=/bin/bash
-  LANGUAGE=en_US
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
+  XDG_RUNTIME_DIR=
+  SHELL=/bin/bash
+  LANGUAGE=en_US
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
  SegvAnalysis:
-  Segfault happened at: 0x7f98e2afbf1f :
testb  $0x4,0x16(%rax)
-  PC (0x7f98e2afbf1f) ok
-  source "$0x4" ok
-  destination "0x16(%rax)" (0xbcae) not located in a known VMA region 
(needed writable region)!
+  Segfault happened at: 0x7f98e2afbf1f :
testb  $0x4,0x16(%rax)
+  PC (0x7f98e2afbf1f) ok
+  source "$0x4" ok
+  destination "0x16(%rax)" (0xbcae) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: gnome-terminal
  StacktraceTop:
-  g_type_check_instance_is_a () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  gtk_widget_get_toplevel (widget=0x2580c30) at 
/build/buildd/gtk+3.0-3.14.9/./gtk/gtkwidget.c:11382
-  window_group_cleanup_grabs (group=, 
window=window@entry=0x252a230) at 
/build/buildd/gtk+3.0-3.14.9/./gtk/gtkwindowgroup.c:110
-  gtk_window_group_add_window (window_group=0x27e5c40, window=0x252a230) at 
/build/buildd/gtk+3.0-3.14.9/./gtk/gtkwindowgroup.c:169
-  gtk_window_set_transient_for (window=0x252a230, parent=0x23ac7d0) at 
/build/buildd/gtk+3.0-3.14.9/./gtk/gtkwindow.c:3134
+  g_type_check_instance_is_a () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  gtk_widget_get_toplevel (widget=0x2580c30) at 
/build/buildd/gtk+3.0-3.14.9/./gtk/gtkwidget.c:11382
+  window_group_cleanup_grabs (group=, 
window=window@entry=0x252a230) at 
/build/buildd/gtk+3.0-3.14.9/./gtk/gtkwindowgroup.c:110
+  gtk_window_group_add_window (window_group=0x27e5c40, window=0x252a230) at 
/build/buildd/gtk+3.0-3.14.9/./gtk/gtkwindowgroup.c:169
+  gtk_window_set_transient_for (window=0x252a230, parent=0x23ac7d0) at 
/build/buildd/gtk+3.0-3.14.9/./gtk/gtkwindow.c:3134
  Title: gnome-terminal-server crashed with SIGSEGV in 
g_type_check_instance_is_a()
  UpgradeStatus: Upgraded to vivid on 2015-03-29 (0 days ago)
  UserGroups: adm cdrom dialout dip kvm libvirtd lpadmin plugdev sambashare 
sbuild sudo

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

Title:
  gnome-terminal-server crashed with SIGSEGV in
  g_type_check_instance_is_a()

Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  I put my laptop to sleep for an hour or so; when I restored it, gnome-
  terminal had crashed. It did not do this the previous time I suspended
  my laptop today, so I doubt that's immediately related.

  This crash can be reproduced by setting a shortcut in preferences.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: gnome-terminal 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 30 00:19:43 2015
  ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
  InstallationDate: Installed on 2014-02-03 (419 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcCmdline: /usr/lib/gnome-terminal/gnome-terminal-server
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=en_US
   PATH=(custom, user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f98e2afbf1f :
testb  $0x4,0x16(%rax)
   PC (0x7f98e2afbf1f) ok
   source "$0x4" ok
   destination "0x16(%rax)" (0xbcae) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: gnome-terminal
  StacktraceTop:
   g_type_check_instance_is_a () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   gtk_widget_get_toplevel (widget=0x2580c30) at 
/build/buildd/gtk

[Desktop-packages] [Bug 1721459] [NEW] In "Gedit" you can not paste on "terminal" etc. (Japanese environment)

2017-10-05 Thread ichro furuya
Public bug reported:

It was not possible to paste "URL address", "command" etc from "gedit" to 
"Terminal", "Cromium browser", "Firefox browser". The frequency of occurrence 
is high.
However, on the contrary, I could paste it from "terminal" to "gedit".
,
--
Steps to reproduce

1. Click Show Application at the bottom of the launcher. Start "Text editor 
(gedit)".
2. File → New . For example, type "sudo apt update".
3. Select the range of "sudo apt update" you entered and right click with the 
mouse. Select "Copy".
4. Click Show Application at the bottom of the launcher. Start "Terminal".
5. In "Terminal", right click on the center of the screen. Select "Paste".
6. If it is normal, you will see "sudo apt update" at the end of the prompt, 
but nothing happens.

<< This is a reference matter. >>
The same happened in "Mousepad".
It was avoided by using "Leafpad", "Pluma", "Atom".
"Atom" was installed after downloading from the website.

--
Ubuntu 17.10 (Beta 2)
GNOME 3.26.1
Gedit editor: 3.22.1

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gedit 3.22.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct  5 16:17:57 2017
InstallationDate: Installed on 2017-10-03 (2 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  In "Gedit" you can not paste on "terminal" etc. (Japanese environment)

Status in gedit package in Ubuntu:
  New

Bug description:
  It was not possible to paste "URL address", "command" etc from "gedit" to 
"Terminal", "Cromium browser", "Firefox browser". The frequency of occurrence 
is high.
  However, on the contrary, I could paste it from "terminal" to "gedit".
  ,
  --
  Steps to reproduce

  1. Click Show Application at the bottom of the launcher. Start "Text editor 
(gedit)".
  2. File → New . For example, type "sudo apt update".
  3. Select the range of "sudo apt update" you entered and right click with the 
mouse. Select "Copy".
  4. Click Show Application at the bottom of the launcher. Start "Terminal".
  5. In "Terminal", right click on the center of the screen. Select "Paste".
  6. If it is normal, you will see "sudo apt update" at the end of the prompt, 
but nothing happens.

  << This is a reference matter. >>
  The same happened in "Mousepad".
  It was avoided by using "Leafpad", "Pluma", "Atom".
  "Atom" was installed after downloading from the website.

  --
  Ubuntu 17.10 (Beta 2)
  GNOME 3.26.1
  Gedit editor: 3.22.1

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gedit 3.22.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  5 16:17:57 2017
  InstallationDate: Installed on 2017-10-03 (2 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721458] Re: gnome-terminal-server crashed with SIGSEGV in g_type_check_instance_is_a()

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

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1438014
   gnome-terminal-server crashed with SIGSEGV in g_type_check_instance_is_a()

** Tags removed: need-amd64-retrace

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

Title:
  gnome-terminal-server crashed with SIGSEGV in
  g_type_check_instance_is_a()

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  gnome-terminal crashes when settings a custom shortcut in preferences.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-terminal 3.24.2-0ubuntu4
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  5 09:14:30 2017
  ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
  InstallationDate: Installed on 2013-09-03 (1492 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130902)
  ProcCmdline: /usr/lib/gnome-terminal/gnome-terminal-server
  ProcEnviron:
   LANG=fr_FR.UTF-8
   PATH=(custom, user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SegvAnalysis:
   Segfault happened at: 0x7fc6583ec7fe :
testb  $0x4,0x16(%rdx)
   PC (0x7fc6583ec7fe) ok
   source "$0x4" ok
   destination "0x16(%rdx)" (0x7001e) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: gnome-terminal
  StacktraceTop:
   g_type_check_instance_is_a () at 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   gtk_widget_get_toplevel () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   gtk_window_group_add_window () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   gtk_window_set_transient_for () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: gnome-terminal-server crashed with SIGSEGV in 
g_type_check_instance_is_a()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirt libvirtd lpadmin lxd plugdev 
sambashare sudo

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

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


[Desktop-packages] [Bug 1716359] Re: Unplugging headset with audio panel open mutes internal mic

2017-10-05 Thread Yuan-Chen Cheng
** Also affects: oem-priority
   Importance: Undecided
   Status: New

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

Title:
  Unplugging headset with audio panel open mutes internal mic

Status in OEM Priority Project:
  New
Status in unity-control-center package in Ubuntu:
  New

Bug description:
  This bug was reported by our OEM team, I'm opening this public bug.

  The internal microphone is muted after he headset is unplugged when the 
System Settings is running.
  We can not reproduce this bug when closed the System Settings window before 
unplugged the headset.

  Reproduce steps:
  1. Open System Settings -> Sound -> select the input tab
  2. Plug headset and select Headset on Unknown Audio Device dialog.
  3. Check external mic is working
  4. Adjust the internal microphone volume.(Just change the volume value.)
  5. Adjust headset input volume around 100% in Input tab from Sound settings
  6. Unplug headset
  7. Check internet mic status

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1716359/+subscriptions

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


[Desktop-packages] [Bug 1721242] Re: Thunderbird UI-Glitches

2017-10-05 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1721189 ***
https://bugs.launchpad.net/bugs/1721189

** This bug has been marked a duplicate of bug 1721189
   Thunderbird 1:52.4.0+build1-0ubuntu1 broken user interface

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

Title:
  Thunderbird UI-Glitches

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Well, the attached .webm shows the Problem in action.
  The UI reveals it self only if you hover over the elements. Its since the 
todays update to 52.4
  52.3 just works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct  4 14:25:34 2017
  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 2017-09-19 (14 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170917)
  IwConfig:
   enp0s31f6  no wireless extensions.

   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning-l10n.js
  Profiles: Profile0 (Default) - LastVersion=52.3.0/20170815040357 (Out of date)
  RfKill:

  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/26/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.8
  dmi.board.name: 0Y7WYT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.8:bd01/26/2016:svnDellInc.:pnOptiPlex7040:pvr:rvnDellInc.:rn0Y7WYT:rvrA00:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex 7040
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1297849] Re: [SRU] Virtual private network connection fails after distribution upgrade due to outdated Network Manager configuration files

2017-10-05 Thread Sander Alberink
I'm experiencing the same problem: updated to Artful Beta to find that
my VPN connection will not activate. The workaround details in
https://bugs.launchpad.net/ubuntu/+source/network-manager-
openvpn/+bug/1297849/comments/195 works, but needs to be done everytime.

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

Title:
  [SRU] Virtual private network connection fails after distribution
  upgrade due to outdated Network Manager configuration files

Status in One Hundred Papercuts:
  Confirmed
Status in network-manager-vpnc:
  New
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-openconnect package in Ubuntu:
  Fix Released
Status in network-manager-openvpn package in Ubuntu:
  Triaged
Status in network-manager-vpnc package in Ubuntu:
  Triaged
Status in network-manager-applet source package in Trusty:
  Fix Released
Status in network-manager-openconnect source package in Trusty:
  Confirmed
Status in network-manager-openvpn source package in Trusty:
  Confirmed
Status in network-manager-vpnc source package in Trusty:
  Confirmed
Status in network-manager-openconnect source package in Xenial:
  Fix Released
Status in network-manager-openvpn source package in Xenial:
  Confirmed
Status in network-manager-vpnc source package in Xenial:
  Confirmed
Status in network-manager-openvpn source package in Yakkety:
  Confirmed
Status in network-manager-vpnc source package in Yakkety:
  Confirmed

Bug description:
  [Impact]
  * People who are using VPN services (of any kind, using vpnc, openvpn, pptp, 
etc.

  [Test Case]
  HOW TO REPRODUCE
  1. Upgrade to a newer Ubuntu release.
  2. Using the Network Manager application, try to start a virtual private 
network connection.

  EXPECTED BEHAVIOUR
  - The connection to complete successfully.

  ACTUAL BEHAVIOUR
  - The current configuration files, created by a previous network manager 
installation in the gconf user home folder, makes the application to misbehave; 
returning a log like this:

  [Regression Potential]
  May cause Gnome-Shell detection to give up prematurely.

  [PPA with a Possible Solution]
  Please see the 
https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/1297849/comments/107
 on information how to try the PPA with a solution to the bug that has the 
patch 
https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/1297849/+attachment/4253965/+files/network-manager-applet-1297849.patch
 applied.

  [Additional information]
  Mar 26 13:23:31 hprem-rmbp NetworkManager[855]:  Starting VPN service 
'vpnc'...
  Mar 26 13:23:31 hprem-rmbp NetworkManager[855]:  VPN service 'vpnc' 
started (org.freedesktop.NetworkManager.vpnc), PID 24419
  Mar 26 13:23:31 hprem-rmbp NetworkManager[855]:  VPN service 'vpnc' 
appeared; activating connections
  Mar 26 13:23:31 hprem-rmbp NetworkManager[855]:  [1395840211.74057] 
[nm-vpn-connection.c:1374] get_secrets_cb(): Failed to request VPN secrets #2: 
(6) No agents were available for this request.
  Mar 26 13:23:31 hprem-rmbp NetworkManager[855]:  Policy set 'blizzard' 
(wlan0) as default for IPv4 routing and DNS.
  Mar 26 13:23:31 hprem-rmbp NetworkManager[855]:  [1395840211.74406] 
[nm-system.c:1266] nm_system_replace_default_ip6_route(): (wlan0): failed to 
set IPv6 default route: -7
  Mar 26 13:23:31 hprem-rmbp NetworkManager[855]:  Policy set 'blizzard' 
(wlan0) as default for IPv6 routing and DNS.
  Mar 26 13:23:36 hprem-rmbp NetworkManager[855]:  VPN service 'vpnc' 
disappeared

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager-vpnc 0.9.8.6-1ubuntu2
  Uname: Linux 3.13.0-031300-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Mar 26 13:26:42 2014
  InstallationDate: Installed on 2014-01-17 (67 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64+mac (20140115)
  SourcePackage: network-manager-vpnc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721459] Re: In "Gedit" you can not paste on "terminal" etc. (Japanese environment)

2017-10-05 Thread ichro furuya
** Description changed:

- It was not possible to paste "URL address", "command" etc from "gedit" to 
"Terminal", "Cromium browser", "Firefox browser". The frequency of occurrence 
is high.
+ It was not possible to paste "URL address", "command" etc from "gedit" to 
"Terminal", "Chromium browser", "Firefox browser". The frequency of occurrence 
is high.
  However, on the contrary, I could paste it from "terminal" to "gedit".
  ,
  --
  Steps to reproduce
  
  1. Click Show Application at the bottom of the launcher. Start "Text editor 
(gedit)".
  2. File → New . For example, type "sudo apt update".
  3. Select the range of "sudo apt update" you entered and right click with the 
mouse. Select "Copy".
  4. Click Show Application at the bottom of the launcher. Start "Terminal".
  5. In "Terminal", right click on the center of the screen. Select "Paste".
  6. If it is normal, you will see "sudo apt update" at the end of the prompt, 
but nothing happens.
  
  << This is a reference matter. >>
  The same happened in "Mousepad".
  It was avoided by using "Leafpad", "Pluma", "Atom".
  "Atom" was installed after downloading from the website.
  
  --
  Ubuntu 17.10 (Beta 2)
  GNOME 3.26.1
  Gedit editor: 3.22.1
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gedit 3.22.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  5 16:17:57 2017
  InstallationDate: Installed on 2017-10-03 (2 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  It was not possible to paste "URL address", "command" etc from "gedit" to 
"Terminal", "Chromium browser", "Firefox browser". The frequency of occurrence 
is high.
- However, on the contrary, I could paste it from "terminal" to "gedit".
+ However, on the contrary, I could paste it from "Terminal" to "gedit".
  ,
  --
  Steps to reproduce
  
  1. Click Show Application at the bottom of the launcher. Start "Text editor 
(gedit)".
  2. File → New . For example, type "sudo apt update".
  3. Select the range of "sudo apt update" you entered and right click with the 
mouse. Select "Copy".
  4. Click Show Application at the bottom of the launcher. Start "Terminal".
  5. In "Terminal", right click on the center of the screen. Select "Paste".
  6. If it is normal, you will see "sudo apt update" at the end of the prompt, 
but nothing happens.
  
  << This is a reference matter. >>
  The same happened in "Mousepad".
  It was avoided by using "Leafpad", "Pluma", "Atom".
  "Atom" was installed after downloading from the website.
  
  --
  Ubuntu 17.10 (Beta 2)
  GNOME 3.26.1
  Gedit editor: 3.22.1
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gedit 3.22.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  5 16:17:57 2017
  InstallationDate: Installed on 2017-10-03 (2 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  In "Gedit" you can not paste on "terminal" etc. (Japanese environment)

Status in gedit package in Ubuntu:
  New

Bug description:
  It was not possible to paste "URL address", "command" etc from "gedit" to 
"Terminal", "Chromium browser", "Firefox browser". The frequency of occurrence 
is high.
  However, on the contrary, I could paste it from "Terminal" to "gedit".
  ,
  --
  Steps to reproduce

  1. Click Show Application at the bottom of the launcher. Start "Text editor 
(gedit)".
  2. File → New . For example, type "sudo apt update".
  3. Select the range of "sudo apt update" you entered and right click with the 
mouse. Select "Copy".
  4. Click Show Application at the bottom of the launcher. Start "Terminal".
  5. In "Terminal", right click on the center of the screen. Select "Paste".
  6. If it is normal, you will see "sudo apt update" at the end of the prompt, 
but nothing happens.

  << This is a reference matter. >>
  The same happened in "Mousepad".
  It was avoided by using "Leafpad", "Pluma", "Atom".
  "Atom" was installed after downloading from the website.

  --
  Ubuntu 17.10 (Beta 2)
  GNOME 3.26.1
  Gedit editor: 3.22.1

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gedit 3.22.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOM

[Desktop-packages] [Bug 1698282] Re: Totem uses dramatically higher CPU than any other video player

2017-10-05 Thread Daniel van Vugt
Debdiff for artful to fix the majority of the problem.

** Patch added: "clutter-gtk_1.8.4-1ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1698282/+attachment/4962600/+files/clutter-gtk_1.8.4-1ubuntu1.debdiff

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

Title:
  Totem uses dramatically higher CPU than any other video player

Status in Clutter GTK:
  Confirmed
Status in Gstreamer1.0:
  Fix Released
Status in clutter-1.0 package in Ubuntu:
  Confirmed
Status in clutter-gst-3.0 package in Ubuntu:
  Confirmed
Status in clutter-gtk package in Ubuntu:
  In Progress
Status in totem package in Ubuntu:
  Fix Released

Bug description:
  Totem uses dramatically higher CPU than any other video player.

  Example 1: software playback under Gnome Shell Wayland:

  totem: 120% (but drops to 80% in Unity7)
  mplayer: 40%
  vlc: 40%
  [all are using ffmpeg for decoding]

  Example 2: hardware-accelerated playback under Gnome Shell Xorg:

  totem: 11%
  gst-play-1.0: 3%
  [both are using gstreamer-vaapi for decoding]

  Since the decoding libraries are theoretically the same it sounds like
  totem's performance problems might be in its rendering path.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libgstreamer1.0-0 1.12.0-2
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 12:57:11 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  LogAlsaMixer: Error: command ['/usr/bin/amixer'] failed with exit code 1: 
amixer: Mixer attach default error: No such file or directory
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/clutter-gtk/+bug/1698282/+subscriptions

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


[Desktop-packages] [Bug 1721471] Re: gnome-shell crashed with signal 5 in _XIOError()

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

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1556601
   gnome-shell crashed with signal 5 in _XIOError() from _XReply() from XSync() 
["Connection to xwayland lost"]

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-shell crashed with signal 5 in _XIOError()

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  This is on Ubuntu 17.04 upgraded to Artful.
  The bug was present before the upgrade in var.crash.
  I suppose the bug don't exist, as I don't get it in a fresh Artful install, 
and it's only a problem with the upgrade logic.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.0-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Greeter:GNOME
  Date: Thu Oct  5 09:48:52 2017
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  GsettingsChanges:
   
  InstallationDate: Installed on 2017-05-15 (142 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: /usr/bin/gnome-shell
  Signal: 5
  SourcePackage: gnome-shell
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libmutter-1.so.0
   _XIOError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XSync () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: gnome-shell crashed with signal 5 in _XIOError()
  UpgradeStatus: Upgraded to artful on 2017-10-05 (0 days ago)
  UserGroups:

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

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


[Desktop-packages] [Bug 1721189] Re: Thunderbird 1:52.4.0+build1-0ubuntu1 broken user interface

2017-10-05 Thread ryzko
Confirming on Ubuntu 17.10, default session (Gnome on waylnad).

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

Title:
  Thunderbird 1:52.4.0+build1-0ubuntu1 broken user interface

Status in thunderbird package in Ubuntu:
  In Progress

Bug description:
  Just received the update 1:52.4.0+build1-0ubuntu1 which has a broken
  user interface.

  See attached screenshot.

  Downgraded to thunderbird_52.3.0+build1-0ubuntu0.17.04.1_amd64.deb
  which solved the problem.

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

-- 
Mailing list: https://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 1720955] Re: FF56 block flahplayer

2017-10-05 Thread ard
*** This bug is a duplicate of bug 1720908 ***
https://bugs.launchpad.net/bugs/1720908

a new FF upgrade this morning 5th Oct, did solve my problem: Flashplayer is
now working fine on 32 bit computer .thanks

On 3 October 2017 at 22:03, Roland Steinbach <1720...@bugs.launchpad.net>
wrote:

> *** This bug is a duplicate of bug 1720908 ***
> https://bugs.launchpad.net/bugs/1720908
>
> ** This bug has been marked a duplicate of bug 1720908
>Firefox cannot load Flash because of libxul broken dependency
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1720955
>
> Title:
>   FF56 block flahplayer
>
> Status in firefox package in Ubuntu:
>   New
>
> Bug description:
>   this morning I saw a upgrade of FF , now installed FF56.
>   But after upgrade, the flash player stopped working.
>   I have restarted FF
>   I have restarted the computer
>   I have reinstalled the flashplayer.
>
>   <> nothing helps flashplayer is not working
>   this is on my old coputer 32 bit
>
>   on my notebook 64 bit it looks like the flashplayer is still working
>
>   how can I get the flashplayer working again?? I do need it.
>   else I have to start looking to other browser with working flash.
>
>   ard
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: firefox 56.0+build6-0ubuntu0.16.04.1
>   ProcVersionSignature: Ubuntu 4.4.0-96.119-generic 4.4.83
>   Uname: Linux 4.4.0-96-generic i686
>   AddonCompatCheckDisabled: False
>   ApportVersion: 2.20.1-0ubuntu2.10
>   Architecture: i386
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  ard1500 F pulseaudio
>   BuildID: 20170928135511
>   Channel: Unavailable
>   CurrentDesktop: Unity
>   Date: Tue Oct  3 13:53:26 2017
>   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 2017-08-01 (62 days ago)
>   InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386
> (20140417)
>   IpRoute:
>default via 192.168.1.1 dev eth0  proto static  metric 100
>192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.2
> metric 100
>   IwConfig:
>lono wireless extensions.
>
>eth0  no wireless extensions.
>   Locales: extensions.sqlite corrupt or missing
>   Plugins: Shockwave Flash - /usr/lib/flashplugin-
> installer/libflashplayer.so
>   PrefSources: prefs.js
>   Profiles: Profile0 (Default) - LastVersion=56.0/20170928135511 (In use)
>   RfKill:
>
>   RunningIncompatibleAddons: False
>   SourcePackage: firefox
>   Themes: extensions.sqlite corrupt or missing
>   UpgradeStatus: Upgraded to xenial on 2017-08-02 (61 days ago)
>   dmi.bios.date: 05/16/2012
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: P1.90
>   dmi.board.name: G31M-GS.
>   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.:bvrP1.90:bd05/16/2012:
> svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:
> rvnASRock:rnG31M-GS.: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.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/
> 1720955/+subscriptions
>


-- 
ard

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

Title:
  FF56 block flahplayer

Status in firefox package in Ubuntu:
  New

Bug description:
  this morning I saw a upgrade of FF , now installed FF56.
  But after upgrade, the flash player stopped working. 
  I have restarted FF
  I have restarted the computer
  I have reinstalled the flashplayer.

  <> nothing helps flashplayer is not working
  this is on my old coputer 32 bit

  on my notebook 64 bit it looks like the flashplayer is still working

  how can I get the flashplayer working again?? I do need it. 
  else I have to start looking to other browser with working flash. 

  ard

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 56.0+build6-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-96.119-generic 4.4.83
  Uname: Linux 4.4.0-96-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ard1500 F pulseaudio
  BuildID: 20170928135511
  Channel: Unavailable
  CurrentDesktop

[Desktop-packages] [Bug 1698270] Re: Totem pauses and stutters during video playback even when CPU usage is low

2017-10-05 Thread Daniel van Vugt
** Branch linked: lp:~vanvugt/gtk/fix-1698270

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

Title:
  Totem pauses and stutters during video playback even when CPU usage is
  low

Status in GTK+:
  Confirmed
Status in Totem:
  Incomplete
Status in clutter-1.0 package in Ubuntu:
  Won't Fix
Status in clutter-gtk package in Ubuntu:
  In Progress
Status in gstreamer package in Ubuntu:
  In Progress
Status in gtk+3.0 package in Ubuntu:
  In Progress
Status in totem package in Ubuntu:
  Fix Released

Bug description:
  Totem pauses and stutters during video playback even when CPU usage is
  low.

  After figuring out how to play videos with full hardware accelerated
  decoding (e.g. <= 10% CPU), I was surprised to find Totem still pauses
  and stutters during playback. Other apps like Mplayer, VLC and even
  gst-play-1.0 never have this problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: totem 3.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 12:03:18 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721117] Re: Many Gnome extensions don't work with gnome-shell in 17.10, but works in vanilla gnome

2017-10-05 Thread Didier Roche
Here is some analyze of those extension:

* move clock doesn't work due to those lines:
// do nothing if we're not in user mode
if ( Main.sessionMode.currentMode != 'user' ) {
return;
}

To allow people using the upstream vanilla session, we have an ubuntu mode, 
inheriting from the user one. However, the mode name is different. Different 
fixes:
-> you can poke move clock upstream to use a blacklist isn't of a whitelist 
(disabling under kiosk and gdm mode for instance)
-> you can ask on gnome bugzilla for the shell to expose the inheritance 
hierarchy to extensions, and they can check if they are in the user mode that 
way. Then extensions will need to be updated as well.

* Activities Configurator doesn't work because it relies on the hot
corner that we disable in the ubuntu session. I think poking upstream to
get that optional would help (especially as there is some chance to have
that configurable upstream, we took an upstream patch not committed
yet).

* Activites button text (both extensions) don't work either on a vanilla
GNOME session. The name property as changed in GNOME Shell 3.25.9x, and
so, the code needs to be updated. This isn't related to the ubuntu
session.

So, in summary:
Only "move clock" and "activities configurator" don't work in the ubuntu 
session only, but both has to be upstream extension fixes. If someone wants to 
poke the upstream extension maintainer and point them to this thread, that 
would be great.
The 2 other "activities button text" extensions are broken in GNOME Shell 3.26, 
in both sessions, and not related to any ubuntu change. Upstream needs to 
update their extensions to work with the new GNOME Shell version.

** Changed in: gnome-shell (Ubuntu)
 Assignee: Didier Roche (didrocks) => (unassigned)

** Description changed:

  There are multiple GNOME extensions that work in the vanilla gnome
  session (package gnome-session) in 17.10, but when you run the gnome-
  shell with Ubuntu modifications, the extensions give errors and won't
  load.
  
  Here are four examples of extensions that don't work with the Ubuntu-
  modified GNOME shell:
  
  https://extensions.gnome.org/extension/2/move-clock/
  https://extensions.gnome.org/extension/358/activities-configurator/
+ 
+ 
+ Those extensions were believed to be broken due to Ubuntu session on GNOME 
Shell, but are broken in the vanilla gnome session as well (due to 3.26 
changes):
  https://extensions.gnome.org/extension/298/activities-button-text/
  https://extensions.gnome.org/extension/77/activities-button-text/
  
  Bug discovered using:
  Ubuntu 17.10 beta 2
  GNOME Shell 3.26.0 (Xorg or Wayland session)
  Linux kernel 4.13.0-12-generic

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

Title:
  Many Gnome extensions don't work with gnome-shell in 17.10, but works
  in vanilla gnome

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  There are multiple GNOME extensions that work in the vanilla gnome
  session (package gnome-session) in 17.10, but when you run the gnome-
  shell with Ubuntu modifications, the extensions give errors and won't
  load.

  Here are four examples of extensions that don't work with the Ubuntu-
  modified GNOME shell:

  https://extensions.gnome.org/extension/2/move-clock/
  https://extensions.gnome.org/extension/358/activities-configurator/


  Those extensions were believed to be broken due to Ubuntu session on GNOME 
Shell, but are broken in the vanilla gnome session as well (due to 3.26 
changes):
  https://extensions.gnome.org/extension/298/activities-button-text/
  https://extensions.gnome.org/extension/77/activities-button-text/

  Bug discovered using:
  Ubuntu 17.10 beta 2
  GNOME Shell 3.26.0 (Xorg or Wayland session)
  Linux kernel 4.13.0-12-generic

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

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


[Desktop-packages] [Bug 1698270] Re: Totem pauses and stutters during video playback even when CPU usage is low

2017-10-05 Thread Daniel van Vugt
** Changed in: gstreamer (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: gstreamer (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Totem pauses and stutters during video playback even when CPU usage is
  low

Status in GTK+:
  Confirmed
Status in Totem:
  Incomplete
Status in clutter-1.0 package in Ubuntu:
  Won't Fix
Status in clutter-gtk package in Ubuntu:
  In Progress
Status in gstreamer package in Ubuntu:
  In Progress
Status in gtk+3.0 package in Ubuntu:
  In Progress
Status in totem package in Ubuntu:
  Fix Released

Bug description:
  Totem pauses and stutters during video playback even when CPU usage is
  low.

  After figuring out how to play videos with full hardware accelerated
  decoding (e.g. <= 10% CPU), I was surprised to find Totem still pauses
  and stutters during playback. Other apps like Mplayer, VLC and even
  gst-play-1.0 never have this problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: totem 3.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 12:03:18 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721499] [NEW] Repeating prompt: "Automatically unlock this keyring whenever I'm logged in"

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

On each boot, I keep getting the prompt to unlock my keyring although I
have selected to automatically unlock this keyring.

I am attaching a screenshot.

Tested on Ubuntu 17.10 GNOME.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Repeating prompt: "Automatically unlock this keyring whenever I'm logged in"
https://bugs.launchpad.net/bugs/1721499
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to chromium-browser in Ubuntu.

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


[Desktop-packages] [Bug 1721493] [NEW] thunderbird ui hopelessly corrupted (screenshot)

2017-10-05 Thread Rachel Greenham
Public bug reported:

With this version much of the thunderbird UI is unusable and corrupted,
with massive redraw failures. This affects Xorg and Wayland sessions on
nvidia, nouveau, intel and oss radeon. (When I finally reported it, it
was on nvidia/xorg but wanted to stress it wasn't particular to that
environment.)

Reverting to previous version 1:52.2, which happened to be in my cache,
works fine.

I realise this is from artful-proposed/main and what am I doing there?
The reason being, the version is artful/main is still on thunderbird 45.
Until now the proposed builds have been fine.

Screenshot attached. Resize the window and the chaos is quite animated.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: thunderbird 1:52.4.0+build1-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
Uname: Linux 4.13.0-14-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
AddonCompatCheckDisabled: False
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  rachel 1809 F pulseaudio
 /dev/snd/controlC2:  rachel 1809 F pulseaudio
 /dev/snd/controlC0:  rachel 1809 F pulseaudio
BuildID: 20171003222123
Channel: Unavailable
CurrentDesktop: GNOME
Date: Thu Oct  5 10:31:06 2017
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 2017-07-30 (66 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
IpRoute:
 default via 192.168.1.254 dev eno1 proto static metric 100 
 169.254.0.0/16 dev eno1 scope link metric 1000 
 192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.109 metric 100
Locales: extensions.sqlite corrupt or missing
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
RunningIncompatibleAddons: False
SourcePackage: thunderbird
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to artful on 2017-08-22 (43 days ago)
dmi.bios.date: 11/26/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1005
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87I-PRO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1005:bd11/26/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87I-PRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: ASUS MB
dmi.product.name: All Series
dmi.product.version: System Version
dmi.sys.vendor: ASUS

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


** Tags: amd64 apport-bug artful package-from-proposed

** Attachment added: "Screenshot from 2017-10-05 10-30-50.png"
   
https://bugs.launchpad.net/bugs/1721493/+attachment/4962674/+files/Screenshot%20from%202017-10-05%2010-30-50.png

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

Title:
  thunderbird ui hopelessly corrupted (screenshot)

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  With this version much of the thunderbird UI is unusable and
  corrupted, with massive redraw failures. This affects Xorg and Wayland
  sessions on nvidia, nouveau, intel and oss radeon. (When I finally
  reported it, it was on nvidia/xorg but wanted to stress it wasn't
  particular to that environment.)

  Reverting to previous version 1:52.2, which happened to be in my
  cache, works fine.

  I realise this is from artful-proposed/main and what am I doing there?
  The reason being, the version is artful/main is still on thunderbird
  45. Until now the proposed builds have been fine.

  Screenshot attached. Resize the window and the chaos is quite
  animated.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
  Uname: Linux 4.13.0-14-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rachel 1809 F pulseaudio
   /dev/snd/controlC2:  rachel 1809 F pulseaudio
   /dev/snd/controlC0:  rachel 1809 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Thu Oct  5 10:31:06 2017
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # int

[Desktop-packages] [Bug 1721117] Re: Many Gnome extensions don't work with gnome-shell in 17.10, but works in vanilla gnome

2017-10-05 Thread Daniel van Vugt
Are extensions able to test if currentMode inherits from 'user'? If so
then that would be a fix. If not then it sounds like mode 'ubuntu' is
going to be a recurring problem in future.

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

Title:
  Many Gnome extensions don't work with gnome-shell in 17.10, but works
  in vanilla gnome

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  There are multiple GNOME extensions that work in the vanilla gnome
  session (package gnome-session) in 17.10, but when you run the gnome-
  shell with Ubuntu modifications, the extensions give errors and won't
  load.

  Here are four examples of extensions that don't work with the Ubuntu-
  modified GNOME shell:

  https://extensions.gnome.org/extension/2/move-clock/
  https://extensions.gnome.org/extension/358/activities-configurator/


  Those extensions were believed to be broken due to Ubuntu session on GNOME 
Shell, but are broken in the vanilla gnome session as well (due to 3.26 
changes):
  https://extensions.gnome.org/extension/298/activities-button-text/
  https://extensions.gnome.org/extension/77/activities-button-text/

  Bug discovered using:
  Ubuntu 17.10 beta 2
  GNOME Shell 3.26.0 (Xorg or Wayland session)
  Linux kernel 4.13.0-12-generic

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

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


[Desktop-packages] [Bug 1721492] Re: gnome-shell crashed with signal 5

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

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1505409
   gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from 
_XEventsQueued() from XPending() from gdk_check_xpending() ["Connection to 
xwayland lost"]

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-shell crashed with signal 5

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  This was automatically raised. I wasn't aware of gnome-shell itself
  crashing. I *have* just recovered a working system from a crashing
  nouveau-drm, which presented me just with a black screen and requiring
  me to ssh in from outside to fix it. I wouldn't have thought that was
  affecting gnome-shell though (although I suppose gdm may be using it?)
  I mention it because that was the crash I was aware of when this one
  was raised.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.0-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
  Uname: Linux 4.13.0-14-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: GNOME-Greeter:GNOME
  Date: Thu Oct  5 10:15:12 2017
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  GsettingsChanges:
   
  InstallationDate: Installed on 2017-07-30 (66 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/false
  Signal: 5
  SourcePackage: gnome-shell
  StacktraceTop:
   () at /usr/lib/x86_64-linux-gnu/libmutter-1.so.0
   _XIOError () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XEventsQueued () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   XPending () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: gnome-shell crashed with signal 5
  UpgradeStatus: Upgraded to artful on 2017-08-22 (43 days ago)
  UserGroups:

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

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


[Desktop-packages] [Bug 1721500] [NEW] Pressing the control key causes the font size to increase

2017-10-05 Thread j1n3l0
Public bug reported:

Since updating to the current version of firefox any time I touch the
Control key (either left or right) on several keyboards (thus far I
have tried 3 including a bluetooth and mac keyboard), the font size
starts increasing up to the maximum allowed on the site. 

This problem appears to be limited to firefox.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: firefox 56.0+build6-0ubuntu0.17.04.2
ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  nelo   2197 F pulseaudio
 /dev/snd/controlC1:  nelo   2197 F pulseaudio
BuildID: 20171003100843
Channel: Unavailable
CurrentDesktop: GNOME
Date: Thu Oct  5 10:29:49 2017
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 2017-06-30 (96 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
Locales: extensions.sqlite corrupt or missing
PrefSources:
 /usr/lib/firefox/defaults/pref/all-ubuntu-gnome.js
 prefs.js
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=56.0/20171003100843 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/12/2015
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M71 Ver. 01.08
dmi.board.name: 225A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.55
dmi.chassis.asset.tag: 5CG5402RWH
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM71Ver.01.08:bd08/12/2015:svnHewlett-Packard:pnHPEliteBook820G2:pvrA3009D510303:rvnHewlett-Packard:rn225A:rvrKBCVersion96.55:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 820 G2
dmi.product.version: A3009D510303
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug zesty

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

Title:
  Pressing the control key causes the  font size to increase

Status in firefox package in Ubuntu:
  New

Bug description:
  Since updating to the current version of firefox any time I touch the
  Control key (either left or right) on several keyboards (thus far I
  have tried 3 including a bluetooth and mac keyboard), the font size
  starts increasing up to the maximum allowed on the site. 

  This problem appears to be limited to firefox.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: firefox 56.0+build6-0ubuntu0.17.04.2
  ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nelo   2197 F pulseaudio
   /dev/snd/controlC1:  nelo   2197 F pulseaudio
  BuildID: 20171003100843
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Thu Oct  5 10:29:49 2017
  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 2017-06-30 (96 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   /usr/lib/firefox/defaults/pref/all-ubuntu-gnome.js
   prefs.js
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=56.0/20171003100843 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/12/2015
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: M71 Ver. 01.08
  dmi.board.name: 225A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 96.55
  dmi.chassis.asset.tag: 5CG5402RWH
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM71Ver.01.08:bd08/12/2015:svnHewlett-Packard:pnHPEliteBook820G2:pvrA3009D510303:rvnHewlett-Packard:rn225A:rvrKBCVersion96.

[Desktop-packages] [Bug 1718885] Re: chromium 61 doesn't start in guest session

2017-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package chromium-browser -
61.0.3163.100-0ubuntu0.16.04.1306

---
chromium-browser (61.0.3163.100-0ubuntu0.16.04.1306) xenial; urgency=medium

  * debian/patches/set-rpath-on-chromium-executables.patch: added
(LP: #1718885)
  * debian/chromium-browser.sh.in: remove LD_LIBRARY_PATH manipulation,
made unnecessary by patch above

 -- Olivier Tilloy   Tue, 26 Sep 2017
09:53:03 -0400

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

Title:
  chromium 61 doesn't start in guest session

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Hi,

  on one of my kiosk systems running xubuntu 16.04.2 (Kernelversion
  4.4.0-28-generic) chromium stop working today. It just won't start
  anymore. When I try to run the launcher from shell it just reports:

  /usr/lib/chromium-browser/chromium-browser: error while loading shared
  libraries: libffmpeg.so: cannot open shared object file: No such file
  or directory

  The funny thing is ffmpeg was'n installed in the first place and
  chromium runs just fine in the context of a normal userprofile.

  I checked the apt histroy and saw chromium was updated today. I then
  tried to install ffmpeg in the hopes to solve the issue but to no
  avail. Now I can find libffmpeg in the guest user contest via locate
  but chromium still repsonds with the same error message.

  apt-cache policy chromium-browser
  chromium-browser:
    Installiert:   61.0.3163.79-0ubuntu0.16.04.1300
    Installationskandidat: 61.0.3163.79-0ubuntu0.16.04.1300
    Versionstabelle:
   *** 61.0.3163.79-0ubuntu0.16.04.1300 500
  500 http://de.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
  100 /var/lib/dpkg/status
   49.0.2623.108-0ubuntu1.1233 500
  500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
   18.0.1025.151~r130497-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu precise/universe amd64 
Packages

  I start chromium via a custom starter with line:
  chromium-browser %U --app=http://quickborn.library4you.de/iopac/main.php --
  kiosk

  The behavior started after unattended upgrades

  Start-Date: 2017-09-22  09:28:13
  Commandline: /usr/bin/unattended-upgrade
  Upgrade: python-samba:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 
2:4.3.11+dfsg-0ubun  tu0.16.04.11), 
libwbclient0:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg   
   -0ubuntu0.16.04.11), samba-libs:amd64 
(2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+  
dfsg-0ubuntu0.16.04.11), chromium-browser:amd64 
(60.0.3112.113-0ubuntu0.16.04.12  98, 
61.0.3163.79-0ubuntu0.16.04.1300), samba-common:amd64 (2:4.3.11+dfsg-0ubuntu
  0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.11), 
chromium-codecs-ffmpeg-extra:amd64   
(60.0.3112.113-0ubuntu0.16.04.1298, 61.0.3163.79-0ubuntu0.16.04.1300), 
libsmbcli  ent:amd64 
(2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.11), sam  
ba-common-bin:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 
2:4.3.11+dfsg-0ubuntu0.16.0  4.11), 
chromium-browser-l10n:amd64 (60.0.3112.113-0ubuntu0.16.04.1298, 61.0.3163   
   .79-0ubuntu0.16.04.1300)
  End-Date: 2017-09-22  09:28:30

  Start-Date: 2017-09-22  10:32:17
  Requested-By: gast-settings (1001)
  End-Date: 2017-09-22  10:32:17

  Start-Date: 2017-09-22  10:43:42
  Requested-By: gast-settings (1001)
  Install: libavdevice-ffmpeg56:amd64 (7:2.8.11-0ubuntu0.16.04.1, automatic), 
ffmp  eg:amd64 (7:2.8.11-0ubuntu0.16.04.1), 
libsdl1.2debian:amd64 (1.2.15+dfsg1-3, aut  
omatic)
  End-Date: 2017-09-22  10:43:44

  Any ideas?
  Best Regards

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

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


[Desktop-packages] [Bug 1721493] Re: thunderbird ui hopelessly corrupted (screenshot)

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

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

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

Title:
  thunderbird ui hopelessly corrupted (screenshot)

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  With this version much of the thunderbird UI is unusable and
  corrupted, with massive redraw failures. This affects Xorg and Wayland
  sessions on nvidia, nouveau, intel and oss radeon. (When I finally
  reported it, it was on nvidia/xorg but wanted to stress it wasn't
  particular to that environment.)

  Reverting to previous version 1:52.2, which happened to be in my
  cache, works fine.

  I realise this is from artful-proposed/main and what am I doing there?
  The reason being, the version is artful/main is still on thunderbird
  45. Until now the proposed builds have been fine.

  Screenshot attached. Resize the window and the chaos is quite
  animated.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
  Uname: Linux 4.13.0-14-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rachel 1809 F pulseaudio
   /dev/snd/controlC2:  rachel 1809 F pulseaudio
   /dev/snd/controlC0:  rachel 1809 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Thu Oct  5 10:31:06 2017
  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 2017-07-30 (66 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  IpRoute:
   default via 192.168.1.254 dev eno1 proto static metric 100 
   169.254.0.0/16 dev eno1 scope link metric 1000 
   192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.109 metric 100
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to artful on 2017-08-22 (43 days ago)
  dmi.bios.date: 11/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1005
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87I-PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1005:bd11/26/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87I-PRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: ASUS MB
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1718885] Re: chromium 61 doesn't start in guest session

2017-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package chromium-browser -
61.0.3163.100-0ubuntu0.17.04.1377

---
chromium-browser (61.0.3163.100-0ubuntu0.17.04.1377) zesty; urgency=medium

  * debian/patches/set-rpath-on-chromium-executables.patch: added
(LP: #1718885)
  * debian/chromium-browser.sh.in: remove LD_LIBRARY_PATH manipulation,
made unnecessary by patch above

 -- Olivier Tilloy   Tue, 26 Sep 2017
09:48:13 -0400

** Changed in: chromium-browser (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: chromium-browser (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  chromium 61 doesn't start in guest session

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Hi,

  on one of my kiosk systems running xubuntu 16.04.2 (Kernelversion
  4.4.0-28-generic) chromium stop working today. It just won't start
  anymore. When I try to run the launcher from shell it just reports:

  /usr/lib/chromium-browser/chromium-browser: error while loading shared
  libraries: libffmpeg.so: cannot open shared object file: No such file
  or directory

  The funny thing is ffmpeg was'n installed in the first place and
  chromium runs just fine in the context of a normal userprofile.

  I checked the apt histroy and saw chromium was updated today. I then
  tried to install ffmpeg in the hopes to solve the issue but to no
  avail. Now I can find libffmpeg in the guest user contest via locate
  but chromium still repsonds with the same error message.

  apt-cache policy chromium-browser
  chromium-browser:
    Installiert:   61.0.3163.79-0ubuntu0.16.04.1300
    Installationskandidat: 61.0.3163.79-0ubuntu0.16.04.1300
    Versionstabelle:
   *** 61.0.3163.79-0ubuntu0.16.04.1300 500
  500 http://de.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
  100 /var/lib/dpkg/status
   49.0.2623.108-0ubuntu1.1233 500
  500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
   18.0.1025.151~r130497-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu precise/universe amd64 
Packages

  I start chromium via a custom starter with line:
  chromium-browser %U --app=http://quickborn.library4you.de/iopac/main.php --
  kiosk

  The behavior started after unattended upgrades

  Start-Date: 2017-09-22  09:28:13
  Commandline: /usr/bin/unattended-upgrade
  Upgrade: python-samba:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 
2:4.3.11+dfsg-0ubun  tu0.16.04.11), 
libwbclient0:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg   
   -0ubuntu0.16.04.11), samba-libs:amd64 
(2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+  
dfsg-0ubuntu0.16.04.11), chromium-browser:amd64 
(60.0.3112.113-0ubuntu0.16.04.12  98, 
61.0.3163.79-0ubuntu0.16.04.1300), samba-common:amd64 (2:4.3.11+dfsg-0ubuntu
  0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.11), 
chromium-codecs-ffmpeg-extra:amd64   
(60.0.3112.113-0ubuntu0.16.04.1298, 61.0.3163.79-0ubuntu0.16.04.1300), 
libsmbcli  ent:amd64 
(2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.11), sam  
ba-common-bin:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 
2:4.3.11+dfsg-0ubuntu0.16.0  4.11), 
chromium-browser-l10n:amd64 (60.0.3112.113-0ubuntu0.16.04.1298, 61.0.3163   
   .79-0ubuntu0.16.04.1300)
  End-Date: 2017-09-22  09:28:30

  Start-Date: 2017-09-22  10:32:17
  Requested-By: gast-settings (1001)
  End-Date: 2017-09-22  10:32:17

  Start-Date: 2017-09-22  10:43:42
  Requested-By: gast-settings (1001)
  Install: libavdevice-ffmpeg56:amd64 (7:2.8.11-0ubuntu0.16.04.1, automatic), 
ffmp  eg:amd64 (7:2.8.11-0ubuntu0.16.04.1), 
libsdl1.2debian:amd64 (1.2.15+dfsg1-3, aut  
omatic)
  End-Date: 2017-09-22  10:43:44

  Any ideas?
  Best Regards

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

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


[Desktop-packages] [Bug 1718885] Re: chromium 61 doesn't start in guest session

2017-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package chromium-browser -
61.0.3163.100-0ubuntu0.14.04.1202

---
chromium-browser (61.0.3163.100-0ubuntu0.14.04.1202) trusty; urgency=medium

  * debian/patches/set-rpath-on-chromium-executables.patch: added
(LP: #1718885)
  * debian/chromium-browser.sh.in: remove LD_LIBRARY_PATH manipulation,
made unnecessary by patch above

 -- Olivier Tilloy   Tue, 26 Sep 2017
10:01:47 -0400

** Changed in: chromium-browser (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  chromium 61 doesn't start in guest session

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Hi,

  on one of my kiosk systems running xubuntu 16.04.2 (Kernelversion
  4.4.0-28-generic) chromium stop working today. It just won't start
  anymore. When I try to run the launcher from shell it just reports:

  /usr/lib/chromium-browser/chromium-browser: error while loading shared
  libraries: libffmpeg.so: cannot open shared object file: No such file
  or directory

  The funny thing is ffmpeg was'n installed in the first place and
  chromium runs just fine in the context of a normal userprofile.

  I checked the apt histroy and saw chromium was updated today. I then
  tried to install ffmpeg in the hopes to solve the issue but to no
  avail. Now I can find libffmpeg in the guest user contest via locate
  but chromium still repsonds with the same error message.

  apt-cache policy chromium-browser
  chromium-browser:
    Installiert:   61.0.3163.79-0ubuntu0.16.04.1300
    Installationskandidat: 61.0.3163.79-0ubuntu0.16.04.1300
    Versionstabelle:
   *** 61.0.3163.79-0ubuntu0.16.04.1300 500
  500 http://de.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
  100 /var/lib/dpkg/status
   49.0.2623.108-0ubuntu1.1233 500
  500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
   18.0.1025.151~r130497-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu precise/universe amd64 
Packages

  I start chromium via a custom starter with line:
  chromium-browser %U --app=http://quickborn.library4you.de/iopac/main.php --
  kiosk

  The behavior started after unattended upgrades

  Start-Date: 2017-09-22  09:28:13
  Commandline: /usr/bin/unattended-upgrade
  Upgrade: python-samba:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 
2:4.3.11+dfsg-0ubun  tu0.16.04.11), 
libwbclient0:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg   
   -0ubuntu0.16.04.11), samba-libs:amd64 
(2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+  
dfsg-0ubuntu0.16.04.11), chromium-browser:amd64 
(60.0.3112.113-0ubuntu0.16.04.12  98, 
61.0.3163.79-0ubuntu0.16.04.1300), samba-common:amd64 (2:4.3.11+dfsg-0ubuntu
  0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.11), 
chromium-codecs-ffmpeg-extra:amd64   
(60.0.3112.113-0ubuntu0.16.04.1298, 61.0.3163.79-0ubuntu0.16.04.1300), 
libsmbcli  ent:amd64 
(2:4.3.11+dfsg-0ubuntu0.16.04.9, 2:4.3.11+dfsg-0ubuntu0.16.04.11), sam  
ba-common-bin:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.9, 
2:4.3.11+dfsg-0ubuntu0.16.0  4.11), 
chromium-browser-l10n:amd64 (60.0.3112.113-0ubuntu0.16.04.1298, 61.0.3163   
   .79-0ubuntu0.16.04.1300)
  End-Date: 2017-09-22  09:28:30

  Start-Date: 2017-09-22  10:32:17
  Requested-By: gast-settings (1001)
  End-Date: 2017-09-22  10:32:17

  Start-Date: 2017-09-22  10:43:42
  Requested-By: gast-settings (1001)
  Install: libavdevice-ffmpeg56:amd64 (7:2.8.11-0ubuntu0.16.04.1, automatic), 
ffmp  eg:amd64 (7:2.8.11-0ubuntu0.16.04.1), 
libsdl1.2debian:amd64 (1.2.15+dfsg1-3, aut  
omatic)
  End-Date: 2017-09-22  10:43:44

  Any ideas?
  Best Regards

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

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


[Desktop-packages] [Bug 1721499] [NEW] Repeating prompt: "Automatically unlock this keyring whenever I'm logged in" when starting Chromium after boot

2017-10-05 Thread Robert Orzanna
Public bug reported:

After each boot, I keep getting the prompt to unlock my keyring although
I have selected to automatically unlock this keyring when I open
Chromium or Chrome.

I am attaching a screenshot.

Tested on Ubuntu 17.10 GNOME.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "photo_2017-10-05_11-45-58.jpg"
   
https://bugs.launchpad.net/bugs/1721499/+attachment/4962727/+files/photo_2017-10-05_11-45-58.jpg

** Package changed: skype (Ubuntu) => chromium-browser (Ubuntu)

** Summary changed:

- Repeating prompt: "Automatically unlock this keyring whenever I'm logged in"
+ Repeating prompt: "Automatically unlock this keyring whenever I'm logged in" 
when starting Chromium after boot

** Description changed:

- On each boot, I keep getting the prompt to unlock my keyring although I
- have selected to automatically unlock this keyring.
+ After each boot, I keep getting the prompt to unlock my keyring although
+ I have selected to automatically unlock this keyring when I open
+ Chromium or Chrome.
  
  I am attaching a screenshot.
  
  Tested on Ubuntu 17.10 GNOME.

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

Title:
  Repeating prompt: "Automatically unlock this keyring whenever I'm
  logged in" when starting Chromium after boot

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  After each boot, I keep getting the prompt to unlock my keyring
  although I have selected to automatically unlock this keyring when I
  open Chromium or Chrome.

  I am attaching a screenshot.

  Tested on Ubuntu 17.10 GNOME.

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

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


[Desktop-packages] [Bug 1720908] Re: Firefox cannot load Flash because of libxul broken dependency

2017-10-05 Thread Chris Coulson
The context menu crash is a separate issue and I've submitted a fix
upstream for that. I'll make sure it's fixed in the next release we
publish

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

Title:
  Firefox cannot load Flash because of libxul broken dependency

Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  When I start Firefox version 56 in my console and then go to a page
  using Adobe Flash, I get the following errors:

  /usr/lib/firefox/plugin-container: symbol lookup error: 
/usr/lib/firefox/libxul.so: undefined symbol: gdk_screen_get_monitor_workarea
  [18352] WARNING: pipe error (114): Connection reset by peer: file 
/build/firefox-6SoPIC/firefox-56.0+build6/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 353
  /usr/lib/firefox/plugin-container: symbol lookup error: 
/usr/lib/firefox/libxul.so: undefined symbol: gdk_screen_get_monitor_workarea
  [18352] WARNING: pipe error (94): Connection reset by peer: file 
/build/firefox-6SoPIC/firefox-56.0+build6/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 353
  /usr/lib/firefox/plugin-container: symbol lookup error: 
/usr/lib/firefox/libxul.so: undefined symbol: gdk_screen_get_monitor_workarea
  [18352] WARNING: pipe error (41): Connection reset by peer: file 
/build/firefox-6SoPIC/firefox-56.0+build6/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 353

  Each time the problem is the same: gdk_screen_get_monitor_workarea is
  undefined. Gnome marked that function as deprecated, but Firefox
  version 55 worked just fine, whereas Firefox 56 fails with Flash.

  https://developer.gnome.org/gdk3/stable/GdkScreen.html#gdk-screen-get-
  monitor-workarea

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 56.0+build6-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-96.119-generic 4.4.83
  Uname: Linux 4.4.0-96-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexis24733 F pulseaudio
   /dev/snd/controlC0:  alexis24733 F pulseaudio
  BuildID: 20170928135459
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Mon Oct  2 17:05:32 2017
  ExecutablePath: /usr/lib/firefox/firefox
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2010-12-27 (2471 days ago)
  InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.2)
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-33216e86-e3b0-440b-a25a-2754b1171002
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=56.0/20170928135459 (In use)
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-05-20 (500 days ago)
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F14
  dmi.board.name: P55A-UD4P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF14:bd09/16/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55A-UD4P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55A-UD4P:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P55A-UD4P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1698270] Re: Totem pauses and stutters during video playback even when CPU usage is low

2017-10-05 Thread Daniel van Vugt
** Changed in: gstreamer (Ubuntu)
   Status: In Progress => New

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

Title:
  Totem pauses and stutters during video playback even when CPU usage is
  low

Status in GTK+:
  Confirmed
Status in Totem:
  Incomplete
Status in clutter-1.0 package in Ubuntu:
  Won't Fix
Status in clutter-gtk package in Ubuntu:
  In Progress
Status in gstreamer package in Ubuntu:
  New
Status in gtk+3.0 package in Ubuntu:
  In Progress
Status in totem package in Ubuntu:
  Fix Released

Bug description:
  Totem pauses and stutters during video playback even when CPU usage is
  low.

  After figuring out how to play videos with full hardware accelerated
  decoding (e.g. <= 10% CPU), I was surprised to find Totem still pauses
  and stutters during playback. Other apps like Mplayer, VLC and even
  gst-play-1.0 never have this problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: totem 3.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 12:03:18 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1505409] Re: gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from _XEventsQueued() from XPending() from gdk_check_xpending() ["Connection to xwayland lost"]

2017-10-05 Thread Rachel Greenham
I got here because my apport-raised bug #1721492 apparently
automatically got marked as a duplicate of this. I'm not so sure:

This happened after a kernel upgrade to 4.13.0-14-generic. Yesterday I
was happily using this system in a wayland session using nouveau. On
reboot with this update, all I saw was a black screen. I had to ssh in
from my phone to see in /var/log/syslog a bunch of apparent nouveau-drm
failures like this:

Oct  5 10:12:46 fleetfoot kernel: [1.304052] [drm] Initialized nouveau 
1.3.1 20120801 for :01:00.0 on minor 0
Oct  5 10:12:46 fleetfoot kernel: [4.245166] nouveau :01:00.0: DRM: EVO 
timeout
Oct  5 10:12:46 fleetfoot kernel: [6.245268] nouveau :01:00.0: DRM: 
base-1: timeout
Oct  5 10:12:46 fleetfoot kernel: [8.250984] nouveau :01:00.0: DRM: 
base-1: timeout
Oct  5 10:12:47 fleetfoot kernel: [9.292554] nouveau :01:00.0: bus: 
MMIO read of  FAULT at 61a804 [ IBUS ]
Oct  5 10:12:47 fleetfoot kernel: [9.302375] nouveau :01:00.0: bus: 
MMIO read of  FAULT at 61a804 [ IBUS ]
Oct  5 10:12:55 fleetfoot kernel: [   17.770234] nouveau :01:00.0: DRM: 
base-0: timeout
Oct  5 10:12:57 fleetfoot kernel: [   19.770400] nouveau :01:00.0: DRM: 
base-0: timeout
Oct  5 10:12:57 fleetfoot kernel: [   19.776398] nouveau :01:00.0: DRM: 
base-1: timeout
Oct  5 10:12:59 fleetfoot kernel: [   21.776531] nouveau :01:00.0: DRM: 
base-1: timeout
Oct  5 10:12:59 fleetfoot kernel: [   21.807177] nouveau :01:00.0: DRM: 
base-0: timeout
Oct  5 10:13:01 fleetfoot kernel: [   23.782358] nouveau :01:00.0: DRM: 
base-1: timeout
Oct  5 10:13:03 fleetfoot kernel: [   25.801765] nouveau :01:00.0: DRM: 
base-0: timeout
Oct  5 10:13:03 fleetfoot kernel: [   25.807270] nouveau :01:00.0: DRM: 
base-1: timeout
Oct  5 10:13:05 fleetfoot kernel: [   27.818059] nouveau :01:00.0: DRM: 
base-0: timeout
Oct  5 10:13:05 fleetfoot kernel: [   27.823600] nouveau :01:00.0: DRM: 
base-1: timeout

... and so on. It doesn't stop until I reboot (which hangs, although I
think after rsyslogd has closed. I need to hit reset).

I had seen this before, on the first kernel 4.13 version in Artful.
Reverting then to the last 4.12 let things work for me. But trying that
this time, trying to boot kernel 4.13.0.12, didn't help; I just got the
same symptoms.

Got the system working again by installing the nvidia-387 proprietary
drivers and using them in default configuration in an xorg session. On
the previous occasion I saw this, it also affected nvidia-384 (as was
current then), with continual panics reported in the nvidia-drm module,
until I turned off modeset (at the time I had, with partial success,
been running wayland on that). I haven't yet tried modeset on this
nvidia driver.

After I got the system working again, and logged in, I was presented
with the apport bug report that led to #1721492. I queried in there
whether it was the same issue, but on later seeing syslog it looks like
those nouveau errors only show up after gnome-shell (in gdm) is
launched.

Attached to this comment, the complete syslog of that first session
after rebooting from the upgrade. I think those nouveau timeout errors
are the thing. Attached to the next comment (as I seem unable to attach
more than one file to a comment) is the section from
/var/log/apt/history.log showing what was upgraded this morning before
that all happened. Other drivers were involved.

** Attachment added: "syslog.nouveaudrm"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1505409/+attachment/4962743/+files/syslog.nouveaudrm

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

Title:
  gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from
  _XEventsQueued() from XPending() from gdk_check_xpending()
  ["Connection to xwayland lost"]

Status in GNOME Shell:
  Confirmed
Status in Ubuntu GNOME:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed
Status in gdm3 source package in Artful:
  Confirmed
Status in gnome-shell source package in Artful:
  Confirmed
Status in mutter source package in Artful:
  Confirmed

Bug description:
  https://errors.ubuntu.com/problem/d0252e2b465152efea2511e72f1e31681e2b2742

  ---

  Occurred during start-up, before I did anything special...

  1 Ubuntu Wily Werewolf (development branch) 15.10
  2 3.16.3-1ubuntu6
  3&4 not applicable

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: gnome-shell 3.16.3-1ubuntu6
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Oct 12 19:22:07 2015
  DisplayManager: gdm
  ExecutablePath: /usr/bin/gnome-shell

[Desktop-packages] [Bug 1505409] Re: gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from _XEventsQueued() from XPending() from gdk_check_xpending() ["Connection to xwayland lost"]

2017-10-05 Thread Rachel Greenham
/var/log/history.log section as per above post

** Attachment added: "part-history.log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1505409/+attachment/4962744/+files/part-history.log

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

Title:
  gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from
  _XEventsQueued() from XPending() from gdk_check_xpending()
  ["Connection to xwayland lost"]

Status in GNOME Shell:
  Confirmed
Status in Ubuntu GNOME:
  Confirmed
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed
Status in gdm3 source package in Artful:
  Confirmed
Status in gnome-shell source package in Artful:
  Confirmed
Status in mutter source package in Artful:
  Confirmed

Bug description:
  https://errors.ubuntu.com/problem/d0252e2b465152efea2511e72f1e31681e2b2742

  ---

  Occurred during start-up, before I did anything special...

  1 Ubuntu Wily Werewolf (development branch) 15.10
  2 3.16.3-1ubuntu6
  3&4 not applicable

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: gnome-shell 3.16.3-1ubuntu6
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Oct 12 19:22:07 2015
  DisplayManager: gdm
  ExecutablePath: /usr/bin/gnome-shell
  GsettingsChanges:

  InstallationDate: Installed on 2015-10-08 (4 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  ProcCmdline: gnome-shell --mode=gdm --wayland --display-server
  ProcEnviron:
   SHELL=/bin/false
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=nl_NL.UTF-8
  Signal: 5
  SourcePackage: gnome-shell
  StacktraceTop:
   ?? () from /usr/lib/libmutter.so.0
   _XIOError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: gnome-shell crashed with signal 5 in _XIOError()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Desktop-packages] [Bug 1616332] Re: gnome-software using hundreds of MB of memory when not in use

2017-10-05 Thread Nikolay_Miroshnichenko
+1 on 17.04 (and also it eats my swap)

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

Title:
  gnome-software using hundreds of MB of memory when not in use

Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  It seems gnome-software is running in the background all the time. Not
  a big deal if it was lightweight, but it seems to use hundreds of MB
  (from smem output):

PID User Command Swap  USS  PSS  
RSS 
   2291 jan  /usr/bin/gnome-software --g   285436   112576   117982   
134036 

  A total of over 400MB in RAM and swap combined.

  After killing and restarting, it takes "only" a bit over 100MB.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-software 
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-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: Wed Aug 24 09:45:53 2016
  InstallationDate: Installed on 2012-11-10 (1382 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  SourcePackage: gnome-software
  UpgradeStatus: Upgraded to xenial on 2016-06-19 (65 days ago)

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

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


[Desktop-packages] [Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-10-05 Thread Egmont Koblinger
Whenever you update to vte-0.50, please make sure to address lp:1718909
too! It's really not okay to accidentally remove a brand new feature
from Tilix.

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

Title:
  Update gnome-terminal to 3.26.1

Status in gnome-terminal package in Ubuntu:
  Triaged
Status in vte2.91 package in Ubuntu:
  Triaged

Bug description:
  We ended up not having time for this for Ubuntu 17.10.

  The gnome-terminal developer released a 3.25.1 early and then didn't
  release another build until just before 3.26.0.

  We'll need to do a bit of work to update vte with our pcre2 revert
  patches.

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

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


[Desktop-packages] [Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-10-05 Thread Egmont Koblinger
Hi,

Is it too late for 17.10 even if let's say I ported the patch for you
tonight? (I can't promise but I might take a look *if* you confirm
upfront that it'll likely make it into 17.10.)

The big change (that requires to update the pcre2 patch) made it into
3.25.1 (vte 0.49.1) so strictly speaking you had plenty of time to
update.

A few releases were skipped because there were hardly any changes. I
guess it came across as if it was really broken/unstable/unusable??
Would you have upgraded in time if there were .2, .90, .91 releases
almost identical to .1?

What can we do in the future to prevent this kind of misunderstanding /
implicit miscommunication?

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

Title:
  Update gnome-terminal to 3.26.1

Status in gnome-terminal package in Ubuntu:
  Triaged
Status in vte2.91 package in Ubuntu:
  Triaged

Bug description:
  We ended up not having time for this for Ubuntu 17.10.

  The gnome-terminal developer released a 3.25.1 early and then didn't
  release another build until just before 3.26.0.

  We'll need to do a bit of work to update vte with our pcre2 revert
  patches.

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

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


[Desktop-packages] [Bug 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2017-10-05 Thread Vitaliy
I had the same problem.
Ubuntu Mate 16.04.3 LTS

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts (reopen)

Status in X.Org X server:
  In Progress
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  This is a reopen of bug #36812, which has reappeared in Kubuntu 17.04
  Zesty Zapus.

  This is a bug about shortcuts mapped to combinations which include
  each other.

  For example, if we have Ctrl+Shift (for keyboard layout) and Ctrl+Shift+N (to 
open a new terminal), then we are practically unable to use the second 
shortcut; this is what happens:
  Ctrl press (nothing happens)
  Shift press (keyboard layout change)
  N (a simple N appears, since a shortcut has already fired)

  The expected behavior is to fire shortcuts on the release (not on
  press) of the special keys (ctrl,shift,alt, etc) which is also how
  Windows behave. This is a serious problem for bilingual layouts,
  typically using Alt+Shift or Ctrl+Shift for keyboard layout change.

  Apparently, the bug has reappeared after the patch that used to fix
  the problem (208_switch_on_release.diff) has been removed from X.Org
  1.19 packages. There is an updated patch in the upstream ticket
  https://bugs.freedesktop.org/show_bug.cgi?id=865 (link to the
  attachment: https://bugs.freedesktop.org/attachment.cgi?id=129861).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xserver-xorg-core 2:1.19.3-1ubuntu1
  Uname: Linux 4.9.0-22.1-liquorix-amd64 x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 17 17:46:35 2017
  InstallationDate: Installed on 2015-05-01 (716 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (1 days ago)

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

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


[Desktop-packages] [Bug 1707110] Re: fwupd is consuming 100% of CPU in an upto date Ubuntu 16.04

2017-10-05 Thread Ubungo
Same problem with Lenovo ThinkPad X1 Yoga LCD (2nd. Gen.) running on up-
to date Ubuntu 16.04

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

Title:
  fwupd is consuming 100% of CPU in an upto date Ubuntu 16.04

Status in appstream-glib package in Ubuntu:
  Confirmed

Bug description:
  Even though this bug is reported
  [https://bugs.launchpad.net/ubuntu/+source/appstream-
  glib/+bug/1591868] and marked as fixed, I am having the same issue on
  a up to date Ubuntu 16.04 system (as you can see in the attachment).
  Rebooting doesn't fix the problem.

  Thanks.

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

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


[Desktop-packages] [Bug 1719105] Re: Ctrl+Alt+T does not open a terminal anymore

2017-10-05 Thread Benjamin Tegge
Which session? Unity (I can reproduce it there)? Ubuntu on X (works for
me)? Ubuntu on Wayland (works for me)?

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

Title:
  Ctrl+Alt+T does not open a terminal anymore

Status in gnome-settings-daemon package in Ubuntu:
  Incomplete

Bug description:
  Ctrl+Alt+T does not open a terminal anymore. It was working before the
  latest updates.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-settings-daemon 3.26.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-11.12-generic 4.13.1
  Uname: Linux 4.13.0-11-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 23 17:46:50 2017
  ExecutablePath: /usr/lib/gnome-settings-daemon/gsd-keyboard
  InstallationDate: Installed on 2017-09-21 (2 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170919)
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721531] [NEW] Video não carrega

2017-10-05 Thread leomar
Public bug reported:

Video no portal do SESI-SP não carrega no Firefox-Ubuntu16.04, mas
funciona no Firefox-Windows7!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 56.0+build6-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.10.0-36.40~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-36-generic i686
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  leomar 3988 F pulseaudio
BuildID: 20170928135511
Channel: Unavailable
CurrentDesktop: Unity
Date: Thu Oct  5 08:44:45 2017
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 2017-07-18 (78 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release i386 (20170215.2)
IpRoute:
 default via 192.168.15.1 dev wlp2s0  proto static  metric 600 
 169.254.0.0/16 dev wlp2s0  scope link  metric 1000 
 192.168.15.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.15.6  metric 
600
Locales: extensions.sqlite corrupt or missing
Plugins: Shockwave Flash - /usr/lib/adobe-flashplugin/libflashplayer.so 
(adobe-flashplugin)
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=56.0/20170928135511 (In use)
RelatedPackageVersions: adobe-flashplugin 1:20170912.1-0ubuntu0.16.04.1
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/20/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R0300Y8
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0300Y8:bd07/20/2010:svnSonyCorporation:pnVPCEB17FB:pvrC7004P6W:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VPCEB17FB
dmi.product.version: C7004P6W
dmi.sys.vendor: Sony Corporation

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


** Tags: apport-bug i386 xenial

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

Title:
  Video não carrega

Status in firefox package in Ubuntu:
  New

Bug description:
  Video no portal do SESI-SP não carrega no Firefox-Ubuntu16.04, mas
  funciona no Firefox-Windows7!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 56.0+build6-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.10.0-36.40~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-36-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leomar 3988 F pulseaudio
  BuildID: 20170928135511
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 08:44:45 2017
  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 2017-07-18 (78 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release i386 
(20170215.2)
  IpRoute:
   default via 192.168.15.1 dev wlp2s0  proto static  metric 600 
   169.254.0.0/16 dev wlp2s0  scope link  metric 1000 
   192.168.15.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.15.6  
metric 600
  Locales: extensions.sqlite corrupt or missing
  Plugins: Shockwave Flash - /usr/lib/adobe-flashplugin/libflashplayer.so 
(adobe-flashplugin)
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=56.0/20170928135511 (In use)
  RelatedPackageVersions: adobe-flashplugin 1:20170912.1-0ubuntu0.16.04.1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0300Y8
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatr

[Desktop-packages] [Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-10-05 Thread Jeremy Bicha
Egmont, thanks for your comments.

1. To get 3.26 into Ubuntu 17.10, you would need to convert this bug
into a Feature Freeze exception and have that exception approved by the
Ubuntu Release Team. I'm not on the Release Team so I don't know whether
it will be approved.

2. Basically I ran out of time.

3. I am not going to upload a GNOME development .1 release from very
early in the release cycle into Ubuntu. (For one thing, my experience is
that GNOME developers feel free to change features well after the GNOME
Freeze if they never released a .90 yet.) A suitable tarball was not
released until September 8 which is over 2 weeks late for Ubuntu Feature
Freeze. So yes, it would definitely have helped if vte had followed
GNOME's release cycle.

4. More specifically, this cycle I used .5 releases to start working on
packaging, but .90 releases are really important because of how GNOME
and Ubuntu's release cycles fit together. So far, I haven't devoted the
time to work on packaging earlier GNOME snapshots.

5. If you can fix 17718909, please submit a patch and subscribe ubuntu-
sponsors. Thanks.

References
--
https://wiki.ubuntu.com/ArtfulAardvark/ReleaseSchedule
https://wiki.ubuntu.com/FeatureFreeze

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

Title:
  Update gnome-terminal to 3.26.1

Status in gnome-terminal package in Ubuntu:
  Triaged
Status in vte2.91 package in Ubuntu:
  Triaged

Bug description:
  We ended up not having time for this for Ubuntu 17.10.

  The gnome-terminal developer released a 3.25.1 early and then didn't
  release another build until just before 3.26.0.

  We'll need to do a bit of work to update vte with our pcre2 revert
  patches.

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

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


[Desktop-packages] [Bug 1721248] Re: Totem could not get a screenshot of the video

2017-10-05 Thread corrado venturini
Problem also with cheese ... may be related?


corrado@corrado-p5-0930:~$ cheese

(cheese:4054): Gtk-WARNING **: Theme parsing error: cheese.css:7:35: The style 
property GtkScrollbar:min-slider-length is deprecated and shouldn't be used 
anymore. It will be removed in a future version
totem-video-thumbnailer couldn't open file 
'file:///home/corrado/Videos/Webcam/2017-10-05-140813.webm'

** (cheese:4054): WARNING **: could not generate thumbnail for
/home/corrado/Videos/Webcam/2017-10-05-140813.webm (video/webm)

corrado@corrado-p5-0930:~$

corrado@corrado-p5-0930:~$ totem

(totem:4344): GLib-CRITICAL **: g_key_file_load_from_file: assertion
'file != NULL' failed

(totem:4344): Gtk-WARNING **: Drawing a gadget with negative dimensions.
Did you forget to allocate a size? (node slider owner GtkScale)

** (totem:4344): WARNING **: Could not take screenshot: failed to retrieve or 
convert video frame
corrado@corrado-p5-0930:~$

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

Title:
  Totem could not get a screenshot of the video

Status in totem package in Ubuntu:
  New

Bug description:
  I try to get a screenshot from my video and totem shows a message
  saying it could not get a screenshot of the video and suggesting to
  open a bug. See attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: totem 3.25.90.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct  4 14:54:16 2017
  InstallationDate: Installed on 2017-09-29 (5 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

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

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


[Desktop-packages] [Bug 1711876] Re: Firefox version 55 cannot start and crashed on Raspberry Pi 3

2017-10-05 Thread Zaphod Beeblebrox
*** This bug is a duplicate of bug 1711337 ***
https://bugs.launchpad.net/bugs/1711337

Problem still persists with FF 56.0 (Ubuntu MATE 16.04.2, Raspberry Pi 2
and 3).

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

Title:
  Firefox version 55 cannot start and crashed on Raspberry Pi 3

Status in ubuntu-mate:
  Invalid
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi

  I am currently using a Raspberry Pi 3 for Ubuntu-Mate 16.04.2
  After doing a software update, firefox version 55 cannot start up and 
crashed! 
  I cannot even send Ubuntu software bug for this! 
  Could you please checked and verify. If possible release a working firefox 
browser
  the Raspberry Pi 3 version. Thank you.

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

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


[Desktop-packages] [Bug 1720829] Re: Calendar shows wrong day (Sun. Oct. 2nd instead of Mon Oct. 2nd)

2017-10-05 Thread Bug Watch Updater
** Changed in: gnome-shell
   Status: Confirmed => Fix Released

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

Title:
  Calendar shows wrong day (Sun. Oct. 2nd instead of Mon Oct. 2nd)

Status in GNOME Shell:
  Fix Released
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  The calendar shows the wrong day of the week but the clock and the date of 
the system are correct.
  In the picture attached it show Sunday for 2017.10.02 but it is actually 
Monday.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.0-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-11.12-generic 4.13.1
  Uname: Linux 4.13.0-11-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Oct  2 17:57:45 2017
  DisplayManager: gdm3
  InstallationDate: Installed on 2013-09-03 (1489 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130902)
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721537] [NEW] No sound from headphone jack on xps13 9350 after ubuntu 17.10 dist-upgrade

2017-10-05 Thread Rien Heuver
Public bug reported:

I just upgraded from 17.04 to 17.10 on my Dell XPS13 9350. Ever since my
headphone jack doesn't output anything. The internal speakers are still
working fine, the speakers I connect to the laptop too (tested with my
phone). The system does recognize the speakers being connected, since I
get the Headpones | Headset | Microphone popup and I can also test
left/right speakers in Sound. However, no audio is coming through.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rienheuver   1426 F pulseaudio
CurrentDesktop: GNOME
Date: Thu Oct  5 14:41:11 2017
InstallationDate: Installed on 2016-11-22 (316 days ago)
InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Black Headphone Out, Front
Symptom_Type: No sound at all
Title: [XPS 13 9350, Realtek ALC3246, Black Headphone Out, Front] No sound at 
all
UpgradeStatus: Upgraded to artful on 2017-10-05 (0 days ago)
dmi.bios.date: 12/18/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.1.9
dmi.board.name: 07TYC2
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.9:bd12/18/2015:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn07TYC2:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  No sound from headphone jack on xps13 9350 after ubuntu 17.10 dist-
  upgrade

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I just upgraded from 17.04 to 17.10 on my Dell XPS13 9350. Ever since
  my headphone jack doesn't output anything. The internal speakers are
  still working fine, the speakers I connect to the laptop too (tested
  with my phone). The system does recognize the speakers being
  connected, since I get the Headpones | Headset | Microphone popup and
  I can also test left/right speakers in Sound. However, no audio is
  coming through.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rienheuver   1426 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Oct  5 14:41:11 2017
  InstallationDate: Installed on 2016-11-22 (316 days ago)
  InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Black Headphone Out, Front
  Symptom_Type: No sound at all
  Title: [XPS 13 9350, Realtek ALC3246, Black Headphone Out, Front] No sound at 
all
  UpgradeStatus: Upgraded to artful on 2017-10-05 (0 days ago)
  dmi.bios.date: 12/18/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.9
  dmi.board.name: 07TYC2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.9:bd12/18/2015:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn07TYC2:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9350
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-10-05 Thread Egmont Koblinger
1. I'll let this one go then, sorry.

2. No worries! I don't know what vte/gnome-terminal will add in this
cycle, but especially for the forthcoming 18.04 LTS it would be great
not to miss something new due to such a silly misunderstanding.

3-4. I'll forward the request to the main developer not to skip a
release (or at least not to skip .90, or not to skip more in a row). On
the other hand, GNOME's various freeze dates apply to us too even if we
skip a certain release. So e.g. if – theoretically – we skip .2 thru .90
the next time, by the time .90 is due please consider .1 as .90 :-)

Feel free to reach out to me any time you have questions or need a bit
of help with vte/gnome-terminal (including e.g. porting the pcre patch).
Unlike its main developer I'm actually using Ubuntu, so I'm happy to
give some more direct help to this distro.

Thanks!

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

Title:
  Update gnome-terminal to 3.26.1

Status in gnome-terminal package in Ubuntu:
  Triaged
Status in vte2.91 package in Ubuntu:
  Triaged

Bug description:
  We ended up not having time for this for Ubuntu 17.10.

  The gnome-terminal developer released a 3.25.1 early and then didn't
  release another build until just before 3.26.0.

  We'll need to do a bit of work to update vte with our pcre2 revert
  patches.

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

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


[Desktop-packages] [Bug 1717951] Re: UIFe: Drop imagemagick-display from the default install

2017-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-settings - 17.10.17

---
ubuntu-settings (17.10.17) artful; urgency=medium

  * Hide imagemagick's Display app from the Ubuntu session (LP:
#1717951)

 -- Jeremy Bicha   Tue, 03 Oct 2017 21:36:30 -0400

** Changed in: ubuntu-settings (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  UIFe: Drop imagemagick-display from the default install

Status in ubuntu-settings package in Ubuntu:
  Fix Released
Status in imagemagick package in Debian:
  New

Bug description:
  Impact
  ==
  I'm proposing to drop the ImageMagick app from the default Ubuntu 17.10.

  It is visible in the Show Applications view of the Activities Overview
  so this could impact screenshots.

  Justification
  =
  imagemagick is a collection of commandline utilities for working with images, 
photos, etc. It is a required dependency for many things and will still be 
installed by default.

  Bundled with imagemagick is the "display" app, which is an app with an
  unusual, difficult-to-use UI. It was not intentionally included in the
  default Ubuntu install but was only there because it was packaged
  together.

  I am proposing splitting the display app to a separate binary package
  so that it is available for install for the few who do want to use the
  app.

  I tried proposing this to Debian. See comment #60 on the attached
  Debian bug but the Debian maintainer doesn't seem interested in
  accepting my proposal any time soon. (I emailed him directly a few
  months ago too.)

  List Notifications
  ==
  https://lists.ubuntu.com/archives/ubuntu-doc/2017-September/020534.html
  
https://lists.ubuntu.com/archives/ubuntu-translators/2017-September/007403.html

  Other Info
  ==
  I will be attaching a patch for review by the Desktop Team here soon.

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

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


[Desktop-packages] [Bug 1721541] [NEW] Lan connection lost but network-manager still sees connection as active

2017-10-05 Thread Ubuntu1988
Public bug reported:

>From time to time the wired connection is no longer accessible for a few
minutes while network-manager always sees it active, even when I
disconnect / reconnect from the applet. To recover the connection,
either I wait a few minutes, or I unplug and then reconnect the cable.

The other devices connected to the router have no issue and despite new
network cables, only the computer under Ubuntu is affected (the same
with the r8168 driver)

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: network-manager 1.8.4-1ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Oct  5 15:02:48 2017
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2017-09-27 (8 days ago)
InstallationMedia: Xubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
IpRoute:
 default via 192.168.0.254 dev enp2s0 proto static metric 100 
 169.254.0.0/16 dev enp2s0 scope link metric 1000 
 192.168.0.0/24 dev enp2s0 proto kernel scope link src 192.168.0.11 metric 100
IwConfig:
 enp2s0no wireless extensions.
 
 lono wireless extensions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAME UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH SLAVE 
 OpenDNS  6917d17f-d173-43fa-a516-7c8503bdcc7e  802-3-ethernet  1507208476  
jeu. 05 oct. 2017 15:01:16 CEST  yes  0 no
/org/freedesktop/NetworkManager/Settings/1  yes enp2s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/3  --
nmcli-dev:
 DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
 enp2s0  ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
OpenDNS 6917d17f-d173-43fa-a516-7c8503bdcc7e  
/org/freedesktop/NetworkManager/ActiveConnection/3 
 lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.8.4connected  started  full  enabled enabled  
enabled  enabled  enabled

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


** Tags: amd64 apport-bug artful

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

Title:
  Lan connection lost but network-manager still sees connection as
  active

Status in network-manager package in Ubuntu:
  New

Bug description:
  From time to time the wired connection is no longer accessible for a
  few minutes while network-manager always sees it active, even when I
  disconnect / reconnect from the applet. To recover the connection,
  either I wait a few minutes, or I unplug and then reconnect the cable.

  The other devices connected to the router have no issue and despite
  new network cables, only the computer under Ubuntu is affected (the
  same with the r8168 driver)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.4-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Oct  5 15:02:48 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-09-27 (8 days ago)
  InstallationMedia: Xubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  IpRoute:
   default via 192.168.0.254 dev enp2s0 proto static metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.0.0/24 dev enp2s0 proto kernel scope link src 192.168.0.11 metric 100
  IwConfig:
   enp2s0no wireless extensions.
   
   lono wireless extensions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH 

[Desktop-packages] [Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-10-05 Thread Egmont Koblinger
Only 2 hunks fail to apply, one of them is trivial to fix. There's 1
tough, about a 100 lines in vte.cc.rej.

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

Title:
  Update gnome-terminal to 3.26.1

Status in gnome-terminal package in Ubuntu:
  Triaged
Status in vte2.91 package in Ubuntu:
  Triaged

Bug description:
  We ended up not having time for this for Ubuntu 17.10.

  The gnome-terminal developer released a 3.25.1 early and then didn't
  release another build until just before 3.26.0.

  We'll need to do a bit of work to update vte with our pcre2 revert
  patches.

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

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


[Desktop-packages] [Bug 1721321] Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast()

2017-10-05 Thread dino99
*** This bug is a duplicate of bug 1714989 ***
https://bugs.launchpad.net/bugs/1714989

Aspell-en can be reinstalled into a terminal without getting
warning/error nor gnome-shell crashing. So the problem may then came
from the ubuntu-theme & likes also installed at the same time.

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

Title:
  gnome-shell crashed with SIGSEGV in g_type_check_instance_cast()

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I was upgrading aspell-en 2017.08.24-0-0.1 when the wayland session
  has first freezed, then got kicked out back to the login screen.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.0-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Oct  4 18:33:30 2017
  DisplayManager: lightdm
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-shell
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fb4a07e8e62 :
mov(%rdi),%rbp
   PC (0x7fb4a07e8e62) ok
   source "(%rdi)" (0x80007) not located in a known VMA region (needed 
readable region)!
   destination "%rbp" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-shell
  StacktraceTop:
   g_type_check_instance_cast () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   st_label_set_text () from /usr/lib/gnome-shell/libst-1.0.so
   g_object_setv () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_object_set_property () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/libgjs.so.0
  Title: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2017-10-05 Thread Andres Rodriguez
** Tags added: internal

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

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

Status in MAAS:
  Triaged
Status in dbconfig-common package in Ubuntu:
  Invalid
Status in maas package in Ubuntu:
  Confirmed
Status in postgresql-common package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04 with all updates as of time of the writing.

  MAAS - 1.5.4+bzr2294-0ubuntu1.1

  # apt-get install maas
  ...
  Setting up maas-dns (1.5.4+bzr2294-0ubuntu1.1) ...
   * Stopping domain name service... bind9  

   waiting for pid 29580 to 
die


[ OK ]
   * Starting domain name service... bind9  

[ OK ] 
  Setting up maas-region-controller (1.5.4+bzr2294-0ubuntu1.1) ...
  locale: Cannot set LC_ALL to default locale: No such file or directory
  Considering dependency proxy for proxy_http:
  Module proxy already enabled
  Module proxy_http already enabled
  Module expires already enabled
  Module wsgi already enabled
  rsyslog stop/waiting
  rsyslog start/running, process 32763
  squid-deb-proxy stop/waiting
  squid-deb-proxy start/running, process 349
   * Restarting message broker rabbitmq-server  

[ OK ] 
  Creating user "maas_longpoll" ...
  ...done.
  Creating vhost "/maas_longpoll" ...
  ...done.
  Setting permissions for user "maas_longpoll" in vhost "/maas_longpoll" ...
  ...done.
  Creating user "maas_workers" ...
  ...done.
  Creating vhost "/maas_workers" ...
  ...done.
  Setting permissions for user "maas_workers" in vhost "/maas_workers" ...
  ...done.
   * No PostgreSQL clusters exist; see "man pg_createcluster"
  dbconfig-common: writing config to 
/etc/dbconfig-common/maas-region-controller.conf

  Creating config file /etc/dbconfig-common/maas-region-controller.conf with 
new version
  unable to connect to postgresql server.
  error encountered creating user:
  psql: could not connect to server: No such file or directory Is the server 
running locally and accepting connections on Unix domain socket 
"/var/run/postgresql/.s.PGSQL.5432"?
  /usr/bin/locale: Cannot set LC_ALL to default locale: No such file or 
directory

  Here's the environment:
  # export
  declare -x HOME="/root"
  declare -x LANG="en_US.UTF-8"
  declare -x LANGUAGE="en_US:en"
  declare -x LC_ADDRESS="hr_HR.UTF-8"
  declare -x LC_IDENTIFICATION="hr_HR.UTF-8"
  declare -x LC_MEASUREMENT="hr_HR.UTF-8"
  declare -x LC_MONETARY="hr_HR.UTF-8"
  declare -x LC_NAME="hr_HR.UTF-8"
  declare -x LC_NUMERIC="hr_HR.UTF-8"
  declare -x LC_PAPER="hr_HR.UTF-8"
  declare -x LC_TELEPHONE="hr_HR.UTF-8"
  declare -x LC_TIME="hr_HR.UTF-8"
  declare -x LESSCLOSE="/usr/bin/lesspipe %s %s"
  declare -x LESSOPEN="| /usr/bin/lesspipe %s"
  declare -x LOGNAME="root"
  declare -x 
LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=0
 
1;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:"
  declare -x MAIL="/var/mail/root"
  declare -x OLDPWD
  declare -x PATH="/usr/local/sbin:/usr/local/b

[Desktop-packages] [Bug 1715375] Re: Cheese take a long time to launch

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

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

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

Title:
  Cheese take a long time to launch

Status in ubuntu-mate:
  Invalid
Status in cheese package in Ubuntu:
  Confirmed

Bug description:
  Loading Cheese from menu takes approx 15 seconds, works fine. From
  syslog:

  Sep  6 12:06:07 charlie-PERSONAL-COMPUTER cheese[11182]: Theme parsing error: 
cheese.css:7:35: The style property GtkScrollbar:min-slider-length is 
deprecated and shouldn't be used anymore. It will be removed in a future version
  Sep  6 12:06:23 charlie-PERSONAL-COMPUTER appmenu-mate[1738]: Failed to fetch 
property `_GTK_UNIQUE_BUS_NAME': 
GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface 
'org.ayatana.bamf.window' on object at path /org/ayatana/bamf/window/10485790
  Sep  6 12:06:23 charlie-PERSONAL-COMPUTER appmenu-mate[1738]: Failed to fetch 
path: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface 
'org.ayatana.bamf.window' on object at path /org/ayatana/bamf/window/10485790
  Sep  6 12:06:23 charlie-PERSONAL-COMPUTER appmenu-mate[1738]: instance with 
invalid (NULL) class pointer
  Sep  6 12:06:23 charlie-PERSONAL-COMPUTER appmenu-mate[1738]: 
g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE 
(instance)' failed
  Sep  6 12:06:31 charlie-PERSONAL-COMPUTER cheese[11254]: Theme parsing error: 
cheese.css:7:35: The style property GtkScrollbar:min-slider-length is 
deprecated and shouldn't be used anymore. It will be removed in a future version
  Sep  6 12:07:17 charlie-PERSONAL-COMPUTER cheese[11330]: Theme parsing error: 
cheese.css:7:35: The style property GtkScrollbar:min-slider-length is 
deprecated and shouldn't be used anymore. It will be removed in a future version
  Sep  6 12:13:39 charlie-PERSONAL-COMPUTER pulseaudio[1729]: [pulseaudio] 
shm.c: mmap() failed: Cannot allocate memory
  Sep  6 12:13:39 charlie-PERSONAL-COMPUTER pulseaudio[1729]: [pulseaudio] 
pstream.c: Failed to create permanent mapping for memfd region with ID = 
1139249259
  Sep  6 12:13:39 charlie-PERSONAL-COMPUTER pulseaudio[1729]: [pulseaudio] 
protocol-native.c: Failed to register memfd mempool. Reason: could not attach 
memfd SHM ID to pipe
  Sep  6 12:13:39 charlie-PERSONAL-COMPUTER pulseaudio[1729]: [pulseaudio] 
shm.c: mmap() failed: Cannot allocate memory
  Sep  6 12:13:39 charlie-PERSONAL-COMPUTER pulseaudio[1729]: [pulseaudio] 
protocol-native.c: Disabling srbchannel, reason: Failed to allocate shared 
writable memory pool.
  Sep  6 12:13:39 charlie-PERSONAL-COMPUTER pulseaudio[1729]: [pulseaudio] 
shm.c: mmap() failed: Cannot allocate memory
  Sep  6 12:13:39 charlie-PERSONAL-COMPUTER pulseaudio[1729]: [pulseaudio] 
pstream.c: Failed to create permanent mapping for memfd region with ID = 
1999805095

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

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


[Desktop-packages] [Bug 1721541] Re: Lan connection lost but network-manager still sees connection as active

2017-10-05 Thread Ubuntu1988
I forgot: I have of course tested DNS other than those of my ISP, like
OpenDNS (which I currently have) or Google but always the same, even
ignoring IPv6

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

Title:
  Lan connection lost but network-manager still sees connection as
  active

Status in network-manager package in Ubuntu:
  New

Bug description:
  From time to time the wired connection is no longer accessible for a
  few minutes while network-manager always sees it active, even when I
  disconnect / reconnect from the applet. To recover the connection,
  either I wait a few minutes, or I unplug and then reconnect the cable.

  The other devices connected to the router have no issue and despite
  new network cables, only the computer under Ubuntu is affected (the
  same with the r8168 driver)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.4-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Oct  5 15:02:48 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-09-27 (8 days ago)
  InstallationMedia: Xubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  IpRoute:
   default via 192.168.0.254 dev enp2s0 proto static metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.0.0/24 dev enp2s0 proto kernel scope link src 192.168.0.11 metric 100
  IwConfig:
   enp2s0no wireless extensions.
   
   lono wireless extensions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH SLAVE 
   OpenDNS  6917d17f-d173-43fa-a516-7c8503bdcc7e  802-3-ethernet  1507208476  
jeu. 05 oct. 2017 15:01:16 CEST  yes  0 no
/org/freedesktop/NetworkManager/Settings/1  yes enp2s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/3  --
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp2s0  ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
OpenDNS 6917d17f-d173-43fa-a516-7c8503bdcc7e  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/1  --   
   ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.4connected  started  full  enabled enabled  
enabled  enabled  enabled

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

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


[Desktop-packages] [Bug 1715375] Re: Cheese take a long time to launch

2017-10-05 Thread corrado venturini
I have a similar problem on Ubuntu 17.10: cheese takes about 15 seconds
to start using an UVC camera (046d:0990) on USB3 but start immediately
using an old Philips 740 webcam.

corrado@corrado-p5-0930:~$ cheese

(cheese:5526): Gtk-WARNING **: Theme parsing error: cheese.css:7:35: The style 
property GtkScrollbar:min-slider-length is deprecated and shouldn't be used 
anymore. It will be removed in a future version
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
corrado@corrado-p5-0930:~$ 

corrado@corrado-p5-0930:~$ inxi -Fx
System:Host: corrado-p5-0930 Kernel: 4.13.0-12-generic x86_64 bits: 64 gcc: 
7.2.0
   Desktop: Gnome 3.26.0 (Gtk 3.22.21-0ubuntu1) Distro: Ubuntu Artful 
Aardvark (development branch)
Machine:   Device: desktop Mobo: ASRock model: H110M-G/M.2 serial: N/A UEFI: 
American Megatrends v: P1.10 date: 05/11/2017
CPU:   Dual core Intel Core i3-7100 (-HT-MCP-) arch: Skylake rev.9 cache: 
3072 KB
   flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 15648
   clock speeds: max: 3900 MHz 1: 3900 MHz 2: 3900 MHz 3: 3900 MHz 4: 
3900 MHz
Graphics:  Card: Intel HD Graphics 630 bus-ID: 00:02.0
   Display Server: x11 (X.Org 1.19.3 ) driver: i915 Resolution: 
1920x1080@60.00hz
   OpenGL: renderer: Mesa DRI Intel HD Graphics 630 (Kaby Lake GT2)
   version: 4.5 Mesa 17.2.2 Direct Render: Yes
Audio: Card-1 Intel Sunrise Point-H HD Audio driver: snd_hda_intel bus-ID: 
00:1f.3
   Card-2 Logitech QuickCam Pro 9000 driver: USB Audio usb-ID: 001-006
   Sound: Advanced Linux Sound Architecture v: k4.13.0-12-generic
Network:   Card: Intel Ethernet Connection (2) I219-V driver: e1000e v: 3.2.6-k 
bus-ID: 00:1f.6
   IF: enp0s31f6 state: up speed: 100 Mbps duplex: full mac: 
70:85:c2:44:7b:86
Drives:HDD Total Size: 1000.2GB (6.9% used)
   ID-1: /dev/sda model: TOSHIBA_DT01ACA1 size: 1000.2GB
Partition: ID-1: / size: 32G used: 4.7G (16%) fs: ext4 dev: /dev/sda5
   ID-2: swap-1 size: 8.59GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 37.0C mobo: N/A
   Fan Speeds (in rpm): cpu: N/A
Info:  Processes: 238 Uptime: 2:58 Memory: 1428.4/7684.1MB Init: systemd 
runlevel: 5 Gcc sys: N/A
   Client: Shell (bash 4.4.121) inxi: 2.3.37 
corrado@corrado-p5-0930:~$ 


in the log i see:

15:36:02 systemd: Started Hostname Service.
15:36:02 dbus-daemon: [system] Successfully activated service 
'org.freedesktop.hostname1'
15:36:02 systemd: Starting Hostname Service...
15:36:02 dbus-daemon: [system] Activating via systemd: service 
name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
15:36:02 dbus-daemon: [system] Activating via systemd: service 
name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
15:35:22 dbus-daemon: Successfully activated service 'org.gnome.Logs'
15:35:22 dbus-daemon: Activating service name='org.gnome.Logs'
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 
1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 
1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 
1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 
1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1920x1080"x60.0  172.80  
1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 
738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 
656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 
840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
15:35:05 gdm-x-session: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 
2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
15:35:05 gdm-x-session: (II) modeset(0): Printing DDC gathered Modelines:
15:35:05 gdm-x-session: (II) mode

[Desktop-packages] [Bug 1721541] Re: Lan connection lost but network-manager still sees connection as active

2017-10-05 Thread Ubuntu1988
This bug looks a lot like mine (with the same network card, but another
revision), with the difference that I can not find the connection via
the network-manager applet https://bugs.launchpad.net/ubuntu/+source
/network-manager/+bug/1715013 so I do not know if they can be considered
as duplicates

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

Title:
  Lan connection lost but network-manager still sees connection as
  active

Status in network-manager package in Ubuntu:
  New

Bug description:
  From time to time the wired connection is no longer accessible for a
  few minutes while network-manager always sees it active, even when I
  disconnect / reconnect from the applet. To recover the connection,
  either I wait a few minutes, or I unplug and then reconnect the cable.

  The other devices connected to the router have no issue and despite
  new network cables, only the computer under Ubuntu is affected (the
  same with the r8168 driver)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.4-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Oct  5 15:02:48 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-09-27 (8 days ago)
  InstallationMedia: Xubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  IpRoute:
   default via 192.168.0.254 dev enp2s0 proto static metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.0.0/24 dev enp2s0 proto kernel scope link src 192.168.0.11 metric 100
  IwConfig:
   enp2s0no wireless extensions.
   
   lono wireless extensions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH SLAVE 
   OpenDNS  6917d17f-d173-43fa-a516-7c8503bdcc7e  802-3-ethernet  1507208476  
jeu. 05 oct. 2017 15:01:16 CEST  yes  0 no
/org/freedesktop/NetworkManager/Settings/1  yes enp2s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/3  --
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp2s0  ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
OpenDNS 6917d17f-d173-43fa-a516-7c8503bdcc7e  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/1  --   
   ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.4connected  started  full  enabled enabled  
enabled  enabled  enabled

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

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


[Desktop-packages] [Bug 1721552] [NEW] Since last 17.10 update yesterday, thunderbird looks terrible, needs always mouse-over to display any menue contense and text while writing keeps disappearing, c

2017-10-05 Thread Alex GOOD HEARTS Organisation
Public bug reported:

I have used 17.10 since alpha from daily builds, updating every other
day or so, never had any mayor issue, only the 'new' Thunderbird - which
i depend upon - seems to have serious issues. Thanks for fixing ;-)

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: thunderbird 1:52.4.0+build1-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
Uname: Linux 4.13.0-14-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lx 1131 F pulseaudio
BuildID: 20171003222123
Channel: Unavailable
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct  5 17:02:31 2017
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 2017-09-01 (34 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170830)
IpRoute:
 default via 192.168.7.12 dev wlp1s0 proto static metric 600 
 169.254.0.0/16 dev wlp1s0 scope link metric 1000 
 192.168.7.0/24 dev wlp1s0 proto kernel scope link src 192.168.7.27 metric 600
Locales: extensions.sqlite corrupt or missing
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
RunningIncompatibleAddons: False
SourcePackage: thunderbird
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/23/2017
dmi.bios.vendor: Insyde
dmi.bios.version: F.45
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 80DF
dmi.board.vendor: HP
dmi.board.version: 87.72
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.45:bd05/23/2017:svnHP:pnHPENVYNotebook:pvrType1ProductConfigId:rvnHP:rn80DF:rvr87.72:cvnHP:ct10:cvrChassisVersion:
dmi.product.family: 103C_5335KV G=N L=CON B=HP S=ENV
dmi.product.name: HP ENVY Notebook
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug artful package-from-proposed wayland-session

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

Title:
  Since last 17.10 update yesterday, thunderbird looks terrible, needs
  always mouse-over to display any menue contense and text while writing
  keeps disappearing, can temporarily be found back by zooming in or
  out, only to disappear in clusters again... completely unusable.
  Thanks for fixing...

Status in thunderbird package in Ubuntu:
  New

Bug description:
  I have used 17.10 since alpha from daily builds, updating every other
  day or so, never had any mayor issue, only the 'new' Thunderbird -
  which i depend upon - seems to have serious issues. Thanks for fixing
  ;-)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
  Uname: Linux 4.13.0-14-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lx 1131 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  5 17:02:31 2017
  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 2017-09-01 (34 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170830)
  IpRoute:
   default via 192.168.7.12 dev wlp1s0 proto static metric 600 
   169.254.0.0/16 dev wlp1s0 scope link metric 1000 
   192.168.7.0/24 dev wlp1s0 proto kernel scope link src 192.168.7.27 metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/23/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.45
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 80DF
  dmi.board.vendor: HP
  dmi.board.version: 87.72
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.45:

[Desktop-packages] [Bug 1721552] Re: Since last 17.10 update yesterday, thunderbird looks terrible, needs always mouse-over to display any menue contense and text while writing keeps disappearing, can

2017-10-05 Thread Alex GOOD HEARTS Organisation
Sorry, have realized only just now that the bug is most probably the
same as

 #1721189 Thunderbird 1:52.4.0+build1-0ubuntu1 broken user interface
and
 #1721493 thunderbird ui hopelessly corrupted (screenshot) 

... wonder why i didnt see them earlier.., sorry!

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

Title:
  Since last 17.10 update yesterday, thunderbird looks terrible, needs
  always mouse-over to display any menue contense and text while writing
  keeps disappearing, can temporarily be found back by zooming in or
  out, only to disappear in clusters again... completely unusable.
  Thanks for fixing...

Status in thunderbird package in Ubuntu:
  New

Bug description:
  I have used 17.10 since alpha from daily builds, updating every other
  day or so, never had any mayor issue, only the 'new' Thunderbird -
  which i depend upon - seems to have serious issues. Thanks for fixing
  ;-)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
  Uname: Linux 4.13.0-14-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lx 1131 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  5 17:02:31 2017
  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 2017-09-01 (34 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170830)
  IpRoute:
   default via 192.168.7.12 dev wlp1s0 proto static metric 600 
   169.254.0.0/16 dev wlp1s0 scope link metric 1000 
   192.168.7.0/24 dev wlp1s0 proto kernel scope link src 192.168.7.27 metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/23/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.45
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 80DF
  dmi.board.vendor: HP
  dmi.board.version: 87.72
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.45:bd05/23/2017:svnHP:pnHPENVYNotebook:pvrType1ProductConfigId:rvnHP:rn80DF:rvr87.72:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=ENV
  dmi.product.name: HP ENVY Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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

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


[Desktop-packages] [Bug 1721566] [NEW] Regression: OpenVPN plugins fails to keep connection alive

2017-10-05 Thread gpothier
Public bug reported:

After a few minutes of inactivity, the VPN gets disconnected. In the log
extract below, the key part seems to be this one:

Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: WARNING: Failed running command 
(--up/--down): could not execute external program
Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: Exiting due to fatal error

Here is the full extract:

Oct  5 11:51:23 tadzim3 nm-openvpn[1526]: [cali-fw-vpn] Inactivity timeout 
(--ping-restart), restarting
Oct  5 11:51:23 tadzim3 nm-openvpn[1526]: SIGUSR1[soft,ping-restart] received, 
process restarting
Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: WARNING: No server certificate 
verification method has been enabled.  See http://openvpn.net/ho
wto.html#mitm for more info.
Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: NOTE: the current --script-security 
setting may allow this configuration to call user-defined s
cripts
Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: TCP/UDP: Preserving recently used 
remote address: [AF_INET]186.103.161.74:25402
Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: UDP link local: (not bound)
Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: UDP link remote: 
[AF_INET]186.103.161.74:25402
Oct  5 11:51:29 tadzim3 nm-openvpn[1526]: [cali-fw-vpn] Peer Connection 
Initiated with [AF_INET]186.103.161.74:25402
Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: Preserving previous TUN/TAP instance: 
tun0
Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: 
/usr/lib/NetworkManager/nm-openvpn-service-openvpn-helper --debug 0 1515 
--bus-name org.freedes
ktop.NetworkManager.openvpn.Connection_18 --tun -- tun0 1500 1558 10.8.1.2 
255.255.255.0 restart
Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: WARNING: Failed running command 
(--up/--down): could not execute external program
Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: Exiting due to fatal error
Oct  5 11:51:30 tadzim3 systemd-networkd[616]: tun0: Lost carrier
Oct  5 11:51:30 tadzim3 NetworkManager[823]:   [1507215090.1043] device 
(tun0): state change: activated -> unmanaged (reason 'unmanaged', internal 
state 'removed')

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: network-manager-openvpn 1.2.10-0ubuntu2
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Oct  5 11:59:28 2017
InstallationDate: Installed on 2015-01-23 (985 days ago)
InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
SourcePackage: network-manager-openvpn
UpgradeStatus: Upgraded to artful on 2017-06-15 (112 days ago)

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


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  Regression: OpenVPN plugins fails to keep connection alive

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

Bug description:
  After a few minutes of inactivity, the VPN gets disconnected. In the
  log extract below, the key part seems to be this one:

  Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: WARNING: Failed running command 
(--up/--down): could not execute external program
  Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: Exiting due to fatal error

  Here is the full extract:

  Oct  5 11:51:23 tadzim3 nm-openvpn[1526]: [cali-fw-vpn] Inactivity timeout 
(--ping-restart), restarting
  Oct  5 11:51:23 tadzim3 nm-openvpn[1526]: SIGUSR1[soft,ping-restart] 
received, process restarting
  Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: WARNING: No server certificate 
verification method has been enabled.  See http://openvpn.net/ho
  wto.html#mitm for more info.
  Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: NOTE: the current --script-security 
setting may allow this configuration to call user-defined s
  cripts
  Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: TCP/UDP: Preserving recently used 
remote address: [AF_INET]186.103.161.74:25402
  Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: UDP link local: (not bound)
  Oct  5 11:51:28 tadzim3 nm-openvpn[1526]: UDP link remote: 
[AF_INET]186.103.161.74:25402
  Oct  5 11:51:29 tadzim3 nm-openvpn[1526]: [cali-fw-vpn] Peer Connection 
Initiated with [AF_INET]186.103.161.74:25402
  Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: Preserving previous TUN/TAP 
instance: tun0
  Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: 
/usr/lib/NetworkManager/nm-openvpn-service-openvpn-helper --debug 0 1515 
--bus-name org.freedes
  ktop.NetworkManager.openvpn.Connection_18 --tun -- tun0 1500 1558 10.8.1.2 
255.255.255.0 restart
  Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: WARNING: Failed running command 
(--up/--down): could not execute external program
  Oct  5 11:51:30 tadzim3 nm-openvpn[1526]: Exiting due to fatal error
  Oct  5 11:51:30 tadzim3 systemd-networkd[616]: tun0: Lost carrier
  Oct  5 11:51:30 tadzim3 NetworkManager[823]:   [1507

[Desktop-packages] [Bug 1425000] Re: Cannot set right monitor as primary in dual monitor configuration

2017-10-05 Thread daj
This bug still happens in Ubuntu x86_64 17.10 development branch with
Gnome 3.26.

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

Title:
  Cannot set right monitor as primary in dual monitor configuration

Status in unity-control-center package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed
Status in xfwm4 package in Ubuntu:
  Confirmed

Bug description:
  Unity always considers the left monitor as the default/primary one when in a 
dual-monitor configuration. By this I mean that:
  - Desktop icons appear only on the left monitor
  - An opened app (eg libreoffice writer) is opened on the left screen, even if 
I launch it via the launcher on the right monitor

  The current configuration can be seen at
  
http://i286.photobucket.com/albums/ll86/wild_oscar/Screenshotfrom2015-02-24100853.png

  The .config/monitors.xml file is shown below. Notice that the HDMI
  display (green in the photo) is set asyes.
  Nevertheless, this seems to be ignored - the behaviour is the one
  mentioned above (desktop icons on the left and writer opening on the
  left) .

  

no

GSM
0x4b7a
0xb13b
1440
900
60
0
0
normal
no
no
no




GSM
0x5a26
0x0008976f
1920
1080
60
1440
0
normal
no
no
yes




  

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

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


[Desktop-packages] [Bug 1721578] [NEW] Firefox

2017-10-05 Thread Jukka
Public bug reported:

Firefox does not work properly

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Oct  5 18:38:01 2017
DistUpgraded: 2017-07-12 16:05:47,505 DEBUG icon theme changed, re-reading
DistroCodename: zesty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GF104 [GeForce GTX 460] [10de:0e22] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GF104 [GeForce GTX 460] [1043:835d]
InstallationDate: Installed on 2017-07-10 (87 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcEnviron:
 LANGUAGE=fi
 PATH=(custom, no user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to zesty on 2017-07-12 (85 days ago)
dmi.bios.date: 10/24/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0815
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M5A97
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0815:bd10/24/2011:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1
xserver.bootTime: Thu Oct  5 16:54:59 2017
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1.1
xserver.video_driver: nouveau

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


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

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

Title:
  Firefox

Status in xorg package in Ubuntu:
  New

Bug description:
  Firefox does not work properly

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Oct  5 18:38:01 2017
  DistUpgraded: 2017-07-12 16:05:47,505 DEBUG icon theme changed, re-reading
  DistroCodename: zesty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GF104 [GeForce GTX 460] [10de:0e22] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ASUSTeK Computer Inc. GF104 [GeForce GTX 460] [1043:835d]
  InstallationDate: Installed on 2017-07-10 (87 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcEnviron:
   LANGUAGE=fi
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to zesty on 2017-07-12 (85 days ago)
  dmi.bios.date: 10/24/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version

[Desktop-packages] [Bug 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2017-10-05 Thread A
My script based on Jacob's one.
https://gist.github.com/zorn-v/df0dccd14af81e017fbe8a4e1523ddf5

It removes all packages installed for build (with prompt).
Patch downdload commented out.

Bolow this line is the cry of the soul

It is IDIOTISM. It's need to recompile WHOLE X.ORG for simple behavior whose 
should be in some config at least.

Many dislikes and curse to upstream mainteiners. AFAIK this bug since
200X. THIS IS SHAME.

You can put your important opinion in the...
Yes, I don't respect you as you don't respect users (and distro mainteiners) of 
your lib.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts (reopen)

Status in X.Org X server:
  In Progress
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  This is a reopen of bug #36812, which has reappeared in Kubuntu 17.04
  Zesty Zapus.

  This is a bug about shortcuts mapped to combinations which include
  each other.

  For example, if we have Ctrl+Shift (for keyboard layout) and Ctrl+Shift+N (to 
open a new terminal), then we are practically unable to use the second 
shortcut; this is what happens:
  Ctrl press (nothing happens)
  Shift press (keyboard layout change)
  N (a simple N appears, since a shortcut has already fired)

  The expected behavior is to fire shortcuts on the release (not on
  press) of the special keys (ctrl,shift,alt, etc) which is also how
  Windows behave. This is a serious problem for bilingual layouts,
  typically using Alt+Shift or Ctrl+Shift for keyboard layout change.

  Apparently, the bug has reappeared after the patch that used to fix
  the problem (208_switch_on_release.diff) has been removed from X.Org
  1.19 packages. There is an updated patch in the upstream ticket
  https://bugs.freedesktop.org/show_bug.cgi?id=865 (link to the
  attachment: https://bugs.freedesktop.org/attachment.cgi?id=129861).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xserver-xorg-core 2:1.19.3-1ubuntu1
  Uname: Linux 4.9.0-22.1-liquorix-amd64 x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 17 17:46:35 2017
  InstallationDate: Installed on 2015-05-01 (716 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (1 days ago)

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

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


[Desktop-packages] [Bug 1720890] Re: vulkan-smoketest segfaults steam vulkan games segfault

2017-10-05 Thread Lawrence A Fossi
After seeing you comment last night I did an apt-get purge of mesa-
vulkan drivers and vulkan-utils then ran apt-get autoremove to remove
libvulkan1 verified that all vulkan related files were gone then
rebooted and reinstalled them.

Mesa upgraded fine to 17.2.2 this morning but the problem remains.
$ apt-cache policy mesa-vulkan-drivers
mesa-vulkan-drivers:
  Installed: 17.2.2-0ubuntu1
  Candidate: 17.2.2-0ubuntu1
  Version table:
 *** 17.2.2-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu artful/universe amd64 Packages
100 /var/lib/dpkg/status

vulkan-smoketest
WARNING: radv is not a conformant vulkan implementation, testing use only.
WARNING: radv is not a conformant vulkan implementation, testing use only.
Segmentation fault

from kernel log: Oct  5 10:22:17 Tardis-1 kernel: [ 4445.683796] vulkan-
smoketes[4128]: segfault at 0 ip 7f43321ef924 sp 7ffdee3530a0
error 6 in libvulkan_radeon.so[7f4332183000+18b000]

from syslog: Oct  5 10:22:17 Tardis-1 kernel: [ 4445.683796] vulkan-
smoketes[4128]: segfault at 0 ip 7f43321ef924 sp 7ffdee3530a0
error 6 in libvulkan_radeon.so[7f4332183000+18b000]

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

Title:
  vulkan-smoketest segfaults steam vulkan games segfault

Status in mesa package in Ubuntu:
  New

Bug description:
  $ lsb_release -rd
  Description:  Ubuntu Artful Aardvark (development branch)
  Release:  17.10

  $ apt-cache policy mesa-vulkan-drivers
  mesa-vulkan-drivers:
Installed: 17.2.1-0ubuntu1
Candidate: 17.2.1-0ubuntu1
Version table:
   *** 17.2.1-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu artful/universe amd64 Packages
  100 /var/lib/dpkg/status

  
  Easily reproducible : apt-get install mesa-vulkan-drivers apt-get install 
vulkan-utils

  Open a terminal type vulkan-smoketest instead of a glxgears type window it 
will segfault.
  message from kernel.log:
  Sep 29 16:23:53 Tardis-1 kernel: [17709.532915] vulkan-smoketes[11798]: 
segfault at 0 ip 7fed61a17914 sp 7ffedcb8f850 error 6 in 
libvulkan_radeon.so[7fed619ab000+18b000]
  syslog:
  Sep 28 10:38:13 Tardis-1 kernel: [18292.174313] vulkan-smoketes[13385]: 
segfault at 0 ip 7f62705a7914 sp 7ffd0edc6260 error 6 in 
libvulkan_radeon.so[7f627053b000+18b000]

  What should happen is a glxgears like window will open and render properly 
instead of segfaulting.
  It appears that the culprit is an old or broken libvulkan_radeon.so provided 
by mesa-vulkan-drivers.

  As a test I renamed the old lib and dropped in a newer version from
  oibaf's ppa. smoketest now passes steam's The Talos Princible and Mad
  Max now work properly in Vulkan mode as well instead of segfaulting.

  This issue is also present on Zesty and fixed in both Oibaf's and
  Padoka's ppa's since April back when they were rolling 17.2 mesa.

  I have no idea if libvulkan_intel.so also needs updating no hardware
  to check.

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

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


[Desktop-packages] [Bug 1721552] Re: Since last 17.10 update yesterday, thunderbird looks terrible, needs always mouse-over to display any menue contense and text while writing keeps disappearing, can

2017-10-05 Thread dino99
*** This bug is a duplicate of bug 1721189 ***
https://bugs.launchpad.net/bugs/1721189

** This bug has been marked a duplicate of bug 1721189
   Thunderbird 1:52.4.0+build1-0ubuntu1 broken user interface

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

Title:
  Since last 17.10 update yesterday, thunderbird looks terrible, needs
  always mouse-over to display any menue contense and text while writing
  keeps disappearing, can temporarily be found back by zooming in or
  out, only to disappear in clusters again... completely unusable.
  Thanks for fixing...

Status in thunderbird package in Ubuntu:
  New

Bug description:
  I have used 17.10 since alpha from daily builds, updating every other
  day or so, never had any mayor issue, only the 'new' Thunderbird -
  which i depend upon - seems to have serious issues. Thanks for fixing
  ;-)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
  Uname: Linux 4.13.0-14-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lx 1131 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  5 17:02:31 2017
  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 2017-09-01 (34 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170830)
  IpRoute:
   default via 192.168.7.12 dev wlp1s0 proto static metric 600 
   169.254.0.0/16 dev wlp1s0 scope link metric 1000 
   192.168.7.0/24 dev wlp1s0 proto kernel scope link src 192.168.7.27 metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/23/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.45
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 80DF
  dmi.board.vendor: HP
  dmi.board.version: 87.72
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.45:bd05/23/2017:svnHP:pnHPENVYNotebook:pvrType1ProductConfigId:rvnHP:rn80DF:rvr87.72:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=ENV
  dmi.product.name: HP ENVY Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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

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


[Desktop-packages] [Bug 1721125] Re: Enabling OSK enable both legacy osk and gnome-shell osk.

2017-10-05 Thread Iain Lane
Sorry, rejected with the following message

  I think this accidentally skips 1.4.1-2ubuntu1 - also, please could
you add DEP3 headers to the patch?

should be a trivial fix.

Also, a desktop not a release team issue, but please could you add a
trello card to get this situation clarified / cleaned up next cycle?

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

Title:
  Enabling OSK enable both legacy osk and gnome-shell osk.

Status in caribou package in Ubuntu:
  New
Status in gnome-control-center package in Ubuntu:
  Invalid
Status in onboard package in Ubuntu:
  Fix Committed

Bug description:
  This happens just on xorg session.

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

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


[Desktop-packages] [Bug 1721442] Re: on wayland, pointer movement deviating from mouse movement; general lag

2017-10-05 Thread Taddeo Manzi
*** This bug is a duplicate of bug 1690719 ***
https://bugs.launchpad.net/bugs/1690719

Considering the influence on UX of these bug, really wayland is the new
default on intel graphics powered devices?

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

Title:
  on wayland, pointer movement deviating from mouse movement; general
  lag

Status in GNOME Shell:
  Unknown
Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I've seen Gnome Wayland is the new default session, or at least after the 
update the system started that session, with "Gnome (Xorg)" on the third place 
in the menu.
  Anyway, the mouse is not precise and there is lag in moving it or during 
xwayland apps execution, the same problem not seen (at this level) on other DEs.
  In general I don't think GNOME or KDE Wayland are ready for primetime; input 
profiles aren't comparable to Xorg ones even on KDE
  On the other end, GNOME on Xorg is considerably faster than previous release.
  I'm probably reporting this bug:
  https://bugzilla.gnome.org/show_bug.cgi?id=745032

  sorry if duplicate
  Oscar

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.0-0ubuntu2
  Uname: Linux 4.13.0-sound-21 x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Oct  5 06:18:40 2017
  DisplayManager: gdm3
  InstallationDate: Installed on 2017-01-12 (265 days ago)
  InstallationMedia: Xubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to artful on 2017-10-05 (0 days ago)

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

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


[Desktop-packages] [Bug 1721588] [NEW] UI doesn't refresh

2017-10-05 Thread PeterPall
Public bug reported:

On my computer the thunderbird window is black on start-up and all
elements are only drawn/refreshed on change if they are highlighted
because the mouse pointer hits them. Didn't have internet in the last
few days so I cannot tell you what change caused that.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: thunderbird 1:52.4.0+build1-0ubuntu1
Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gunter 5535 F pulseaudio
BuildID: 20171003222123
Channel: Unavailable
CurrentDesktop: Unity
Date: Thu Oct  5 18:33:27 2017
EcryptfsInUse: Yes
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
IpRoute:
 default via 192.168.30.1 dev wlan0 proto static metric 600 
 169.254.0.0/16 dev wlan0 scope link metric 1000 
 192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 600
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
RunningIncompatibleAddons: False
SourcePackage: thunderbird
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/16/2012
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V2.09
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Storm
dmi.board.vendor: Acer
dmi.board.version: V2.09
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V2.09
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
dmi.product.family: ChiefRiver System
dmi.product.name: Aspire S7-391
dmi.product.version: V2.09
dmi.sys.vendor: Acer
--- 
AddonCompatCheckDisabled: False
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gunter 5535 F pulseaudio
BuildID: 20171003222123
Channel: Unavailable
CurrentDesktop: Unity
DistroRelease: Ubuntu 17.10
EcryptfsInUse: Yes
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
IpRoute:
 default via 192.168.30.1 dev wlan0 proto static metric 600 
 169.254.0.0/16 dev wlan0 scope link metric 1000 
 192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 600
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
Package: thunderbird 1:52.4.0+build1-0ubuntu1
PackageArchitecture: amd64
Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
RunningIncompatibleAddons: False
Tags:  artful package-from-proposed
Themes: extensions.sqlite corrupt or missing
Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
_MarkForUpload: True
dmi.bios.date: 11/16/2012
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V2.09
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Storm
dmi.board.vendor: Acer
dmi.board.version: V2.09
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V2.09
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
dmi.product.family: ChiefRiver System
dmi.product.name: Aspire S7-391
dmi.product.version: V2.09
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug apport-collected artful package-from-proposed

** Tags added: apport-collected

** Description changed:

  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto sta

[Desktop-packages] [Bug 1721588] IwConfig.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962972/+files/IwConfig.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] CurrentDmesg.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962968/+files/CurrentDmesg.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] JournalErrors.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962973/+files/JournalErrors.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] PciNetwork.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "PciNetwork.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962975/+files/PciNetwork.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] PrefSources.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "PrefSources.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962976/+files/PrefSources.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] Prefs.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "Prefs.txt"
   https://bugs.launchpad.net/bugs/1721588/+attachment/4962977/+files/Prefs.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] CRDA.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1721588/+attachment/4962967/+files/CRDA.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] IfupdownConfig.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "IfupdownConfig.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962970/+files/IfupdownConfig.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] AlsaInfo.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962966/+files/AlsaInfo.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] Dependencies.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962969/+files/Dependencies.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] IpAddr.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "IpAddr.txt"
   https://bugs.launchpad.net/bugs/1721588/+attachment/4962971/+files/IpAddr.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] Lspci.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1721588/+attachment/4962974/+files/Lspci.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] WifiSyslog.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962983/+files/WifiSyslog.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] ProcCpuinfoMinimal.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962978/+files/ProcCpuinfoMinimal.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] ProcEnviron.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962979/+files/ProcEnviron.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] RfKill.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1721588/+attachment/4962981/+files/RfKill.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] PulseList.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962980/+files/PulseList.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1721588] SubmittedCrashIDs.txt

2017-10-05 Thread PeterPall
apport information

** Attachment added: "SubmittedCrashIDs.txt"
   
https://bugs.launchpad.net/bugs/1721588/+attachment/4962982/+files/SubmittedCrashIDs.txt

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

Title:
  UI doesn't refresh

Status in thunderbird package in Ubuntu:
  New

Bug description:
  On my computer the thunderbird window is black on start-up and all
  elements are only drawn/refreshed on change if they are highlighted
  because the mouse pointer hits them. Didn't have internet in the last
  few days so I cannot tell you what change caused that.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Oct  5 18:33:27 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gunter 5535 F pulseaudio
  BuildID: 20171003222123
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.30.1 dev wlan0 proto static metric 600 
   169.254.0.0/16 dev wlan0 scope link metric 1000 
   192.168.30.0/24 dev wlan0 proto kernel scope link src 192.168.30.102 metric 
600
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26fe978b-0d9c-4cd2-8b21-edcd50170927
  Package: thunderbird 1:52.4.0+build1-0ubuntu1
  PackageArchitecture: amd64
  Profiles: Profile0 (Default) - LastVersion=52.4.0/20171003222123 (In use)
  RunningIncompatibleAddons: False
  Tags:  artful package-from-proposed
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.14.0-041400rc2-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Storm
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.09:bd11/16/2012:svnAcer:pnAspireS7-391:pvrV2.09:rvnAcer:rnStorm:rvrV2.09:cvnAcer:ct10:cvrV2.09:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S7-391
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1714821] Re: FFe: Sync gnome-user-share 3.18.3-2 (main) from Debian unstable (main)

2017-10-05 Thread Jeremy Bicha
Let's just wait for 18.04 LTS for this. I'm unsubscribing ubuntu-release
now.

** Summary changed:

- FFe: Sync gnome-user-share 3.18.3-2 (main) from Debian unstable (main)
+ Sync gnome-user-share 3.18.3-2 (main) from Debian unstable (main)

** Also affects: gnome-user-share (Ubuntu Artful)
   Importance: Wishlist
   Status: Confirmed

** Also affects: gnome-user-share (Ubuntu Bb-series)
   Importance: Undecided
   Status: New

** Changed in: gnome-user-share (Ubuntu Artful)
   Status: Confirmed => Won't Fix

** Changed in: gnome-user-share (Ubuntu Bb-series)
   Status: New => Triaged

** Changed in: gnome-user-share (Ubuntu Bb-series)
   Importance: Undecided => Wishlist

** Tags added: upgrade-software-version

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

Title:
  Sync gnome-user-share 3.18.3-2 (main) from Debian unstable (main)

Status in gnome-user-share package in Ubuntu:
  Confirmed
Status in gnome-user-share source package in Artful:
  Won't Fix
Status in gnome-user-share source package in bb-series:
  Triaged

Bug description:
  Please sync gnome-user-share 3.18.3-2 (main) from Debian unstable
  (main)

  The version of gnome-user-share currently in Ubuntu has 2 features:
  Bluetooth and WebDav.

  Ubuntu has installed gnome-user-share by default for many years so
  that sending and receiving files over Bluetooth works. That feature is
  now  rovided by gnome-bluetooth and gnome-control-center. Therefore,
  the new version of gnome-user-share dropped the Bluetooth feature.

  Ubuntu has delayed packaging a newer version of gnome-user-share because it
  was using unity-control-center which did not support the new Bluetooth 
feature.

  Ubuntu has one long-standing diff from Debian. Ubuntu's gnome-user-share
  package does not actually include the apache dependencies needed for the
  WebDav feature to work (LP: #536766). Since that's now the only feature in
  gnome-user-share, dropping this diff makes sense.

  $ reverse-depends gnome-user-share
  Reverse-Recommends
  ==
  * cinnamon-desktop-environment
  * gnome-control-center

  Reverse-Depends
  ===
  * gnome-core [amd64 arm64 armhf i386 ppc64el]
  * ubuntu-budgie-desktop [amd64 arm64 armhf i386 ppc64el]
  * ubuntu-gnome-desktop [amd64 arm64 armhf i386 ppc64el]

  Step 1
  --
  Ubuntu and Ubuntu Budgie both use gnome-control-center so gnome-user-share is 
unused for Bluetooth.

  a. Drop the dependency on gnome-user-share from at least
  gnome-control-center
  ubuntu-budgie-desktop

  But we might need to drop the dependency everywhere until after 18.04
  LTS for 1.c. to work.

  b. Demote gnome-user-share to universe.

  c. Have ubuntu-release-upgrader remove gnome-user-share on upgrades.

  Step 2
  --
  Sync gnome-user-share from Debian.

  I believe we want to do Step 1 for Ubuntu 17.10 "artful".

  The complication for Step 2 is that upgraders will get Apache
  installed unless they upgrade using update-manager/do-release-upgrade

  Therefore, I recommend delaying Step 2 until 18.04 development opens.

  Explanation of the Ubuntu delta and why it can be dropped:
    * Add git_add_systemd_service.patch:
  - Backport commit from 3.22 to add systemd user service file for
    compatibility with gnome-settings-daemon 3.22
    * debian/control.in:
  - Build-Depend on systemd
    * d/p/0004-revert-remove-help.patch: Bring back the help files
  for users of gnome-file-share-properties (LP: #1570230)
    * debian/patches: 0001-revert-remove-preferences-application.patch
  Fix launching of Prefences from nautilus share bar under unity and
  patch infobar color (LP: #1562515)
    * maintscript: remove old xdg autostart file (lp: #1526894)
    * New Upstream release (LP: #1518813)
    * Merge with Debian, Remaining changes:
  - Suggests the apache2.2-bin and libapache2-mod-dnssd binaries rather than
    depends on those, we want obex push to work out of the box but we don't
    really need webdav and the apache binaries on the default installation.
  - debian/patches:
    + 0001-revert-remove-preferences-application.patch
  0002-revert-data-get-started-by-gsd-sharing.patch
  0003-revert-webdav-fix-launching-server.patch:
   Bring back the preferences app for Unity and modify to allow g-s-d 
sharing
   panel to also work
    + 01_notification.patch: Display an alert box instead of a notification
  for files received.
  - debian/rules:
    + Don't change path to httpd
    + Remove apache 2.2 config

  Changelog entries since current artful version 3.14.2-2ubuntu5:

  gnome-user-share (3.18.3-2) unstable; urgency=medium

    * Fully drop Bluetooth from packaging, obsolete since 3.18.0.
    * Bump Standards-Version to 4.1.0

   -- Jeremy Bicha   Sun, 03 Sep 2017 10:28:16 -0400

 

[Desktop-packages] [Bug 1721600] [NEW] usb canon pixma g2000 not detected

2017-10-05 Thread Pawan Dhakal
Public bug reported:

i bought a new printer that doesn't get detected when i connect to the
usb port on my computer. doesn't even show any changes happening when i
track connections to the usb

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: cups 2.1.3-4ubuntu0.3
ProcVersionSignature: Ubuntu 4.10.0-35.39~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Oct  5 23:02:33 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-09-29 (6 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
Lpstat: device for G2000series-TurboPrint: parallel:/dev/lp0
MachineType: LENOVO 2347CTO
Papersize: a4
PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/G2000series-TurboPrint.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/G2000series-TurboPrint.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/07/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: G1ET45WW (1.20 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2347CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG1ET45WW(1.20):bd08/07/2012:svnLENOVO:pn2347CTO:pvrThinkPadT430:rvnLENOVO:rn2347CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2347CTO
dmi.product.version: ThinkPad T430
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apparmor apport-bug xenial

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

Title:
  usb canon pixma g2000 not detected

Status in cups package in Ubuntu:
  New

Bug description:
  i bought a new printer that doesn't get detected when i connect to the
  usb port on my computer. doesn't even show any changes happening when
  i track connections to the usb

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: cups 2.1.3-4ubuntu0.3
  ProcVersionSignature: Ubuntu 4.10.0-35.39~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Oct  5 23:02:33 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-09-29 (6 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  Lpstat: device for G2000series-TurboPrint: parallel:/dev/lp0
  MachineType: LENOVO 2347CTO
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/G2000series-TurboPrint.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/G2000series-TurboPrint.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/07/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G1ET45WW (1.20 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2347CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG1ET45WW(1.20):bd08/07/2012:svnLENOVO:pn2347CTO:pvrThinkPadT430:rvnLENOVO:rn2347CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2347CTO
  dmi.product.version: ThinkPad T430
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1721602] [NEW] When creating web application, should inherit cookies for site

2017-10-05 Thread Rachel Greenham
Public bug reported:

I wanted to use GnomeWeb to run Tweetdeck as a saved web application. So
I installed epiphany-browser, navigated to tweetdeck.twitter.com, logged
in, and then attempted to save it as a web application. This all seemed
to work, as well as Tweetdeck itself running apparently happily in
there, and being OK with being moved to a screen with a different
scaling factor (which Chrome's webapps don't handle, which is why I'm
doing this.)

When I launched it, it invited me to log in. I clicked on the button,
but it opened tweetdeck in Chrome, my default browser. I was already
logged in there, so it just opened. There was no-where for me to log in
the GnomeWeb web application.

I was at an impasse. There seems to be no way in the user interface to
do this.

I have a workaround: I copied the cookies.sqlite file from
~/.config/epiphany to the webapp subdirectory (ie: ~/.config/epiphany
/app-epiphany-tweetdeck-longhexnumber) and relaunched the webapp. This
worked.

Suggestion for a fix could be that when saving a new web application, to
copy the cookies in the main browser cookies list that relate to that
web application's site. I didn't do it selectively though, I just copied
the whole cookies file (I had not visited another site since installing
it so there probably isn't anything else in there that tweetdeck doesn't
need). It all seems to be working now, but this is just a commandline
workaround.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: epiphany-browser 3.26.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
Uname: Linux 4.13.0-14-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Oct  5 18:17:26 2017
InstallationDate: Installed on 2017-07-30 (66 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: epiphany-browser
UpgradeStatus: Upgraded to artful on 2017-08-22 (44 days ago)

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  When creating web application, should inherit cookies for site

Status in epiphany-browser package in Ubuntu:
  New

Bug description:
  I wanted to use GnomeWeb to run Tweetdeck as a saved web application.
  So I installed epiphany-browser, navigated to tweetdeck.twitter.com,
  logged in, and then attempted to save it as a web application. This
  all seemed to work, as well as Tweetdeck itself running apparently
  happily in there, and being OK with being moved to a screen with a
  different scaling factor (which Chrome's webapps don't handle, which
  is why I'm doing this.)

  When I launched it, it invited me to log in. I clicked on the button,
  but it opened tweetdeck in Chrome, my default browser. I was already
  logged in there, so it just opened. There was no-where for me to log
  in the GnomeWeb web application.

  I was at an impasse. There seems to be no way in the user interface to
  do this.

  I have a workaround: I copied the cookies.sqlite file from
  ~/.config/epiphany to the webapp subdirectory (ie: ~/.config/epiphany
  /app-epiphany-tweetdeck-longhexnumber) and relaunched the webapp. This
  worked.

  Suggestion for a fix could be that when saving a new web application,
  to copy the cookies in the main browser cookies list that relate to
  that web application's site. I didn't do it selectively though, I just
  copied the whole cookies file (I had not visited another site since
  installing it so there probably isn't anything else in there that
  tweetdeck doesn't need). It all seems to be working now, but this is
  just a commandline workaround.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: epiphany-browser 3.26.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-14.15-generic 4.13.4
  Uname: Linux 4.13.0-14-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Oct  5 18:17:26 2017
  InstallationDate: Installed on 2017-07-30 (66 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: epiphany-browser
  UpgradeStatus: Upgraded to artful on 2017-08-22 (44 days ago)

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

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


[Desktop-packages] [Bug 1720250] Re: im-config configuration ignored with gdm3

2017-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package im-config - 0.32-1ubuntu2

---
im-config (0.32-1ubuntu2) artful; urgency=medium

  * debian/input-method-config.sh, debian/rules:
- Script which works around (in 17.10) the fact that
  graphical-session-pre.target services are not always run as
  intended (LP: #1720250).
  * debian/patches/dont-start-ibus-if-gdm3.patch:
- Prevents two instances of ibus-daemon, which fixes issue with
  suggestion window not showing up when using ibus-mozc
  (LP: #1720250).
  * Dropped the upstart user session job.
  * debian/menu: Dropped.

 -- Gunnar Hjalmarsson   Wed, 04 Oct 2017 17:17:00
+0200

** Changed in: im-config (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  im-config configuration ignored with gdm3

Status in gdm3 package in Ubuntu:
  Invalid
Status in im-config package in Ubuntu:
  Fix Released

Bug description:
  After having logged in via gdm3, the IM related environment variables
  are always set like this:

  $ env | grep -E '_IM|XMOD'
  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

  Changing ~/.xinputrc to e.g. xim makes no difference, so gdm3 prevents
  all other IM frameworks but IBus from working.

  This problem seems to be similar to bug #1594681 (which was fixed).

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

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


[Desktop-packages] [Bug 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2017-10-05 Thread A
Also works on 17.10 BTW.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts (reopen)

Status in X.Org X server:
  In Progress
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  This is a reopen of bug #36812, which has reappeared in Kubuntu 17.04
  Zesty Zapus.

  This is a bug about shortcuts mapped to combinations which include
  each other.

  For example, if we have Ctrl+Shift (for keyboard layout) and Ctrl+Shift+N (to 
open a new terminal), then we are practically unable to use the second 
shortcut; this is what happens:
  Ctrl press (nothing happens)
  Shift press (keyboard layout change)
  N (a simple N appears, since a shortcut has already fired)

  The expected behavior is to fire shortcuts on the release (not on
  press) of the special keys (ctrl,shift,alt, etc) which is also how
  Windows behave. This is a serious problem for bilingual layouts,
  typically using Alt+Shift or Ctrl+Shift for keyboard layout change.

  Apparently, the bug has reappeared after the patch that used to fix
  the problem (208_switch_on_release.diff) has been removed from X.Org
  1.19 packages. There is an updated patch in the upstream ticket
  https://bugs.freedesktop.org/show_bug.cgi?id=865 (link to the
  attachment: https://bugs.freedesktop.org/attachment.cgi?id=129861).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xserver-xorg-core 2:1.19.3-1ubuntu1
  Uname: Linux 4.9.0-22.1-liquorix-amd64 x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 17 17:46:35 2017
  InstallationDate: Installed on 2015-05-01 (716 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (1 days ago)

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

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


[Desktop-packages] [Bug 1624317] Re: systemd-resolved breaks VPN with split-horizon DNS

2017-10-05 Thread Boris Malkov
It already looks like some kind of a tradition for ubuntu to break
something critical in every single release and keep those bugs as long
as possible.

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

Title:
  systemd-resolved breaks VPN with split-horizon DNS

Status in NetworkManager:
  Unknown
Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager source package in Zesty:
  Confirmed
Status in network-manager source package in Artful:
  Confirmed

Bug description:
  [Impact]

   * NetworkManager incorrectly handles dns-priority of the VPN-like
  connections, which leads to leaking DNS queries outside of the VPN
  into the general internet.

   * Upstream has resolved this issue in master and 1.8 to correctly
  configure any dns backends with negative dns-priority settings.

  [Test Case]

  #FIXME#

   * detailed instructions how to reproduce the bug

   * these should allow someone who is not familiar with the affected
 package to reproduce the bug and verify that the updated package fixes
 the problem.

  #FIXME#

  [Regression Potential]

   * If this issue is changed DNS resolution will change, for certain
  queries, to go via VPN rather than general internet. And therefore,
  one may get new/different results or even loose access to
  resolve/access certain parts of the interent depending on what the DNS
  server on VPN chooses to respond to.

  [Other Info]
   
   * Original bug report

  I use a VPN configured with network-manager-openconnect-gnome in which
  a split-horizon DNS setup assigns different addresses to some names
  inside the remote network than the addresses seen for those names from
  outside the remote network.  However, systemd-resolved often decides
  to ignore the VPN’s DNS servers and use the local network’s DNS
  servers to resolve names (whether in the remote domain or not),
  breaking the split-horizon DNS.

  This related bug, reported by Lennart Poettering himself, was closed with the 
current Fedora release at the time reaching EOL:
  https://bugzilla.redhat.com/show_bug.cgi?id=1151544

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

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


[Desktop-packages] [Bug 1719569] Re: lldb package missing python-six dependency

2017-10-05 Thread Hans Joachim Desserud
** Tags added: xenial

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

Title:
  lldb package missing python-six dependency

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

Bug description:
  Xenial 16.04.3 on fresh VM, and also exhibited via docker image for
  16.04.3.

  $ apt-cache policy lldb
  lldb:
Installed: 1:3.8-33ubuntu3.1
Candidate: 1:3.8-33ubuntu3.1
Version table:
   *** 1:3.8-33ubuntu3.1 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.8-33ubuntu3 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  
  Expected: 
No error on launching

  What happens:
$ sudo apt-get update
$ sudo apt-get install lldb
<...>

$ lldb 
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/lldb/__init__.py", line 123, in 

import six
ImportError: No module named six

  Solved for me by:
$ sudo apt-get install python-six
$ lldb
(lldb)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.8/+bug/1719569/+subscriptions

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


[Desktop-packages] [Bug 1721612] [NEW] package libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it befo

2017-10-05 Thread claudio giovanni florio
Public bug reported:

I do not

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
Date: Thu Oct  5 13:54:47 2017
DuplicateSignature:
 package:libmono-system-drawing4.0-cil:4.6.2.7+dfsg-1ubuntu1
 Setting up libsidplay1v5 (1.36.59-10) ...
 dpkg: error processing package libmono-system-drawing4.0-cil (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2017-08-11 (54 days ago)
InstallationMedia: Ubuntu-Kylin 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4.6~17.04.1
SourcePackage: mono
Title: package libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package zesty

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

Title:
  package libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in mono package in Ubuntu:
  New

Bug description:
  I do not

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  Date: Thu Oct  5 13:54:47 2017
  DuplicateSignature:
   package:libmono-system-drawing4.0-cil:4.6.2.7+dfsg-1ubuntu1
   Setting up libsidplay1v5 (1.36.59-10) ...
   dpkg: error processing package libmono-system-drawing4.0-cil (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2017-08-11 (54 days ago)
  InstallationMedia: Ubuntu-Kylin 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4.6~17.04.1
  SourcePackage: mono
  Title: package libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721612] Re: package libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before

2017-10-05 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in mono package in Ubuntu:
  New

Bug description:
  I do not

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  Date: Thu Oct  5 13:54:47 2017
  DuplicateSignature:
   package:libmono-system-drawing4.0-cil:4.6.2.7+dfsg-1ubuntu1
   Setting up libsidplay1v5 (1.36.59-10) ...
   dpkg: error processing package libmono-system-drawing4.0-cil (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2017-08-11 (54 days ago)
  InstallationMedia: Ubuntu-Kylin 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4.6~17.04.1
  SourcePackage: mono
  Title: package libmono-system-drawing4.0-cil 4.6.2.7+dfsg-1ubuntu1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721394] Re: Cannot open nvidia-settings on pc with a hybrid device (or use prime-select), missing python

2017-10-05 Thread Doug McMahon
going to mark invalid, how this install, (Beta amd64 (20170929) ended up 
without python-minimal is unknown.
Could have been from bad behavior from unattended-upgrades. 
For historical info it had been removed as seen here when I installed python
Commit Log for Wed Oct  4 17:19:48 2017


Installed the following packages:
libpython-stdlib (2.7.14-2ubuntu1)
python (2.7.14-2ubuntu1)
python-minimal (2.7.14-2ubuntu1)
python2.7 (2.7.14-2ubuntu2)
python2.7-minimal (2.7.14-2ubuntu2)


** Changed in: nvidia-prime (Ubuntu)
   Status: New => Invalid

** Changed in: nvidia-settings (Ubuntu)
   Status: New => Invalid

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

Title:
  Cannot open nvidia-settings on pc with a hybrid device (or use prime-
  select), missing python

Status in nvidia-prime package in Ubuntu:
  Invalid
Status in nvidia-settings package in Ubuntu:
  Invalid

Bug description:
  You would see -
  $ nvidia-settings
  ** Message: PRIME: Requires offloading
  ** Message: PRIME: is it supported? yes

  ** (nvidia-settings:1848): ERROR **: PRIME error: Failed to execute child 
process “/usr/bin/prime-select” (No such file or directory)
  Trace/breakpoint trap

  Additionally if trying to run prime-select you'd see -
  sudo: unable to execute /usr/bin/prime-select: No such file or directory

  One would need to go
   python3 /usr/bin/prime-select intel

  This is because the python package has been removed from image & isn't
  installed by either nvidia-settings or nvidia-prime.

  Please adjust this packages to either use python3 or dep to python

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: nvidia-settings 367.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct  4 17:16:44 2017
  InstallationDate: Installed on 2017-10-04 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Beta amd64 (20170929)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nvidia-settings
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2017-10-05 Thread A
Now I understand why "libs" like wayland appears. X.org SUCKS.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts (reopen)

Status in X.Org X server:
  In Progress
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  This is a reopen of bug #36812, which has reappeared in Kubuntu 17.04
  Zesty Zapus.

  This is a bug about shortcuts mapped to combinations which include
  each other.

  For example, if we have Ctrl+Shift (for keyboard layout) and Ctrl+Shift+N (to 
open a new terminal), then we are practically unable to use the second 
shortcut; this is what happens:
  Ctrl press (nothing happens)
  Shift press (keyboard layout change)
  N (a simple N appears, since a shortcut has already fired)

  The expected behavior is to fire shortcuts on the release (not on
  press) of the special keys (ctrl,shift,alt, etc) which is also how
  Windows behave. This is a serious problem for bilingual layouts,
  typically using Alt+Shift or Ctrl+Shift for keyboard layout change.

  Apparently, the bug has reappeared after the patch that used to fix
  the problem (208_switch_on_release.diff) has been removed from X.Org
  1.19 packages. There is an updated patch in the upstream ticket
  https://bugs.freedesktop.org/show_bug.cgi?id=865 (link to the
  attachment: https://bugs.freedesktop.org/attachment.cgi?id=129861).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xserver-xorg-core 2:1.19.3-1ubuntu1
  Uname: Linux 4.9.0-22.1-liquorix-amd64 x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 17 17:46:35 2017
  InstallationDate: Installed on 2015-05-01 (716 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (1 days ago)

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

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


[Desktop-packages] [Bug 1721600] Re: usb canon pixma g2000 not detected

2017-10-05 Thread Till Kamppeter
Please follow the instructions in the "USB Printer" section on
https://wiki.ubuntu.com/DebuggingPrintingProblems.

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

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

Title:
  usb canon pixma g2000 not detected

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  i bought a new printer that doesn't get detected when i connect to the
  usb port on my computer. doesn't even show any changes happening when
  i track connections to the usb

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: cups 2.1.3-4ubuntu0.3
  ProcVersionSignature: Ubuntu 4.10.0-35.39~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Oct  5 23:02:33 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-09-29 (6 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  Lpstat: device for G2000series-TurboPrint: parallel:/dev/lp0
  MachineType: LENOVO 2347CTO
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/G2000series-TurboPrint.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/G2000series-TurboPrint.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/07/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G1ET45WW (1.20 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2347CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG1ET45WW(1.20):bd08/07/2012:svnLENOVO:pn2347CTO:pvrThinkPadT430:rvnLENOVO:rn2347CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2347CTO
  dmi.product.version: ThinkPad T430
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1721614] [NEW] Firefox menus are misplaced

2017-10-05 Thread gpothier
Public bug reported:

Sometimes Firefox places its menus at incorrect locations. See attached 
screenshot and video. This happens at least with the main (hamburger icon) 
menu, bookmark folders, and context menu. Moving the Firefox window temporarily 
solves the problem. It usually happens after resume from suspend, which in 
general in my case is accompanied by a display reconfiguration (unplug external 
monitor, suspend, resume, plug other external monitor).
This looks very similar to this another bug 
(https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1641629) which I 
reported against Firefox 49 and that was resolved by installing Firefox 52. 
This time, it occurred in Firefox 55, and also now in Firefox 56. It started 
occurring sometime during the 17.10 cycle, which I have been using for a few 
months.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: firefox 56.0+build6-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0p:   gpothier   2684 F...m pulseaudio
 /dev/snd/controlC1:  gpothier   2684 F pulseaudio
 /dev/snd/controlC0:  gpothier   2684 F pulseaudio
BuildID: 20171003222101
Channel: Unavailable
CurrentDesktop: GNOME
Date: Thu Oct  5 15:23:47 2017
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions:
 English (South Africa) Language Pack - langpack-en...@firefox.mozilla.org
 English (GB) Language Pack - langpack-en...@firefox.mozilla.org
 Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
InstallationDate: Installed on 2015-01-23 (985 days ago)
InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
MostRecentCrashID: bp-8649eb9a-09b9-49fc-8320-99cbf1171004
Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=56.0/20171003222101 (In use)
RunningIncompatibleAddons: True
SourcePackage: firefox
SubmittedCrashIDs:
 bp-8649eb9a-09b9-49fc-8320-99cbf1171004
 bp-604f3b87-472e-4026-8588-3d2122160725
 bp-1cd058b7-bfd2-4105-a9b4-1852d2160703
 bp-b5b0d8b4-2b5b-40f5-b468-f5eec2160122
 bp-aba8367f-3da0-4f1c-9342-b377f2151224
UpgradeStatus: Upgraded to artful on 2017-06-15 (112 days ago)
dmi.bios.date: 03/30/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: 76CN43WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Yoga2
dmi.board.vendor: LENOVO
dmi.board.version: 31900058STD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Yoga 2 Pro
dmi.modalias: 
dmi:bvnLENOVO:bvr76CN43WW:bd03/30/2015:svnLENOVO:pn20266:pvrLenovoYoga2Pro:rvnLENOVO:rnYoga2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoYoga2Pro:
dmi.product.family: IDEAPAD
dmi.product.name: 20266
dmi.product.version: Lenovo Yoga 2 Pro
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug artful wayland-session

** Attachment added: "This screenshot shows the misplaced main (hamburger icon) 
menu. It should appear below the hamburger icon, but instead appears at the 
middle of the window."
   
https://bugs.launchpad.net/bugs/1721614/+attachment/4963060/+files/20170927_191324.jpg

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

Title:
  Firefox menus are misplaced

Status in firefox package in Ubuntu:
  New

Bug description:
  Sometimes Firefox places its menus at incorrect locations. See attached 
screenshot and video. This happens at least with the main (hamburger icon) 
menu, bookmark folders, and context menu. Moving the Firefox window temporarily 
solves the problem. It usually happens after resume from suspend, which in 
general in my case is accompanied by a display reconfiguration (unplug external 
monitor, suspend, resume, plug other external monitor).
  This looks very similar to this another bug 
(https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1641629) which I 
reported against Firefox 49 and that was resolved by installing Firefox 52. 
This time, it occurred in Firefox 55, and also now in Firefox 56. It started 
occurring sometime during the 17.10 cycle, which I have been using for a few 
months.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: firefox 56.0+build6-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   gpothier   2684 F...m pulseaudio
   /dev/snd/controlC1:  gpothier   2684 F pulseaudio
   /dev/snd/controlC0:  gpothier   

[Desktop-packages] [Bug 1721614] Re: Firefox menus are misplaced

2017-10-05 Thread gpothier
This video shows that the bookmark folder that should appear below the
corresponding bookmark icon appears elsewhere. It also shows that the
menu responds to mouse movements as if it was correctly placed: the
entries are highlighted/unhighlighted as I move the mouse under the
bookmark icon, where the menu should be.

** Attachment added: "Video showing misplaced menu and weird mouse behavior"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1721614/+attachment/4963080/+files/firefox-bug.mp4

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

Title:
  Firefox menus are misplaced

Status in firefox package in Ubuntu:
  New

Bug description:
  Sometimes Firefox places its menus at incorrect locations. See attached 
screenshot and video. This happens at least with the main (hamburger icon) 
menu, bookmark folders, and context menu. Moving the Firefox window temporarily 
solves the problem. It usually happens after resume from suspend, which in 
general in my case is accompanied by a display reconfiguration (unplug external 
monitor, suspend, resume, plug other external monitor).
  This looks very similar to this another bug 
(https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1641629) which I 
reported against Firefox 49 and that was resolved by installing Firefox 52. 
This time, it occurred in Firefox 55, and also now in Firefox 56. It started 
occurring sometime during the 17.10 cycle, which I have been using for a few 
months.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: firefox 56.0+build6-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   gpothier   2684 F...m pulseaudio
   /dev/snd/controlC1:  gpothier   2684 F pulseaudio
   /dev/snd/controlC0:  gpothier   2684 F pulseaudio
  BuildID: 20171003222101
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Thu Oct  5 15:23:47 2017
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions:
   English (South Africa) Language Pack - langpack-en...@firefox.mozilla.org
   English (GB) Language Pack - langpack-en...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2015-01-23 (985 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MostRecentCrashID: bp-8649eb9a-09b9-49fc-8320-99cbf1171004
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=56.0/20171003222101 (In use)
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-8649eb9a-09b9-49fc-8320-99cbf1171004
   bp-604f3b87-472e-4026-8588-3d2122160725
   bp-1cd058b7-bfd2-4105-a9b4-1852d2160703
   bp-b5b0d8b4-2b5b-40f5-b468-f5eec2160122
   bp-aba8367f-3da0-4f1c-9342-b377f2151224
  UpgradeStatus: Upgraded to artful on 2017-06-15 (112 days ago)
  dmi.bios.date: 03/30/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 76CN43WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Yoga2
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 Pro
  dmi.modalias: 
dmi:bvnLENOVO:bvr76CN43WW:bd03/30/2015:svnLENOVO:pn20266:pvrLenovoYoga2Pro:rvnLENOVO:rnYoga2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoYoga2Pro:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20266
  dmi.product.version: Lenovo Yoga 2 Pro
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1721617] [NEW] Depends: libsigc++-2.0-0v5 (>= 2.8.0) but 2.6.2-1 is to be installed

2017-10-05 Thread Neil Ellis
Public bug reported:

sudo apt install pioneerspacesim
[sudo] password for neil: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 pioneerspacesim : Depends: libsigc++-2.0-0v5 (>= 2.8.0) but 2.6.2-1 is to be 
installed
E: Unable to correct problems, you have held broken packages.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-35.39~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Oct  5 19:22:59 2017
ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
InstallationDate: Installed on 2017-08-28 (37 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
ProcEnviron:
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Depends: libsigc++-2.0-0v5 (>= 2.8.0) but 2.6.2-1 is to be installed

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  sudo apt install pioneerspacesim
  [sudo] password for neil: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies.
   pioneerspacesim : Depends: libsigc++-2.0-0v5 (>= 2.8.0) but 2.6.2-1 is to be 
installed
  E: Unable to correct problems, you have held broken packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-terminal 3.18.3-1ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-35.39~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Oct  5 19:22:59 2017
  ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
  InstallationDate: Installed on 2017-08-28 (37 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1721619] [NEW] Mouse ignored by Xorg

2017-10-05 Thread Kristian Benoit
Public bug reported:

Resizing a window with the mouse, the pointer got stuck with the
resizing icon. The cursor was still (visually) moving. I used xev to try
figuring out what Xorg was receiving. Weird, xev was reporting nothing,
not even mouse moves (from what I remember, it is not drawn by
software). I have 2 mice and they where both behaving the same. I switch
to console and cat /dev/input/mice, both mice where working fine. I
tried to find a way to reset (only) the pointer but could not find any,
is there ? Then I killed Xorg witch was restarted automatically and the
pointer was fine.

You should have all the hardware info, but I'm using a mac mini 5,1 and
a magic mouse.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
NonfreeKernelModules: wl
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity:Unity7
Date: Thu Oct  5 14:41:36 2017
DistUpgraded: Fresh install
DistroCodename: zesty
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.271+bdcom, 4.10.0-33-generic, x86_64: installed
 bcmwl, 6.30.223.271+bdcom, 4.10.0-35-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Apple Inc. 2nd Generation Core Processor Family Integrated 
Graphics Controller [106b:00e6]
InstallationDate: Installed on 2017-09-12 (22 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
MachineType: Apple Inc. Macmini5,1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-35-generic.efi.signed 
root=UUID=4c66383d-8a7f-4cf8-8e7d-1b0341336e44 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/26/2015
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MM51.88Z.0077.B14.1510261805
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-8ED6AF5B48C039E1
dmi.board.vendor: Apple Inc.
dmi.board.version: Macmini5,1
dmi.chassis.type: 16
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-8ED6AF5B48C039E1
dmi.modalias: 
dmi:bvnAppleInc.:bvrMM51.88Z.0077.B14.1510261805:bd10/26/2015:svnAppleInc.:pnMacmini5,1:pvr1.0:rvnAppleInc.:rnMac-8ED6AF5B48C039E1:rvrMacmini5,1:cvnAppleInc.:ct16:cvrMac-8ED6AF5B48C039E1:
dmi.product.name: Macmini5,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1
xserver.bootTime: Thu Oct  5 13:01:11 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1.1
xserver.video_driver: modeset

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


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

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

Title:
  Mouse ignored by Xorg

Status in xorg package in Ubuntu:
  New

Bug description:
  Resizing a window with the mouse, the pointer got stuck with the
  resizing icon. The cursor was still (visually) moving. I used xev to
  try figuring out what Xorg was receiving. Weird, xev was reporting
  nothing, not even mouse moves (from what I remember, it is not drawn
  by software). I have 2 mice and they where both behaving the same. I
  switch to console and cat /dev/input/mice, both mice where working
  fine. I tried to find a way to reset (only) the pointer but could not
  find any, is there ? Then I killed Xorg witch was restarted
  automatically and the pointer was fine.

  You should have all the hardware info, but I'm using a mac mini 5,1
  and a magic mouse.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CompositorRunning: compiz
  CompositorUnredirectDriverBlac

[Desktop-packages] [Bug 1716357] Re: a typo in evince-previewer.desktop breaks /etc/mailcap

2017-10-05 Thread Steve Beattie
Yes, zesty is affected. artful is not affected, as upstream did not
apply the fix for CVE-2017-183 to trunk, due to the introduction of
using libarchive by default. trusty is also not affected, as the mime
types configure processing is handled differently there.

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

Title:
  a typo in evince-previewer.desktop breaks /etc/mailcap

Status in evince package in Ubuntu:
  Fix Committed
Status in evince source package in Xenial:
  New
Status in evince source package in Zesty:
  New

Bug description:
  * Impact
  there is an extra ";" in the mimetype list leading to a buggy mailcap entry

  * Test case:
  check if /etc/mailcap contains a line
  "; evince-previewer %s; test=test -n "$DISPLAY""

  * regression potentiel
  check that evince is correcly used when trying to open file associated to it

  -

  
  Release version: Ubuntu 16.04.3 LTS
  Package version: 3.18.2-1ubuntu4.1

  /usr/share/applications/evince-previewer.desktop comes from the evince
  package. It has an empty entry in mime types between application/x
  -ext-cb7 and application/oxps.

  ===8<===
  ...
  
MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;application/x-ext-pdf;application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;application/x-ext-ps;application/x-ext-eps;application/x-dvi;application/x-bzdvi;application/x-gzdvi;application/x-ext-dvi;image/vnd.djvu;application/x-ext-djv;application/x-ext-djvu;image/tiff;application/x-cbr;application/x-cbz;application/x-cb7;application/x-ext-cbr;application/x-ext-cbz;application/x-ext-cb7;;application/oxps;application/vnd.ms-xpsdocument;
  ...
  ===>8===

  This entry gets included in /etc/mailcap via update-mime trigger from
  the package mime-support and the result is a broken line:

  ===8<===
  ...
  application/x-ext-cb7; evince-previewer %s; test=test -n "$DISPLAY"
  ; evince-previewer %s; test=test -n "$DISPLAY"
  application/oxps; evince-previewer %s; test=test -n "$DISPLAY"
  ...
  ===>8===

  Some programs that use /etc/mailcap get confused by the broken line so
  it would be nice if the typo it originates from was fixed.

  The expected result in /etc/mailcap from running update-mime:
  ===8<===
  ...
  application/x-ext-cb7; evince-previewer %s; test=test -n "$DISPLAY"
  application/oxps; evince-previewer %s; test=test -n "$DISPLAY"
  ...
  ===>8===

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

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


[Desktop-packages] [Bug 1706052] Re: cupsd crashes with SIGSEGV on ubuntu 17.04 on start

2017-10-05 Thread Till Kamppeter
Everyone with this problem, can you please add a line

@{PROC}/*/cmdline r,

after the line

@{PROC}/*/auxv r,

in your /etc/apparmor.d/usr.sbin.cupsd file, then run

sudo aa-enforce /usr/sbin/cupsd

and reboot.

Does this solve your problem?

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

Title:
  cupsd crashes with SIGSEGV on ubuntu 17.04 on start

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Hey,
  I upgraded to Ubuntu 17.04, but CUPS crashes on boot, and when I run cupsd it 
segfaults. Attaching strace ouput.
  --- 
  ApportVersion: 2.20.4-0ubuntu4.4
  Architecture: amd64
  CupsErrorLog:
   
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 17.04
  InstallationDate: Installed on 2012-12-20 (1698 days ago)
  InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Release amd64 
(20121017.1)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: Bad 
file descriptor
  MachineType: ASUSTeK COMPUTER INC. UX303LB
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: cups 2.2.2-1ubuntu1
  PackageArchitecture: amd64
  Papersize: letter
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.10.0-28-generic 
root=UUID=a8690ccc-4675-4e21-896f-eadcc45159f4 ro quiet splash vga=791 
pcie_aspm=force drm.vblankoffdelay=1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-28-generic 
root=UUID=a8690ccc-4675-4e21-896f-eadcc45159f4 ro quiet splash vga=791 
pcie_aspm=force drm.vblankoffdelay=1
  ProcVersionSignature: Ubuntu 4.10.0-28.32-generic 4.10.17
  Tags:  zesty
  Uname: Linux 4.10.0-28-generic x86_64
  UpgradeStatus: Upgraded to zesty on 2017-04-19 (117 days ago)
  UserGroups: adm bluetooth bumblebee cdrom dialout dip lp lpadmin netdev 
nvidia-persistenced plugdev sambashare sudo usrp
  _MarkForUpload: True
  dmi.bios.date: 03/17/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LB.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX303LB.203:bd03/17/2015:svnASUSTeKCOMPUTERINC.:pnUX303LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  mtime.conffile..etc.cups.cupsd.conf: 2015-10-21T13:38:49.740915

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

-- 
Mailing list: https://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   >