[Desktop-packages] [Bug 1778946] Re: No dns resolution after closing a vpn/pptp connection

2019-01-19 Thread Douglas Kosovic
I wasn't able to redirect the stderr from the following line in /etc/ppp
/ip-up.d/usepeerdns (probably because of something pppd is doing) :

cp -a "$REALRESOLVCONF" "$REALRESOLVCONF.pppd-backup.$PPP_IFACE"

So I modified the cp.c source from the coreutils package and redirected
stderr to a file.

The error message I now see is :


cp: failed to preserve ownership for 
'/run/systemd/resolve/stub-resolv.conf.pppd-backup.ppp0': Operation not 
permitted


cp.c is using the lchown() function which is failing with that message.

Looks like only preserving ownership is failing as I tried the following
and it works:

cp --preserve=mode,timestamps "$REALRESOLVCONF" "$REALRESOLVCONF.pppd-
backup.$PPP_IFACE"

The way /run is mounted might be the reason why 'cp -a' and lchown() is failing.
 

Ignore what I said able $? being 0 after the cp -a line. Doing the
following line confirms $? is 1 :

cp -a "$REALRESOLVCONF" "$REALRESOLVCONF.pppd-backup.$PPP_IFACE" || echo
ERROR $? >> /tmp/usepeerdns-up.log

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

Title:
  No dns resolution after closing a vpn/pptp connection

Status in network-manager package in Ubuntu:
  Confirmed
Status in ppp package in Ubuntu:
  Confirmed
Status in resolvconf package in Ubuntu:
  Confirmed

Bug description:
  step to reproduce

  set a VPN connection configured to connect a Microsoft vpn server
  (pptp)

  internet acces is ok

  enable the vpn connection using the applet on the top right corner of
  the desktop

  internet still ok
  ping works

  disable the vpn connection

  ping doesn't works with a host but works if i specify an ip address

  ping: xx.net: Nom ou service inconnu

  As a workaround, i disable the ethernet link and re-enable it

  name resolution is now ok

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jun 27 18:09:30 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-06-03 (1484 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IpRoute:
   default via 192.168.0.254 dev eth0 proto dhcp metric 20100 
   169.254.0.0/16 dev eth0 scope link metric 1000 
   192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.47 metric 100
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-05-10 (48 days ago)
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION   CON-UUID  CON-PATH 
  
   eth0ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
Connexion filaire 1  94806bba-1c68-46b6-87f4-a3aff6dd  
/org/freedesktop/NetworkManager/ActiveConnection/6 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/1  --   
----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  
WIFI-HW  WIFI WWAN-HW  WWAN
   running  1.10.6   connected (site only)  started  limited   enabled 
enabled  enabled  enabled  enabled

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

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


[Desktop-packages] [Bug 1807056] Re: Occasional Keyboard freeze

2019-01-19 Thread Dilip
I got so annoyed by the keyboard freeze and banking on "something else"
is causing the issue, I erased my 18.04 and reinstalled it yesterday
evening. Now in the morning, I started using Ubuntu again for typing. It
was fine for a couple of hours. But now the freeze has come back.

I have not installed even GIMP or Inkscape. Only thing I have added is
official deb files of Google Chrome and Opera, and VLC from the store.
Other than that, whatever Ubuntu provides by default.

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

Title:
  Occasional Keyboard freeze

Status in gnome-shell package in Ubuntu:
  Triaged

Bug description:
  https://gitlab.gnome.org/GNOME/gnome-shell/issues/907

  ---

  I am using 18.04 and sometimes, whatever I type does not work. It is
  as if there is no keyboard connected while I have my laptop keyboard
  and an external keyboard connected to the machine. I even enabled On
  Screen Keyboard and tried to type through it. Same result.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.3-0ubuntu0.18.04.3
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: communitheme:ubuntu:GNOME
  Date: Thu Dec  6 05:41:04 2018
  DisplayManager: gdm3
  InstallationDate: Installed on 2018-11-29 (6 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1807056] Re: Occasional Keyboard freeze

2019-01-19 Thread Dilip
A small correction, I logged in 1.5 hours ago. So the freeze came back
within an hour.

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

Title:
  Occasional Keyboard freeze

Status in gnome-shell package in Ubuntu:
  Triaged

Bug description:
  https://gitlab.gnome.org/GNOME/gnome-shell/issues/907

  ---

  I am using 18.04 and sometimes, whatever I type does not work. It is
  as if there is no keyboard connected while I have my laptop keyboard
  and an external keyboard connected to the machine. I even enabled On
  Screen Keyboard and tried to type through it. Same result.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.3-0ubuntu0.18.04.3
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: communitheme:ubuntu:GNOME
  Date: Thu Dec  6 05:41:04 2018
  DisplayManager: gdm3
  InstallationDate: Installed on 2018-11-29 (6 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 512865] Re: firefox-bin crashed with SIGSEGV because of Icedtea Java plugin

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV because of Icedtea Java plugin

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  I have just made todays update of Ubuntu Lucid and as part of this there 
where Firefox 3.6. After that Firefox will not start at work. For a short while 
I see the startpage, but that is all.
  Installed Epiphany as prefered browser to report this.

  ProblemType: Crash
  Architecture: amd64
  CrashCounter: 1
  Date: Tue Jan 26 17:17:26 2010
  DistroRelease: Ubuntu 10.04
  ExecutablePath: /usr/lib/firefox-3.6/firefox-bin
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  NonfreeKernelModules: nvidia
  Package: firefox 3.6+nobinonly-0ubuntu1
  ProcCmdline: /usr/lib/firefox-3.6/firefox-bin
  ProcCwd: /home/josa
  ProcEnviron:
   LANG=C
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-11.15-generic
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: firefox-bin crashed with SIGSEGV
  Uname: Linux 2.6.32-11-generic x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  XsessionErrors:
   (gnome-settings-daemon:2358): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (gnome-settings-daemon:2358): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (polkit-gnome-authentication-agent-1:2416): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (synaptic:6186): Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion 
`node != NULL' failed
   (synaptic:6186): Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion 
`node != NULL' failed
  SegvAnalysis:
   Segfault happened at: 0x7fc0c394364b : cmp
$0xf000,%rax
   PC (0x7fc0c394364b) ok
   source "$0xf000" ok
   destination "%rax" ok
   SP (0x7fff74123d98) ok
   Reason could not be automatically determined.
  SegvReason: Reason could not be automatically determined.

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

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


[Desktop-packages] [Bug 544164] Re: .bin is unsuspecting closed

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  .bin is unsuspecting closed

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  Firefox closes and loses some info. Also I cannot make new updates
  even when I try the suggestions mentiont in the help pages.

  ProblemType: Bug
  Architecture: i386
  CheckboxSubmission: 9673b4fab1cac01a7897ac31844ce69f
  CheckboxSystem: c4db302c6990d0bb1b00c5c328683b3b
  Date: Mon Mar 22 14:24:18 2010
  DistroRelease: Ubuntu 10.04
  FirefoxPackages:
   firefox 3.6+nobinonly-0ubuntu6
   firefox-gnome-support 3.6+nobinonly-0ubuntu6
   firefox-branding 3.6+nobinonly-0ubuntu6
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: firefox 3.6+nobinonly-0ubuntu6
  ProcEnviron:
   PATH=(custom, user)
   LANG=nl_NL.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  SourcePackage: firefox
  Uname: Linux 2.6.32-16-generic i686

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

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


[Desktop-packages] [Bug 557631] Re: firefox-bin crashed with SIGSEGV in gdk_window_get_frame_extents()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV in gdk_window_get_frame_extents()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  No real idea about the cause, I had just clicked on a bug link in an
  Evolution mail, and I was expecting Firefox to open it.

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-19-generic i686
  Architecture: i386
  Date: Wed Apr  7 22:42:16 2010
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/firefox-3.6.3/firefox-bin
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu1
   firefox-gnome-support 3.6.3+nobinonly-0ubuntu1
   firefox-branding 3.6.3+nobinonly-0ubuntu1
   abroswer N/A
   abrowser-branding N/A
  ProcCmdline: /usr/lib/firefox-3.6.3/firefox-bin --sm-config-prefix 
/firefox-bin-s48vLN/ --sm-client-id 
108ea4f0dffbff6d4812703910382848380014420076 --screen 0
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_GB:en
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   gdk_window_get_frame_extents ()
   gdk_window_get_root_origin ()
   ?? () from /usr/lib/firefox-3.6.3/libxul.so
   ?? () from /usr/lib/firefox-3.6.3/libxul.so
   ?? () from /usr/lib/firefox-3.6.3/libxul.so
  Title: firefox-bin crashed with SIGSEGV in gdk_window_get_frame_extents()
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner tape video
  SegvAnalysis:
   Segfault happened at: 0x3bb422 <__kernel_vsyscall+2>:ret
   PC (0x003bb422) ok
   destination "(%esp)" (0xbf98f39c) ok
   SP (0xbf98f39c) ok
   Reason could not be automatically determined. (Unhandled exception in kernel 
code?)
  SegvReason: Reason could not be automatically determined. (Unhandled 
exception in kernel code?)

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

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


[Desktop-packages] [Bug 1056328] Re: crashreporter crashed with SIGSEGV in real_queue_resize()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  crashreporter crashed with SIGSEGV in real_queue_resize()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  crashreporter crashed with firefox

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: firefox 15.0.1+build1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-15.23-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  goran  2584 F pulseaudio
   /dev/snd/controlC0:  goran  2584 F pulseaudio
  BuildID: 20120907073726
  Channel: Unavailable
  Date: Tue Sep 25 19:00:38 2012
  ExecutablePath: /usr/lib/firefox/crashreporter
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120917)
  IpRoute:
   default via 192.168.5.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.5.0/24 dev wlan0  proto kernel  scope link  src 192.168.5.6  metric 9
  MostRecentCrashID: bp-c0c50ffe-9773-495f-9118-a4dbf2120830
  PrefErrors: Unexpected character 'e' before close parenthesis @ 
[Profile]/extensions/ehtip@robertkatic/defaults/preferences/pre.js:9
  ProcCmdline: /usr/lib/firefox/crashreporter 
/home/username/.mozilla/firefox/riwrctbw.default/minidumps/7a564160-fb11-d6e4-7d477c8e-67d15db0.dmp
  ProcEnviron:
   PATH=(custom, no user)
   LANG=hr_HR.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=15.0.1/20120907073726
  RelatedPackageVersions:
   rhythmbox-mozilla 2.97-1ubuntu5
   totem-mozilla 3.4.3-0ubuntu4
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SegvAnalysis:
   Segfault happened at: 0x7effb42e3c7b:mov0x38(%rbp),%rdx
   PC (0x7effb42e3c7b) ok
   source "0x38(%rbp)" (0x0038) not located in a known VMA region (needed 
readable region)!
   destination "%rdx" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
   g_cclosure_marshal_VOID__BOXEDv () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: crashreporter crashed with SIGSEGV in g_cclosure_marshal_VOID__BOXEDv()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 08/17/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: 12b
  dmi.board.name: GA-MA78GM-S2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr12b:bd08/17/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GM-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GM-S2H:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA78GM-S2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 559948] Re: firefox-bin crashed with SIGSEGV in _Unwind_Resume()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV in _Unwind_Resume()

Status in Mozilla Firefox:
  Incomplete
Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  crashed while opening

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-19-generic i686
  Architecture: i386
  CrashCounter: 1
  Date: Sat Apr 10 16:16:16 2010
  ExecutablePath: /usr/lib/firefox-3.6.3/firefox-bin
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu2
   firefox-gnome-support 3.6.3+nobinonly-0ubuntu2
   firefox-branding 3.6.3+nobinonly-0ubuntu2
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100314)
  ProcCmdline: /usr/lib/firefox-3.6.3/firefox-bin
  ProcEnviron:
   LANG=en_IN
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? () from /lib/libgcc_s.so.1
   ?? () from /lib/libgcc_s.so.1
   _Unwind_Resume () from /lib/libgcc_s.so.1
   _Unwind_Resume () from /lib/tls/i686/cmov/libpthread.so.0
   __condvar_w_cleanup ()
  Title: firefox-bin crashed with SIGSEGV in _Unwind_Resume()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  SegvAnalysis:
   Segfault happened at: 0x84d422 <__kernel_vsyscall+2>:ret
   PC (0x0084d422) ok
   destination "(%esp)" (0xacffd97c) ok
   Stack memory exhausted (SP below stack segment)
   SP (0xacffd97c) ok
   Reason could not be automatically determined. (Unhandled exception in kernel 
code?)
  SegvReason: Reason could not be automatically determined. (Unhandled 
exception in kernel code?)

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

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


[Desktop-packages] [Bug 608500] Re: firefox-bin crashed with SIGSEGV

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  angelica@angelica-desktop:~$ lsb_release -rd
  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04
  angelica@angelica-desktop:~$ apt-cache policy firefox
  firefox:
Installato: 3.6.6+nobinonly-0ubuntu0.10.04.1
Candidato: 3.6.6+nobinonly-0ubuntu0.10.04.1
Tabella versione:
   *** 3.6.6+nobinonly-0ubuntu0.10.04.1 0
  500 http://archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
  500 http://archive.ubuntu.com/ubuntu/ lucid-security/main Packages
  100 /var/lib/dpkg/status
   3.6.3+nobinonly-0ubuntu4 0
  500 http://archive.ubuntu.com/ubuntu/ lucid/main Packages

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Thu Jul 22 02:51:20 2010
  ExecutablePath: /usr/lib/firefox-3.6.6/firefox-bin
  FirefoxPackages:
   firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcCmdline: /usr/lib/firefox-3.6.6/firefox-bin
  ProcEnviron:
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xdbc422 <__kernel_vsyscall+2>:ret
   PC (0x00dbc422) ok
   destination "(%esp)" (0xbf95109c) ok
   SP (0xbf95109c) ok
   Reason could not be automatically determined. (Unhandled exception in kernel 
code?)
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? () from /usr/lib/firefox-3.6.6/libxul.so
   ?? () from /usr/lib/firefox-3.6.6/libxul.so
   ?? () from /usr/lib/firefox-3.6.6/libxul.so
   ?? () from /usr/lib/firefox-3.6.6/libxul.so
   ?? () from /usr/lib/firefox-3.6.6/libxul.so
  Title: firefox-bin crashed with SIGSEGV
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  XsessionErrors:
   (polkit-gnome-authentication-agent-1:1251): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (gnome-terminal:2423): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL && entry->lock_count > 0' failed
   (gnome-terminal:4350): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL && entry->lock_count > 0' failed

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

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


[Desktop-packages] [Bug 566800] Re: firefox-bin crashed with SIGSEGV in __longjmp()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV in __longjmp()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  mrl586@ADVENT:~$ lsb_release -rd;apt-cache policy firefox
  Description:Ubuntu lucid (development branch)
  Release:10.04
  firefox:
Asennettu: 3.6.3+nobinonly-0ubuntu3
Ehdokas: 3.6.3+nobinonly-0ubuntu3
Versiotaulukko:
   *** 3.6.3+nobinonly-0ubuntu3 0
  500 http://archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  Architecture: i386
  CrashCounter: 1
  Date: Mon Apr 19 19:24:16 2010
  ExecutablePath: /usr/lib/firefox-3.6.3/firefox-bin
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu3
   firefox-gnome-support N/A
   firefox-branding 3.6.3+nobinonly-0ubuntu3
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Kubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100414)
  ProcCmdline: /usr/lib/firefox-3.6.3/firefox-bin
  ProcEnviron:
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xa36422 <__kernel_vsyscall+2>:ret
   PC (0x00a36422) ok
   destination "(%esp)" (0xa6cf6b4c) ok
   SP (0xa6cf6b4c) ok
   Reason could not be automatically determined. (Unhandled exception in kernel 
code?)
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   __longjmp () at ../sysdeps/i386/__longjmp.S:68
   ?? ()
  Title: firefox-bin crashed with SIGSEGV in __longjmp()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 558118] Re: firefox-bin crashed with SIGSEGV in gtk_widget_get_mapped()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV in gtk_widget_get_mapped()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  lock the screen, went away for 10 min. After I unlocked the screen, I
  was greeted with this error :-)

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-19.28-generic-pae 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-19-generic-pae i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Thu Apr  8 09:59:27 2010
  ExecutablePath: /usr/lib/firefox-3.6.3/firefox-bin
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu1
   firefox-gnome-support 3.6.3+nobinonly-0ubuntu1
   firefox-branding 3.6.3+nobinonly-0ubuntu1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
  ProcCmdline: /usr/lib/firefox-3.6.3/firefox-bin
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.utf8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   gtk_widget_get_mapped () from /usr/lib/libgtk-x11-2.0.so.0
   gtk_widget_queue_draw_area ()
   gtk_widget_queue_draw () from /usr/lib/libgtk-x11-2.0.so.0
   ?? () from /usr/lib/libgtk-x11-2.0.so.0
   g_cclosure_marshal_VOID__VOID ()
  Title: firefox-bin crashed with SIGSEGV in gtk_widget_get_mapped()
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare tape vboxusers video

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

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


[Desktop-packages] [Bug 557083] Re: firefox-bin crashed with SIGSEGV in g_type_check_instance_is_a()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV in g_type_check_instance_is_a()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  [mrl586@ADVENT ~]$ lsb_release -rd
  Description:Ubuntu lucid (development branch)
  Release:10.04

  [mrl586@ADVENT ~]$ apt-cache policy firefox
  firefox:
Asennettu: 3.6.3+nobinonly-0ubuntu1
Ehdokas: 3.6.3+nobinonly-0ubuntu1
Versiotaulukko:
   *** 3.6.3+nobinonly-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-19-generic i686
  Architecture: i386
  Date: Wed Apr  7 09:35:28 2010
  ExecutablePath: /usr/lib/firefox-3.6.3/firefox-bin
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu1
   firefox-gnome-support N/A
   firefox-branding 3.6.3+nobinonly-0ubuntu1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Kubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100405)
  ProcCmdline: /usr/lib/firefox-3.6.3/firefox-bin
  ProcEnviron:
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   g_type_check_instance_is_a ()
   gtk_widget_get_mapped () from /usr/lib/libgtk-x11-2.0.so.0
   gtk_widget_queue_draw_area ()
   gtk_widget_queue_draw () from /usr/lib/libgtk-x11-2.0.so.0
   ?? () from /usr/lib/libgtk-x11-2.0.so.0
  Title: firefox-bin crashed with SIGSEGV in g_type_check_instance_is_a()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  SegvAnalysis:
   Segfault happened at: 0x346422 <__kernel_vsyscall+2>:ret
   PC (0x00346422) ok
   destination "(%esp)" (0xbfd4c51c) ok
   SP (0xbfd4c51c) ok
   Reason could not be automatically determined. (Unhandled exception in kernel 
code?)
  SegvReason: Reason could not be automatically determined. (Unhandled 
exception in kernel code?)

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

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


[Desktop-packages] [Bug 564897] Re: firefox-bin crashed with SIGSEGV in pthread_mutex_lock()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV in pthread_mutex_lock()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  [New Thread 6411]
  [New Thread 6412]
  [New Thread 6415]
  [New Thread 6416]
  [New Thread 6417]
  [New Thread 6420]
  [New Thread 6452]
  [New Thread 6744]
  [New Thread 6800]
  [New Thread 6830]
  [New Thread 6838]
  [New Thread 6849]
  warning: Can't read pathname for load map: Input/output error.
  Reading symbols from /lib/tls/i686/cmov/libpthread.so.0...(no debugging 
symbols found)...done.
  Loaded symbols for /lib/tls/i686/cmov/libpthread.so.0
  Reading symbols from /usr/lib/firefox-3.6.3/libxul.so...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/firefox-3.6.3/libxul.so
  Reading symbols from /usr/lib/firefox-3.6.3/libmozjs.so...(no debugging 
symbols found)...done.
  Loaded symbols for /usr/lib/firefox-3.6.3/libmozjs.so
  Reading symbols from /usr/lib/firefox-3.6.3/libxpcom.so...(no debugging 
symbols found)...done.
  Loaded symbols for /usr/lib/firefox-3.6.3/libxpcom.so
  Reading symbols from /usr/lib/firefox-3.6.3/libplds4.so...(no debugging 
symbols found)...done.
  Loaded symbols for /usr/lib/firefox-3.6.3/libplds4.so
  Reading symbols from /usr/lib/firefox-3.6.3/libplc4.so...(no debugging 
symbols found)...done.
  Loaded symbols for /usr/lib/firefox-3.6.3/libplc4.so
  Reading symbols from /usr/lib/firefox-3.6.3/libnspr4.so...(no debugging 
symbols found)...done.
  Loaded symbols for /usr/lib/firefox-3.6.3/libnspr4.so
  Reading symbols from /lib/tls/i686/cmov/libdl.so.2...(no debugging symbols 
found)...done.
  Loaded symbols for /lib/tls/i686/cmov/libdl.so.2
  Reading symbols from /usr/lib/libgtk-x11-2.0.so.0...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libgtk-x11-2.0.so.0
  Reading symbols from /usr/lib/libatk-1.0.so.0...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libatk-1.0.so.0
  Reading symbols from /usr/lib/libpangoft2-1.0.so.0...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libpangoft2-1.0.so.0
  Reading symbols from /usr/lib/libfreetype.so.6...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libfreetype.so.6
  Reading symbols from /usr/lib/libfontconfig.so.1...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libfontconfig.so.1
  Reading symbols from /usr/lib/libgdk-x11-2.0.so.0...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libgdk-x11-2.0.so.0
  Reading symbols from /usr/lib/libgdk_pixbuf-2.0.so.0...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libgdk_pixbuf-2.0.so.0
  Reading symbols from /usr/lib/libpangocairo-1.0.so.0...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libpangocairo-1.0.so.0
  Reading symbols from /usr/lib/libpango-1.0.so.0...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libpango-1.0.so.0
  Reading symbols from /usr/lib/libcairo.so.2...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libcairo.so.2
  Reading symbols from /usr/lib/libgio-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgio-2.0.so.0.2400.0...done.
  done.
  Loaded symbols for /usr/lib/libgio-2.0.so.0
  Reading symbols from /usr/lib/libgobject-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgobject-2.0.so.0.2400.0...done.
  done.
  Loaded symbols for /usr/lib/libgobject-2.0.so.0
  Reading symbols from /usr/lib/libgmodule-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgmodule-2.0.so.0.2400.0...done.
  done.
  Loaded symbols for /usr/lib/libgmodule-2.0.so.0
  Reading symbols from /usr/lib/libgthread-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgthread-2.0.so.0.2400.0...done.
  done.
  Loaded symbols for /usr/lib/libgthread-2.0.so.0
  Reading symbols from /lib/tls/i686/cmov/librt.so.1...(no debugging symbols 
found)...done.
  Loaded symbols for /lib/tls/i686/cmov/librt.so.1
  Reading symbols from /lib/libglib-2.0.so.0...Reading symbols from 
/usr/lib/debug/lib/libglib-2.0.so.0.2400.0...done.
  done.
  Loaded symbols for /lib/libglib-2.0.so.0
  Reading symbols from /usr/lib/libX11.so.6...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libX11.so.6
  Reading symbols from /usr/lib/libasound.so.2...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libasound.so.2
  Reading symbols from /lib/tls/i686/cmov/libm.so.6...(no debugging symbols 
found)...done.
  Loaded symbols for /lib/tls/i686/cmov/libm.so.6
  Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libstdc

[Desktop-packages] [Bug 600816] Re: Firefox crashes periodically (plugin-container crashed with SIGSEGV in ft_corner_orientation())

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Firefox crashes periodically (plugin-container crashed with SIGSEGV in
  ft_corner_orientation())

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  My Firefox crashes periodically. It is really hard to describe this
  bug, or provide a step-by-step guide on how to reproduce it, because
  it seems to crash at random.

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  Architecture: i386
  Date: Thu Jul  1 18:41:59 2010
  ExecutablePath: /usr/lib/firefox-3.6.6/plugin-container
  FirefoxPackages:
   firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcCmdline: /usr/lib/firefox-3.6.6/plugin-container 
/usr/lib/adobe-flashplugin/libflashplayer.so 1303 plugin
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   LANG=pt_BR.utf8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x3a3e3f :  cmp
%edx,(%eax)
   PC (0x003a3e3f) ok
   source "%edx" ok
   destination "(%eax)" (0x0034) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ft_corner_orientation () from /usr/lib/libfreetype.so.6
   ps_hints_apply () from /usr/lib/libfreetype.so.6
   ?? () from /usr/lib/libfreetype.so.6
   ?? () from /usr/lib/libfreetype.so.6
   ?? () from /usr/lib/libfreetype.so.6
  Title: plugin-container crashed with SIGSEGV in ft_corner_orientation()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 610707] Re: firefox-bin crashed with SIGSEGV

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  just surfing the web

  ProblemType: Crash
  DistroRelease: Ubuntu 10.10
  Package: firefox 3.6.8+build1+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-11.16-generic 2.6.35-rc5
  Uname: Linux 2.6.35-11-generic x86_64
  Architecture: amd64
  Date: Tue Jul 27 01:04:56 2010
  ExecutablePath: /usr/lib/firefox-3.6.8/firefox-bin
  FirefoxPackages:
   firefox 3.6.8+build1+nobinonly-0ubuntu1
   firefox-gnome-support 3.6.8+build1+nobinonly-0ubuntu1
   firefox-branding 3.6.8+build1+nobinonly-0ubuntu1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100710)
  LocalLibraries: /var/lib/flashplugin-installer/npwrapper.libflashplayer.so
  ProcCmdline: /usr/lib/firefox-3.6.8/firefox-bin
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? () from /usr/lib/firefox-3.6.8/libxul.so
   ?? () from /usr/lib/firefox-3.6.8/libxul.so
   ?? () from /usr/lib/firefox-3.6.8/libxul.so
   ?? () from /usr/lib/libgdk-x11-2.0.so.0
   ?? () from /usr/lib/libgdk-x11-2.0.so.0
  Title: firefox-bin crashed with SIGSEGV
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  XsessionErrors: (polkit-gnome-authentication-agent-1:1612): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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

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


[Desktop-packages] [Bug 779855] Re: Tabs in Firefox do not react or very delayed

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Tabs in Firefox do not react or very delayed

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  I have organized my favourite bookmarks in Tabs in the Bookmarks
  toolbar. From time to time the folders can not be opened, react very
  delayed, can't catch the systematic of this error.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic-pae 2.6.38.4
  Uname: Linux 2.6.38-9-generic-pae i686
  Architecture: i386
  Date: Mon May  9 13:04:30 2011
  FirefoxPackages:
   firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
   flashplugin-installer N/A
   adobe-flashplugin 10.2.159.1-0natty1
   icedtea-plugin 1.1~20110420-0ubuntu1
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, user)
   LANG=de_DE.utf8
   LC_MESSAGES=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: Upgraded to natty on 2011-05-05 (3 days ago)

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

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


[Desktop-packages] [Bug 596498] Re: firefox-bin crashed with SIGSEGV in SEC_PKCS12DecoderValidateBags()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV in SEC_PKCS12DecoderValidateBags()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  Firefox crash importing pkcs12 file.
  When importing p12 file Firefox crashes after introducing password.
  In other operative systems (also Lucid Lynx 32 bits) I can import p12 files 
without problems, bug seem appears only in 64 bits version of Ubuntu Lucid 
(tested in different laptops).
  I generated first the bug report #590053, and in response to the drew212 
message i generated an apport with
   sudo service apport start force_start=1
  and created this new bug.
  Best regards,
  Jesús P

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Sun Jun 20 11:56:37 2010
  ExecutablePath: /usr/lib/firefox-3.6.3/firefox-bin
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu4
   firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
   firefox-branding 3.6.3+nobinonly-0ubuntu4
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20100405)
  ProcCmdline: /usr/lib/firefox-3.6.3/firefox-bin
  ProcEnviron:
   LANGUAGE=ca:ca_ES:en
   LANG=ca_ES.utf8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? () from /usr/lib/firefox-3.6.3/libsmime3.so
   ?? () from /usr/lib/firefox-3.6.3/libsmime3.so
   ?? () from /usr/lib/firefox-3.6.3/libsmime3.so
   ?? () from /usr/lib/firefox-3.6.3/libsmime3.so
   SEC_PKCS12DecoderValidateBags ()
  Title: firefox-bin crashed with SIGSEGV in SEC_PKCS12DecoderValidateBags()
  UserGroups: adm admin cdrom dialout dip lpadmin netdev plugdev sambashare 
vboxusers
  XsessionErrors:
   (polkit-gnome-authentication-agent-1:1527): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (gnome-settings-daemon:1491): GdkPixbuf-CRITICAL **: 
gdk_pixbuf_format_get_name: assertion `format != NULL' failed
   (gnome-settings-daemon:1491): GdkPixbuf-CRITICAL **: 
gdk_pixbuf_format_get_name: assertion `format != NULL' failed
   (gnome-terminal:4366): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL && entry->lock_count > 0' failed

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

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


[Desktop-packages] [Bug 606843] Re: firefox-bin crashed with SIGSEGV in __condvar_w_cleanup()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV in __condvar_w_cleanup()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  I was only closing firefox...

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  Architecture: i386
  Date: Sun Jul 18 11:12:54 2010
  ExecutablePath: /usr/lib/firefox-3.6.6/firefox-bin
  FirefoxPackages:
   firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 
(20100429.4)
  ProcCmdline: /usr/lib/firefox-3.6.6/firefox-bin 
http://www.spipoll.org/participer/un-jeu-d-enfant
  ProcEnviron:
   PATH=(custom, user)
   LANG=fr_FR.utf8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xe2b422 <__kernel_vsyscall+2>:ret
   PC (0x00e2b422) ok
   destination "(%esp)" (0x09ecee1c) ok
   SP (0x09ecee1c) ok
   Reason could not be automatically determined. (Unhandled exception in kernel 
code?)
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   __condvar_w_cleanup ()
   ?? ()
   ?? ()
   ?? ()
   start_thread () from /lib/tls/i686/cmov/libpthread.so.0
  Title: firefox-bin crashed with SIGSEGV in __condvar_w_cleanup()
  UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 925444] Re: firefox-trunk crashed with SIGSEGV

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-trunk crashed with SIGSEGV

Status in firefox package in Ubuntu:
  Expired

Bug description:
  firefox-trunk crashed with SIGSEGV

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: firefox-trunk 13.0~a1~hg20120131r85845-0ubuntu1~umd1~oneiric
  ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  goran  2006 F pulseaudio
   /dev/snd/controlC0:  goran  2006 F pulseaudio
  BuildID: 20120201040952
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
 Mixer name : 'Realtek ALC889A'
 Components : 'HDA:10ec0885,1458a002,00100101'
 Controls  : 49
 Simple ctrls  : 23
  Card1.Amixer.info:
   Card hw:1 'SAA7134'/'saa7133[0] at 0xfdeff000 irq 21'
 Mixer name : 'SAA7134 Mixer'
 Components : ''
 Controls  : 6
 Simple ctrls  : 3
  Channel: nightly
  Date: Thu Feb  2 13:22:45 2012
  Disassembly: => 0x7fe616564adb:   Cannot access memory at address 
0x7fe616564adb
  ExecutablePath: /usr/lib/firefox-trunk-13.0a1/firefox-trunk
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120128)
  IpRoute:
   default via 192.168.5.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.5.0/24 dev wlan0  proto kernel  scope link  src 192.168.5.5  metric 2
  ProcCmdline: /usr/lib/firefox-trunk-13.0a1/firefox-trunk
  ProcEnviron:
   PATH=(custom, no user)
   LANG=hr_HR.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=13.0a1/20120201040952
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: True
  SegvAnalysis:
   Segfault happened at: 0x7fe616564adb:Cannot access memory at address 
0x7fe616564adb
   PC (0x7fe616564adb) ok
   SP (0x7fff93b37ac8) ok
   Reason could not be automatically determined.
  Signal: 11
  SourcePackage: firefox
  Stacktrace:
   #0  0x7fe616564adb in ?? ()
   No symbol table info available.
   Cannot access memory at address 0x7fff93b37ac8
  StacktraceTop: ?? ()
  ThreadStacktrace:
   .
   Thread 35 (LWP 3515):
   #0  0x7fe61628b893 in ?? ()
   No symbol table info available.
   Cannot access memory at address 0x7fe60439edf0
  Title: firefox-trunk crashed with SIGSEGV
  UpgradeStatus: Upgraded to precise on 2012-01-30 (3 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 08/17/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: 12b
  dmi.board.name: GA-MA78GM-S2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr12b:bd08/17/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GM-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GM-S2H:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA78GM-S2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1200272] Re: firefox crashed with SIGSEGV

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox crashed with SIGSEGV

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Crashed while trying to report a bug on launchpad. :-)

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: firefox 23.0~b4+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
  Uname: Linux 3.9.0-7-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.10.2-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ngreenwood  15917 F pulseaudio
   /dev/snd/controlC0:  ngreenwood  15917 F pulseaudio
  BuildID: 20130709094030
  Channel: Unavailable
  Date: Thu Jul 11 16:02:30 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/firefox/firefox
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2010-10-01 (1014 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta i386 (20100901.1)
  IpRoute:
   default via 192.168.30.5 dev eth0  proto static 
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   192.168.30.0/24 dev eth0  proto kernel  scope link  src 192.168.30.229  
metric 1 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  MarkForUpload: True
  Plugins:
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   VLC Multimedia Plugin (compatible Videos 3.8.2) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   Windows Media Player Plug-in 10 (compatible; Videos) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   Java(TM) Plug-in 1.6.0_26 - 
/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/i386/libnpjp2.so (sun-java6-bin)
  PrefSources:
   prefs.js
   
[Profile]/extensions/{2fa4ed95-0317-4c6a-a74c-5f3e3912c1f9}/defaults/preferences/ybookmarks.js
   [Profile]/extensions/fire...@firegpg.team/defaults/preferences/firegpg.js
   
[Profile]/extensions/https-everywh...@eff.org/defaults/preferences/preferences.js
  ProcCmdline: /usr/lib/firefox/firefox 
https://bugs.launchpad.net/ubuntu/+source/synergy/+filebug/b8c35732-ea3a-11e2-a5ba-0025b3df357a?field.title=synergyc+crashed+with+SIGABRT+in+raise%28%29
  ProcEnviron:
   LANGUAGE=en_GB
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=23.0/20130709094030
  RelatedPackageVersions:
   totem-mozilla 3.8.2-0ubuntu1
   sun-java6-bin 6.26-1natty1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  RunningIncompatibleAddons: False
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? () from /usr/lib/firefox/libxul.so
   ?? () from /usr/lib/firefox/libxul.so
   ?? () from /usr/lib/firefox/libxul.so
   ?? () from /usr/lib/firefox/libxul.so
   ?? () from /usr/lib/firefox/libxul.so
  Title: firefox crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-06-12 (29 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare
  dmi.bios.date: 05/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.asset.tag: DC07030028
  dmi.board.name: 0FT292
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: DC07030028
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd05/16/2008:svnDellInc.:pnLatitudeD620:pvr:rvnDellInc.:rn0FT292:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D620
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1232614] Re: plugin-container crashed with SIGSEGV in pthread_cond_timedwait@@GLIBC_2.3.2()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  plugin-container crashed with SIGSEGV in
  pthread_cond_timedwait@@GLIBC_2.3.2()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  This crash seems to occur on google maps. Nothing else seems to
  provoke it. This might be a security vulnerability so im marking as
  such.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: firefox 24.0+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
  Uname: Linux 3.11.0-8-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ryan  20525 F pulseaudio
  BuildID: 20130917154333
  Channel: Unavailable
  Date: Sat Sep 28 20:48:54 2013
  ExecutablePath: /usr/lib/firefox/plugin-container
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-09-27 (1 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta i386 (20130925.1)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.111  
metric 9
  MarkForUpload: True
  PrefSources: prefs.js
  ProcCmdline: /usr/lib/firefox/plugin-container 
/usr/lib/flashplugin-installer/libflashplayer.so -greomni 
/usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir 
/usr/lib/firefox/browser 2468 false plugin
  Profiles: Profile0 (Default) - LastVersion=24.0/20130917154333 (In use)
  RelatedPackageVersions:
   gnome-shell   3.8.4-0ubuntu5
   totem-mozilla 3.8.2-0ubuntu1
   rhythmbox-mozilla 2.99.1-0ubuntu1
  RunningIncompatibleAddons: False
  SegvAnalysis:
   Segfault happened at: 0xb4b94c47 :  
lock cmpxchg %edx,(%ebx)
   PC (0xb4b94c47) ok
   source "%edx" ok
   destination "(%ebx)" (0xad06add4) not located in a known VMA region (needed 
writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:262
   ?? () from /usr/lib/flashplugin-installer/libflashplayer.so
   ?? () from /usr/lib/flashplugin-installer/libflashplayer.so
   ?? () from /usr/lib/flashplugin-installer/libflashplayer.so
   ?? () from /usr/lib/flashplugin-installer/libflashplayer.so
  Title: plugin-container crashed with SIGSEGV in 
pthread_cond_timedwait@@GLIBC_2.3.2()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 04/28/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.23
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1584
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 85.36
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.23:bd04/28/2011:svnHewlett-Packard:pnHPMini110-3700:pvr057E11A000202B0300100:rvnHewlett-Packard:rn1584:rvr85.36:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Mini 110-3700
  dmi.product.version: 057E11A000202B0300100
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1239091] Re: plugin-container crashed with SIGSEGV in _XReply()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  plugin-container crashed with SIGSEGV in _XReply()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  gustavod@xps:~$ lsb_release -rd
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04

  gustavod@xps:~$ uname -a
  Linux xps 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

  gustavod@xps:~$ apt-cache policy firefox
  firefox:
Instalado: 24.0+build1-0ubuntu0.12.04.1
Candidato: 24.0+build1-0ubuntu0.12.04.1
Tabela de versão:
   *** 24.0+build1-0ubuntu0.12.04.1 0
  500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
  500 http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu/ 
precise/main amd64 Packages
  100 /var/lib/dpkg/status
   11.0+build1-0ubuntu4 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: firefox 24.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.8.0-31.46~precise1-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-31-generic.
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gustavod   2602 F pulseaudio
   /dev/snd/controlC0:  gustavod   2602 F pulseaudio
  BuildID: 20130911164256
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf6ffc000 irq 46'
 Mixer name : 'SigmaTel STAC9228'
 Components : 'HDA:83847616,10280209,00100402'
 Controls  : 36
 Simple ctrls  : 18
  Card1.Amixer.info:
   Card hw:1 'Creative'/'HDA Creative at 0xf1efc000 irq 19'
 Mixer name : 'Creative CA0110-IBG'
 Components : 'HDA:1102000a,11021001,0010'
 Controls  : 17
 Simple ctrls  : 8
  Channel: Unavailable
  Date: Sat Oct 12 06:45:57 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/firefox/plugin-container
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  IpRoute:
   default via 192.168.2.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.102  
metric 2
  MarkForUpload: True
  MostRecentCrashID: bp-5a16dd5d-6bfe-4612-ad68-b10e02121209
  PrefSources: prefs.js
  ProcCmdline: /usr/lib/firefox/plugin-container 
/usr/lib/flashplugin-installer/libflashplayer.so -greomni 
/usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir 
/usr/lib/firefox/browser 14862 false plugin
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=24.0/20130911164256 (In use)
  RunningIncompatibleAddons: False
  SegvAnalysis:
   Segfault happened at: 0x7f2f4ab1afdf <_Z14mozalloc_abortPKc+29>: movl   
$0x7b,0x0
   PC (0x7f2f4ab1afdf) ok
   source "$0x7b" ok
   destination "0x0" (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XGetGeometry () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   gdk_pixmap_foreign_new_for_display () from 
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
  Title: plugin-container crashed with SIGSEGV in _XReply()
  UpgradeStatus: Upgraded to precise on 2012-02-26 (593 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1330
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 926298] Re: plugin-container crashed with SIGSEGV in start_thread()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  plugin-container crashed with SIGSEGV in start_thread()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  I was browsing the web and downloading some files, suddenly firefox
  crashed. I had about 30 Tabs open.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: firefox 11.0~a2~hg20120129r84301-0ubuntu1~umd2
  ProcVersionSignature: Ubuntu 3.2.0-12.21-generic-pae 3.2.2
  Uname: Linux 3.2.0-12-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC272X Analog [ALC272X Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  daniel 2173 F pulseaudio
   /dev/snd/controlC0:  daniel 2173 F pulseaudio
  BuildID: 20120130070908
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf060 irq 44'
 Mixer name : 'Realtek ALC272X'
 Components : 'HDA:10ec0272,10250379,0011'
 Controls  : 20
 Simple ctrls  : 11
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xcfedc000 irq 46'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: aurora
  Date: Fri Feb  3 20:31:46 2012
  ExecutablePath: /usr/lib/firefox-11.0a2/plugin-container
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions:
   treely - ID=tre...@treely.com, Version=2.2, minVersion=3.5, 
maxVersion=10.0a1, Location=app-profile, Type=extension, Active=Yes
   British English Dictionary - ID=en...@dictionaries.addons.mozilla.org, 
Version=1.19.1, minVersion=2.0b1, maxVersion=11.0a1, Location=app-profile, 
Type=extension, Active=Yes
   German Dictionary - ID=de...@dictionaries.addons.mozilla.org, Version=2.0.2, 
minVersion=1.9a8pre, maxVersion=2.0.*, Location=app-profile, Type=extension, 
Active=Yes
   Test Pilot - ID=testpi...@labs.mozilla.com, Version=1.2, minVersion=3.5, 
maxVersion=10.*, Location=app-profile, Type=extension, Active=Yes
   Novell Moonlight - ID=moonli...@novell.com, Version=3.99.0.3, 
minVersion=1.5, maxVersion=4.0.*, Location=app-profile, Type=extension, 
Active=Yes
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  IpRoute:
   default via 192.168.178.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.178.0/24 dev eth0  proto kernel  scope link  src 192.168.178.21  
metric 1
  ProcCmdline: /usr/lib/firefox-11.0a2/plugin-container 
/usr/lib/flashplugin-installer/libflashplayer.so -greomni 
/usr/lib/firefox-11.0a2/omni.ja 2321 plugin
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=11.0a2/20120130070908 (Running)
  RunningIncompatibleAddons: True
  SegvAnalysis:
   Segfault happened at: 0xb5bb5410 <__memcpy_ssse3_rep+64>:movdqu 
(%eax),%xmm0
   PC (0xb5bb5410) ok
   source "(%eax)" (0xa9419338) not located in a known VMA region (needed 
readable region)!
   destination "%xmm0" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? () from /usr/lib/flashplugin-installer/libflashplayer.so
   ?? () from /usr/lib/flashplugin-installer/libflashplayer.so
   ?? () from /usr/lib/flashplugin-installer/libflashplayer.so
   start_thread (arg=0x9f0ffb70) at pthread_create.c:304
   clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  Title: plugin-container crashed with SIGSEGV in start_thread()
  UpgradeStatus: Upgraded to precise on 2012-01-12 (22 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare tape video
  dmi.bios.date: 04/28/2011
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.26
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: SJV71_CP
  dmi.board.vendor: Packard Bell
  dmi.board.version: V1.26
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: V1.26
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.26:bd04/28/2011:svnPackardBell:pnEasyNoteLM85:pvrV1.26:rvnPackardBell:rnSJV71_CP:rvrV1.26:cvnPackardBell:ct10:cvrV1.26:
  dmi.product.name: EasyNote LM85
  

[Desktop-packages] [Bug 611093] Re: plugin-container crashed with SIGSEGV

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  plugin-container crashed with SIGSEGV

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  ubuntu 10.10 64 bit

  while flash player in use

  ProblemType: Crash
  DistroRelease: Ubuntu 10.10
  Package: firefox 3.6.8+build1+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-11.16-generic 2.6.35-rc5
  Uname: Linux 2.6.35-11-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu Jul 29 01:19:26 2010
  ExecutablePath: /usr/lib/firefox-3.6.8/plugin-container
  FirefoxPackages:
   firefox 3.6.8+build1+nobinonly-0ubuntu1
   firefox-gnome-support 3.6.8+build1+nobinonly-0ubuntu1
   firefox-branding 3.6.8+build1+nobinonly-0ubuntu1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  ProcCmdline: /usr/lib/firefox-3.6.8/plugin-container 
/usr/lib/flashplugin-installer/libflashplayer.so 537 plugin false
  ProcEnviron:
   LANG=it_IT.utf8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fb6cc0ed931:mov(%rdi),%rax
   PC (0x7fb6cc0ed931) ok
   source "(%rdi)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? () from /usr/lib/firefox-3.6.8/libxul.so
   ?? () from /usr/lib/firefox-3.6.8/libxul.so
   ?? () from /usr/lib/firefox-3.6.8/libxul.so
   ?? ()
   ?? ()
  Title: plugin-container crashed with SIGSEGV
  UserGroups: adm admin audio cdrom dialout dip fax fuse lpadmin mythtv netdev 
plugdev polkituser sambashare tape video

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

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


[Desktop-packages] [Bug 584841] Re: firefox-bin crashed with SIGSEGV in ()

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox-bin crashed with SIGSEGV in ()

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  I was doing nothing special when firefox crashed.  An inexpert glance
  at the stack trace suggests flashplugin may be to blame.

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  Architecture: i386
  Date: Mon May 24 17:50:17 2010
  ExecutablePath: /usr/lib/firefox-3.6.3/firefox-bin
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu4
   firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
   firefox-branding 3.6.3+nobinonly-0ubuntu4
   abroswer N/A
   abrowser-branding N/A
  ProcCmdline: /usr/lib/firefox-3.6.3/firefox-bin -new-window 
http://buildbot.twistedmatrix.com/builders/winxp32-py2.5-select/builds/8/steps/bzr/logs/stdio
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x9bb422 <__kernel_vsyscall+2>:ret
   PC (0x009bb422) ok
   destination "(%esp)" (0xbffdd65c) ok
   SP (0xbffdd65c) ok
   Reason could not be automatically determined. (Unhandled exception in kernel 
code?)
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   ?? ()
   
   __kernel_vsyscall ()
   read () at ../sysdeps/unix/syscall-template.S:82
   _IO_new_file_underflow (fp=0xa2a06240) at fileops.c:606
  Title: firefox-bin crashed with SIGSEGV in ()
  UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev 
scanner users video

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

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


[Desktop-packages] [Bug 782916] Re: problem with app-tabs: vanish with start new instance - close old instance - close new instance

2019-01-19 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  problem with app-tabs: vanish with start new instance - close old
  instance - close new instance

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  Problem is, that firefox forgets app-taps under certain circumstances:
  When I open a new instance of firefox it opens without my configured 
app-taps. When I now close the old instance with the taps and then close the 
new instance (that one without taps) firefox will now restart as if no app-taps 
were configured.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  Date: Sun May 15 08:48:43 2011
  FirefoxPackages:
   firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.1
   flashplugin-installer 10.2.159.1ubuntu1
   adobe-flashplugin N/A
   icedtea-plugin 1.1~20110420-0ubuntu1
  InstallationMedia: Xubuntu 10.10 "Maverick Meerkat" - Release i386 
(20101008.1)
  ProcEnviron:
   LANGUAGE=de_DE:en
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: Upgraded to natty on 2011-04-30 (14 days ago)

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

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


[Desktop-packages] [Bug 1803830] Re: Mouse pointer trailing and disturbing the content that the pointer "touches"

2019-01-19 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Mouse pointer trailing and disturbing the content that the pointer
  "touches"

Status in linux package in Ubuntu:
  Expired
Status in mutter package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  So , when i attached second monitor HPL1706 to my laptop HP 250 g5, my
  mouse pointer started to leave trail that blinks. This trail
  disappears when the mouse pointer hits the "quick select bar?" on the
  left side of main screen, or when the pointer goes on the second
  monitor where it continues to leave this trail.

  Pointer also disturbs the content that it "hits" or it places small
  box of the area it was moment before - like if i take a peace of
  puzzle, copy it and place over some other peace of puzzle so that main
  picture is not clear.

  Right click also resets the bug.

  Pointer disappears and re-appears if it's not moving but when it's not
  visible, the trail is. This interval is around 1 second.

  This affects my, already weak, PC performance.

  1 time, when i logged into my account after being afk, this bug was
  not present 100% until i tried to move sublime's window around the
  screen.

  When i disconnect the second monitor, the bug is present but in much
  smaller dose.

  Every edit on this message (every letter i enter etc.) affects this
  bug - it changes which pointers will be visible on the screen. Lets
  say there is 10 pointers on screen - now its visible pointers 1,4,8
  and when i press a letter it changes to 2,5,9 etc. something like
  this. If there is no action this change is automatic after approx. 1
  second.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
  Uname: Linux 4.15.0-38-generic x86_64
  NonfreeKernelModules: lkp_Ubuntu_4_15_0_38_41_generic_45
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Nov 17 16:42:58 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
Integrated Graphics Controller [8086:22b1] (rev 35) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Atom/Celeron/Pentium Processor 
x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [103c:81f1]
  InstallationDate: Installed on 2018-10-25 (22 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: HP HP 250 G5 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-38-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/01/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.14
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 81F1
  dmi.board.vendor: HP
  dmi.board.version: 64.31
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.14:bd08/01/2016:svnHP:pnHP250G5NotebookPC:pvrType1ProductConfigId:rvnHP:rn81F1:rvr64.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5336AN G=N L=SMB B=HP S=250
  dmi.product.name: HP 250 G5 Notebook PC
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

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


[Desktop-packages] [Bug 1803830] Re: Mouse pointer trailing and disturbing the content that the pointer "touches"

2019-01-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Mouse pointer trailing and disturbing the content that the pointer
  "touches"

Status in linux package in Ubuntu:
  Expired
Status in mutter package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  So , when i attached second monitor HPL1706 to my laptop HP 250 g5, my
  mouse pointer started to leave trail that blinks. This trail
  disappears when the mouse pointer hits the "quick select bar?" on the
  left side of main screen, or when the pointer goes on the second
  monitor where it continues to leave this trail.

  Pointer also disturbs the content that it "hits" or it places small
  box of the area it was moment before - like if i take a peace of
  puzzle, copy it and place over some other peace of puzzle so that main
  picture is not clear.

  Right click also resets the bug.

  Pointer disappears and re-appears if it's not moving but when it's not
  visible, the trail is. This interval is around 1 second.

  This affects my, already weak, PC performance.

  1 time, when i logged into my account after being afk, this bug was
  not present 100% until i tried to move sublime's window around the
  screen.

  When i disconnect the second monitor, the bug is present but in much
  smaller dose.

  Every edit on this message (every letter i enter etc.) affects this
  bug - it changes which pointers will be visible on the screen. Lets
  say there is 10 pointers on screen - now its visible pointers 1,4,8
  and when i press a letter it changes to 2,5,9 etc. something like
  this. If there is no action this change is automatic after approx. 1
  second.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
  Uname: Linux 4.15.0-38-generic x86_64
  NonfreeKernelModules: lkp_Ubuntu_4_15_0_38_41_generic_45
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Nov 17 16:42:58 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
Integrated Graphics Controller [8086:22b1] (rev 35) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Atom/Celeron/Pentium Processor 
x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [103c:81f1]
  InstallationDate: Installed on 2018-10-25 (22 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: HP HP 250 G5 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-38-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/01/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.14
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 81F1
  dmi.board.vendor: HP
  dmi.board.version: 64.31
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.14:bd08/01/2016:svnHP:pnHP250G5NotebookPC:pvrType1ProductConfigId:rvnHP:rn81F1:rvr64.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5336AN G=N L=SMB B=HP S=250
  dmi.product.name: HP 250 G5 Notebook PC
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

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


[Desktop-packages] [Bug 1803830] Re: Mouse pointer trailing and disturbing the content that the pointer "touches"

2019-01-19 Thread Launchpad Bug Tracker
[Expired for mutter (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Mouse pointer trailing and disturbing the content that the pointer
  "touches"

Status in linux package in Ubuntu:
  Expired
Status in mutter package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  So , when i attached second monitor HPL1706 to my laptop HP 250 g5, my
  mouse pointer started to leave trail that blinks. This trail
  disappears when the mouse pointer hits the "quick select bar?" on the
  left side of main screen, or when the pointer goes on the second
  monitor where it continues to leave this trail.

  Pointer also disturbs the content that it "hits" or it places small
  box of the area it was moment before - like if i take a peace of
  puzzle, copy it and place over some other peace of puzzle so that main
  picture is not clear.

  Right click also resets the bug.

  Pointer disappears and re-appears if it's not moving but when it's not
  visible, the trail is. This interval is around 1 second.

  This affects my, already weak, PC performance.

  1 time, when i logged into my account after being afk, this bug was
  not present 100% until i tried to move sublime's window around the
  screen.

  When i disconnect the second monitor, the bug is present but in much
  smaller dose.

  Every edit on this message (every letter i enter etc.) affects this
  bug - it changes which pointers will be visible on the screen. Lets
  say there is 10 pointers on screen - now its visible pointers 1,4,8
  and when i press a letter it changes to 2,5,9 etc. something like
  this. If there is no action this change is automatic after approx. 1
  second.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
  Uname: Linux 4.15.0-38-generic x86_64
  NonfreeKernelModules: lkp_Ubuntu_4_15_0_38_41_generic_45
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Nov 17 16:42:58 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
Integrated Graphics Controller [8086:22b1] (rev 35) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Atom/Celeron/Pentium Processor 
x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [103c:81f1]
  InstallationDate: Installed on 2018-10-25 (22 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: HP HP 250 G5 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-38-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/01/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.14
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 81F1
  dmi.board.vendor: HP
  dmi.board.version: 64.31
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.14:bd08/01/2016:svnHP:pnHP250G5NotebookPC:pvrType1ProductConfigId:rvnHP:rn81F1:rvr64.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5336AN G=N L=SMB B=HP S=250
  dmi.product.name: HP 250 G5 Notebook PC
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

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


[Desktop-packages] [Bug 1627381] Re: Ubuntu 16.04 LTS - LibreOffice5-Calc - Painfully Slow Save

2019-01-19 Thread Launchpad Bug Tracker
[Expired for libreoffice (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Ubuntu 16.04 LTS - LibreOffice5-Calc - Painfully Slow Save

Status in libreoffice package in Ubuntu:
  Expired

Bug description:
  It takes 50 minutes to save a LibreOffice 5 Calc spreadsheet in .ods format. 
The spreadsheet is 163K, 6 tabs, lots of column summations with many cell 
comments and loads normally in maybe 10 seconds. 
  The first time I save the file it literally takes 50 minutes! to complete. I 
get a gray shaded screen for the whole time until the last few seconds, then 
color comes back and the orange progress bar fills from left to right across 
the bottom of the screen. 

  During this time Ubuntu functions normally with no singe of stress.

  During this time the duel CPUs in my system (Dell E6400) swap off
  running at 97 -100%

  The process "soffice.bin" under oosplash is running at 100 to 106%.

  Memory usage is sitting a 46-48% of 2.9 Gb while swap is at 0% of 1.9
  Gb

  After waiting for this save cycle to complete, the second save
  completes much faster. Almost normal. The screen still grays out for a
  second or two then returns and saves with the progress bar action as
  before.

  Moving around the sheet by using the scroll bars to change columns or
  rows is jerky and jumps 3 rows or columns for each mouse click.

  None of this occurred until I upgraded from Ubuntu 14.04 LTS to 16.04 LTS. 
  I'm ready to downgrade or move my spreadsheet operations back to 
Windows/Excel. 
  Yuk. Help!

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

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


[Desktop-packages] [Bug 1812529] [NEW] file picker unexpected behavior

2019-01-19 Thread tetsuo29
Public bug reported:

OS: Ubuntu 18.10 x86_64 
Kernel: 4.18.0-13-generic 
DE: GNOME 3.30.1 
WM: GNOME Shell 

Every time I save a file, if I navigate to a different folder than the
one the save dialog appeared with, after I've selected the folder for
saving my file, if I just start typing, my keystrokes don't go into the
filename field even though that is the only field showing for editing
and the file name is highlighted in that field.

What happens instead? A search field magically appears and my keystrokes
start going there. In order to actually edit the file name, I'm required
to click the mouse in the file name field. And, clicking in the file
name field causes the filename to un-highlight, forcing me to press
Ctrl+A to re-highlight (now including the file extension).

This can't be by design can it? I'm not supposed to just retrain myself
to type the filename first and then navigate to the folder I want to
save in, am I?

Even if I was willing to do that, sometimes, I want to click on an
existing filename in a folder and then edit it. This requires navigating
to that folder first. This is worse. Why? Because if I start typing
right after clicking on an existing file it takes 2 clicks to be able to
start editing the filename after clicking an existing file.

I believe I should be able to navigate to a folder and as soon as I
start typing, be editing the file name (it's the only visible field for
editing and it has text highlighted in it like it has the focus).
There's no reason for a search field to appear just because I navigated
to a folder before beginning to edit a file name.

Also, if I click on an existing file, and that name loads in the file
name field, I should be able to immediately start typing to edit. I
should not have to click in the file name edit field 2x in order to be
able to start editing.

If I want to search instead of editing the file name, I should have to
click on a search button or use a keyboard shortcut to do that instead.
That would be the sane, expected way of doing things.

Please, please, fix this.

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  file picker unexpected behavior

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  OS: Ubuntu 18.10 x86_64 
  Kernel: 4.18.0-13-generic 
  DE: GNOME 3.30.1 
  WM: GNOME Shell 

  Every time I save a file, if I navigate to a different folder than the
  one the save dialog appeared with, after I've selected the folder for
  saving my file, if I just start typing, my keystrokes don't go into
  the filename field even though that is the only field showing for
  editing and the file name is highlighted in that field.

  What happens instead? A search field magically appears and my
  keystrokes start going there. In order to actually edit the file name,
  I'm required to click the mouse in the file name field. And, clicking
  in the file name field causes the filename to un-highlight, forcing me
  to press Ctrl+A to re-highlight (now including the file extension).

  This can't be by design can it? I'm not supposed to just retrain
  myself to type the filename first and then navigate to the folder I
  want to save in, am I?

  Even if I was willing to do that, sometimes, I want to click on an
  existing filename in a folder and then edit it. This requires
  navigating to that folder first. This is worse. Why? Because if I
  start typing right after clicking on an existing file it takes 2
  clicks to be able to start editing the filename after clicking an
  existing file.

  I believe I should be able to navigate to a folder and as soon as I
  start typing, be editing the file name (it's the only visible field
  for editing and it has text highlighted in it like it has the focus).
  There's no reason for a search field to appear just because I
  navigated to a folder before beginning to edit a file name.

  Also, if I click on an existing file, and that name loads in the file
  name field, I should be able to immediately start typing to edit. I
  should not have to click in the file name edit field 2x in order to be
  able to start editing.

  If I want to search instead of editing the file name, I should have to
  click on a search button or use a keyboard shortcut to do that
  instead. That would be the sane, expected way of doing things.

  Please, please, fix this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1812529/+subscriptions

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


[Desktop-packages] [Bug 1745666] Re: gsd-housekeeping leaks file descriptors

2019-01-19 Thread Anders Hall
This bug came back in recent updated after using workaround #5 by Janne.
Didn't notice at first, then severe system slowdowns and odd power
behaviour started to occur. 100% Fan on etc. Killing my disk long term
as well. I detected it when the gsd-housekeepin service crashed and
Ubuntu notified this.

Why is no one fixing this? Just remove the whole service permanently, it
has no real value as stated upstream. Linux computer 4.18.0-13-generic
#14-Ubuntu SMP Wed Dec 5 09:04:24 UTC 2018 x86_64 x86_64 x86_64
GNU/Linux

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

Title:
  gsd-housekeeping leaks file descriptors

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

Bug description:
  Apparently a process called gsd-housekeeping is periodically invoked
  on my Ubuntu 17.10 system. It traverses my /var/tmp for some reason.
  Looks like it is leaking file descriptors while doing so.

  My syslogs are full of error messages like the following:

  Jan 26 20:21:42 snail gsd-housekeepin[3178]: Failed to enumerate children of 
/var/tmp/chmaa-backup/usr/include/c++/5/bits/stl_raw_storage_iter.h: Error 
opening directory 
'/var/tmp/chmaa-backup/usr/include/c++/5/bits/stl_raw_storage_iter.h': Too many 
open files
  Jan 26 20:21:42 snail gsd-housekeepin[3178]: Failed to enumerate children of 
/var/tmp/chmaa-backup/usr/include/c++/5/bits/basic_string.h: Error opening 
directory '/var/tmp/chmaa-backup/usr/include/c++/5/bits/basic_string.h': Too 
many open files
  Jan 26 20:21:42 snail gsd-housekeepin[3178]: Failed to enumerate children of 
/var/tmp/chmaa-backup/usr/include/c++/5/bits/quoted_string.h: Error opening 
directory '/var/tmp/chmaa-backup/usr/include/c++/5/bits/quoted_string.h': Too 
many open files
  Jan 26 20:21:42 snail gsd-housekeepin[3178]: Failed to enumerate children of 
/var/tmp/chmaa-backup/usr/include/c++/5/bits/postypes.h: Error opening 
directory '/var/tmp/chmaa-backup/usr/include/c++/5/bits/postypes.h': Too many 
open files
  Jan 26 20:21:42 snail gsd-housekeepin[3178]: Failed to enumerate children of 
/var/tmp/chmaa-backup/usr/include/c++/5/bits/stl_iterator.h: Error opening 
directory '/var/tmp/chmaa-backup/usr/include/c++/5/bits/stl_iterator.h': Too 
many open files
  Jan 26 20:21:42 snail gsd-housekeepin[3178]: Failed to enumerate children of 
/var/tmp/chmaa-backup/usr/include/c++/5/bits/move.h: Error opening directory 
'/var/tmp/chmaa-backup/usr/include/c++/5/bits/move.h': Too many open files

  $ lsb_release -rd
  Description:  Ubuntu 17.10
  Release:  17.10

  $ apt policy gnome-settings-daemon
  gnome-settings-daemon:
Installed: 3.26.2-0ubuntu0.1
Candidate: 3.26.2-0ubuntu0.1
Version table:
   *** 3.26.2-0ubuntu0.1 500
  500 http://se.archive.ubuntu.com/ubuntu artful-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.26.1-0ubuntu5 500
  500 http://se.archive.ubuntu.com/ubuntu artful/main amd64 Packages

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

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


[Desktop-packages] [Bug 1812527] [NEW] gnome-shell crashes when switching from workspace that is running Android emulator (QEMU)

2019-01-19 Thread Jean-Francois Turcot
Public bug reported:

Switching workspace with the Android Emulator running will blink the
screen as if gnome restarted, if I switch workspace one more time, it
will completely crash and I will need to log in again.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-shell 3.28.3-0ubuntu0.18.04.4
Uname: Linux 4.20.3-acso x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Jan 19 20:05:34 2019
DisplayManager: gdm3
GsettingsChanges:
 b'org.gnome.shell' b'favorite-apps' redacted by apport
 b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
InstallationDate: Installed on 2019-01-15 (4 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic third-party-packages

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

Title:
  gnome-shell crashes when switching from workspace that is running
  Android emulator (QEMU)

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Switching workspace with the Android Emulator running will blink the
  screen as if gnome restarted, if I switch workspace one more time, it
  will completely crash and I will need to log in again.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.3-0ubuntu0.18.04.4
  Uname: Linux 4.20.3-acso x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jan 19 20:05:34 2019
  DisplayManager: gdm3
  GsettingsChanges:
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2019-01-15 (4 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1810728] Re: cups error - internal server error when adding a printer

2019-01-19 Thread asimsalam
The recent cups update has fixed this issue. Adding the Canon MG-6320
with LPD/DNS-SD was successful and prints jobs correctly.

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

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

Title:
  cups error - internal server error when adding a printer

Status in cups package in Ubuntu:
  Fix Released

Bug description:
  Where
  -
  This is happening on a fresh Linux Mint Tessa whose upstream is bionic
   cat /etc/upstream-release/lsb-release 
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=18.04
  DISTRIB_CODENAME=bionic
  DISTRIB_DESCRIPTION="Ubuntu 18.04 LTS"

  What
  
  The upstream package is provided by the upstream bionic
  sudo apt policy cups
  cups:
Installed: 2.2.7-1ubuntu2.2
Candidate: 2.2.7-1ubuntu2.2
Version table:
   *** 2.2.7-1ubuntu2.2 500
  500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.2.7-1ubuntu2 500
  500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

  Problem Synopsis
  
  I have problem(s) printing with adding or printing to both my printers, one 
Dell and the other a Canon.

  The Dell E525 was added automatically but when printing to it the queue 
reports there was a problem with printing and the documents stays 'pending' in 
the queue.
  If I try to add the Canon MG6320 using the auto-detected entry for it, the 
addition fails and produces the error: cups error - internal server error.
  If I add it using the find function with the IP address, adding it succeeds 
but printing to it has the same problem as the Dell.

  This seems to be a regression/bug in cups that should be addressed.

  Please feel free to ask, if you need me to collect more info.

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

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


[Desktop-packages] [Bug 1798790] Re: Ubuntu login screen never appears when using the Nvidia driver (and setting WaylandEnable=false fixes it)

2019-01-19 Thread VINCENT FONG
I also have the same problem.

The uncommenting this line doesn't work for me:
#WaylandEnable=false

so I reinstalled the whole distro and wiped the harddisk.

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

Title:
  Ubuntu login screen never appears when using the Nvidia driver (and
  setting WaylandEnable=false fixes it)

Status in gdm3 package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  https://gitlab.gnome.org/GNOME/gdm/issues/435

  ---

  The boot process hangs with the last message being "started bpfilter".
  There is unusual Network activity during that time. The light of the
  WiFi adapter is blinking a lot.

  I am not sure the problem is with the gdm3 package. As a matter of
  fact, I would remove it and let someone more experienced to set it.
  I'm afraid I might break something, though.

  The specific steps or actions you took that caused you to encounter the 
problem: 1. Boot Ubuntu 18.10 with the Nvidia proprietary drivers
  installed.

  The behavior you expected: I expected Ubuntu 18.10 to boot normally.

  The behavior you actually encountered: The computer gets stuck in a
  command-like environment with the last message being "started
  bpfilter". You can't type any commands.

  I have found that uninstalling the Nvidia proprietary drivers by going
  into recovery mode fixes the issue.

  Booting with the earlier kernel doesn't fix the issue. Installing the
  earlier v.340 driver also doesn't fix the issue.

  This (https://askubuntu.com/questions/1032639/ubuntu-18-04-stuck-in-
  boot-after-starting-gnome-display-manager-on-intel-graphic) seems
  relevant. This is where I found the "solution".

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

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


[Desktop-packages] [Bug 1792085] Re: MTP no more working on Bionic

2019-01-19 Thread ferranb
Exactly the same happens to me. It's a huge issue to me because I need
constantly copy files from android to ubuntu.

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

Title:
  MTP no more working on Bionic

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  Hi, unfortunately (for me) MTP android devices no more work on Ubuntu
  18.04.

  I have used MTP on 16.04 without problems, but on 18.04 it does not
  work. When I connect my Android devices (Samsung A5 and Samsung J3)
  and I try to list directories with many files (e.g. /DCIM/Camera) the
  window hangs until I disconnect the device. Same issue if I try to
  post the command "ls /var/run/1000/gvfs/".

  I have installed Ubuntu 18.04 on two different machines - an older HP
  laptop and a recent DELL laptop - and the issue is present on the all
  of them.

  I suspect a defect on the "libmtp". I tried many alternative solutions
  suggested by the net (e.g. jmtpfs and so on) but anyone worked.

  That's all!

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gvfs-fuse 1.36.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CasperVersion: 1.394
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep 12 06:20:07 2018
  LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gvfs
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1793124]

2019-01-19 Thread GigabyteProductions
(In reply to Libomark from comment #21)
> An obvious workaround is to zoom out on the sheet.  If that reduces
> legibility too far, then use assorted text function to split the text into
> different cells nearby, or reformat the cells using wrap etc. as appropriate.

Modifying the layout of the document is not always an option. My most
recent occurrence of this issue was updating finding status on a STIG
viewer spreadsheet export (which needed to be re-imported into the
tool).

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

Title:
  Scrolling on Calc leaves content invisible if cell is higher than
  screen

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

Bug description:
  I sometimes receive Calc documents where the content of an individual
  cell is split on so many lines that it fills up the whole screen and
  more. I can easily see the top part of these cells but scrolling to
  the bottom does not seem to work. Whether I try dragging the scrollbar
  or moving the screen with my laptop’s touchpad, Calc seems to skip the
  bottom part of the cell and jump directly to the following cell. See
  the attached screenshots of a document which has numbers 1 to 50 so
  that numbers 4 to 40 occupy one single cell (A4). In the first
  screenshot I see the top part of that cell (4 to 23) and in the next I
  have scrolled down the screen as little as possible, and now I see
  cell A5 (number 41) on the top. Everything in between is visually
  inaccessible whatever I try.

  Description:  Ubuntu 18.04.1 LTS
  Release:  18.04

Installed: 1:6.0.3-0ubuntu1
Candidate: 1:6.0.3-0ubuntu1
Version table:
   *** 1:6.0.3-0ubuntu1 500
  500 http://mr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libreoffice-calc 1:6.0.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep 18 11:16:17 2018
  InstallationDate: Installed on 2017-02-13 (582 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to bionic on 2018-05-31 (109 days ago)

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

-- 
Mailing list: https://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 1720624] Re: Ubuntu 17.10 blank CD or audio CD not detected

2019-01-19 Thread Doug McMahon
On 1/17/19 3:13 PM, corrado venturini wrote:
> I have again the same/similar problem with Ubuntu 18.04, 18.10 and 19.04.
> should i open a new bug?
>
I would suspect so as this is fix released & personally see no current 
issues in 18.04 .

If seeing this on a laptop you should confirm it's not a drive issue as 
cd/dvd drives in laptops are generally low quality and fail in different 
ways quite often.

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

Title:
  Ubuntu 17.10 blank CD or audio CD not detected

Status in lshw package in Ubuntu:
  Invalid
Status in nautilus package in Ubuntu:
  Invalid
Status in udisks2 package in Ubuntu:
  Fix Released
Status in lshw source package in Artful:
  Invalid
Status in nautilus source package in Artful:
  Invalid
Status in udisks2 source package in Artful:
  Fix Released

Bug description:
  Audio CD are not detected while data CD and data DVD are detected.
  When I insert a data CD or DVD I have a notification and I see the CD in 
files. With audio CD nothing happens.
  Also empty CD and DVD are not detected.
  No problem on same PC, different partition with Ubuntu 16.04.
  I have the same problem on 3 different PC running Ubuntu 17.10.

  I opened a question about this problem: 
https://answers.launchpad.net/ubuntu/+question/658807
  and I was invited to open a bug.

  In Ubuntu 16.04 
  when I insert a blank CD I see a box with a message 'You have just inserted a 
blank CD. Choose what application ...'
  when I insert an audio CD I see a box with a message 'You have just inserted 
a Audio CD. Choose what application ...'

  In Ubuntu 17.10 
  when I insert a blank CD or an Audio CD nothing happens so I can't access the 
CD.
  when I insert a data CD od DVD I see a notification at the top of the screen 
and I can see the inserted CD in files.

  In attachment:
  screenshot of messages from Ubuntu 16.04
  messages from 'sudo lshw -c disk' in Ubuntu 16.04
  messages from 'sudo lshw -c disk' in Ubuntu 17.10
   
  corrado@corrado-0926:~$ inxi -Fx
  System:Host: corrado-0926 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: 
1680x1050@59.88hz
 OpenGL: renderer: Mesa DRI Intel HD Graphics 630 (Kaby Lake GT2)
 version: 4.5 Mesa 17.2.1 Direct Render: Yes
  Audio: Card Intel Sunrise Point-H HD Audio driver: snd_hda_intel bus-ID: 
00:1f.3
 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.2% used)
 ID-1: /dev/sda model: TOSHIBA_DT01ACA1 size: 1000.2GB
  Partition: ID-1: / size: 32G used: 6.0G (20%) fs: ext4 dev: /dev/sda3
 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.5C mobo: N/A
 Fan Speeds (in rpm): cpu: N/A
  Info:  Processes: 239 Uptime: 3 min Memory: 782.8/7684.1MB Init: systemd 
runlevel: 5 Gcc sys: N/A
 Client: Shell (bash 4.4.121) inxi: 2.3.37 
  corrado@corrado-0926:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: lshw 02.18-0.1ubuntu3
  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: Sun Oct  1 12:50:48 2017
  InstallationDate: Installed on 2017-09-29 (2 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  SourcePackage: lshw
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1789924] Re: Missing Intel GPU pci-id's

2019-01-19 Thread Antonios Hadjigeorgalis
uname -a
Linux one 4.15.0-44-generic #47-Ubuntu SMP Mon Jan 14 11:26:59 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux


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

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

Title:
  Missing Intel GPU pci-id's

Status in libdrm package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in mesa package in Ubuntu:
  Fix Released
Status in xorg-server package in Ubuntu:
  Fix Released
Status in libdrm source package in Bionic:
  Fix Committed
Status in linux source package in Bionic:
  Fix Released
Status in mesa source package in Bionic:
  Fix Committed
Status in xorg-server source package in Bionic:
  Fix Released
Status in libdrm source package in Cosmic:
  Fix Released
Status in linux source package in Cosmic:
  Fix Released
Status in mesa source package in Cosmic:
  Fix Committed
Status in xorg-server source package in Cosmic:
  Fix Released

Bug description:
  [Impact]
  There are some new Intel GPU pci-id's that need to be added to several places:

  0x3E98
  0x87C0

  and to make future additions easier, add platform definitions for
  Whiskey Lake and Amber Lake too.

  [Test case]
  Check that the user session uses the proper driver on these systems.

  [Regression potential]
  none, these just add pci-id's and platform definitions

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

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


[Desktop-packages] [Bug 1789924] Re: Missing Intel GPU pci-id's

2019-01-19 Thread Antonios Hadjigeorgalis
Clean install Ubuntu 18.04 Bionic on Asus Z390 Prime with Intel i5-9600K.
- Enabled -proposed repo
- apt update && apt upgrade

Now graphics chip is correctly identified:

$ glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics (Coffeelake 3x8 GT2) 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

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

Title:
  Missing Intel GPU pci-id's

Status in libdrm package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in mesa package in Ubuntu:
  Fix Released
Status in xorg-server package in Ubuntu:
  Fix Released
Status in libdrm source package in Bionic:
  Fix Committed
Status in linux source package in Bionic:
  Fix Released
Status in mesa source package in Bionic:
  Fix Committed
Status in xorg-server source package in Bionic:
  Fix Released
Status in libdrm source package in Cosmic:
  Fix Released
Status in linux source package in Cosmic:
  Fix Released
Status in mesa source package in Cosmic:
  Fix Committed
Status in xorg-server source package in Cosmic:
  Fix Released

Bug description:
  [Impact]
  There are some new Intel GPU pci-id's that need to be added to several places:

  0x3E98
  0x87C0

  and to make future additions easier, add platform definitions for
  Whiskey Lake and Amber Lake too.

  [Test case]
  Check that the user session uses the proper driver on these systems.

  [Regression potential]
  none, these just add pci-id's and platform definitions

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

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


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

2019-01-19 Thread Mark Stosberg
I got this error when attempting to list files with 0.7.18.2.

The root cause in my case was a bad path in an "sftp://"; URL. It was
important that the absolute path after the host name started with two
slashes, and that the URL point to a folder that contains "duplicity-
full..."files. My correct URL also ended in a slash.

It's a scary error message and it should give you a hint if the folder
is wrong or there's really some other problems. For example, one message
could say "No duplicity files found at the provided URL. Confirm the
path to your backup folder is correct."

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

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

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

Bug description:
  I get:

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

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

  OS is CentOS 6.2 x86
  Duplicity 0.6.18 from the repos

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

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

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

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

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

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


[Desktop-packages] [Bug 1574746] Re: Enable support for libsoxr

2019-01-19 Thread Rijnhard Hessel
Is it possible to get this backported to 18.04?

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

Title:
  Enable support for libsoxr

Status in pulseaudio package in Ubuntu:
  Fix Released

Bug description:
  I'd like to ask to enable support for libsoxr-based resamplers in the 
official Ubuntu packages for pulseaudio. The upstream already supports libsoxr 
and automatically detects its availability, so the only change really needed is 
to add the build dependency to debian/control.
   
  The resamplers based in libsoxr offer better quality and better performace 
while introducing more delay compared to the speex resamplers that are used by 
default. The resamplers are documented in the man pages of pulseaudio in Ubuntu 
16.04 but unfortunately are not enabled at build time ('pulseaudio 
--dump-resample-methods' doesn't list them). I've built local packages with 
libsoxr and verified that the resampler works as expected.

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

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


[Desktop-packages] [Bug 1767593] Re: GNOME3 screen gets lockd while watching videos on Youtube

2019-01-19 Thread Paul White
** Package changed: ubuntu => gnome-screensaver (Ubuntu)

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

Title:
  GNOME3 screen gets lockd while watching videos on Youtube

Status in gnome-screensaver package in Ubuntu:
  New

Bug description:
  I have upgraded mu Ububtu to 17.10 and then it got the GNOME3 I guess
  , since then while wathcing the youtube videos the screen gets locked
  where as it shouldn't as the browser has the activity going on.

  And please note I hadn't installed any flash player on this hardware.

  Browser I am using google chrome.

  Please let me know if any logs are needed on my mail
  pskhede...@gmail.com

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

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


[Desktop-packages] [Bug 1767593] [NEW] GNOME3 screen gets lockd while watching videos on Youtube

2019-01-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have upgraded mu Ububtu to 17.10 and then it got the GNOME3 I guess ,
since then while wathcing the youtube videos the screen gets locked
where as it shouldn't as the browser has the activity going on.

And please note I hadn't installed any flash player on this hardware.

Browser I am using google chrome.

Please let me know if any logs are needed on my mail
pskhede...@gmail.com

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

-- 
GNOME3 screen gets lockd while watching videos on Youtube
https://bugs.launchpad.net/bugs/1767593
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to gnome-screensaver 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 1805782] Re: X server crashes after alleged application crash

2019-01-19 Thread Paul White
** Package changed: ubuntu => xorg-server (Ubuntu)

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

Title:
  X server crashes after alleged application crash

Status in xorg-server package in Ubuntu:
  New

Bug description:
  In some situations an application does not react for some time. If I
  click the "close window" button in the window caption in this case
  Ubuntu shows some dialog window with some text like:

  "The application does not react. Do you want to stop the application?"
  and two buttons: "Stop application" and "Wait". (I'm not using the
  English variant so I don't know the exact English text.)

  The only way to get out of this situation seems to kill the
  application using "pkill -KILL application_name".

  If I press "Stop application" or "Wait" (it does not matter which of
  both buttons I press!) the mouse cursor is still moving but nothing
  else on the GUI is working any more.

  The only way to get out of this situation is to go to the text console
  (e.g. using Ctrl+Alt+F3), log in and kill the X server using "pkill
  -KILL Xorg".

  Sometimes even a re-boot of the PC is necessary to get the GUI running
  again after this situation.

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

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


[Desktop-packages] [Bug 1805782] [NEW] X server crashes after alleged application crash

2019-01-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

In some situations an application does not react for some time. If I
click the "close window" button in the window caption in this case
Ubuntu shows some dialog window with some text like:

"The application does not react. Do you want to stop the application?"
and two buttons: "Stop application" and "Wait". (I'm not using the
English variant so I don't know the exact English text.)

The only way to get out of this situation seems to kill the application
using "pkill -KILL application_name".

If I press "Stop application" or "Wait" (it does not matter which of
both buttons I press!) the mouse cursor is still moving but nothing else
on the GUI is working any more.

The only way to get out of this situation is to go to the text console
(e.g. using Ctrl+Alt+F3), log in and kill the X server using "pkill
-KILL Xorg".

Sometimes even a re-boot of the PC is necessary to get the GUI running
again after this situation.

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


** Tags: bot-comment
-- 
X server crashes after alleged application crash
https://bugs.launchpad.net/bugs/1805782
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to xorg-server 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 1812507] [NEW] Typo in description of snap

2019-01-19 Thread Tim Bannister
Public bug reported:

https://snapcraft.io/network-manager lists the description for
NetworkManager as “Network management based on NeworkManager” (sic).

NeworkManager should be NetworkManager.

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


** Tags: snap

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

Title:
  Typo in description of snap

Status in network-manager package in Ubuntu:
  New

Bug description:
  https://snapcraft.io/network-manager lists the description for
  NetworkManager as “Network management based on NeworkManager” (sic).

  NeworkManager should be NetworkManager.

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

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


[Desktop-packages] [Bug 1812506] [NEW] Ubuntu 18.04 gnome-control-center > Devices > Removable_media > Ask_what_to_do - does not ask

2019-01-19 Thread corrado venturini
Public bug reported:

On Ubuntu 18.04.1 when I insert a CD or DVD I don't see the window
asking_what_to_do also if I specified this option in gnome-control-
center > Devices > Removable_media

I see only a new icon on the desktop.

CD audio: 'Rhytmbox' and 'open-folder' works fine. 'Ask_what_to_do' does nothing
Blank CD disk: 'Open_folder' and 'Ask_what_to_do' does nothing, also call K3b 
or call CD/DVD creator (brasero) does nothing
Blank DVD disk: like Blank CD

On same hardware different partitions with Artful, Cosmic and Disco I
see the same problem.

On same hardware different partition with Ubuntu Xenial inserting any
CD/DVD I see a window saying: 'You have just inserted ... Chose what
application to launch'

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-control-center 1:3.28.2-0ubuntu0.18.04.2
ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
Uname: Linux 4.15.0-43-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Jan 19 18:49:21 2019
ExecutablePath: /usr/bin/gnome-control-center
InstallationDate: Installed on 2018-05-01 (263 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Ubuntu 18.04 gnome-control-center > Devices > Removable_media >
  Ask_what_to_do - does not ask

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

Bug description:
  On Ubuntu 18.04.1 when I insert a CD or DVD I don't see the window
  asking_what_to_do also if I specified this option in gnome-control-
  center > Devices > Removable_media

  I see only a new icon on the desktop.

  CD audio: 'Rhytmbox' and 'open-folder' works fine. 'Ask_what_to_do' does 
nothing
  Blank CD disk: 'Open_folder' and 'Ask_what_to_do' does nothing, also call K3b 
or call CD/DVD creator (brasero) does nothing
  Blank DVD disk: like Blank CD

  On same hardware different partitions with Artful, Cosmic and Disco I
  see the same problem.

  On same hardware different partition with Ubuntu Xenial inserting any
  CD/DVD I see a window saying: 'You have just inserted ... Chose what
  application to launch'

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-control-center 1:3.28.2-0ubuntu0.18.04.2
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jan 19 18:49:21 2019
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2018-05-01 (263 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1759278] Re: hp-doctor: UnboundLocalError: local variable 'l' referenced before assignment

2019-01-19 Thread christian
** Changed in: hplip (Ubuntu)
 Assignee: (unassigned) => christian (richard-foy)

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

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

Title:
  hp-doctor: UnboundLocalError: local variable 'l' referenced before
  assignment

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

Bug description:
  hp-doctor is trying to parse the Python version. Probably other tools
  are too.

  On Python 2, sys.version is "2.7.14+", whos parts cannot be parsed as an 
integer.
  On Python 3, sys.version is "3.6.5rc1", whos parts cannot be parsed as an 
integer.

  Neither of these will work.

  
  % hp-doctor
  Traceback (most recent call last):
File "/usr/bin/hp-doctor", line 42, in 
  check_extension_module_env('cupsext')
File "/usr/share/hplip/base/g.py", line 339, in check_extension_module_env
  python_ver = xint((sys.version).split(' ')[0])  #find the 
current python version ; xint() to convert string to int, returns a list
File "/usr/share/hplip/base/g.py", line 331, in xint
  return l
  UnboundLocalError: local variable 'l' referenced before assignment

  
  (Note that my printer will only print "Unsupported Personality: UNKNOWN". 
This is probably an unrelated problem.)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: hplip 3.17.10+repack0-5
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  Date: Tue Mar 27 14:49:56 2018
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: System manufacturer System Product Name
  Papersize: a4
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=672510b8-afb9-425f-a58d-bd325f7c987a ro rootflags=subvol=@ nofb 
kernel.sysrq=1
  SourcePackage: hplip
  UpgradeStatus: Upgraded to bionic on 2018-02-19 (35 days ago)
  dmi.bios.date: 08/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2104
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z77-V
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2104:bd08/13/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-V:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2019-01-19 Thread indigocat
I'll leave my hardware specs here, it could help pinning down the problem cause.
I'm using NVidia driver 340.107.

The overheating occurs under kernel 4.15, both in 16.04 and 18.04, *but*
18.04 runs about 8°C - 10°C hotter.

Kernel 4.18 runs just as hot in 18.04.

** Attachment added: "lshw-ThinkPad-T410s.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1768976/+attachment/5230584/+files/lshw-ThinkPad-T410s.txt

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

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

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

Bug description:
  Ubuntu is overheating at my laptop. Opening youtube on firefox is
  enough for critical temperature shutdown.

  Using lm-sensors for monitoring on 18.04 the temp varies between 70 and 85°C 
with only firefox or chrome open and doing nothing. 
  On my old 16.04 with same using, the temp varies between 55 and 70°C.

  First thought was the driver nouveau is the problem, and finally I was
  able to install by add "nouveau.modeset=0" at livecd boot options,
  without temp shutdown.

  After install I disable the nouveau at modprobe blacklist, but the
  system continues overheating and shutdown with basic usage.

  
  I have no idea what's happening with the bionic at my laptop.

  My laptop is a Samsung RF411 i5 2nd Generation and Geforce 540M.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.17
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May  3 16:22:40 2018
  InstallationDate: Installed on 2018-04-27 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptHistorylog:
   Start-Date: 2018-04-27  15:46:02
   End-Date: 2018-04-27  15:46:02
  VarLogDistupgradeAptlog:
   Log time: 2018-04-27 15:45:39.753331
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   Log time: 2018-04-27 15:46:04.859979
  VarLogDistupgradeApttermlog:
   Log started: 2018-04-27  15:46:02
   Log ended: 2018-04-27  15:46:02
  --- 
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  edir   2354 F pulseaudio
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroRelease: Ubuntu 18.04
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.15.0-20-generic, x86_64: installed
   bcmwl, 6.30.223.271+bdcom, 4.15.0-22-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd 2nd Generation Core Processor Family 
Integrated Graphics Controller [144d:c0a5]
 Subsystem: Samsung Electronics Co Ltd GF108M [GeForce GT 540M] [144d:c0a5]
  HibernationDevice: RESUME=UUID=e7a61aee-64c2-4c88-b4e1-4de481d0f88d
  InstallationDate: Installed on 2018-04-27 (36 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  NonfreeKernelModules: wl
  Package: xserver-xorg-video-nouveau 1:1.0.15-2
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=db38a22c-0e9f-4e1a-b9f7-f7aac2544394 ro quiet splash nouveau.runpm=0
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-22-generic N/A
   linux-backports-modules-4.15.0-22-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic ubuntu
  Uname: Linux 4.15.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.v

[Desktop-packages] [Bug 1769891] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 37: ordinal not in range(128)

2019-01-19 Thread Kenneth Loafman
*** This bug is a duplicate of bug 1770929 ***
https://bugs.launchpad.net/bugs/1770929

** This bug is no longer a duplicate of bug 1736164
   deja-dup/duplicity backup fails with UnicodeDecodeError
** This bug has been marked a duplicate of bug 1770929
   backup fails on ubuntu 18.4

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

Title:
   UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position
  37: ordinal not in range(128)

Status in Déjà Dup:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  Hello

  duplicity crash after backup because there is a python error

  Step to reproduce.

  1. Active developper option in software center
  2. install the backup python pyckage
  3. Lanch a backup with duplicity command

  Result :

  
   Type of backup set:Time:   Number of volumes:
  Full Tue Feb 20 22:00:34 2018  2284
   Incremental Thu Feb 22 03:26:48 2018 1
   Incremental Fri Feb 23 23:23:09 201842
   Incremental Wed Apr  4 15:54:05 2018   151
   Incremental Thu Apr  5 04:27:55 2018 1
   Incremental Sat Apr 14 21:51:41 2018 1
  -
  Also found 0 backup sets not part of any chain,
  and 1 incomplete backup set.
  These may be deleted by running duplicity with the "cleanup" command.
  Registering (mktemp) temporary file 
/tmp/duplicity-hFkoYG-tempdir/mktemp-1HIleQ-2
  Deleting /tmp/duplicity-hFkoYG-tempdir/mktemp-1HIleQ-2
  Forgetting temporary file /tmp/duplicity-hFkoYG-tempdir/mktemp-1HIleQ-2
  Processing remote manifest 
duplicity-inc.20180405T022755Z.to.20180414T195141Z.manifest (154)
  Found manifest volume 1
  Found 1 volumes in manifest
  Registering (mktemp) temporary file 
/tmp/duplicity-hFkoYG-tempdir/mktemp-AW3xfd-3
  Backtrace of previous error: Traceback (innermost last):
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 369, in 
inner_retry
  return fn(self, *args)
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 556, in 
get
  "from backend") % util.ufn(local_path.name))
   BackendException: File /tmp/duplicity-hFkoYG-tempdir/mktemp-AW3xfd-3 not 
found locally after get from backend

  Attempt 1 failed. BackendException: File 
/tmp/duplicity-hFkoYG-tempdir/mktemp-AW3xfd-3 not found locally after get from 
backend
  Backtrace of previous error: Traceback (innermost last):
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 369, in 
inner_retry
  return fn(self, *args)
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 552, in 
get
  self.backend._get(remote_filename, local_path)
File "/usr/lib/python2.7/dist-packages/duplicity/backends/giobackend.py", 
line 151, in _get
  self.__copy_file(source_file, target_file)
File "/usr/lib/python2.7/dist-packages/duplicity/backends/giobackend.py", 
line 124, in __copy_file
  None, self.__copy_progress, None)
   Error: g-io-error-quark: Error opening file 
“/tmp/duplicity-hFkoYG-tempdir/mktemp-AW3xfd-3”: No such file or directory 
(1)

  Releasing lockfile 
/home/username/.cache/deja-dup/078943ce1c0e98d4e44486ca87a6cdd8/lockfile
  Removing still remembered temporary file 
/tmp/duplicity-hFkoYG-tempdir/mkstemp-useaK1-1
  Removing still remembered temporary file 
/tmp/duplicity-hFkoYG-tempdir/mktemp-AW3xfd-3
  Cleanup of temporary directory /tmp/duplicity-hFkoYG-tempdir failed - this is 
probably a bug.
  Releasing lockfile 
/home/username/.cache/deja-dup/078943ce1c0e98d4e44486ca87a6cdd8/lockfile
  Traceback (innermost last):
File "/usr/bin/duplicity", line 1555, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1541, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1393, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1523, in do_backup
  incremental_backup(sig_chain)
File "/usr/bin/duplicity", line 658, in incremental_backup
  sig_chain.get_fileobjs())
File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 539, 
in get_fileobjs
  return [filename_to_fileobj(f) for f in self.get_filenames(time)]
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 676, in 
get_fileobj_read
  self.get(filename, tdp)
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 392, in 
inner_retry
  util.uexc(e)), code=code, extra=extra)
File "/usr/lib/python2.7/dist-packages/duplicity/util.py", line 79, in uexc
  return ufn(unicode(e).encode('utf-8'))
   UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 37: 
ordinal not in range(128)

  Releasing lockfile /home/username/.cache/deja-
  dup/078943ce1c0e98

[Desktop-packages] [Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2019-01-19 Thread Kenneth Loafman
*** This bug is a duplicate of bug 1770929 ***
https://bugs.launchpad.net/bugs/1770929

** This bug has been marked a duplicate of bug 1770929
   backup fails on ubuntu 18.4

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

Title:
  deja-dup/duplicity backup fails with UnicodeDecodeError

Status in Déjà Dup:
  Triaged
Status in Duplicity:
  New
Status in deja-dup package in Ubuntu:
  Triaged
Status in deja-dup package in Fedora:
  Fix Released

Bug description:
  See: https://bugzilla.redhat.com/show_bug.cgi?id=1470873

  
  Description of problem:
  With the update from Fedora 25 to Fedora 26 Workstation, backups with 
deja-dup/duplicity are failing

  
  Version-Release number of selected component (if applicable):
  duplicity 0.7.13.1
  deja-dup 34.3

  How reproducible:
  Always (scheduled and manually started backup)

  
  Steps to Reproduce:
  1. Wait for the scheduled backup to start or start it via the "Backup now" 
button
  2. Some or a large number of files might get backed up, then the backup stops 
with "Failed with an unknown error"
  3.

  Actual results:
  Backup fails

  Expected results:
  Backup completes as it always did

  
  Additional info:
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1540, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1534, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1385, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1516, in do_backup
  incremental_backup(sig_chain)
File "/usr/bin/duplicity", line 668, in incremental_backup
  globals.backend)
File "/usr/bin/duplicity", line 453, in write_multivol
  (tdp, dest_filename, vol_num)))
File "/usr/lib64/python2.7/site-packages/duplicity/asyncscheduler.py", line 
146, in schedule_task
  return self.__run_synchronously(fn, params)
File "/usr/lib64/python2.7/site-packages/duplicity/asyncscheduler.py", line 
172, in __run_synchronously
  ret = fn(*params)
File "/usr/bin/duplicity", line 452, in 
  vol_num: put(tdp, dest_filename, vol_num),
File "/usr/bin/duplicity", line 341, in put
  backend.put(tdp, dest_filename)
File "/usr/lib64/python2.7/site-packages/duplicity/backend.py", line 376, 
in inner_retry
  % exception_traceback())
File "/usr/lib64/python2.7/site-packages/duplicity/util.py", line 51, in 
exception_traceback
  return uexc(msg)
File "/usr/lib64/python2.7/site-packages/duplicity/util.py", line 79, in 
uexc
  e = unicode(e).encode('utf-8')
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 746: 
ordinal not in range(128)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1736164/+subscriptions

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


[Desktop-packages] [Bug 1770929] Re: backup fails with UnicodeDecodeError

2019-01-19 Thread Kenneth Loafman
** Summary changed:

- backup fails on ubuntu 18.4
+ backup fails with UnicodeDecodeError

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

Title:
  backup fails with UnicodeDecodeError

Status in Duplicity:
  In Progress
Status in duplicity package in Ubuntu:
  Confirmed

Bug description:
  backup worked under Ubuntu 17.10
  It also worked on Ubuntu 18.4 before last week's update (run on Friday 11.5)
  my drive is encrypted
  this is the error message in the error frame
  Traceback (innermost last):
File "/usr/bin/duplicity", line 1555, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1541, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1393, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1523, in do_backup
  incremental_backup(sig_chain)
File "/usr/bin/duplicity", line 668, in incremental_backup
  globals.backend)
File "/usr/bin/duplicity", line 454, in write_multivol
  (tdp, dest_filename, vol_num)))
File "/usr/lib/python2.7/dist-packages/duplicity/asyncscheduler.py", line 
146, in schedule_task
  return self.__run_synchronously(fn, params)
File "/usr/lib/python2.7/dist-packages/duplicity/asyncscheduler.py", line 
172, in __run_synchronously
  ret = fn(*params)
File "/usr/bin/duplicity", line 453, in 
  vol_num: put(tdp, dest_filename, vol_num),
File "/usr/bin/duplicity", line 342, in put
  backend.put(tdp, dest_filename)
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 395, in 
inner_retry
  % (n, e.__class__.__name__, util.uexc(e)))
File "/usr/lib/python2.7/dist-packages/duplicity/util.py", line 79, in uexc
  return ufn(unicode(e).encode('utf-8'))
   UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 37: 
ordinal not in range(128)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: duplicity 0.7.17-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 13 09:55:00 2018
  InstallationDate: Installed on 2018-05-01 (11 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1308283] Re: Horizontal scrolling broke in Chromium 34

2019-01-19 Thread Paul White
Upstream report #340844 shows this as fixed on 2014-03-18 in Chromium 35.
Works fine here with Ubuntu 18.04 and Chromium 71.
With no comments for nearly five years will close as being fixed.


** Changed in: chromium-browser (Ubuntu)
   Status: Confirmed => 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/1308283

Title:
  Horizontal scrolling broke in Chromium 34

Status in Chromium Browser:
  Unknown
Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  I use horizontal scrolling - that is using the Touchpoint + middle mouse 
button on the X220 to scroll left and right in a big web page.
  Since chromium 34 it's broken. I can scroll vertically but not horizontally.

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

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


[Desktop-packages] [Bug 1812501] [NEW] package sane-utils 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: tentative de remplacement de « /usr/share/man/man5/sane-umax_pp.5.gz », qui apparti

2019-01-19 Thread Kouao Jean Vincent Mea
Public bug reported:

recurrent bug

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: sane-utils 1.0.27-1~experimental2ubuntu2.1
ProcVersionSignature: Ubuntu 4.13.0-46.51-generic 4.13.16
Uname: Linux 4.13.0-46-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.9
AptOrdering:
 sane-utils:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Fri Jan 11 12:08:19 2019
ErrorMessage: tentative de remplacement de « 
/usr/share/man/man5/sane-umax_pp.5.gz », qui appartient aussi au paquet 
libsane-common 1.0.27-1~experimental2ubuntu2.1
InstallationDate: Installed on 2016-12-19 (760 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.2
SourcePackage: sane-backends
Title: package sane-utils 1.0.27-1~experimental2ubuntu2.1 failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/man/man5/sane-umax_pp.5.gz », qui appartient aussi au paquet 
libsane-common 1.0.27-1~experimental2ubuntu2.1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package sane-utils 1.0.27-1~experimental2ubuntu2.1 failed to
  install/upgrade: tentative de remplacement de « /usr/share/man/man5
  /sane-umax_pp.5.gz », qui appartient aussi au paquet libsane-common
  1.0.27-1~experimental2ubuntu2.1

Status in sane-backends package in Ubuntu:
  New

Bug description:
  recurrent bug

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: sane-utils 1.0.27-1~experimental2ubuntu2.1
  ProcVersionSignature: Ubuntu 4.13.0-46.51-generic 4.13.16
  Uname: Linux 4.13.0-46-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.9
  AptOrdering:
   sane-utils:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Fri Jan 11 12:08:19 2019
  ErrorMessage: tentative de remplacement de « 
/usr/share/man/man5/sane-umax_pp.5.gz », qui appartient aussi au paquet 
libsane-common 1.0.27-1~experimental2ubuntu2.1
  InstallationDate: Installed on 2016-12-19 (760 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 
3.6.7-1~18.04
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5.2
  SourcePackage: sane-backends
  Title: package sane-utils 1.0.27-1~experimental2ubuntu2.1 failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/man/man5/sane-umax_pp.5.gz », qui appartient aussi au paquet 
libsane-common 1.0.27-1~experimental2ubuntu2.1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1171336] Re: "Chromium didn't shut down correctly" is ellipsized for no reason

2019-01-19 Thread Paul White
Since report was opened the dialog giving an option to restore open
pages has changed significantly and all wording appears correctly.
Checked with Chromium 71 in Ubuntu 18.04. Closing as fixed.

** Changed in: chromium-browser (Ubuntu)
   Status: Confirmed => 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/1171336

Title:
  "Chromium didn't shut down correctly" is ellipsized for no reason

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  chromium-browser 25.0.1364.160-0ubuntu3, Ubuntu 13.04 beta

  1. Force-close Chromium.
  2. Relaunch Chromium.

  What you see:
  Chromium didn’t shut down correctly. To reopen the pages you had open, click 
Resto… ( Restore )

  What you should see:
  Chromium didn’t shut down correctly. To reopen the pages you had open, click 
Restore. ( Restore )

  There are hundreds of pixels of empty space on the other side of the
  Restore button, so there is no reason to crop two characters off the
  string.

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

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


[Desktop-packages] [Bug 1796661] Re: Firefox can't download files to an fscrypt protected, unlocked folder

2019-01-19 Thread Manu Schwachsinn
I can confirm this bug and will create a bug report on bugzilla :)

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

Title:
  Firefox can't download files to an fscrypt protected, unlocked folder

Status in firefox package in Ubuntu:
  New

Bug description:
  My Downloads folder is encrypted by fscrypt. I can save and read files
  in there.  However, for Firefox - all downloads fail and it says only
  "download failed" and offers a button to retry which fails again.
  After a failed attempt, a file is created with a proper file name but
  no content (0 bytes).

  When I changed the download dir to a different non-fscrypted folder,
  everything works properly and files do get properly saved.

  I switched to Chromium and Chromium has no problems downloading files
  into any dirs, regardless encrypted or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: firefox 62.0.3+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pkolaczk   3692 F pulseaudio
   /dev/snd/pcmC0D0c:   pkolaczk   3692 F...m pulseaudio
   /dev/snd/pcmC0D0p:   pkolaczk   3692 F...m pulseaudio
  BuildID: 20181002091723
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Oct  8 12:10:57 2018
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-xenial-amd64-20160624-2
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-04-12 (543 days ago)
  InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
  IpRoute:
   default via 192.168.0.1 dev enxd481d7358c11 proto dhcp metric 100 
   169.254.0.0/16 dev virbr0 scope link metric 1000 linkdown 
   192.168.0.0/24 dev enxd481d7358c11 proto kernel scope link src 192.168.0.2 
metric 100 
   192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 
linkdown
  Locales: extensions.sqlite corrupt or missing
  Plugins: Shockwave Flash - /usr/lib/adobe-flashplugin/libflashplayer.so 
(adobe-flashplugin)
  PrefSources: prefs.js
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=62.0.3/20181002091723
  RelatedPackageVersions: adobe-flashplugin 1:20180911.1-0ubuntu0.18.04.1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/24/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.0
  dmi.board.name: 06X96V
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.0:bd07/24/2018:svnDellInc.:pnPrecision5520:pvr:rvnDellInc.:rn06X96V:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Precision
  dmi.product.name: Precision 5520
  dmi.product.sku: 07BF
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 784659] Re: Scrolling takes huge amount CPU

2019-01-19 Thread Paul White
Moving to "Invalid" as report did not expire

** Changed in: xorg-server
   Status: Incomplete => Invalid

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

Title:
  Scrolling takes huge amount CPU

Status in X.Org X server:
  Invalid
Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  Web browser is hitting a software fallback in the X server, but the browser 
process is still using more CPU than X.
  Scrolling even a light web site using ATI open drivers on Ubuntu 10.10 eats 
huge amount of CPU. Proprietary drivers gives same results.  Tested with 
Firefox 3.6-4.1 and Google Chrome.
  Graphics card is ATI Radeon 3470.
  Laptop: Toshiba Satelite A300
  Excepted: Scrolling is smooth
  Happened: Scrolling lags and eats huge amount of CPU.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic i686
  Architecture: i386
  DRM.card0.DIN.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes:
   edid-base64:
  DRM.card0.HDMI.A.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes:
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x800 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
   edid-base64: 
AP///wBMo0E3AAARAQOAIRV4CkLVllhSiichUFQBAQEBAQEBAQEBAQEBAQEB7hoAgFAgEDAQMBMAS88QAAAZDwAAACOHAmQA/gBTQU1TVU5HCiAgICAg/gAxNTRBVDA3LVQwMQogACI=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes:
   edid-base64:
  Date: Wed May 18 17:46:27 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  MachineType: TOSHIBA Satellite A300
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic 
root=UUID=fe6ca671-883e-452f-8b3a-184c55e7b060 ro quiet splash
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  dmi.bios.date: 02/13/2009
  dmi.bios.vendor: INSYDE
  dmi.bios.version: 1.80
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvr1.80:bd02/13/2009:svnTOSHIBA:pnSatelliteA300:pvrPSAG4E-04M01XN5:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Satellite A300
  dmi.product.version: PSAG4E-04M01XN5
  dmi.sys.vendor: TOSHIBA
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   i686
   kernel: 2.6.35-28-generic

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

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


[Desktop-packages] [Bug 1132159] Re: Audio recoding api not working in chromium

2019-01-19 Thread Paul White
Report did not expire due bug watch but upstream issue does
not seem related. Nothing heard from reporter in response to 
comment #2 or since bug opened nearly six years ago so closing.

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Audio recoding api not working in chromium

Status in Chromium Browser:
  Unknown
Status in chromium-browser package in Ubuntu:
  Invalid

Bug description:
  I've activated the api in chrome://flags but even then i get no audio
  recorded. Audio recoding works in Audacity so it has nothing to do
  with my mic.

  I've test it with this apps:

  - http://webaudiodemos.appspot.com/AudioRecorder/index.html
  - https://github.com/mattdiamond/Recorderjs

  There is also a stackoverflow related to this bug

  http://stackoverflow.com/questions/13398130/does-live-web-audio-input-
  work-in-google-chrome-on-ubuntu?rq=1

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

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


[Desktop-packages] [Bug 1812394] Re: Video playback faintly shows applications behind active browser window

2019-01-19 Thread Leonardus
Setting `layers.acceleration.force-enabled = true` also works around it
for me.

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

Title:
  Video playback faintly shows applications behind active browser window

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu desktop 18.10, Mozilla Firefox 64.0

  To reproduce:
  1. Open any application (such as Nautilus file manager, or the terminal 
emulator)
  2. Open Firefox above this application
  3. Begin video playback (I've found that it's easier to notice this bug when 
the video is a dark gray or black. This video worked well: < 
https://youtu.be/jYFk1O_t43A >)

  What happens:
  In the region where the video is playing, you will faintly see the 
application(s) that are behind Firefox.

  What should happen:
  The video should completely obscure any applications that are not above the 
browser window.

  I cannot reliably reproduce this bug when the player is in full screen
  - i.e. it must be in theater mode or normal player.

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

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


[Desktop-packages] [Bug 1393076] Re: The "Aw, Snap!" page shows up extremely frequently when playing YouTube videos.

2019-01-19 Thread Paul White
Report did not close due bug watch
Upstream issue closed "WontFix" although issue only fixed for some
Since no comments here since 2014 and upstream since 2016 closing as being fixed

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => 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/1393076

Title:
  The "Aw, Snap!" page shows up extremely frequently when playing
  YouTube videos.

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu 14.04.1 LTS.

  chromium-browser 38.0.2125.111-0ubuntu0.14.04.1.1061

  Whether or not in incognito mode, as of a few days ago, the "Aw,
  Snap!" page shows up extremely frequently - for about half of the
  YouTube videos I play. It usually happens just a few seconds in. I've
  tried the only suggested solution on that page that applies to me
  (given that I don't have anti-virus or firewall software, nor malware)
  - the 'Check your extensions' one; disabling all of them had no
  effect. I've also tried disabling hardware acceleration; again, this
  had no effect.

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

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


[Desktop-packages] [Bug 910262] Re: Chromium unable to download files if they are saved to partition in NTFS filesystem

2019-01-19 Thread Paul White
Moving to "Invalid" to close as bug did not expire.

** Changed in: ntfs-3g
   Status: Incomplete => Invalid

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

Title:
  Chromium unable to download files if they are saved to partition in
  NTFS filesystem

Status in ntfs-3g:
  Invalid
Status in chromium-browser package in Ubuntu:
  Expired

Bug description:
  The download stops after a second, downloading just a couple of
  megabites, then the bottom bar says "interrupted". It creates a broken
  file on a disk with the ending ".crdownload". Downloading the same
  files from the same websites to any EXT4 partition goes fine.

  FIrefox downloads all those files without problems.

  I had to change the description of this bug a couple of times, cause
  it was difficult to establish the reason...

  Haven't seen this before... I think this might have started after an
  update to Chromium 15.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: chromium-browser 15.0.874.106~r107270-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sat Dec 31 00:19:08 2011
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110921.2)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  chromium-default: CHROMIUM_FLAGS=""

To manage notifications about this bug go to:
https://bugs.launchpad.net/ntfs-3g/+bug/910262/+subscriptions

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


[Desktop-packages] [Bug 695567] Re: context menu overpopulated

2019-01-19 Thread Paul White
Moving to "Invalid" to close as bug did not expire.

** Changed in: firefox
   Status: Incomplete => Invalid

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

Title:
  context menu overpopulated

Status in Mozilla Firefox:
  Invalid
Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: epiphany-browser

  sometimes the context menu is malfunctioning, when i right-click on selected 
text.
  i attached a screenshot to further illustrate what i mean..

  
  applies to Firefox-4.0 b7 on Natty 32Bit in Unity.

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

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


[Desktop-packages] [Bug 818595] Re: Firefox 5.0 shockwave plugin causes missing and non functional file browsing

2019-01-19 Thread Paul White
Moving to "Invalid" to close as bug did not expire.

** Changed in: firefox
   Status: Incomplete => Invalid

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

Title:
  Firefox 5.0 shockwave plugin causes missing and non functional file
  browsing

Status in Mozilla Firefox:
  Invalid
Status in firefox package in Ubuntu:
  Expired

Bug description:
  When any web feature asks to browse to a file location and the file
  navigation window comes up, it is only white page with black text.

  Example:
  You want to attach a file in webmail aka yahoo.com (select 
compose/attach/browse) the window comes up but only white text with black 
backround and the navigation does not work and what should be the OK button 
makes the window crash.

  No buttons,button borders, no colors, and no highlighting of selected
  files.

  Same bug for all add files features when initiated from the firefox browser:
  Ebay add images
  Facebook add images
  Ubuntu forums add images

  NOW ! after lots of playing around I found that if I disable the
  shockwave plugin in firefox 5.0 then the file navigation features are
  back to normal and function as they should. But what to do with
  shockwave ?

  Please advise
  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 5.0+build1+nobinonly-0ubuntu0.11.04.2
  ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
  Uname: Linux 2.6.38-10-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Sat Jul 30 13:13:51 2011
  FirefoxPackages:
   firefox 5.0+build1+nobinonly-0ubuntu0.11.04.2
   flashplugin-installer 10.3.181.34ubuntu0.11.04.1
   adobe-flashplugin N/A
   icedtea-plugin 1.1.1-0ubuntu1~11.04.1
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1313181] Re: Character depiction is collapsed. (Occurrence yahoo auction in (Japan) Products List)

2019-01-19 Thread Paul White
Moving to "Invalid" to close as bug did not expire.

** Changed in: firefox
   Status: Incomplete => Invalid

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

Title:
  Character depiction is collapsed. (Occurrence yahoo auction in (Japan)
  Products List)

Status in Mozilla Firefox:
  Invalid
Status in firefox package in Ubuntu:
  Expired

Bug description:
  ・this is confirmed in ubuntu 12.04 ubuntu 14.04 .
  ・Yahoo auction (Japan) Products list display abnormal.
  ・character depiction is collapsed. (Occurrence yahoo auction in (Japan) 
Products List).
  ・Windows version of Firefox is normal display.
  ・A problem of the html translation ? .

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

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


[Desktop-packages] [Bug 875518] Re: chromium freezes on address bar use

2019-01-19 Thread Paul White
Report did not expire due to bug watch
No comments since 2011 so presumably fixed some time ago

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => 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/875518

Title:
  chromium freezes on address bar use

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  I am also facing this issue in 14.0.835.202~r103287-0ubuntu1 on Ubuntu
  11.10. Reporting a new bug because I want to attach the debug
  information.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: chromium-browser 14.0.835.202~r103287-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 11:40:18 2011
  Desktop-Session:
   DESKTOP_SESSION = kde-plasma
   XDG_CONFIG_DIRS = /etc/xdg/xdg-kde-plasma:/etc/xdg
   XDG_DATA_DIRS = /usr/share/kde-plasma:/usr/local/share/:/usr/share/
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  ExecutablePath: /usr/lib/chromium-browser/chromium-browser
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110426)
  LocalLibraries: /opt/google/talkplugin/libnpgoogletalk64.so 
/opt/google/picasa/3.0/lib/npPicasa3.so /opt/google/talkplugin/lib/libCg.so 
/var/lib/flashplugin-installer/npwrapper.libflashplayer.so 
/opt/google/talkplugin/libnpgtpo3dautoplugin.so 
/opt/google/talkplugin/lib/libCgGL.so
  ProcEnviron:
   
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to oneiric on 2011-10-15 (0 days ago)
  XsessionErrors: (dropbox:13914): Gtk-WARNING **: 
/home/rahul/.dropbox-dist/libstdc++.so.6: version `GLIBCXX_3.4.11' not found 
(required by /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so)
  chromium-default: CHROMIUM_FLAGS=""

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

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


[Desktop-packages] [Bug 1562347] Re: Icons of windows are not always redrawn

2019-01-19 Thread Paul White
No reply to comment #2
Report did not expire due bug watch
No comments since report opened


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

** Changed in: lxsession (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: lxterminal (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Icons of windows are not always redrawn

Status in firefox package in Ubuntu:
  Invalid
Status in lxsession package in Ubuntu:
  Invalid
Status in lxterminal package in Ubuntu:
  Invalid

Bug description:
  I'm using Ubuntu 16.04 dev and initially I have reported this issue here: 
https://bugzilla.icculus.org/show_bug.cgi?id=6425
  I'm not sure if this issue comes from the applications itself or an 
application sitting between them. The last time I have noticed this issue with 
Firefox and LXTerminal.

  (Upstream bug has been closed "RESOLVED WONTFIX"

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

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


[Desktop-packages] [Bug 1812266] Re: Keyboard layout indicator does not indicate current layout (18.04 Bionic beaver)

2019-01-19 Thread Prashant Gupta
Output of command inxi -SG -! 31

** Attachment added: "Screenshot with my system specs"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1812266/+attachment/5230547/+files/screenshot-bug.png

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

Title:
  Keyboard layout indicator does not indicate current layout (18.04
  Bionic beaver)

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

Bug description:
  Steps to reproduce the bug:

  1. After normal boot, suspend or lock.
  2. Login again.

  Result: Keyboard Layout indicator don't display current layout (empty
  selected drop down box)

  A temporal workaround is to switching with keyboard (Super+space) or
  mouse. BUT if you then logout on the login screen *when you press the
  first character* of the password the shown selected keyboard layout
  resets.

  - Also asked here https://askubuntu.com/q/1109555/349837
  - Similar old bug https://bugs.launchpad.net/gnome-settings-daemon/+bug/531173

  $ inxi -SG -! 31 -y80 && cat /etc/default/keyboard && localectl status
  System:Kernel: 4.15.0-43-generic x86_64 bits: 64 Desktop: Gnome 3.28.3
 Distro: Ubuntu 18.04.1 LTS
  Graphics:  Card-1: Intel HD Graphics 520
 Card-2: NVIDIA GM108M [GeForce 940M]
 Display Server: x11 (X.Org 1.19.6 )
 drivers: fbdev (unloaded: modesetting,vesa)
 Resolution: 1920x1080@60.00hz
 OpenGL: renderer: Mesa DRI Intel HD Graphics 520 (Skylake GT2)
 version: 4.5 Mesa 18.0.5
  # KEYBOARD CONFIGURATION FILE

  # Consult the keyboard(5) manual page.

  XKBMODEL="pc105"
  XKBLAYOUT="es"
  XKBVARIANT="en"
  XKBOPTIONS="terminate:ctrl_alt_bksp"

  BACKSPACE="guess"
 System Locale: LANG=en_US.UTF-8
LC_NUMERIC=es_AR.UTF-8
LC_MONETARY=es_AR.UTF-8
LC_PAPER=es_AR.UTF-8
LC_NAME=es_AR.UTF-8
LC_ADDRESS=es_AR.UTF-8
LC_TELEPHONE=es_AR.UTF-8
LC_MEASUREMENT=es_AR.UTF-8
LC_IDENTIFICATION=es_AR.UTF-8
 VC Keymap: n/a
X11 Layout: es
 X11 Model: pc105
   X11 Variant: en
   X11 Options: terminate:ctrl_alt_bksp

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

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


[Desktop-packages] [Bug 944255] Re: Open folder menu from bookmarks bar doesn't follow mouse

2019-01-19 Thread Paul White
Report did not expire due to bug watch
Upstream issue closed March 2018 as issue not reproducible
No reply to comment #2
No comments on bug report for over 6 years so closing

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Open folder menu from bookmarks bar doesn't follow mouse

Status in chromium-browser package in Ubuntu:
  Invalid

Bug description:
  I have two computers, with Ubuntu 10.04 and 11.10 installed.  For
  both, I have Chromium 17.0.963.56 installed.

  On 10.04, when I click a folder from the bookmarks toolbar, then move
  my mouse to the next folder over, the original folder will close, and
  the one I'm now pointing at will open.   (This is the behavior I
  expect)

  However, in 11.10, when I do the same, the original folder stays open.
  To switch to a different folder, I need to click elsewhere to close
  the first menu, then click on the folder I want to open.   (This is
  wrong)

  So, the version with the bug is:
  Installed: 17.0.963.56~r121963-0ubuntu0.11.10.1

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

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


[Desktop-packages] [Bug 1321286] Re: After Installing latest Chromium and plugins in Mint 17 No plugins are listed.

2019-01-19 Thread Paul White
** Changed in: linuxmint
   Status: New => Incomplete

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

Title:
  After Installing latest Chromium and plugins in Mint 17 No plugins are
  listed.

Status in Linux Mint:
  Incomplete
Status in chromium-browser package in Ubuntu:
  Incomplete

Bug description:
  Recently I installed Mint 17 and the latest version of Chromium. Once
  I installed all the usual plugins for Chromium they were not listed
  when checked with about:plugins.

  I removed Chromium and its associated folder and files and the re
  installed but this too had the same results.

  To verify the plugins, I installed Chrome and when checked,  all the
  plugins could now be displayed.

  Is it possible to revert back to an earlier version of Chromium?

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

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


[Desktop-packages] [Bug 1796979] Re: Intermittently can't connect to the server

2019-01-19 Thread Bug Watch Updater
** Bug watch added: Mozilla Bugzilla #1439780
   https://bugzilla.mozilla.org/show_bug.cgi?id=1439780

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

Title:
  Intermittently can't connect to the server

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

Bug description:
  Intermittently while browsing old and new sites, I run into a Server
  Not Found, "Hmm. We’re having trouble finding that site.", "We can’t
  connect to the server" page. To workaround I will often hold down the
  enter key to rapidly re-attempt to get to the page or close the tab,
  try again, and repeat until I get through. The latter is successful
  much more often than the former.

  Running in a new Firefox profile and in safe mode seems to make no
  difference.

  I had mistakenly made a submission to launchpad without running
  ubuntu-bug firefox. This is the submission using ubuntu-bug. The old
  submission is here: https://bugs.launchpad.net/bugs/1792402

  Linux Mint 18.3 Cinnamon

  apt-cache policy firefox
  firefox:
Installed: 63.0~b13+build1-0ubuntu0.16.04.1

  ProblemType: Bug
  DistroRelease: Linux 18.3
  Package: firefox 63.0~b13+build1-0ubuntu0.16.04.1 [modified: 
usr/lib/firefox/browser/defaults/preferences/vendor-firefox.js 
usr/lib/firefox/distribution/distribution.ini] [origin: 
LP-PPA-mozillateam-firefox-next]
  ProcVersionSignature: Ubuntu 4.15.0-36.39~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-36-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rex3357 F pulseaudio
  BuildID: 20181009094547
  Channel: beta
  CurrentDesktop: X-Cinnamon
  Date: Tue Oct  9 15:54:39 2018
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  DefaultProfilePrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-01-12 (635 days ago)
  InstallationMedia: Linux Mint 17.2 "Rafaela" - Release amd64 20150627
  IpRoute:
   default via 192.168.103.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.103.0/24 dev wlan0  proto kernel  scope link  src 192.168.103.222  
metric 600
  MostRecentCrashID: bp-392336ee-2be7-4d6e-89e0-e40350180301
  Profile0BrokenPermissions:
   browser-extension-data/ublo...@raymondhill.net/storage.js.corrupt (0o600, 
wrong owner)
   extension-settings.json.corrupt (0o600, wrong owner)
   saved-telemetry-pings/ba50588c-e150-45ec-9d22-916c98101815 (0o600, wrong 
owner)
   saved-telemetry-pings/f50808ab-da4a-421b-8acd-2795287134d8 (0o600, wrong 
owner)
  Profile0Extensions: extensions.sqlite corrupt or missing
  Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile0Locales: extensions.sqlite corrupt or missing
  Profile0Plugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  Profile0PrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  Profile0Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile0 - LastVersion=62.0/20180911150120 (Out of date)
   Profile1 (Default) - LastVersion=63.0/20181009094547 (In use)
  RelatedPackageVersions: adobe-flashplugin 1:20181009.1-0ubuntu0.16.04.1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs: bp-392336ee-2be7-4d6e-89e0-e40350180301
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/05/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 165A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 10.31
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr058D11244620001620100:rvnHewlett-Packard:rn165A:rvr10.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV
  dmi.product.name: HP Pavilion dv7 Notebook PC
  dmi.product.version: 058D11244620001620100
  dmi.sys.vend

[Desktop-packages] [Bug 1250774] Re: Sometimes dropdown appears on another monitor

2019-01-19 Thread Paul White
No reply to comment #2 or for the last five years
Report did not close due bug watch
Upstream issue marked as a duplicate of #378945
which was closed as being fixed in September 2015
Will close as being fixed


** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => 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/1250774

Title:
  Sometimes  dropdown appears on another monitor

Status in Chromium Browser:
  Unknown
Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Sometimes, when clicking  box on a website, dropdown appears
  on correct position but on another display.

  In my case, the browser was on second monitor, dropdown menu appeared
  on first. After some switching of windows/chromium tabs, it started to
  appear on correct display. Also, before using browser, I was using
  "lock screen" feature in KDE, maybe it is related.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: chromium-browser 30.0.1599.114-0ubuntu0.13.10.2
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov 13 13:49:14 2013
  Desktop-Session:
   DESKTOP_SESSION = kde-plasma
   XDG_CONFIG_DIRS = /etc/xdg/xdg-kde-plasma:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share:/usr/share/kde-plasma:/usr/local/share/:/usr/share/
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  ExecutablePath: /usr/lib/chromium-browser/chromium-browser
  InstallationDate: Installed on 2013-10-23 (21 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  chromium-default: CHROMIUM_FLAGS=""
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'

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

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


[Desktop-packages] [Bug 1796979]

2019-01-19 Thread Rex
I ran into this issue again trying to get to google.com.
The nslookup appeared to be successful, but the issue persisted after the 
seemingly successful lookup:
Server: 127.0.1.1
Address:127.0.1.1#53

Non-authoritative answer:
Name:   www.google.com
Address: 172.217.9.164

I will try out DNSoverHTTPS! Neat suggestion!

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

Title:
  Intermittently can't connect to the server

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

Bug description:
  Intermittently while browsing old and new sites, I run into a Server
  Not Found, "Hmm. We’re having trouble finding that site.", "We can’t
  connect to the server" page. To workaround I will often hold down the
  enter key to rapidly re-attempt to get to the page or close the tab,
  try again, and repeat until I get through. The latter is successful
  much more often than the former.

  Running in a new Firefox profile and in safe mode seems to make no
  difference.

  I had mistakenly made a submission to launchpad without running
  ubuntu-bug firefox. This is the submission using ubuntu-bug. The old
  submission is here: https://bugs.launchpad.net/bugs/1792402

  Linux Mint 18.3 Cinnamon

  apt-cache policy firefox
  firefox:
Installed: 63.0~b13+build1-0ubuntu0.16.04.1

  ProblemType: Bug
  DistroRelease: Linux 18.3
  Package: firefox 63.0~b13+build1-0ubuntu0.16.04.1 [modified: 
usr/lib/firefox/browser/defaults/preferences/vendor-firefox.js 
usr/lib/firefox/distribution/distribution.ini] [origin: 
LP-PPA-mozillateam-firefox-next]
  ProcVersionSignature: Ubuntu 4.15.0-36.39~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-36-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rex3357 F pulseaudio
  BuildID: 20181009094547
  Channel: beta
  CurrentDesktop: X-Cinnamon
  Date: Tue Oct  9 15:54:39 2018
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  DefaultProfilePrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-01-12 (635 days ago)
  InstallationMedia: Linux Mint 17.2 "Rafaela" - Release amd64 20150627
  IpRoute:
   default via 192.168.103.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.103.0/24 dev wlan0  proto kernel  scope link  src 192.168.103.222  
metric 600
  MostRecentCrashID: bp-392336ee-2be7-4d6e-89e0-e40350180301
  Profile0BrokenPermissions:
   browser-extension-data/ublo...@raymondhill.net/storage.js.corrupt (0o600, 
wrong owner)
   extension-settings.json.corrupt (0o600, wrong owner)
   saved-telemetry-pings/ba50588c-e150-45ec-9d22-916c98101815 (0o600, wrong 
owner)
   saved-telemetry-pings/f50808ab-da4a-421b-8acd-2795287134d8 (0o600, wrong 
owner)
  Profile0Extensions: extensions.sqlite corrupt or missing
  Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile0Locales: extensions.sqlite corrupt or missing
  Profile0Plugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  Profile0PrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  Profile0Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile0 - LastVersion=62.0/20180911150120 (Out of date)
   Profile1 (Default) - LastVersion=63.0/20181009094547 (In use)
  RelatedPackageVersions: adobe-flashplugin 1:20181009.1-0ubuntu0.16.04.1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs: bp-392336ee-2be7-4d6e-89e0-e40350180301
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/05/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 165A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 10.31
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr058D11244620001620100:rvnHewlett

[Desktop-packages] [Bug 1796979]

2019-01-19 Thread Valentin-gosu
(In reply to Dragana Damjanovic [:dragana] from comment #17)

> (In reply to Honza Bambas (:mayhemer) from comment #16)
> 
> > Thanks.  Dragana, Michal, Valentin, any ideas what more to check here?
> 
> The only suggestion I have is to run nslookup www.cnn.com when problem occurs.
> You os does not give us a ip address for www.cnn.com, we cannot do much about 
> it.

As a workaround you can try DNSoverHTTPS (also called TRR).
This bypasses the system resolver, and uses an external one.

https://www.ghacks.net/2018/04/02/configure-dns-over-https-in-firefox/
https://daniel.haxx.se/blog/2018/06/03/inside-firefoxs-doh-engine/

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

Title:
  Intermittently can't connect to the server

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

Bug description:
  Intermittently while browsing old and new sites, I run into a Server
  Not Found, "Hmm. We’re having trouble finding that site.", "We can’t
  connect to the server" page. To workaround I will often hold down the
  enter key to rapidly re-attempt to get to the page or close the tab,
  try again, and repeat until I get through. The latter is successful
  much more often than the former.

  Running in a new Firefox profile and in safe mode seems to make no
  difference.

  I had mistakenly made a submission to launchpad without running
  ubuntu-bug firefox. This is the submission using ubuntu-bug. The old
  submission is here: https://bugs.launchpad.net/bugs/1792402

  Linux Mint 18.3 Cinnamon

  apt-cache policy firefox
  firefox:
Installed: 63.0~b13+build1-0ubuntu0.16.04.1

  ProblemType: Bug
  DistroRelease: Linux 18.3
  Package: firefox 63.0~b13+build1-0ubuntu0.16.04.1 [modified: 
usr/lib/firefox/browser/defaults/preferences/vendor-firefox.js 
usr/lib/firefox/distribution/distribution.ini] [origin: 
LP-PPA-mozillateam-firefox-next]
  ProcVersionSignature: Ubuntu 4.15.0-36.39~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-36-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rex3357 F pulseaudio
  BuildID: 20181009094547
  Channel: beta
  CurrentDesktop: X-Cinnamon
  Date: Tue Oct  9 15:54:39 2018
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  DefaultProfilePrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-01-12 (635 days ago)
  InstallationMedia: Linux Mint 17.2 "Rafaela" - Release amd64 20150627
  IpRoute:
   default via 192.168.103.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.103.0/24 dev wlan0  proto kernel  scope link  src 192.168.103.222  
metric 600
  MostRecentCrashID: bp-392336ee-2be7-4d6e-89e0-e40350180301
  Profile0BrokenPermissions:
   browser-extension-data/ublo...@raymondhill.net/storage.js.corrupt (0o600, 
wrong owner)
   extension-settings.json.corrupt (0o600, wrong owner)
   saved-telemetry-pings/ba50588c-e150-45ec-9d22-916c98101815 (0o600, wrong 
owner)
   saved-telemetry-pings/f50808ab-da4a-421b-8acd-2795287134d8 (0o600, wrong 
owner)
  Profile0Extensions: extensions.sqlite corrupt or missing
  Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile0Locales: extensions.sqlite corrupt or missing
  Profile0Plugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  Profile0PrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  Profile0Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile0 - LastVersion=62.0/20180911150120 (Out of date)
   Profile1 (Default) - LastVersion=63.0/20181009094547 (In use)
  RelatedPackageVersions: adobe-flashplugin 1:20181009.1-0ubuntu0.16.04.1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs: bp-392336ee-2be7-4d6e-89e0-e40350180301
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/05/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 165A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 

[Desktop-packages] [Bug 1796979]

2019-01-19 Thread Michal-novotny
(In reply to Honza Bambas (:mayhemer) from comment #16)

> Thanks.  Dragana, Michal, Valentin, any ideas what more to check here?

In bug 1439780 there is a simple program (hook3.c) that hooks resolver
functions and dumps info to standard error, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1439780#c26. You can use it
to see if it really fails on the system level. See comment #18 how to
compile and run it.

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

Title:
  Intermittently can't connect to the server

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

Bug description:
  Intermittently while browsing old and new sites, I run into a Server
  Not Found, "Hmm. We’re having trouble finding that site.", "We can’t
  connect to the server" page. To workaround I will often hold down the
  enter key to rapidly re-attempt to get to the page or close the tab,
  try again, and repeat until I get through. The latter is successful
  much more often than the former.

  Running in a new Firefox profile and in safe mode seems to make no
  difference.

  I had mistakenly made a submission to launchpad without running
  ubuntu-bug firefox. This is the submission using ubuntu-bug. The old
  submission is here: https://bugs.launchpad.net/bugs/1792402

  Linux Mint 18.3 Cinnamon

  apt-cache policy firefox
  firefox:
Installed: 63.0~b13+build1-0ubuntu0.16.04.1

  ProblemType: Bug
  DistroRelease: Linux 18.3
  Package: firefox 63.0~b13+build1-0ubuntu0.16.04.1 [modified: 
usr/lib/firefox/browser/defaults/preferences/vendor-firefox.js 
usr/lib/firefox/distribution/distribution.ini] [origin: 
LP-PPA-mozillateam-firefox-next]
  ProcVersionSignature: Ubuntu 4.15.0-36.39~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-36-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rex3357 F pulseaudio
  BuildID: 20181009094547
  Channel: beta
  CurrentDesktop: X-Cinnamon
  Date: Tue Oct  9 15:54:39 2018
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  DefaultProfilePrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-01-12 (635 days ago)
  InstallationMedia: Linux Mint 17.2 "Rafaela" - Release amd64 20150627
  IpRoute:
   default via 192.168.103.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.103.0/24 dev wlan0  proto kernel  scope link  src 192.168.103.222  
metric 600
  MostRecentCrashID: bp-392336ee-2be7-4d6e-89e0-e40350180301
  Profile0BrokenPermissions:
   browser-extension-data/ublo...@raymondhill.net/storage.js.corrupt (0o600, 
wrong owner)
   extension-settings.json.corrupt (0o600, wrong owner)
   saved-telemetry-pings/ba50588c-e150-45ec-9d22-916c98101815 (0o600, wrong 
owner)
   saved-telemetry-pings/f50808ab-da4a-421b-8acd-2795287134d8 (0o600, wrong 
owner)
  Profile0Extensions: extensions.sqlite corrupt or missing
  Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile0Locales: extensions.sqlite corrupt or missing
  Profile0Plugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  Profile0PrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  Profile0Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile0 - LastVersion=62.0/20180911150120 (Out of date)
   Profile1 (Default) - LastVersion=63.0/20181009094547 (In use)
  RelatedPackageVersions: adobe-flashplugin 1:20181009.1-0ubuntu0.16.04.1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs: bp-392336ee-2be7-4d6e-89e0-e40350180301
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/05/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 165A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 10.31
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewl

[Desktop-packages] [Bug 1796979]

2019-01-19 Thread Dd-mozilla
(In reply to Honza Bambas (:mayhemer) from comment #16)

> Thanks.  Dragana, Michal, Valentin, any ideas what more to check here?

The only suggestion I have is to run nslookup www.cnn.com when problem occurs.
You os does not give us a ip address for www.cnn.com, we cannot do much about 
it.

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

Title:
  Intermittently can't connect to the server

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

Bug description:
  Intermittently while browsing old and new sites, I run into a Server
  Not Found, "Hmm. We’re having trouble finding that site.", "We can’t
  connect to the server" page. To workaround I will often hold down the
  enter key to rapidly re-attempt to get to the page or close the tab,
  try again, and repeat until I get through. The latter is successful
  much more often than the former.

  Running in a new Firefox profile and in safe mode seems to make no
  difference.

  I had mistakenly made a submission to launchpad without running
  ubuntu-bug firefox. This is the submission using ubuntu-bug. The old
  submission is here: https://bugs.launchpad.net/bugs/1792402

  Linux Mint 18.3 Cinnamon

  apt-cache policy firefox
  firefox:
Installed: 63.0~b13+build1-0ubuntu0.16.04.1

  ProblemType: Bug
  DistroRelease: Linux 18.3
  Package: firefox 63.0~b13+build1-0ubuntu0.16.04.1 [modified: 
usr/lib/firefox/browser/defaults/preferences/vendor-firefox.js 
usr/lib/firefox/distribution/distribution.ini] [origin: 
LP-PPA-mozillateam-firefox-next]
  ProcVersionSignature: Ubuntu 4.15.0-36.39~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-36-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rex3357 F pulseaudio
  BuildID: 20181009094547
  Channel: beta
  CurrentDesktop: X-Cinnamon
  Date: Tue Oct  9 15:54:39 2018
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePlugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  DefaultProfilePrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-01-12 (635 days ago)
  InstallationMedia: Linux Mint 17.2 "Rafaela" - Release amd64 20150627
  IpRoute:
   default via 192.168.103.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.103.0/24 dev wlan0  proto kernel  scope link  src 192.168.103.222  
metric 600
  MostRecentCrashID: bp-392336ee-2be7-4d6e-89e0-e40350180301
  Profile0BrokenPermissions:
   browser-extension-data/ublo...@raymondhill.net/storage.js.corrupt (0o600, 
wrong owner)
   extension-settings.json.corrupt (0o600, wrong owner)
   saved-telemetry-pings/ba50588c-e150-45ec-9d22-916c98101815 (0o600, wrong 
owner)
   saved-telemetry-pings/f50808ab-da4a-421b-8acd-2795287134d8 (0o600, wrong 
owner)
  Profile0Extensions: extensions.sqlite corrupt or missing
  Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile0Locales: extensions.sqlite corrupt or missing
  Profile0Plugins: Shockwave Flash - 
/usr/lib/adobe-flashplugin/libflashplayer.so (adobe-flashplugin)
  Profile0PrefSources:
   /usr/lib/firefox/defaults/pref/vendor-gre.js
   /usr/lib/firefox/defaults/pref/channel-prefs.js
   prefs.js
  Profile0Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile0 - LastVersion=62.0/20180911150120 (Out of date)
   Profile1 (Default) - LastVersion=63.0/20181009094547 (In use)
  RelatedPackageVersions: adobe-flashplugin 1:20181009.1-0ubuntu0.16.04.1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs: bp-392336ee-2be7-4d6e-89e0-e40350180301
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/05/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 165A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 10.31
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr058D11244620001620100:rvnHewlett-Packard:rn165A:rvr10.31:cvnHewlett-Packard

[Desktop-packages] [Bug 1432184] Re: going to Extensions of Settings crashes Chromium

2019-01-19 Thread Paul White
** Changed in: linuxmint
   Status: New => Incomplete

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

Title:
  going to Extensions of Settings crashes Chromium

Status in Linux Mint:
  Incomplete
Status in chromium-browser package in Ubuntu:
  Incomplete

Bug description:
  Today is pi-day, 3-14-15
  I am running LM17.1 Rebecca, Mate, 32-bit, on a Gateway T-Series Laptop, 
Model W3501.

  I just updated Chromium and the Codecs that were pushed.

  I open Chromium, go to Settings, go to Extensions to pull down
  httpseverywhere and the screen goes black and seems unresponsive.

  Holding down the on button and restarting the machine allows me to
  reproduce this condition.

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

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


[Desktop-packages] [Bug 1186971] Re: Gedit crashes

2019-01-19 Thread Paul White
Report did not expire due to bug watch
Upstream issue closed "RESOLVED INCOMPLETE" on 2014-07-07
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017
No response to comment #3 so closing as being "Invalid"

** Changed in: gedit (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Gedit crashes

Status in gedit package in Ubuntu:
  Invalid

Bug description:
  Gedit version 3.4.1 installed by default in Kubuntu 12.04 LTS

  Gedit crashes when you want to change the print settings have to "kill" the
  program the keys "ctrl + alt + esc"

  the selection of the text with the mouse wiped it (corrected in the following
  versions bug)

  the problem does not occur with XFCE (Xubuntu) 12.04 LTS desktop.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-28.48~precise1-generic 3.5.7.9
  Uname: Linux 3.5.0-28-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: amd64
  Date: Mon Jun  3 14:20:02 2013
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MarkForUpload: True
  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/1186971/+subscriptions

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


[Desktop-packages] [Bug 1330044] Re: Chromium browser not working keyboard

2019-01-19 Thread Paul White
Upstream issue showing "WontFix" since March 2015
Bug did not expire due bug watch
No reply to comment #4 so marking "Invalid" to close

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Chromium browser not working keyboard

Status in chromium-browser package in Ubuntu:
  Invalid

Bug description:
  In Chromium browser the keyboard does not work at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 34.0.1847.116-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic i686
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Sat Jun 14 10:32:31 2014
  Desktop-Session:
   DESKTOP_SESSION = Lubuntu
   XDG_CONFIG_DIRS = 
/etc/xdg/lubuntu:/etc/xdg/xdg-Lubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share/Lubuntu:/usr/local/share/:/usr/share/
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2014-04-22 (53 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  chromium-default: CHROMIUM_FLAGS=""
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'firefox %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'firefox 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b'metacity\n'/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'
  modified.conffile..etc.default.chromium.browser: [deleted]

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

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


[Desktop-packages] [Bug 1812266] Re: Keyboard layout indicator does not indicate current layout (18.04 Bionic beaver)

2019-01-19 Thread Prashant Gupta
I face the same problem
Keyboard indicator icon keeps disappearing Ubuntu 18.04.1

Gnome shell version 3.28.3 Ubuntu 18.04.1.
As soon as I do screen lock or open up a new application, the keyboard icon 
keeps disappearing. I have to press super +Tab see the current keyboard layout 
icon again. But why does it disappear in the first place? I think the problem 
arose after an update

Here is relevant information from logs:

JS ERROR: Exception in callback for signal: activate: Error: Error invoking 
IBus.set_global_engine_async: Expected function for callback argument callback, 
got undefined
setEngine@resource:///org/gnome/shell/misc/ibusManager.js:207:9
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
activateInputSource@resource:///org/gnome/shell/ui/status/keyboard.js:490:13
JS WARNING: [resource:///org/gnome/shell/ui/keyboard.js 546]: reference to 
undefined property "_rect"

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

Title:
  Keyboard layout indicator does not indicate current layout (18.04
  Bionic beaver)

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

Bug description:
  Steps to reproduce the bug:

  1. After normal boot, suspend or lock.
  2. Login again.

  Result: Keyboard Layout indicator don't display current layout (empty
  selected drop down box)

  A temporal workaround is to switching with keyboard (Super+space) or
  mouse. BUT if you then logout on the login screen *when you press the
  first character* of the password the shown selected keyboard layout
  resets.

  - Also asked here https://askubuntu.com/q/1109555/349837
  - Similar old bug https://bugs.launchpad.net/gnome-settings-daemon/+bug/531173

  $ inxi -SG -! 31 -y80 && cat /etc/default/keyboard && localectl status
  System:Kernel: 4.15.0-43-generic x86_64 bits: 64 Desktop: Gnome 3.28.3
 Distro: Ubuntu 18.04.1 LTS
  Graphics:  Card-1: Intel HD Graphics 520
 Card-2: NVIDIA GM108M [GeForce 940M]
 Display Server: x11 (X.Org 1.19.6 )
 drivers: fbdev (unloaded: modesetting,vesa)
 Resolution: 1920x1080@60.00hz
 OpenGL: renderer: Mesa DRI Intel HD Graphics 520 (Skylake GT2)
 version: 4.5 Mesa 18.0.5
  # KEYBOARD CONFIGURATION FILE

  # Consult the keyboard(5) manual page.

  XKBMODEL="pc105"
  XKBLAYOUT="es"
  XKBVARIANT="en"
  XKBOPTIONS="terminate:ctrl_alt_bksp"

  BACKSPACE="guess"
 System Locale: LANG=en_US.UTF-8
LC_NUMERIC=es_AR.UTF-8
LC_MONETARY=es_AR.UTF-8
LC_PAPER=es_AR.UTF-8
LC_NAME=es_AR.UTF-8
LC_ADDRESS=es_AR.UTF-8
LC_TELEPHONE=es_AR.UTF-8
LC_MEASUREMENT=es_AR.UTF-8
LC_IDENTIFICATION=es_AR.UTF-8
 VC Keymap: n/a
X11 Layout: es
 X11 Model: pc105
   X11 Variant: en
   X11 Options: terminate:ctrl_alt_bksp

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

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


[Desktop-packages] [Bug 1809712] Re: Not responding to input after switch user to auto-login account

2019-01-19 Thread Fikrul Arif
** Attachment added: "journalctl -b-1 > prev_boot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1809712/+attachment/5230537/+files/prev_boot.txt

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

Title:
  Not responding to input after switch user to auto-login account

Status in gdm3 package in Ubuntu:
  Incomplete
Status in gnome-shell package in Ubuntu:
  Incomplete
Status in mutter package in Ubuntu:
  Incomplete

Bug description:
  Step:

  1. There are two users, A and B. A is adminstrator, B is standard user, B is 
automatic login.
  2. Boot into Ubuntu 18.04.1 LTS, it will automatically login to user B.
  3. Switch User to user A without logging out.
  4. Switch User back to user B, either by logging out from user A or not.

  Expected: it will be back to user B normally.

  Actual: it backs to user B but become not responding to keyboard,
  touchpad, or mouse input. Closing the lid is responded normally, which
  is locking the screen, the three-arrows in the lock screen is animated
  normally, clock is updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Dec 25 14:19:34 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company 3rd Gen Core processor Graphics 
Controller [103c:183a]
   Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7500M/7600M Series] 
[1002:6840] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2018-12-23 (2 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Hewlett-Packard HP Pavilion g4 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=3182b497-aa0e-491d-aad5-e1c8e049dda1 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/18/2012
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.01
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 183A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 56.0E
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.01:bd01/18/2012:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr07911020561620100:rvnHewlett-Packard:rn183A:rvr56.0E:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV X=Null
  dmi.product.name: HP Pavilion g4 Notebook PC
  dmi.product.version: 07911020561620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

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


[Desktop-packages] [Bug 1727908] Re: Software & Updates application does not permit changes on the "Other Software" tab

2019-01-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Software & Updates application does not permit changes on the "Other
  Software" tab

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  
  On the "Other Software" tab, I am unable to select "Canonical Partners".
  Similarly, the other checkboxes on the "Other Software" can not be clicked.
  Clicking on a checkbox has no effect, and a dialog requesting the admin 
password is not presented.

  However, activating or deactivating checkboxes on other tabs causes an
  authorization dialog to be presented to the user.

  I experience this bug in an an Xorg session.

  sources.list and sources.list.d have the following permissions:
  -rw-r--r--   1 root root  2897 Oct 26 22:35 sources.list
  drwxr-xr-x   2 root root  4096 Oct 26 21:29 sources.list.d

  All files in sources.list.d have the following permissions as this example:
  -rw-r--r-- 1 root root  189 Oct 25 21:50 google-chrome.list

  $ lsb_release -rd
  Description:  Ubuntu 17.10
  Release:  17.10

  $ apt-cache policy software-properties-gtk
  software-properties-gtk:
Installed: 0.96.24.17
Candidate: 0.96.24.17
Version table:
   *** 0.96.24.17 500
  500 http://us.archive.ubuntu.com/ubuntu artful/main amd64 Packages
  500 http://us.archive.ubuntu.com/ubuntu artful/main i386 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: software-properties-gtk 0.96.24.17
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: wl nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Oct 26 22:45:09 2017
  InstallationDate: Installed on 2017-10-26 (1 days ago)
  InstallationMedia: Ubuntu 17.10.0 2017.10.25 amd64 "Custom Artful Aardvark"
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1812407] Re: Dock resize on hover and on window focus and is displayed on lock screen

2019-01-19 Thread SashaP
** Description changed:

  Dock resize on hover and on window focus. Displayed on lock screen. See
  attachment.
  
+ udp (2019-01-19):
+ Same situation on my home PC. Suppose appear after firs screen lock and can 
be related somehow to datetime-format extension 
(https://extensions.gnome.org/extension/1173/datetime-format/)
  
  Description:Ubuntu 18.04.1 LTS
  Release:18.04
  gnome-shell-extension-ubuntu-dock:
-   Installed: 0.9.1ubuntu18.04.1
-   Candidate: 0.9.1ubuntu18.04.1
+   Installed: 0.9.1ubuntu18.04.1
+   Candidate: 0.9.1ubuntu18.04.1
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell-extension-ubuntu-dock 0.9.1ubuntu18.04.1
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 18 16:15:18 2019
  InstallationDate: Installed on 2018-09-17 (123 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: gnome-shell-extension-ubuntu-dock
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Dock resize on hover and on window focus and is displayed on lock
  screen

Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  New

Bug description:
  Dock resize on hover and on window focus. Displayed on lock screen.
  See attachment.

  udp (2019-01-19):
  Same situation on my home PC. Suppose appear after firs screen lock and can 
be related somehow to datetime-format extension 
(https://extensions.gnome.org/extension/1173/datetime-format/)

  Description:Ubuntu 18.04.1 LTS
  Release:18.04
  gnome-shell-extension-ubuntu-dock:
    Installed: 0.9.1ubuntu18.04.1
    Candidate: 0.9.1ubuntu18.04.1

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell-extension-ubuntu-dock 0.9.1ubuntu18.04.1
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 18 16:15:18 2019
  InstallationDate: Installed on 2018-09-17 (123 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: gnome-shell-extension-ubuntu-dock
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1812015] Re: Xwayland crashed and looped back to login gdm3

2019-01-19 Thread lotuspsychje
found the errors ID here:
https://errors.ubuntu.com/oops/bc319868-1a34-11e9-9d0f-fa163ee63de6

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

Title:
  Xwayland crashed and looped back to login gdm3

Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  ubuntu 18.04.1 up to date @ 16/1/2019

  after some time working on wayland, system crashed and looped me back
  to login gdm3

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xwayland 2:1.19.6-1ubuntu4.2
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  BootLog: Error: [Errno 13] Toegang geweigerd: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jan 16 16:06:32 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   anbox, 1, 4.15.0-42-generic, x86_64: installed
   anbox, 1, 4.15.0-43-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: CLEVO/KAPOK Computer UHD Graphics 620 [1558:7a01]
  InstallationDate: Installed on 2018-08-17 (152 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0025 Intel Corp. 
   Bus 001 Device 002: ID 04f2:b59e Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Notebook N7x0WU
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=nl_BE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=6f47c936-5a01-46a0-ba45-9e56ecd8fd07 ro
  SourcePackage: xorg-server
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/14/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 7.009
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: N7x0WU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr7.009:bd05/14/2018:svnNotebook:pnN7x0WU:pvrNotApplicable:rvnNotebook:rnN7x0WU:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.family: Not Applicable
  dmi.product.name: N7x0WU
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

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


[Desktop-packages] [Bug 1812474] Re: /usr/lib/evolution/evolution-addressbook-factory regularly takes 100% CPU and 100% RAM for a while, making all the system unresponsive

2019-01-19 Thread Xavier Bestel
FWIW my system has 8GB RAM.

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

Title:
  /usr/lib/evolution/evolution-addressbook-factory regularly takes 100%
  CPU and 100% RAM for a while, making all the system unresponsive

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

Bug description:
  /usr/lib/evolution/evolution-addressbook-factory regularly takes 100% CPU and 
100% RAM for a while, making all the system unresponsive; the GUI doesn't 
respond (gnome-shell's clock is stopped, the mouse pointer is stopped) and it 
lasts for a few minutes, then goes back to normal.  
  If I wait long enough, the addressbook crashes (not enough memory ?).

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: evolution-data-server 3.30.1-1build1
  ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
  Uname: Linux 4.18.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Jan 19 09:59:18 2019
  ExecutablePath: 
/usr/lib/evolution/evolution-data-server/evolution-alarm-notify
  InstallationDate: Installed on 2017-01-09 (740 days ago)
  InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution-data-server
  UpgradeStatus: Upgraded to cosmic on 2018-10-19 (92 days ago)

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

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


[Desktop-packages] [Bug 1812474] [NEW] /usr/lib/evolution/evolution-addressbook-factory regularly takes 100% CPU and 100% RAM for a while, making all the system unresponsive

2019-01-19 Thread Xavier Bestel
Public bug reported:

/usr/lib/evolution/evolution-addressbook-factory regularly takes 100% CPU and 
100% RAM for a while, making all the system unresponsive; the GUI doesn't 
respond (gnome-shell's clock is stopped, the mouse pointer is stopped) and it 
lasts for a few minutes, then goes back to normal.  
If I wait long enough, the addressbook crashes (not enough memory ?).

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: evolution-data-server 3.30.1-1build1
ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
Uname: Linux 4.18.0-13-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Sat Jan 19 09:59:18 2019
ExecutablePath: /usr/lib/evolution/evolution-data-server/evolution-alarm-notify
InstallationDate: Installed on 2017-01-09 (740 days ago)
InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
ProcEnviron:
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution-data-server
UpgradeStatus: Upgraded to cosmic on 2018-10-19 (92 days ago)

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


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

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

Title:
  /usr/lib/evolution/evolution-addressbook-factory regularly takes 100%
  CPU and 100% RAM for a while, making all the system unresponsive

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

Bug description:
  /usr/lib/evolution/evolution-addressbook-factory regularly takes 100% CPU and 
100% RAM for a while, making all the system unresponsive; the GUI doesn't 
respond (gnome-shell's clock is stopped, the mouse pointer is stopped) and it 
lasts for a few minutes, then goes back to normal.  
  If I wait long enough, the addressbook crashes (not enough memory ?).

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: evolution-data-server 3.30.1-1build1
  ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
  Uname: Linux 4.18.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Jan 19 09:59:18 2019
  ExecutablePath: 
/usr/lib/evolution/evolution-data-server/evolution-alarm-notify
  InstallationDate: Installed on 2017-01-09 (740 days ago)
  InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution-data-server
  UpgradeStatus: Upgraded to cosmic on 2018-10-19 (92 days ago)

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

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


[Desktop-packages] [Bug 1812471] [NEW] inkscape don't started

2019-01-19 Thread Alex_ander
Public bug reported:

Terminal error:
inkscape: error while loading shared libraries: libgtkmm-2.4.so.1: cannot open 
shared object file: No such file or directory
Proposed don't using

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: inkscape 0.92.3-7build1
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu18
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Jan 19 10:02:03 2019
SourcePackage: inkscape
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug disco

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

Title:
  inkscape don't started

Status in inkscape package in Ubuntu:
  New

Bug description:
  Terminal error:
  inkscape: error while loading shared libraries: libgtkmm-2.4.so.1: cannot 
open shared object file: No such file or directory
  Proposed don't using

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: inkscape 0.92.3-7build1
  ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
  Uname: Linux 4.18.0-11-generic x86_64
  ApportVersion: 2.20.10-0ubuntu18
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jan 19 10:02:03 2019
  SourcePackage: inkscape
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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