[Desktop-packages] [Bug 1989515] Re: "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu Bionic

2022-09-16 Thread Yaobin Wen
I confirmed that the fix works: Firstly I compiled `gdal` and now it
could be built successfully; secondly I wrote a simple program to
include `goo/gmem.h` and didn't see the compile error anymore. Thanks!

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

Title:
  "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu
  Bionic

Status in poppler package in Ubuntu:
  Fix Released

Bug description:
  Somehow "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on
  Ubuntu Bionic but "goo/gmem.h" still has the statement `#include
  "GooCheckedOps.h"`. As a result, a compile error will happen when
  compiling code that uses poppler:

  /usr/include/poppler/goo/gmem.h:31:11: fatal error: GooCheckedOps.h:
  No such file or directory

  I'm using Ubuntu 18.04 and currently having 0.62.0-2ubuntu2.12 (the
  previous version) installed. I confirmed that "goo/gmem.h" doesn't
  have the `#include "GooCheckedOps.h"` statement.

  I found this issue when I was compiling gdal on my Docker container.
  The Docker container was installed the problematic version
  0.62.0-2ubuntu2.13 and I ran into the "No such file or directory"
  error.

  I compiled on both Amd64 and AArch64 and I ran into the same error on
  both platforms.

  By reading the diff between 2.12 and 2.13
  
(https://launchpadlibrarian.net/622079418/poppler_0.62.0-2ubuntu2.12_0.62.0-2ubuntu2.13.diff.gz),
  the patch looks quite right. But when I examined the contents of the
  built `.deb` packages, I didn't find the file "goo/GooCheckedOps.h".

  Kind of weird, because the problem seems to be caused by applying
  "CVE-2022-38784-pre.patch" in half: the first part that creates
  "goo/GooCheckedOps.h" was not applied during the build process and the
  second part that modifies "goo/gmem.h" was applied.

  Any thoughts? Ideas?

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


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


[Desktop-packages] [Bug 1989515] Re: "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu Bionic

2022-09-15 Thread Yaobin Wen
Thank you for the quick response! I'll do a test today or tomorrow and
let you know the result.

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

Title:
  "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu
  Bionic

Status in poppler package in Ubuntu:
  Fix Released

Bug description:
  Somehow "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on
  Ubuntu Bionic but "goo/gmem.h" still has the statement `#include
  "GooCheckedOps.h"`. As a result, a compile error will happen when
  compiling code that uses poppler:

  /usr/include/poppler/goo/gmem.h:31:11: fatal error: GooCheckedOps.h:
  No such file or directory

  I'm using Ubuntu 18.04 and currently having 0.62.0-2ubuntu2.12 (the
  previous version) installed. I confirmed that "goo/gmem.h" doesn't
  have the `#include "GooCheckedOps.h"` statement.

  I found this issue when I was compiling gdal on my Docker container.
  The Docker container was installed the problematic version
  0.62.0-2ubuntu2.13 and I ran into the "No such file or directory"
  error.

  I compiled on both Amd64 and AArch64 and I ran into the same error on
  both platforms.

  By reading the diff between 2.12 and 2.13
  
(https://launchpadlibrarian.net/622079418/poppler_0.62.0-2ubuntu2.12_0.62.0-2ubuntu2.13.diff.gz),
  the patch looks quite right. But when I examined the contents of the
  built `.deb` packages, I didn't find the file "goo/GooCheckedOps.h".

  Kind of weird, because the problem seems to be caused by applying
  "CVE-2022-38784-pre.patch" in half: the first part that creates
  "goo/GooCheckedOps.h" was not applied during the build process and the
  second part that modifies "goo/gmem.h" was applied.

  Any thoughts? Ideas?

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


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


[Desktop-packages] [Bug 1989515] [NEW] "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu Bionic

2022-09-13 Thread Yaobin Wen
Public bug reported:

Somehow "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu
Bionic but "goo/gmem.h" still has the statement `#include
"GooCheckedOps.h"`. As a result, a compile error will happen when
compiling code that uses poppler:

/usr/include/poppler/goo/gmem.h:31:11: fatal error: GooCheckedOps.h: No
such file or directory

I'm using Ubuntu 18.04 and currently having 0.62.0-2ubuntu2.12 (the
previous version) installed. I confirmed that "goo/gmem.h" doesn't have
the `#include "GooCheckedOps.h"` statement.

I found this issue when I was compiling gdal on my Docker container. The
Docker container was installed the problematic version
0.62.0-2ubuntu2.13 and I ran into the "No such file or directory" error.

I compiled on both Amd64 and AArch64 and I ran into the same error on
both platforms.

By reading the diff between 2.12 and 2.13
(https://launchpadlibrarian.net/622079418/poppler_0.62.0-2ubuntu2.12_0.62.0-2ubuntu2.13.diff.gz),
the patch looks quite right. But when I examined the contents of the
built `.deb` packages, I didn't find the file "goo/GooCheckedOps.h".

Kind of weird, because the problem seems to be caused by applying
"CVE-2022-38784-pre.patch" in half: the first part that creates
"goo/GooCheckedOps.h" was not applied during the build process and the
second part that modifies "goo/gmem.h" was applied.

Any thoughts? Ideas?

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

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

Title:
  "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu
  Bionic

Status in poppler package in Ubuntu:
  New

Bug description:
  Somehow "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on
  Ubuntu Bionic but "goo/gmem.h" still has the statement `#include
  "GooCheckedOps.h"`. As a result, a compile error will happen when
  compiling code that uses poppler:

  /usr/include/poppler/goo/gmem.h:31:11: fatal error: GooCheckedOps.h:
  No such file or directory

  I'm using Ubuntu 18.04 and currently having 0.62.0-2ubuntu2.12 (the
  previous version) installed. I confirmed that "goo/gmem.h" doesn't
  have the `#include "GooCheckedOps.h"` statement.

  I found this issue when I was compiling gdal on my Docker container.
  The Docker container was installed the problematic version
  0.62.0-2ubuntu2.13 and I ran into the "No such file or directory"
  error.

  I compiled on both Amd64 and AArch64 and I ran into the same error on
  both platforms.

  By reading the diff between 2.12 and 2.13
  
(https://launchpadlibrarian.net/622079418/poppler_0.62.0-2ubuntu2.12_0.62.0-2ubuntu2.13.diff.gz),
  the patch looks quite right. But when I examined the contents of the
  built `.deb` packages, I didn't find the file "goo/GooCheckedOps.h".

  Kind of weird, because the problem seems to be caused by applying
  "CVE-2022-38784-pre.patch" in half: the first part that creates
  "goo/GooCheckedOps.h" was not applied during the build process and the
  second part that modifies "goo/gmem.h" was applied.

  Any thoughts? Ideas?

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


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


[Desktop-packages] [Bug 1891165] Re: gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but 3.28.4-0ubuntu18.04.2 is to be installed

2021-07-28 Thread Jay Wen
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gsettings-desktop-schemas in Ubuntu.
https://bugs.launchpad.net/bugs/1891165

Title:
  gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but
  3.28.4-0ubuntu18.04.2 is to be installed

Status in gsettings-desktop-schemas package in Ubuntu:
  New

Bug description:
  I was about to upgrade ubuntu 18 to ubuntu 20, but it says “Your python3 
install is corrupted. Please fix the '/usr/bin/python3'”, So i tried to run 
sudo ln -sf /usr/bin/python2.7 /usr/bin/python as suggested in 
https://askubuntu.com/questions/1185813/how-to-fix-ubuntu-19-04-cannot-upgrade-to-19-10-error-your-python3-install-is.
 But i got more errors 
   

  The following packages have unmet dependencies:
   gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but 
3.28.4-0ubuntu18.04.2 is to be installed
   libgirepository-1.0-1 : Breaks: python-gi (< 3.34.0-4~) but 3.26.1-2ubuntu1 
is to be installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

  sudo ln -sf /usr/bin/python2.7 /usr/bin/python

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: mutter 3.28.4-0ubuntu18.04.2
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Aug 11 20:38:08 2020
  InstallationDate: Installed on 2020-02-08 (184 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1891165/+subscriptions


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


[Desktop-packages] [Bug 1918033] Re: gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed: assertion failed: (!clutter_actor_get_reactive (ac

2021-03-08 Thread Haowei Wen
$ gsettings get org.gnome.shell enabled-extensions
@as []

All extensions are uninstalled, and the problem still occurs.

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

Status in gnome-shell package in Ubuntu:
  Incomplete

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

  ---

  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.

  gnome-shell version: 3.38.3-3ubuntu1

  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu59
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.04
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.38.3-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
  RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
  Tags: third-party-packages hirsute wayland-session
  Uname: Linux 5.10.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip docker lxd plugdev sudo vboxusers wireshark
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1918033] Re: gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed: assertion failed: (!clutter_actor_get_reactive (ac

2021-03-08 Thread Haowei Wen
I have disabled and uninstalled all extensions. The problem still
exists.

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

Status in gnome-shell package in Ubuntu:
  Incomplete

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

  ---

  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.

  gnome-shell version: 3.38.3-3ubuntu1

  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu59
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.04
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.38.3-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
  RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
  Tags: third-party-packages hirsute wayland-session
  Uname: Linux 5.10.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip docker lxd plugdev sudo vboxusers wireshark
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1918033] ShellJournal.txt

2021-03-08 Thread Haowei Wen
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1918033/+attachment/5474390/+files/ShellJournal.txt

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

Status in gnome-shell package in Ubuntu:
  Incomplete

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

  ---

  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.

  gnome-shell version: 3.38.3-3ubuntu1

  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu59
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.04
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.38.3-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
  RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
  Tags: third-party-packages hirsute wayland-session
  Uname: Linux 5.10.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip docker lxd plugdev sudo vboxusers wireshark
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1918033] monitors.xml.txt

2021-03-08 Thread Haowei Wen
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1918033/+attachment/5474391/+files/monitors.xml.txt

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

Status in gnome-shell package in Ubuntu:
  Incomplete

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

  ---

  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.

  gnome-shell version: 3.38.3-3ubuntu1

  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu59
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.04
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.38.3-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
  RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
  Tags: third-party-packages hirsute wayland-session
  Uname: Linux 5.10.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip docker lxd plugdev sudo vboxusers wireshark
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1918033] ProcEnviron.txt

2021-03-08 Thread Haowei Wen
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1918033/+attachment/5474389/+files/ProcEnviron.txt

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

Status in gnome-shell package in Ubuntu:
  Incomplete

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

  ---

  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.

  gnome-shell version: 3.38.3-3ubuntu1

  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu59
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.04
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.38.3-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
  RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
  Tags: third-party-packages hirsute wayland-session
  Uname: Linux 5.10.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip docker lxd plugdev sudo vboxusers wireshark
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1918033] ProcCpuinfoMinimal.txt

2021-03-08 Thread Haowei Wen
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1918033/+attachment/5474388/+files/ProcCpuinfoMinimal.txt

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

Status in gnome-shell package in Ubuntu:
  Incomplete

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

  ---

  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.

  gnome-shell version: 3.38.3-3ubuntu1

  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu59
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.04
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.38.3-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
  RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
  Tags: third-party-packages hirsute wayland-session
  Uname: Linux 5.10.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip docker lxd plugdev sudo vboxusers wireshark
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1918033] GsettingsChanges.txt

2021-03-08 Thread Haowei Wen
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1918033/+attachment/5474387/+files/GsettingsChanges.txt

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

Status in gnome-shell package in Ubuntu:
  Incomplete

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

  ---

  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.

  gnome-shell version: 3.38.3-3ubuntu1

  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu59
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.04
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.38.3-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
  RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
  Tags: third-party-packages hirsute wayland-session
  Uname: Linux 5.10.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip docker lxd plugdev sudo vboxusers wireshark
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1918033] Re: gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed: assertion failed: (!clutter_actor_get_reactive (ac

2021-03-08 Thread Haowei Wen
apport information

** Tags added: apport-collected third-party-packages wayland-session

** Description changed:

  https://errors.ubuntu.com/problem/a9be8b5a5c0f1dc4f3be3c46a7ab42360c7a48c8
  
  ---
  
  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.
  
  gnome-shell version: 3.38.3-3ubuntu1
  
  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu59
+ Architecture: amd64
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 21.04
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: gnome-shell 3.38.3-3ubuntu1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
+ RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
+ Tags: third-party-packages hirsute wayland-session
+ Uname: Linux 5.10.0-14-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dialout dip docker lxd plugdev sudo vboxusers wireshark
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1918033/+attachment/5474386/+files/Dependencies.txt

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

Status in gnome-shell package in Ubuntu:
  Incomplete

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

  ---

  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.

  gnome-shell version: 3.38.3-3ubuntu1

  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu59
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.04
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gnome-shell 3.38.3-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
  RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
  Tags: third-party-packages hirsute wayland-session
  Uname: Linux 5.10.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip docker lxd plugdev sudo vboxusers wireshark
  _MarkForUpload: True

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

-- 
Mailing list: https://la

[Desktop-packages] [Bug 1918033] [NEW] gnome-shell crashes when clearing notifications

2021-03-06 Thread Haowei Wen
Public bug reported:

When clicking on the 'Clear' button in the notification panel, gnome-
shell crashes.

gnome-shell version: 3.38.3-3ubuntu1

Logs:
Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: Unregistered 
Authentication Agent for unix-session:5 (system bus name :1.226, object path 
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) 
(disconnected from bus)
Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.

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

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

Title:
  gnome-shell crashes when clearing notifications

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  When clicking on the 'Clear' button in the notification panel, gnome-
  shell crashes.

  gnome-shell version: 3.38.3-3ubuntu1

  Logs:
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: **
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop gnome-shell[3639]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed:
 assertion failed: (!clutter_actor_get_reactive (actor))
  Mar 07 11:34:04 yushijinhun-laptop polkitd(authority=local)[635]: 
Unregistered Authentication Agent for unix-session:5 (system bus name :1.226, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
en_US.UTF-8) (disconnected from bus)
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Main process exited, code=killed, status=6/ABRT
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Failed with result 'signal'.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 3.
  Mar 07 11:34:04 yushijinhun-laptop systemd[655]: Stopped GNOME Shell on X11.

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

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


[Desktop-packages] [Bug 1917909] [NEW] opencc 1.1.1+git20200624+ds2-6ubuntu1 breaks Rime simplification

2021-03-05 Thread Haowei Wen
Public bug reported:

After upgrading libopencc-data and libopencc1.1 to
1.1.1+git20200624+ds2-6ubuntu1, I'm unable to type Simplified Chinese
with Rime. It works fine if I downgrade opencc to
1.1.1+git20200624+ds2-5ubuntu1. The schema I use is luna pinyin.

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

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

Title:
  opencc 1.1.1+git20200624+ds2-6ubuntu1 breaks Rime simplification

Status in opencc package in Ubuntu:
  New

Bug description:
  After upgrading libopencc-data and libopencc1.1 to
  1.1.1+git20200624+ds2-6ubuntu1, I'm unable to type Simplified Chinese
  with Rime. It works fine if I downgrade opencc to
  1.1.1+git20200624+ds2-5ubuntu1. The schema I use is luna pinyin.

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

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


[Desktop-packages] [Bug 1808702] Re: Bubblewrap integration broke user thumbnailers

2020-08-11 Thread Haowei Wen
The "/etc/alternatives" problem breaks totem-video-thumbnailer, causing
thumbnails of some MP4 files can't be shown. (see
https://gitlab.gnome.org/GNOME/gnome-desktop/-/issues/92#note_888505)


** Bug watch added: gitlab.gnome.org/GNOME/gnome-desktop/-/issues #92
   https://gitlab.gnome.org/GNOME/gnome-desktop/-/issues/92

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

Title:
  Bubblewrap integration broke user thumbnailers

Status in gnome-desktop3 package in Ubuntu:
  Confirmed

Bug description:
  This bug is related to https://bugs.launchpad.net/ubuntu/+source
  /gnome-desktop3/+bug/1795668 and to the question in Ubuntu
  Stackexchange https://askubuntu.com/questions/1088539/custom-
  thumbnailers-don-t-work-on-ubuntu-18-10-and-18-04

  The recent hardening on thumbnailers by using bubblewrap is causing a
  problem with user-installed thumbnailers. Consider this (for example)
  thumbnailer to add a small Dilbert icon to the GIMP .xcf files:

  
  #!/bin/bash

  tmpfile1=$(tempfile --directory /tmp --prefix xcft --suffix .png)
  trap 'rm -rf $tmpfile1' INT EXIT TERM

  die() {
echo >&2 "$@"
rm -rf $tmpfile1
exit 1
  }
   
  # The script will be called with parameters : -s %s %u %o
  # -s %s: vertical size,  %u: input url, %o: output file

  if [ $1 = "-s" ]; then 
 size=$2
 uin=$3
 fout=$4
  else
 size=32 #default size
 uin=$1
 fout=$2
  fi

  # uin es una url, eliminar "file://"
  fin="${uin#file://*}"

  /usr/bin/gnome-xcf-thumbnailer -s $size "$fin" $tmpfile1 || die 
"gnome-xcf-thumbnailer failed"
  /usr/bin/composite-im6.q16  -gravity southeast  \
 \(  -resize $((size/2))x$((size/2)) /usr/share/gimp/2.0/images/wilber.png 
\) \
 \( -resize $sizex$size $tmpfile1 \)  "$fout" || die "convert failed"

  rm -rf $tmpfile1
  exit 0

  It used to work before the last update to use bubblewrap, and now
  doesn't work anymore. I tried to dig into https://github.com/GNOME
  /gnome-desktop/blob/master/libgnome-desktop/gnome-desktop-thumbnail-
  script.c to see what happens, and I concluded that the "reinforced"
  thumbnail generator do this:

  mkdir /tmp/temporary

  bwrap --ro-bind /usr /usr \
  --ro-bind /etc/ld.so.cache /etc/ld.so.cache \
  --ro-bind /bin /bin \
  --ro-bind /lib64 /lib64 \
  --ro-bind /lib /lib \
  --ro-bind /sbin /sbin \
  --proc /proc  \
  --dev   /dev  \
  --chdir   /  \
  --setenv   GIO_USE_VFS   local  \
  --unshare-all  \
  --die-with-parent  \
  --bind /tmp/temporary /tmp \
  --ro-bind /home/romano/software/thumbnailers/test/rgttiwm.xcf  
/tmp/gnome-desktop-file-to-thumbnail.xcf  \
  /usr/bin/xcf-thumb -s 128 file:///tmp/gnome-desktop-file-to-thumbnail.xcf 
/tmp/gnome-desktop-thumbnailer.png
  #
  cp /tmp/temporary/gnome-desktop-thumbnailer.png test.png

  ...and this way, my thumbnailer did succeed in creating the PNG with
  the correct preview. But when called internally by gnome, it fails,
  and creates a strange "~/.cache/thumbnailer/fail" file containing the
  following:

  �PNG
  
  
IHDRĉd�EtEXtThumb::URIfile:///home/romano/software/thumbnailers/test/rgttiwm.xcftEXtThumb::MTime1380735765�y�O
 tEXtSoftwareGNOME::ThumbnailFactoryo 
  [...]

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

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


[Desktop-packages] [Bug 1855782] [NEW] Typo in the documentation: "systen" -> "system"

2019-12-09 Thread Yaobin Wen
Public bug reported:

Found on 14.04, 16.04, and 18.04. 19.04 and later distributions have it
fixed.

The "NAME" section of dconf7
manpage(http://manpages.ubuntu.com/manpages/bionic/man7/dconf.7.html)
says "dconf - A configuration systen".

"systen" should be a typo for "system".

** Affects: d-conf (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

+ Found on 14.04, 16.04, and 18.04. 19.04 and later distributions have it
+ fixed.
+ 
  The "NAME" section of dconf7
  manpage(http://manpages.ubuntu.com/manpages/bionic/man7/dconf.7.html)
  says "dconf - A configuration systen".
  
  "systen" should be a typo for "system".

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

Title:
  Typo in the documentation: "systen" -> "system"

Status in d-conf package in Ubuntu:
  New

Bug description:
  Found on 14.04, 16.04, and 18.04. 19.04 and later distributions have
  it fixed.

  The "NAME" section of dconf7
  manpage(http://manpages.ubuntu.com/manpages/bionic/man7/dconf.7.html)
  says "dconf - A configuration systen".

  "systen" should be a typo for "system".

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

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


[Desktop-packages] [Bug 1760849] Re: Login screen appears on only one monitor and it's not the one I want

2019-01-05 Thread wen efil
I switched to lightdm but the problem still exists: if I attach an external 
monitor to my laptop, no login screen appears, nevertheless, I can enter my 
credentials blind, and than everything's fine.
If I boot with nomodeset than at least the login is ok. I've got a dell laptop 
with integrated intel video.

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

Title:
  Login screen appears on only one monitor and it's not the one I want

Status in gdm:
  New
Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

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

  The Ubuntu login screen is tiled on all displays, not mirrored, making
  it nearly impossible to login when using an external monitor if the
  laptop screen is not visible.

  There appears to be no available control to alter the display settings
  of the login screen. Prior to bionic, the controls followed the mouse
  onto different displays so you could login by giving the mouse a swipe
  to the right to get the controls to appear.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gdm3 3.28.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr  3 22:13:53 2018
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 876279] Re: Upowerd excessive CPU usage

2016-11-14 Thread Jian Wen
Mikko, I guess you are right.
After I unplug my iPhone, cpu usage of upower goes down to near 0%.

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

Title:
  Upowerd excessive CPU usage

Status in upower package in Ubuntu:
  Confirmed

Bug description:
  Fresh installation of Oneiric on Activo A-1100 (Atom N450-based)
  netbook. Top reports CPU usage fluctuating between 60% and 100%,
  averaging around 80%. Machine still marginally usable, due to having a
  second core.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: upower 0.9.13-1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Oct 17 18:59:31 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: upower
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1435016] Re: Change Desktop Background brings up Settings

2015-12-21 Thread Wen Jie
** Changed in: hundredpapercuts
   Status: New => Fix Released

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

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

Title:
  Change Desktop Background brings up Settings

Status in One Hundred Papercuts:
  Fix Released
Status in Nautilus:
  Fix Released
Status in Ubuntu GNOME Flashback:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  When right-clicking on the desktop and selecting "Change Desktop
  Background" in the context menu it brings up the Settings window.

  It did not bring up the change background (Appearance) applet as
  expected. As it does when using GNOME Shell and Unity.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-session-flashback 1:3.14.0-3ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sun Mar 22 15:49:35 2015
  InstallationDate: Installed on 2013-12-26 (450 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  PackageArchitecture: all
  SourcePackage: gnome-flashback
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1517019] Re: Allow changing of desktop background colour

2015-12-19 Thread Wen Jie
** Tags added: gnome3

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

Title:
  Allow changing of desktop background colour

Status in gnome-control-center:
  Confirmed
Status in One Hundred Papercuts:
  Triaged
Status in Ubuntu GNOME:
  Triaged
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  In Unity you are able to change the colour of the background (so if
  you make an image spanned on the desktop, you can make it so that the
  black bits around it are a difference colour), so I would like there
  to be a feature like this in GNOME. I am running Ubuntu GNOME 15.10
  with GNOME 3.18 and can't see any option like this. For instance I
  would like to make the black bits either side of my image white:
  Desktop_Image.png

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

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


[Desktop-packages] [Bug 1517019] Re: Allow changing of desktop background colour

2015-12-19 Thread Wen Jie
** Tags added: wily

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

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

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

Title:
  Allow changing of desktop background colour

Status in gnome-control-center:
  Confirmed
Status in One Hundred Papercuts:
  Triaged
Status in Ubuntu GNOME:
  Triaged
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  In Unity you are able to change the colour of the background (so if
  you make an image spanned on the desktop, you can make it so that the
  black bits around it are a difference colour), so I would like there
  to be a feature like this in GNOME. I am running Ubuntu GNOME 15.10
  with GNOME 3.18 and can't see any option like this. For instance I
  would like to make the black bits either side of my image white:
  Desktop_Image.png

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

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


[Desktop-packages] [Bug 1517019] Re: Allow changing of desktop background colour

2015-12-18 Thread Wen Jie
** Bug watch added: GNOME Bug Tracker #683813
   https://bugzilla.gnome.org/show_bug.cgi?id=683813

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=683813
   Importance: Unknown
   Status: Unknown

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

Title:
  Allow changing of desktop background colour

Status in gnome-control-center:
  Unknown
Status in One Hundred Papercuts:
  Confirmed
Status in Ubuntu GNOME:
  Triaged
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  In Unity you are able to change the colour of the background (so if
  you make an image spanned on the desktop, you can make it so that the
  black bits around it are a difference colour), so I would like there
  to be a feature like this in GNOME. I am running Ubuntu GNOME 15.10
  with GNOME 3.18 and can't see any option like this. For instance I
  would like to make the black bits either side of my image white:
  Desktop_Image.png

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

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


[Desktop-packages] [Bug 1517019] Re: Allow changing of desktop background colour

2015-12-18 Thread Wen Jie
Tested with Ubuntu-GNOME 15.10 on VM.

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

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

Title:
  Allow changing of desktop background colour

Status in One Hundred Papercuts:
  Confirmed
Status in Ubuntu GNOME:
  Triaged
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  In Unity you are able to change the colour of the background (so if
  you make an image spanned on the desktop, you can make it so that the
  black bits around it are a difference colour), so I would like there
  to be a feature like this in GNOME. I am running Ubuntu GNOME 15.10
  with GNOME 3.18 and can't see any option like this. For instance I
  would like to make the black bits either side of my image white:
  Desktop_Image.png

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

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


[Desktop-packages] [Bug 1414706] Re: [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240] external mic has no sound at all

2015-04-13 Thread Alex Wen
Retest on Wolverine-1(CID 201307-14019)  from Taipei, the external mic no 
sounds output.
Retest on Wolverine-2 in BJ site, he external mic works well.

Test Image: sutton-precise-amd64-iso-20130809-1.iso image.

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

Title:
  [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240]
  external mic has no sound at all

Status in HWE Next Project:
  Incomplete
Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  During this test, an error dialog was thrown, reading:

  The following mixer control(s) might be incorrectly set: 
  Mic is at 0.0%

  Mic is muted
  Please try to fix that (e g by running 
  "alsamixer -D hw:PCH" in a terminal) and see if that solves the problem.
  Would you like to continue troubleshooting anyway?

  However, the System Settings... -> Sound UI shows the mic as not
  muted. When I tried running the alsamixer command, I saw mic and mic-
  boost were both showing 0; I cranked them up to 100, but it made no
  difference. I also tried re-running this command with the mic/mic-
  boost still set to 100 and it threw the same error.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 26 16:20:49 2015
  InstallationDate: Installed on 2014-09-10 (138 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_AlsaRecordingTestStderr: a r e c o r d :   p c m _ r e a d : 2 0 3 1 
:   r e a d   e r r o r :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  Symptom_Jack: Black Mic, Left
  Symptom_Type: No sound at all
  Title: [20ALCTO1WW, Realtek ALC292, Black Mic, Left] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/24/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET75WW (2.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ALCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGIET75WW(2.25):bd06/24/2014:svnLENOVO:pn20ALCTO1WW:pvrThinkPadX240:rvnLENOVO:rn20ALCTO1WW:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20ALCTO1WW
  dmi.product.version: ThinkPad X240
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-01-22T13:36:22.741441

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414706/+subscriptions

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


[Desktop-packages] [Bug 1414706] Re: [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240] external mic has no sound at all

2015-03-05 Thread Alex Wen
@David

For BeiJing site, the external mic works on new received Lenovo ThinkPad X240.
Upload the alsa-info log.
The sound with a little buzzing when dumping alsa-info.

more info:
Machine information:
Test image: Stock Ubuntu 14.04
BIOS Version: GIET60WW (2.10 )

Audio cards:
00:03.0 Audio device [0403]: Intel Corporation Device [8086:0a0c] (rev 09)
00:1b.0 Audio device [0403]: Intel Corporation Device [8086:9c20] (rev 04)
Codec: Realtek ALC292

Headset: philips shm7110

#uname -a
Linux u-ThinkPad-X240 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:23:39 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux

#dpkg -l |grep -oem
ii  oem-audio-hda-daily-dkms  
0.201503011031~ubuntu14.04.1all  HDA driver in 
DKMS format.

#cat /sys/module/snd_hda_codec/parameters/dump_coef
1

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

Title:
  [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240]
  external mic has no sound at all

Status in HWE Next Project:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  During this test, an error dialog was thrown, reading:

  The following mixer control(s) might be incorrectly set: 
  Mic is at 0.0%

  Mic is muted
  Please try to fix that (e g by running 
  "alsamixer -D hw:PCH" in a terminal) and see if that solves the problem.
  Would you like to continue troubleshooting anyway?

  However, the System Settings... -> Sound UI shows the mic as not
  muted. When I tried running the alsamixer command, I saw mic and mic-
  boost were both showing 0; I cranked them up to 100, but it made no
  difference. I also tried re-running this command with the mic/mic-
  boost still set to 100 and it threw the same error.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 26 16:20:49 2015
  InstallationDate: Installed on 2014-09-10 (138 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_AlsaRecordingTestStderr: a r e c o r d :   p c m _ r e a d : 2 0 3 1 
:   r e a d   e r r o r :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  Symptom_Jack: Black Mic, Left
  Symptom_Type: No sound at all
  Title: [20ALCTO1WW, Realtek ALC292, Black Mic, Left] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/24/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET75WW (2.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ALCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGIET75WW(2.25):bd06/24/2014:svnLENOVO:pn20ALCTO1WW:pvrThinkPadX240:rvnLENOVO:rn20ALCTO1WW:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20ALCTO1WW
  dmi.product.version: ThinkPad X240
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-01-22T13:36:22.741441

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414706/+subscriptions

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


[Desktop-packages] [Bug 1414706] Re: [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240] external mic has no sound at all

2015-03-05 Thread Alex Wen
** Attachment added: "alsa-info-for-comment27.txt"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1414706/+attachment/4335034/+files/alsa-info-for-comment27.txt

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

Title:
  [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240]
  external mic has no sound at all

Status in HWE Next Project:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  During this test, an error dialog was thrown, reading:

  The following mixer control(s) might be incorrectly set: 
  Mic is at 0.0%

  Mic is muted
  Please try to fix that (e g by running 
  "alsamixer -D hw:PCH" in a terminal) and see if that solves the problem.
  Would you like to continue troubleshooting anyway?

  However, the System Settings... -> Sound UI shows the mic as not
  muted. When I tried running the alsamixer command, I saw mic and mic-
  boost were both showing 0; I cranked them up to 100, but it made no
  difference. I also tried re-running this command with the mic/mic-
  boost still set to 100 and it threw the same error.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 26 16:20:49 2015
  InstallationDate: Installed on 2014-09-10 (138 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_AlsaRecordingTestStderr: a r e c o r d :   p c m _ r e a d : 2 0 3 1 
:   r e a d   e r r o r :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  Symptom_Jack: Black Mic, Left
  Symptom_Type: No sound at all
  Title: [20ALCTO1WW, Realtek ALC292, Black Mic, Left] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/24/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET75WW (2.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ALCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGIET75WW(2.25):bd06/24/2014:svnLENOVO:pn20ALCTO1WW:pvrThinkPadX240:rvnLENOVO:rn20ALCTO1WW:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20ALCTO1WW
  dmi.product.version: ThinkPad X240
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-01-22T13:36:22.741441

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414706/+subscriptions

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


[Desktop-packages] [Bug 1407867] Re: There are some incorrect button reminder of Software center when using orca screen reader.

2015-03-02 Thread Alex Wen
** Attachment added: "After check the "Speak object under mouse" from Orca 
preferences."
   
https://bugs.launchpad.net/ubuntu/+source/orca/+bug/1407867/+attachment/4332974/+files/2.mp4

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

Title:
  There are some incorrect button reminder of Software center when using
  orca screen reader.

Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  New
Status in Ubuntu Software Center:
  New
Status in orca package in Ubuntu:
  New
Status in software-center package in Ubuntu:
  New
Status in orca source package in Trusty:
  New
Status in software-center source package in Trusty:
  New
Status in orca source package in Vivid:
  New
Status in software-center source package in Vivid:
  New

Bug description:
  [Impact]
  Lenovo customer require to fix it.From users experience this function is 
missing after launched some software. There are some incorrect button reminder 
of Software center when using orca screen reader.

  [Test Case]
  1. Boot into the system.
  2. Enable the orca screen reader in the login screen.
  3. Start the software center and click "AllSoftware/Installed/History".
  4. Observe the orca screen reader work or not.

  Expected result:
  The screen reader should be reminder the words as label.

  Actual result:
  Only speak "Page toggle."

  [Regression Potential]
  N/A

  [Other Info]
  N/A

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

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


[Desktop-packages] [Bug 1407867] Re: There are some incorrect button reminder of Software center when using orca screen reader.

2015-03-02 Thread Alex Wen
** Attachment added: "Before check the "Speak object under mouse" from Orca 
preferences."
   
https://bugs.launchpad.net/ubuntu/+source/orca/+bug/1407867/+attachment/4332973/+files/1.mp4

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

Title:
  There are some incorrect button reminder of Software center when using
  orca screen reader.

Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  New
Status in Ubuntu Software Center:
  New
Status in orca package in Ubuntu:
  New
Status in software-center package in Ubuntu:
  New
Status in orca source package in Trusty:
  New
Status in software-center source package in Trusty:
  New
Status in orca source package in Vivid:
  New
Status in software-center source package in Vivid:
  New

Bug description:
  [Impact]
  Lenovo customer require to fix it.From users experience this function is 
missing after launched some software. There are some incorrect button reminder 
of Software center when using orca screen reader.

  [Test Case]
  1. Boot into the system.
  2. Enable the orca screen reader in the login screen.
  3. Start the software center and click "AllSoftware/Installed/History".
  4. Observe the orca screen reader work or not.

  Expected result:
  The screen reader should be reminder the words as label.

  Actual result:
  Only speak "Page toggle."

  [Regression Potential]
  N/A

  [Other Info]
  N/A

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

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


[Desktop-packages] [Bug 1407865] Re: "Super+Alt+S" did not function at the login screen

2015-01-12 Thread Alex Wen
** Description changed:

  [Impact]
- Lenovo customer require to fix it.
+ Lenovo customer require to fix it. From users experience this function is 
missing. Some accessibility features of the Ubuntu operating system did not 
function. The hotkey to toggle the Orca screen reader on and off (super+alt+S) 
did not function at the Login screen.
+ 
+ [Test Case]
+ 1. Boot into the system.
+ 2. Go the login screen.
+ 3. Press "super+alt+s" to enable the orca screen reader.
+ 4. Observe the orca screen reader is enable or not. 
+ 
+ Expected result:
+ The screen reader should be enabled.
+ 
+ Actual result:
+ It doesn't work.
  
  [Regression Potential]
  N/A
  
  [Other Info]
  N/A
- 
- Summary:
- Some accessibility features of the Ubuntu operating system did not function. 
The command to toggle the Orca screen reader on and off (super+alt+S) did not 
function at the Login screen.
- 
- Steps to reproduce:
- 1. Boot into the system.
- 2. Press "super+alt+s" to enable the orca screen reader.
- 
- Expected result:
- The screen reader should be enabled.
- 
- Actual result:
- It doesn't work.

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

Title:
   "Super+Alt+S" did not function at the login screen

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project trusty series:
  New
Status in lightdm package in Ubuntu:
  Invalid
Status in unity-greeter package in Ubuntu:
  Fix Released
Status in lightdm source package in Trusty:
  Invalid
Status in unity-greeter source package in Trusty:
  Triaged
Status in lightdm source package in Vivid:
  Invalid
Status in unity-greeter source package in Vivid:
  Fix Released

Bug description:
  [Impact]
  Lenovo customer require to fix it. From users experience this function is 
missing. Some accessibility features of the Ubuntu operating system did not 
function. The hotkey to toggle the Orca screen reader on and off (super+alt+S) 
did not function at the Login screen.

  [Test Case]
  1. Boot into the system.
  2. Go the login screen.
  3. Press "super+alt+s" to enable the orca screen reader.
  4. Observe the orca screen reader is enable or not. 

  Expected result:
  The screen reader should be enabled.

  Actual result:
  It doesn't work.

  [Regression Potential]
  N/A

  [Other Info]
  N/A

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

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


[Desktop-packages] [Bug 1407867] Re: There are some incorrect button reminder of Software center when using orca screen reader.

2015-01-12 Thread Alex Wen
** Description changed:

- [Impact] 
- Lenovo customer require to fix it.
+ [Impact]
+ Lenovo customer require to fix it.From users experience this function is 
missing after launched some software. There are some incorrect button reminder 
of Software center when using orca screen reader.
  
- [Regression Potential] 
+ [Test Case]
+ 1. Boot into the system.
+ 2. Enable the orca screen reader in the login screen.
+ 3. Start the software center and click "AllSoftware/Installed/History".
+ 4. Observe the orca screen reader work or not.
+ 
+ Expected result:
+ The screen reader should be reminder the words as label.
+ 
+ Actual result:
+ Only speak "Page toggle."
+ 
+ [Regression Potential]
  N/A
  
  [Other Info]
  N/A
- 
- Summary: 
- There are some incorrect button reminder of Software center when using orca 
screen reader.
- 
- Steps to reproduce:
- 1. Boot into the system.
- 2. Login the system and enable the orca screen reader.
- 3. Start the software center and click "AllSoftware/Installed/History".
- 
- Expected result:
- The screen reader should be reminder the words as label.
- 
- Actual result: 
- Only speak "Page toggle."

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

Title:
  There are some incorrect button reminder of Software center when using
  orca screen reader.

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project trusty series:
  New
Status in Ubuntu Software Center:
  New
Status in orca package in Ubuntu:
  New
Status in software-center package in Ubuntu:
  New
Status in orca source package in Trusty:
  New
Status in software-center source package in Trusty:
  New
Status in orca source package in Vivid:
  New
Status in software-center source package in Vivid:
  New

Bug description:
  [Impact]
  Lenovo customer require to fix it.From users experience this function is 
missing after launched some software. There are some incorrect button reminder 
of Software center when using orca screen reader.

  [Test Case]
  1. Boot into the system.
  2. Enable the orca screen reader in the login screen.
  3. Start the software center and click "AllSoftware/Installed/History".
  4. Observe the orca screen reader work or not.

  Expected result:
  The screen reader should be reminder the words as label.

  Actual result:
  Only speak "Page toggle."

  [Regression Potential]
  N/A

  [Other Info]
  N/A

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

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


[Desktop-packages] [Bug 1407867] Re: There are some incorrect button reminder of Software center when using orca screen reader.

2015-01-09 Thread Alex Wen
** Description changed:

- Summary: There are some incorrect button reminder of Software center when 
using orca screen reader.
+ [Impact] 
+ Lenovo customer require to fix it.
+ 
+ [Regression Potential] 
+ N/A
+ 
+ [Other Info]
+ N/A
+ 
+ Summary: 
+ There are some incorrect button reminder of Software center when using orca 
screen reader.
+ 
  Steps to reproduce:
  1. Boot into the system.
  2. Login the system and enable the orca screen reader.
  3. Start the software center and click "AllSoftware/Installed/History".
- Expected result:The screen reader should be reminder the words as label.
- Actual result: Only speak"Page toggle."
+ 
+ Expected result:
+ The screen reader should be reminder the words as label.
+ 
+ Actual result: 
+ Only speak "Page toggle."

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

Title:
  There are some incorrect button reminder of Software center when using
  orca screen reader.

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project trusty series:
  New
Status in Ubuntu Software Center:
  New
Status in orca package in Ubuntu:
  New
Status in software-center package in Ubuntu:
  New

Bug description:
  [Impact] 
  Lenovo customer require to fix it.

  [Regression Potential] 
  N/A

  [Other Info]
  N/A

  Summary: 
  There are some incorrect button reminder of Software center when using orca 
screen reader.

  Steps to reproduce:
  1. Boot into the system.
  2. Login the system and enable the orca screen reader.
  3. Start the software center and click "AllSoftware/Installed/History".

  Expected result:
  The screen reader should be reminder the words as label.

  Actual result: 
  Only speak "Page toggle."

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

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


[Desktop-packages] [Bug 1407865] Re: "Super+Alt+S" did not function at the login screen

2015-01-09 Thread Alex Wen
** Description changed:

- Summary:Some accessibility features of the Ubuntu operating system did not 
function. The command to toggle the Orca screen reader on and off (super+alt+S) 
did not function at the Login screen.
+ [Impact] 
+ Lenovo customer require to fix it.
+ 
+ [Regression Potential] 
+ N/A
+ 
+ [Other Info]
+ N/A
+ 
+ Summary:
+ Some accessibility features of the Ubuntu operating system did not function. 
The command to toggle the Orca screen reader on and off (super+alt+S) did not 
function at the Login screen.
+ 
  Steps to reproduce:
  1. Boot into the system.
  2. Press "super+alt+s" to enable the orca screen reader.
+ 
  Expected result:The screen reader should be enabled.
+ 
  Actual result:It doesn't work.

** Description changed:

- [Impact] 
+ [Impact]
  Lenovo customer require to fix it.
  
- [Regression Potential] 
+ [Regression Potential]
  N/A
  
  [Other Info]
  N/A
  
  Summary:
  Some accessibility features of the Ubuntu operating system did not function. 
The command to toggle the Orca screen reader on and off (super+alt+S) did not 
function at the Login screen.
  
  Steps to reproduce:
  1. Boot into the system.
  2. Press "super+alt+s" to enable the orca screen reader.
  
- Expected result:The screen reader should be enabled.
+ Expected result:
+ The screen reader should be enabled.
  
- Actual result:It doesn't work.
+ Actual result:
+ It doesn't work.

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

Title:
   "Super+Alt+S" did not function at the login screen

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project trusty series:
  New
Status in lightdm package in Ubuntu:
  New
Status in orca package in Ubuntu:
  New

Bug description:
  [Impact]
  Lenovo customer require to fix it.

  [Regression Potential]
  N/A

  [Other Info]
  N/A

  Summary:
  Some accessibility features of the Ubuntu operating system did not function. 
The command to toggle the Orca screen reader on and off (super+alt+S) did not 
function at the Login screen.

  Steps to reproduce:
  1. Boot into the system.
  2. Press "super+alt+s" to enable the orca screen reader.

  Expected result:
  The screen reader should be enabled.

  Actual result:
  It doesn't work.

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

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


[Desktop-packages] [Bug 1407865] Re: "Super+Alt+S" did not function at the login screen

2015-01-08 Thread Alex Wen
Tired on both stock Ubuntu 14.04 and Vidid
Stock Ubuntu 14.04 the hotkey "Super+Alt+S" did not function.
Vidid Ubuntu the hotkey "Super+Alt+S" function.

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

Title:
   "Super+Alt+S" did not function at the login screen

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project trusty series:
  New
Status in lightdm package in Ubuntu:
  New
Status in orca package in Ubuntu:
  New

Bug description:
  Summary:Some accessibility features of the Ubuntu operating system did not 
function. The command to toggle the Orca screen reader on and off (super+alt+S) 
did not function at the Login screen.
  Steps to reproduce:
  1. Boot into the system.
  2. Press "super+alt+s" to enable the orca screen reader.
  Expected result:The screen reader should be enabled.
  Actual result:It doesn't work.

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

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


[Desktop-packages] [Bug 1357681] Re: System tray icons for Owncloud, Insync and Dropbox disapear after reboot

2014-12-17 Thread Sheldon Lee-Wen
I have the same thing and I'm running kubuntu 14.10 (although I also had it 
when I was running 14.04.) 
When I try to do the initctl mentioned above I get this:

root# initctl restart indicator-application
initctl: Unknown job: indicator-application

I also noticed that it appears that a lot of my session is pre-loaded
before I login. If I login to the command line I have a lot of processes
running, even though I have not logged into the GUI.

** Changed in: unity
   Status: Expired => In Progress

** Also affects: meta-kde (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity (Ubuntu)
   Status: Expired => In Progress

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

Title:
  System tray icons for Owncloud, Insync and Dropbox disapear after
  reboot

Status in Unity:
  In Progress
Status in meta-kde package in Ubuntu:
  New
Status in unity package in Ubuntu:
  In Progress

Bug description:
  I have used 3 clients for file synchronization: Owncloud Client,
  Dropbox and Insync. Apparently the bug applies to all of the
  applications.

  Within the last 2-3 months the icons for the the applications have
  started to disappear from the system tray after a reboot. The icons
  doesn't reappear when (re)launching the applications from dash or
  terminal. However if I run "killall owncloud; owncloud" the icon for
  owncloud (re)appears. The icons for  Dropbox and Insync also
  (re)appears when using "killall" before launching.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Aug 16 11:33:31 2014
  DistUpgraded: 2014-02-21 20:58:31,099 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:060a]
  InstallationDate: Installed on 2014-01-15 (212 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Dell Inc. XPS13 9333
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=0a466d6e-f0bc-4c34-bcc1-9649cb723803 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-02-21 (175 days ago)
  dmi.bios.date: 12/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd12/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.54-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.2-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.2-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.911-0intel1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Aug 16 09:12:00 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4933 
   vendor CMN
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Desktop-packages] [Bug 1376152] Re: scp remote fail when exists "echo" command in the .bashrc script

2014-10-14 Thread Wen Chen
Thanks for answering. Test and confirm the provided approach works.

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

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

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

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

Title:
  scp remote fail when exists "echo" command in the .bashrc script

Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Generally executing scp will result as below:

  wen@wen-U31Jg:~$ scp ./test.txt localhost:~/tmp
  test.txt 100%5 
0.0KB/s   00:00 

  But when there exist "echo enter .bashrc  ..." line in .bashrc file,
  the same command failed without any error message:

  wen@wen-U31Jg:~$ scp ./test.txt localhost:~/tmp
  Enter .bashrc ..

  And of course, the file DOES NOT copy to the remote destination.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-69.103-generic 3.2.62
  Uname: Linux 3.2.0-69-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: amd64
  Date: Wed Oct  1 15:54:44 2014
  InstallationMedia: Xubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=zh_TW:en
   PATH=(custom, no user)
   LANG=zh_TW.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1376152] [NEW] scp remote fail when exists "echo" command in the .bashrc script

2014-10-01 Thread Wen Chen
Public bug reported:

Generally executing scp will result as below:

wen@wen-U31Jg:~$ scp ./test.txt localhost:~/tmp
test.txt 100%5 
0.0KB/s   00:00 

But when there exist "echo enter .bashrc  ..." line in .bashrc file, the
same command failed without any error message:

wen@wen-U31Jg:~$ scp ./test.txt localhost:~/tmp
Enter .bashrc ..

And of course, the file DOES NOT copy to the remote destination.
Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-terminal 3.4.1.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-69.103-generic 3.2.62
Uname: Linux 3.2.0-69-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.7
Architecture: amd64
Date: Wed Oct  1 15:54:44 2014
InstallationMedia: Xubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=zh_TW:en
 PATH=(custom, no user)
 LANG=zh_TW.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  scp remote fail when exists "echo" command in the .bashrc script

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  Generally executing scp will result as below:

  wen@wen-U31Jg:~$ scp ./test.txt localhost:~/tmp
  test.txt 100%5 
0.0KB/s   00:00 

  But when there exist "echo enter .bashrc  ..." line in .bashrc file,
  the same command failed without any error message:

  wen@wen-U31Jg:~$ scp ./test.txt localhost:~/tmp
  Enter .bashrc ..

  And of course, the file DOES NOT copy to the remote destination.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-69.103-generic 3.2.62
  Uname: Linux 3.2.0-69-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: amd64
  Date: Wed Oct  1 15:54:44 2014
  InstallationMedia: Xubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=zh_TW:en
   PATH=(custom, no user)
   LANG=zh_TW.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1310570] Re: remote sharing (vino-server) not accessible in 14.04.

2014-07-16 Thread Li-Wen Yip
*** This bug is a duplicate of bug 1281250 ***
https://bugs.launchpad.net/bugs/1281250

Temporary workaround: 
http://ubuntuforums.org/showthread.php?t=2233675&p=13070891#post13070891

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

Title:
  remote sharing (vino-server) not accessible in 14.04.

Status in “vino” package in Ubuntu:
  Confirmed

Bug description:
  When attempting to VNC into 14.04

  vncviewer[6008]: CConnection: Server offers security type [unknown secType 
18](18)
  vncviewer[6008]: CConnCommon: close: Unable to connect to VNC Server using 
your chosen security setting. Either upgrade VNC Server to a more recent 
version from RealVNC, or select a weaker level of encryption.

  Have attempted to connect with the firewall disabled.
  I have upgraded and tried multiple VNC clients.

  vino 3.8.1 0ubuntu1

  ...

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

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


[Desktop-packages] [Bug 1224516] [NEW] software-center crashes when installing softwares

2013-09-12 Thread Shao-Wen, Young
Public bug reported:

I am going to install some softwares through ubuntu software center.
Just after I choosed the second software to install, software-center
crashed.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: software-center 13.08-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-7.13-generic 3.11.0
Uname: Linux 3.11.0-7-generic x86_64
ApportVersion: 2.12.1-0ubuntu3
Architecture: amd64
Date: Thu Sep 12 22:33:25 2013
EcryptfsInUse: Yes
ExecutablePath: /usr/share/software-center/software-center
InstallationDate: Installed on 2013-09-12 (0 days ago)
InstallationMedia: Lubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
InterpreterPath: /usr/bin/python2.7
MarkForUpload: True
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/software-center
ProcEnviron:
 LANGUAGE=zh_TW:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=zh_TW.UTF-8
 SHELL=/bin/bash
Signal: 7
SourcePackage: software-center
UpgradeStatus: Upgraded to saucy on 2013-09-12 (0 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


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

** Information type changed from Private to Public

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

Title:
  software-center crashes when installing softwares

Status in “software-center” package in Ubuntu:
  New

Bug description:
  I am going to install some softwares through ubuntu software center.
  Just after I choosed the second software to install, software-center
  crashed.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: software-center 13.08-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-7.13-generic 3.11.0
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  Date: Thu Sep 12 22:33:25 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/share/software-center/software-center
  InstallationDate: Installed on 2013-09-12 (0 days ago)
  InstallationMedia: Lubuntu 13.04 "Raring Ringtail" - Release amd64 
(20130423.1)
  InterpreterPath: /usr/bin/python2.7
  MarkForUpload: True
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
   LANGUAGE=zh_TW:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=zh_TW.UTF-8
   SHELL=/bin/bash
  Signal: 7
  SourcePackage: software-center
  UpgradeStatus: Upgraded to saucy on 2013-09-12 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1224496] Re: ibus crashes on login

2013-09-12 Thread Shao-Wen, Young
** Information type changed from Private to Public

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

Title:
  ibus crashes on login

Status in “ibus” package in Ubuntu:
  New

Bug description:
  On my first login to Lubuntu 13.10 beta1, a window pops up at the
  upper-right corner saying that Super+Space has become the default
  hotkey for ibus input method. I clicked at that window, and apport
  showed up saying ibus crashed. But the moment I am typing this, ibus
  works.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: ibus 1.5.3-6ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-7.13-generic 3.11.0
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  Date: Thu Sep 12 22:04:53 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/ibus/ibus-ui-gtk3
  InstallationDate: Installed on 2013-09-12 (0 days ago)
  InstallationMedia: Lubuntu 13.04 "Raring Ringtail" - Release amd64 
(20130423.1)
  MarkForUpload: True
  ProcCmdline: /usr/lib/ibus/ibus-ui-gtk3
  ProcEnviron:
   LANGUAGE=zh_TW:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=zh_TW.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: ibus
  UpgradeStatus: Upgraded to saucy on 2013-09-12 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 999191] Re: X crashes with gnome-session: Fatal IO error 11

2012-12-04 Thread Wen
I just suffered the same situation with wlx (wangliangxu) , sometimes it might 
restart X to gdm,or lost keyboard and mouse  and I have to hold the power 
button to shutdown my notebook.
Here are some details of my PC below.
Dell insprion N5010 with Ubuntu 12.04,Unity.(kernel 3.2.0.34)
ati HD5650 with amd-driver-installer-catalyst-12.10-x86.x86_64  compiled by 
myself.
And I still post some text from .xsession-errors
"(gnome-settings-daemon:12335): GnomeDesktop-WARNING **: GL_MAX_TEXTURE_SIZE 
helper quit unexpectedly

(gnome-settings-daemon:12335): color-plugin-WARNING **: failed to get edid: 
unable to get EDID for output
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Initializing core options...done
Initializing composite options...done
** Message: applet now removed from the notification area
Initializing opengl options...done
Initializing decor options...done
Initializing vpswitch options...done
Initializing snap options...done
Initializing mousepoll options...done
Initializing resize options...done
Initializing place options...done
Initializing move options...done
Initializing wall options...done
Initializing grid options...done
I/O warning : failed to load external entity 
"/home/wen/.compiz/session/1019c2abaa88a6cb5513546227686930460122850033"
Initializing session options...done
Initializing gnomecompat options...done
Initializing animation options...done
Initializing fade options...done
** Message: using fallback from indicator to GtkStatusIcon
Initializing unitymtgrabhandles options...done
Initializing workarounds options...done
Initializing scale options...done
compiz (expo) - Warn: failed to bind image to texture
Initializing expo options...done
Initializing ezoom options...done

(compiz:12356): GConf-CRITICAL **: gconf_client_add_dir: assertion
`gconf_valid_key (dirname, NULL)' failed

(gnome-settings-daemon:12335): color-plugin-WARNING **: unable to get EDID for 
xrandr-LVDS: unable to get EDID for output
Initializing unityshell options...done
Setting Update "main_menu_key"
Setting Update "run_key"
Setting Update "show_hud"
** Message: moving back from GtkStatusIcon to indicator

** (zeitgeist-datahub:12990): WARNING **: recent-manager-
provider.vala:133: Desktop file for "file:///home/wen/Downloads/Game"
was not found, exec: shank-linux-120720110-1-bin, mime_type:
inode/directory

(gnome-control-center:13015): background-cc-panel-WARNING **: Could not
load /usr/share/themes/Adwaita/index.theme: No such file or directory

** (nautilus:12370): WARNING **: Error calling current_status: Method
"current_status" with signature "" on interface
"com.ubuntuone.SyncDaemon.Status" doesn't exist


** (nautilus:12370): CRITICAL **: syncdaemon_status_info_get_online: assertion 
`SYNCDAEMON_IS_STATUS_INFO (sinfo)' failed

(gnome-settings-daemon:12335): Gdk-WARNING **: gnome-settings-daemon:
Fatal IO error 11 (Resource temporarily unavailable) on X server :2.


(polkit-gnome-authentication-agent-1:12375): Gdk-WARNING **: 
polkit-gnome-authentication-agent-1: Fatal IO error 11 (Resource temporarily 
unavailable) on X server :2.

gnome-session[12285]: Gdk-WARNING: gnome-session: Fatal IO error 11
(Resource temporarily unavailable) on X server :2.

gtk-window-decorator: Fatal IO error 11 (Resource temporarily
unavailable) on X server :2.0.

(gdu-notification-daemon:12570): Gdk-WARNING **: gdu-notification-
daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server
:2.


(nautilus:12370): Gdk-WARNING **: nautilus: Fatal IO error 11 (Resource 
temporarily unavailable) on X server :2.


(gnome-fallback-mount-helper:12366): Gdk-WARNING **: 
gnome-fallback-mount-helper: Fatal IO error 11 (Resource temporarily 
unavailable) on X server :2.


(gnome-screensaver:12989): Gdk-WARNING **: gnome-screensaver: Fatal IO error 11 
(Resource temporarily unavailable) on X server :2.


(telepathy-indicator:12972): Gdk-WARNING **: telepathy-indicator: Fatal IO 
error 11 (Resource temporarily unavailable) on X server :2.


(bluetooth-applet:12368): Gdk-WARNING **: bluetooth-applet: Fatal IO error 11 
(Resource temporarily unavailable) on X server :2.


(nm-applet:12369): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource 
temporarily unavailable) on X server :2.


** (zeitgeist-datahub:12990): WARNING **: zeitgeist-datahub.vala:227: Unable to 
get name "org.gnome.zeitgeist.datahub" on the bus!
"


I hope this might be help!

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

Title:
  X crashes with gnome-session: Fatal IO error 11

Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Incomplete

Bug description:
  It started happening after upgrading to ubuntu 12.04. Several times a
  day, the gnome session crashes and drops 

[Desktop-packages] [Bug 840428] Re: Banshee.exe crashed with SIGABRT in pango_shape()

2011-09-03 Thread Wen Jie
** Description changed:

  Banshee.exe crashed with SIGABRT in pango_shape()
+ Running Ubuntu 11.10 Beta
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.1.3-1ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
  Uname: Linux 3.0.0-9-generic i686
  NonfreeKernelModules: nvidia wl
  Architecture: i386
  Date: Sat Sep  3 21:35:58 2011
  ExecutablePath: /usr/lib/banshee/Banshee.exe
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  InterpreterPath: /usr/bin/mono
  ProcCmdline: banshee /usr/lib/banshee/Banshee.exe --redirect-log 
--play-enqueued
  ProcEnviron:
-  SHELL=/bin/bash
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
  Signal: 6
  SourcePackage: banshee
  StacktraceTop:
-  ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
-  pango_shape () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
-  ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
-  ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
-  ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
+  ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
+  pango_shape () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
+  ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
+  ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
+  ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
  Title: Banshee.exe crashed with SIGABRT in pango_shape()
  UpgradeStatus: Upgraded to oneiric on 2011-09-03 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Visibility changed to: Public

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

Title:
  Banshee.exe crashed with SIGABRT in pango_shape()

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Banshee.exe crashed with SIGABRT in pango_shape()
  Running Ubuntu 11.10 Beta

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.1.3-1ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
  Uname: Linux 3.0.0-9-generic i686
  NonfreeKernelModules: nvidia wl
  Architecture: i386
  Date: Sat Sep  3 21:35:58 2011
  ExecutablePath: /usr/lib/banshee/Banshee.exe
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  InterpreterPath: /usr/bin/mono
  ProcCmdline: banshee /usr/lib/banshee/Banshee.exe --redirect-log 
--play-enqueued
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  Signal: 6
  SourcePackage: banshee
  StacktraceTop:
   ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
   pango_shape () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0
  Title: Banshee.exe crashed with SIGABRT in pango_shape()
  UpgradeStatus: Upgraded to oneiric on 2011-09-03 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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