[Desktop-packages] [Bug 2020782] Re: Xdcv: Changing display scale setting and reverting it fails

2023-06-29 Thread Ignacio Casal Quinteiro
I think this is good enough Daniel. Thanks!

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

Title:
  Xdcv: Changing display scale setting and reverting it fails

Status in mutter package in Ubuntu:
  In Progress

Bug description:
  In Amazon Workspaces running Ubuntu 22.04, when attempting to change
  the Scale in the Gnome Display settings, if you click on a different
  scale (i.e. changing from 100% to 200%) and hitting apply, it will
  bring up a prompt asking if you want to keep or revert the changes and
  there will be a timer of 20 seconds. If you try to revert the changes
  (either by letting the timer expire or by clicking the "revert"
  button), we will hit one of the following two behaviors:

  1 - The setting won't revert and will keep scaled

  2 - gnome-shell will show some error messages in syslog and the
  display will be "corrupted", where the only window you are able to
  click is the display setting and if you try to drag it, it will leave
  a "blur" throughout the window (per discussions, this seems to be
  https://launchpad.net/bugs/1924689)

  For both situations, changing the display resolution (i.e. going into
  and out of full screen in the workspaces client) will fix the issue

  When hitting situation 1, syslog shows:

  May 17 17:33:10 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to restore
  previous configuration: Invalid mode 1920x1080 (19.958942) for monitor
  'unknown unknown'

  
  When hitting situation 2, syslog shows:

  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to restore previous 
configuration: Invalid mode 1920x984 (19.895834) for monitor 'unknown unknown'
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use stored 
monitor configuration: Invalid mode 1920x984 (19.895834) for monitor 'unknown 
unknown'
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use linear 
monitor configuration: Invalid mode 800x600 (-nan) for monitor 'unknown unknown'
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use fallback 
monitor configuration: Invalid mode 800x600 (-nan) for monitor 'unknown unknown'
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Impossible to set scaling 
on crtc 59 to 1.00, error id 2
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Xlib:  extension "DPMS" 
missing on display ":1".
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Object St.Label 
(0x557090d07de0), has been already disposed — impossible to access it. This 
might be caused by the object having been destroyed from C code using something 
such as destroy(), dispose(), or remove() vfuncs.
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: == Stack trace for context 
0x557090bee180 ==
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: #0   557093f00e68 i   
/usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com/appIcons.js:1349 
(2cdac32b2e20 @ 105)
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: #1   557093f00dd8 i   
/usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com/dash.js:42 
(2cdac32a5d80 @ 27)
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: #2   557093f00d58 i   
resource:///org/gnome/shell/ui/dash.js:545 (20c3e0d20970 @ 24)
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: JS ERROR: TypeError: 
monitor is 
null#012_updateWorkAreaBox@resource:///org/gnome/shell/ui/overviewControls.js:58:26#012_init/<@resource:///org/gnome/shell/ui/overviewControls.js:51:45

  Sometimes the stack trace isn't shown, but the symptom is the same:

  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to restore previous 
configuration: Invalid mode 1920x984 (19.895834) for monitor 'unknown unknown'
  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use stored 
monitor configuration: Invalid mode 1920x984 (19.895834) for monitor 'unknown 
unknown'
  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use linear 
monitor configuration: Invalid mode 800x600 (-nan) for monitor 'unknown unknown'
  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use fallback 
monitor configuration: Invalid mode 800x600 (-nan) for monitor 'unknown unknown'
  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Impossible to set scaling 
on crtc 59 to 1.00, error id 2
  May 17 18:31:40 U-1AZMIM8SIPZ6I gnome-shell[3030]: Xlib:  extension "DPMS" 
missing on display ":1".

  
  I'm unable to reproduce the problem if I manually install ubuntu-desktop and 
use the Nice DCV Server (as used by Workspaces) by following the steps from 
(using the xorg-x11-drv-dummy):

  https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-
  installing-linux.html

  One relevant difference is that Workspaces uses a custom X11 server
  /usr/bin/Xdcv, instead of /usr/lib/xorg/Xorg, and they have the
  following process being started:

  /usr/bin/Xdcv -output 800x600+0+0 -output 800x600+800+0 -output
  

[Desktop-packages] [Bug 2020782] Re: Xdcv: Changing display scale setting and reverting it fails

2023-06-20 Thread Ignacio Casal Quinteiro
About the following issue we can definitely take a look at it.

> - Xdcv is reporting a bogus refresh rate

That's an Xdcv bug which is probably also intentionally a design
feature. I think it should be fixed in Xdcv because this design will
break other compositors like it has broken mutter. Technically correct
compositor behaviour would be to render at 0Hz, which would not be
usable ;) So Xdcv probably should be changed to avoid the same problem
occuring in other desktop environments.

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

Title:
  Xdcv: Changing display scale setting and reverting it fails

Status in mutter package in Ubuntu:
  In Progress

Bug description:
  In Amazon Workspaces running Ubuntu 22.04, when attempting to change
  the Scale in the Gnome Display settings, if you click on a different
  scale (i.e. changing from 100% to 200%) and hitting apply, it will
  bring up a prompt asking if you want to keep or revert the changes and
  there will be a timer of 20 seconds. If you try to revert the changes
  (either by letting the timer expire or by clicking the "revert"
  button), we will hit one of the following two behaviors:

  1 - The setting won't revert and will keep scaled

  2 - gnome-shell will show some error messages in syslog and the
  display will be "corrupted", where the only window you are able to
  click is the display setting and if you try to drag it, it will leave
  a "blur" throughout the window (per discussions, this seems to be
  https://launchpad.net/bugs/1924689)

  For both situations, changing the display resolution (i.e. going into
  and out of full screen in the workspaces client) will fix the issue

  When hitting situation 1, syslog shows:

  May 17 17:33:10 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to restore
  previous configuration: Invalid mode 1920x1080 (19.958942) for monitor
  'unknown unknown'

  
  When hitting situation 2, syslog shows:

  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to restore previous 
configuration: Invalid mode 1920x984 (19.895834) for monitor 'unknown unknown'
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use stored 
monitor configuration: Invalid mode 1920x984 (19.895834) for monitor 'unknown 
unknown'
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use linear 
monitor configuration: Invalid mode 800x600 (-nan) for monitor 'unknown unknown'
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use fallback 
monitor configuration: Invalid mode 800x600 (-nan) for monitor 'unknown unknown'
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Impossible to set scaling 
on crtc 59 to 1.00, error id 2
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Xlib:  extension "DPMS" 
missing on display ":1".
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: Object St.Label 
(0x557090d07de0), has been already disposed — impossible to access it. This 
might be caused by the object having been destroyed from C code using something 
such as destroy(), dispose(), or remove() vfuncs.
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: == Stack trace for context 
0x557090bee180 ==
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: #0   557093f00e68 i   
/usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com/appIcons.js:1349 
(2cdac32b2e20 @ 105)
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: #1   557093f00dd8 i   
/usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com/dash.js:42 
(2cdac32a5d80 @ 27)
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: #2   557093f00d58 i   
resource:///org/gnome/shell/ui/dash.js:545 (20c3e0d20970 @ 24)
  May 17 17:31:24 U-1AZMIM8SIPZ6I gnome-shell[3030]: JS ERROR: TypeError: 
monitor is 
null#012_updateWorkAreaBox@resource:///org/gnome/shell/ui/overviewControls.js:58:26#012_init/<@resource:///org/gnome/shell/ui/overviewControls.js:51:45

  Sometimes the stack trace isn't shown, but the symptom is the same:

  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to restore previous 
configuration: Invalid mode 1920x984 (19.895834) for monitor 'unknown unknown'
  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use stored 
monitor configuration: Invalid mode 1920x984 (19.895834) for monitor 'unknown 
unknown'
  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use linear 
monitor configuration: Invalid mode 800x600 (-nan) for monitor 'unknown unknown'
  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Failed to use fallback 
monitor configuration: Invalid mode 800x600 (-nan) for monitor 'unknown unknown'
  May 17 18:31:39 U-1AZMIM8SIPZ6I gnome-shell[3030]: Impossible to set scaling 
on crtc 59 to 1.00, error id 2
  May 17 18:31:40 U-1AZMIM8SIPZ6I gnome-shell[3030]: Xlib:  extension "DPMS" 
missing on display ":1".

  
  I'm unable to reproduce the problem if I manually install ubuntu-desktop 

[Desktop-packages] [Bug 1968213] Re: Icon theme reverts to Yaru when entering Appearance settings

2022-04-24 Thread Ignacio
Here is a video of this issue.

https://streamable.com/21xq3z

It breaks completely.

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

Title:
  Icon theme reverts to Yaru when entering Appearance settings

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

Bug description:
  I upgraded to the 22.04 beta last week from 21.10. I use a custom icon
  theme. Whenever I enter the Appearance tab in settings the icon theme
  is set back to Yaru.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-control-center 1:41.4-1ubuntu9
  ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
  Uname: Linux 5.15.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu80
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  7 20:47:41 2022
  InstallationDate: Installed on 2022-02-02 (64 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1767312] Re: [radeon] Totem with gstreamer1.0-vaapi and Xorg: wrong color on H264 videos

2019-03-17 Thread Ignacio Vazquez-Abrams
I hit this bug on Fedora 28 when using a third-party mesa build. Here's
the ~/.drirc I used to fix this:


  

  

  


This also fixed the timecode in Totem showing strange, rainbow colors,
caused by the same thing. Repeat the application section as required for
each program affected.

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

Title:
  [radeon] Totem with gstreamer1.0-vaapi and Xorg: wrong color on H264
  videos

Status in gstreamer-vaapi package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Ii've found a bug on Ubuntu 18.04 (other distros, as fedora 27, debian 
stable, debian testing) aren't affected).
  When i try to reproduce a video that use h264 codec, i've wrong colors.
  I've a notebook with APU AMD A10 8700p, and integrated gpu radeon r6

  WORKAROUND:
  sudo apt remove gstreamer1.0-vaapi
  or
  sudo apt remove mesa-va-drivers

  See also bug 1720820.

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

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


[Desktop-packages] [Bug 1793937] [NEW] package libgles1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package nvidia-34

2018-09-23 Thread Ignacio Yuste
Public bug reported:

Failure in the update process

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libgles1 (not installed)
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Sun Sep 23 10:38:02 2018
DuplicateSignature:
 package:libgles1:(not installed)
 Unpacking libglvnd-dev:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-3RAkNn/20-libglvnd-dev_1.0.0-2ubuntu2.2_amd64.deb 
(--unpack):
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is 
also in package nvidia-340 340.106-0ubuntu3
ErrorMessage: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package 
nvidia-340 340.106-0ubuntu3
InstallationDate: Installed on 2016-12-05 (656 days ago)
InstallationMedia: Lubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: libglvnd
Title: package libgles1 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in 
package nvidia-340 340.106-0ubuntu3
UpgradeStatus: Upgraded to bionic on 2018-05-01 (144 days ago)

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


** Tags: amd64 apport-package bionic package-conflict

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

Title:
  package libgles1 (not installed) failed to install/upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also
  in package nvidia-340 340.106-0ubuntu3

Status in libglvnd package in Ubuntu:
  New

Bug description:
  Failure in the update process

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: libgles1 (not installed)
  ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
  Uname: Linux 4.15.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Sun Sep 23 10:38:02 2018
  DuplicateSignature:
   package:libgles1:(not installed)
   Unpacking libglvnd-dev:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
   dpkg: error processing archive 
/tmp/apt-dpkg-install-3RAkNn/20-libglvnd-dev_1.0.0-2ubuntu2.2_amd64.deb 
(--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is 
also in package nvidia-340 340.106-0ubuntu3
  ErrorMessage: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package 
nvidia-340 340.106-0ubuntu3
  InstallationDate: Installed on 2016-12-05 (656 days ago)
  InstallationMedia: Lubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
  Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.3ubuntu0.1
  SourcePackage: libglvnd
  Title: package libgles1 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in 
package nvidia-340 340.106-0ubuntu3
  UpgradeStatus: Upgraded to bionic on 2018-05-01 (144 days ago)

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

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


[Desktop-packages] [Bug 1767694] Re: Video streaming pauses frequently

2018-06-09 Thread Ignacio Miranda
same here, its not only on youtube, all streams that ive used so far
present the same problem.

Google Chrome.

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

Title:
  Video streaming pauses frequently

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  When youtube is accessed, video often pauses while audio continues.
  This occurs every 10 or 20 seconds, and the video pauses between 3 and
  7 seconds.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.1-0ubuntu2
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 28 14:50:47 2018
  DisplayManager: gdm3
  GsettingsChanges:
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-04-27 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


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

2017-10-09 Thread Ignacio
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1722258/+attachment/4966345/+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/1722258

Title:
  Available wifi networks are not sorted by signal strength

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  I understand this is a bug and not a new feature request as the intended 
functionality would be having the networks with strongest signal first.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1722256] Re: Wifi connection status icon shows a "?" when connected

2017-10-09 Thread Ignacio
apport information

** Tags added: apport-collected artful wayland-session

** Description changed:

- Wifi connection status icon on the top bar shows a "?" even when
- connected to a wifi network.
+ Wifi connection status icon on the top bar shows a "?" even when connected to 
a wifi network.
+ --- 
+ ApportVersion: 2.20.7-0ubuntu2
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 17.10
+ InstallationDate: Installed on 2017-09-28 (11 days ago)
+ InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
+ Package: gnome-shell 3.26.1-0ubuntu1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
+ Tags:  artful wayland-session
+ Uname: Linux 4.13.0-12-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1722256/+attachment/4966318/+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/1722256

Title:
  Wifi connection status icon shows a "?" when connected

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Wifi connection status icon on the top bar shows a "?" even when connected to 
a wifi network.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


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

2017-10-09 Thread Ignacio
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1722258/+attachment/4966346/+files/JournalErrors.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/1722258

Title:
  Available wifi networks are not sorted by signal strength

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  I understand this is a bug and not a new feature request as the intended 
functionality would be having the networks with strongest signal first.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


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

2017-10-09 Thread Ignacio
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1722258/+attachment/4966347/+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/1722258

Title:
  Available wifi networks are not sorted by signal strength

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  I understand this is a bug and not a new feature request as the intended 
functionality would be having the networks with strongest signal first.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


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

2017-10-09 Thread Ignacio
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1722258/+attachment/4966348/+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/1722258

Title:
  Available wifi networks are not sorted by signal strength

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  I understand this is a bug and not a new feature request as the intended 
functionality would be having the networks with strongest signal first.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


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

2017-10-09 Thread Ignacio
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1722256/+attachment/4966330/+files/JournalErrors.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/1722256

Title:
  Wifi connection status icon shows a "?" when connected

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Wifi connection status icon on the top bar shows a "?" even when connected to 
a wifi network.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


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

2017-10-09 Thread Ignacio
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1722256/+attachment/4966331/+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/1722256

Title:
  Wifi connection status icon shows a "?" when connected

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Wifi connection status icon on the top bar shows a "?" even when connected to 
a wifi network.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


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

2017-10-09 Thread Ignacio
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1722256/+attachment/4966319/+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/1722256

Title:
  Wifi connection status icon shows a "?" when connected

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Wifi connection status icon on the top bar shows a "?" even when connected to 
a wifi network.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1722258] Re: Available wifi networks are not sorted by signal strength

2017-10-09 Thread Ignacio
apport information

** Tags added: apport-collected artful wayland-session

** Description changed:

- I understand this is a bug and not a new feature request as the intended
- functionality would be having the networks with strongest signal first.
+ I understand this is a bug and not a new feature request as the intended 
functionality would be having the networks with strongest signal first.
+ --- 
+ ApportVersion: 2.20.7-0ubuntu2
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 17.10
+ InstallationDate: Installed on 2017-09-28 (11 days ago)
+ InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
+ Package: gnome-shell 3.26.1-0ubuntu1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
+ Tags:  artful wayland-session
+ Uname: Linux 4.13.0-12-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1722258/+attachment/4966344/+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/1722258

Title:
  Available wifi networks are not sorted by signal strength

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  I understand this is a bug and not a new feature request as the intended 
functionality would be having the networks with strongest signal first.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


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

2017-10-09 Thread Ignacio
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1722256/+attachment/4966332/+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/1722256

Title:
  Wifi connection status icon shows a "?" when connected

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Wifi connection status icon on the top bar shows a "?" even when connected to 
a wifi network.
  --- 
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 17.10
  InstallationDate: Installed on 2017-09-28 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Package: gnome-shell 3.26.1-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1722256] [NEW] Wifi connection status icon shows a "?" when connected

2017-10-09 Thread Ignacio
Public bug reported:

Wifi connection status icon on the top bar shows a "?" even when
connected to a wifi network.

** 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/1722256

Title:
  Wifi connection status icon shows a "?" when connected

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Wifi connection status icon on the top bar shows a "?" even when
  connected to a wifi network.

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

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


[Desktop-packages] [Bug 1722258] [NEW] Available wifi networks are not sorted by signal strength

2017-10-09 Thread Ignacio
Public bug reported:

I understand this is a bug and not a new feature request as the intended
functionality would be having the networks with strongest signal first.

** 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/1722258

Title:
  Available wifi networks are not sorted by signal strength

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I understand this is a bug and not a new feature request as the
  intended functionality would be having the networks with strongest
  signal first.

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

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


[Desktop-packages] [Bug 1716208] Re: epiphany-search-provider crashed with SIGSEGV in wl_list_insert_list()

2017-09-28 Thread Joaquín Ignacio Aramendía
The crash seems random when opening the overview mode in Gnome shell. The 
entire desktop crashes and the user is logged out from session.
Uninstalling Epiphany browser for now as a workaround seems to make crash go 
away.

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

Title:
  epiphany-search-provider crashed with SIGSEGV in wl_list_insert_list()

Status in epiphany-browser package in Ubuntu:
  Confirmed

Bug description:
  I don't know.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: epiphany-browser 3.25.92-1ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-12.13-generic 4.12.8
  Uname: Linux 4.12.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep  9 21:23:06 2017
  ExecutablePath: /usr/lib/epiphany-search-provider
  ExecutableTimestamp: 1504471514
  InstallationDate: Installed on 2014-08-22 (1114 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcCmdline: /usr/lib/epiphany-search-provider
  ProcCwd: /home/thomas
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
   PATH=(custom, no user)
   LANGUAGE=en_IN:en
   LANG=en_IN
  SegvAnalysis:
   Segfault happened at: 0x7f945c37ce30 :   mov
%rbp,(%rax)
   PC (0x7f945c37ce30) ok
   source "%rbp" ok
   destination "(%rax)" (0x0005) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: epiphany-browser
  StacktraceTop:
   wl_list_insert_list () from /usr/lib/x86_64-linux-gnu/libwayland-server.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libwayland-server.so.0
   wl_display_destroy () from /usr/lib/x86_64-linux-gnu/libwayland-server.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
   ?? () from /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
  Title: epiphany-search-provider crashed with SIGSEGV in wl_list_insert_list()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1678566] [NEW] [HDA-Intel - HDA Intel, playback] Pulseaudio fails to detect card

2017-04-01 Thread luis ignacio
Public bug reported:

no tengo sonido y el icono de sonido en la barra de menu silenciado

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3.2
ProcVersionSignature: Ubuntu 4.4.0-71.92-generic 4.4.49
Uname: Linux 4.4.0-71-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  npop  15193 F pulseaudio
 /dev/snd/pcmC0D0p:   npop   2889 F...m chrome
 /dev/snd/controlC0:  npop   2889 F chrome
 /dev/snd/timer:  npop   2889 f chrome
CurrentDesktop: Unity
Date: Sat Apr  1 22:24:17 2017
InstallationDate: Installed on 2016-08-14 (230 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
SourcePackage: pulseaudio
Symptom: audio
Symptom_Card: CX2341[56] - IVTV-0
Title: [HDA-Intel - HDA Intel, playback] Pulseaudio fails to detect card
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/20/2007
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 5.17
dmi.board.name: LEONITE
dmi.board.vendor: ASUSTek Computer INC.
dmi.board.version: 5.00
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: 
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.17:bd04/20/2007:svnHP-Pavilion:pnRZ446AA-ABMa6035la:pvr:rvnASUSTekComputerINC.:rnLEONITE:rvr5.00:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: RZ446AA-ABM a6035la
dmi.sys.vendor: HP-Pavilion

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


** Tags: amd64 apport-bug xenial

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

Title:
  [HDA-Intel - HDA Intel, playback] Pulseaudio fails to detect card

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  no tengo sonido y el icono de sonido en la barra de menu silenciado

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.2
  ProcVersionSignature: Ubuntu 4.4.0-71.92-generic 4.4.49
  Uname: Linux 4.4.0-71-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  npop  15193 F pulseaudio
   /dev/snd/pcmC0D0p:   npop   2889 F...m chrome
   /dev/snd/controlC0:  npop   2889 F chrome
   /dev/snd/timer:  npop   2889 f chrome
  CurrentDesktop: Unity
  Date: Sat Apr  1 22:24:17 2017
  InstallationDate: Installed on 2016-08-14 (230 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: CX2341[56] - IVTV-0
  Title: [HDA-Intel - HDA Intel, playback] Pulseaudio fails to detect card
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 5.17
  dmi.board.name: LEONITE
  dmi.board.vendor: ASUSTek Computer INC.
  dmi.board.version: 5.00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: 
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.17:bd04/20/2007:svnHP-Pavilion:pnRZ446AA-ABMa6035la:pvr:rvnASUSTekComputerINC.:rnLEONITE:rvr5.00:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: RZ446AA-ABM a6035la
  dmi.sys.vendor: HP-Pavilion

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

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


[Desktop-packages] [Bug 1669576] [NEW] PCI/internal sound card not detected

2017-03-02 Thread luis ignacio
Public bug reported:

la barra de sonido no controla el nivel de audio

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-64.85-generic 4.4.44
Uname: Linux 4.4.0-64-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  npop  12229 F pulseaudio
 /dev/snd/pcmC0D0p:   npop   9503 F...m chrome
 /dev/snd/controlC0:  npop   9503 F chrome
 /dev/snd/timer:  npop   9503 f chrome
CurrentDesktop: Unity
Date: Thu Mar  2 14:03:29 2017
InstallationDate: Installed on 2016-08-14 (199 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/20/2007
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 5.17
dmi.board.name: LEONITE
dmi.board.vendor: ASUSTek Computer INC.
dmi.board.version: 5.00
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: 
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.17:bd04/20/2007:svnHP-Pavilion:pnRZ446AA-ABMa6035la:pvr:rvnASUSTekComputerINC.:rnLEONITE:rvr5.00:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: RZ446AA-ABM a6035la
dmi.sys.vendor: HP-Pavilion

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


** Tags: amd64 apport-bug xenial

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

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  la barra de sonido no controla el nivel de audio

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-64.85-generic 4.4.44
  Uname: Linux 4.4.0-64-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  npop  12229 F pulseaudio
   /dev/snd/pcmC0D0p:   npop   9503 F...m chrome
   /dev/snd/controlC0:  npop   9503 F chrome
   /dev/snd/timer:  npop   9503 f chrome
  CurrentDesktop: Unity
  Date: Thu Mar  2 14:03:29 2017
  InstallationDate: Installed on 2016-08-14 (199 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 5.17
  dmi.board.name: LEONITE
  dmi.board.vendor: ASUSTek Computer INC.
  dmi.board.version: 5.00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: 
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.17:bd04/20/2007:svnHP-Pavilion:pnRZ446AA-ABMa6035la:pvr:rvnASUSTekComputerINC.:rnLEONITE:rvr5.00:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: RZ446AA-ABM a6035la
  dmi.sys.vendor: HP-Pavilion

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

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


[Desktop-packages] [Bug 1576382] Re: Firefox 46 → display glitch

2016-06-12 Thread Ignacio Huerta
Confirming from my side. Since I added firefox-next PPA I have not seen
the problem again: both Firefox 47 and 48 have worked fine for me.

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] Re: Firefox 46 → display glitch

2016-05-04 Thread Ignacio Huerta
I am testing Firefox 47.0b2, installed through the Firefox Beta ppa. It
seems to be working fine.

If anyone else wants to try it, you can add this PPA, and update
Firefox: https://launchpad.net/~mozillateam/+archive/ubuntu/firefox-next

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] Dependencies.txt

2016-04-29 Thread Ignacio Huerta
apport information

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

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] IpAddr.txt

2016-04-29 Thread Ignacio Huerta
apport information

** Attachment added: "IpAddr.txt"
   https://bugs.launchpad.net/bugs/1576382/+attachment/4651004/+files/IpAddr.txt

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


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

2016-04-29 Thread Ignacio Huerta
apport information

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

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


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

2016-04-29 Thread Ignacio Huerta
apport information

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

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] PulseList.txt

2016-04-29 Thread Ignacio Huerta
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1576382/+attachment/4651011/+files/PulseList.txt

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] Lspci.txt

2016-04-29 Thread Ignacio Huerta
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1576382/+attachment/4651006/+files/Lspci.txt

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] WifiSyslog.txt

2016-04-29 Thread Ignacio Huerta
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1576382/+attachment/4651014/+files/WifiSyslog.txt

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] RfKill.txt

2016-04-29 Thread Ignacio Huerta
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1576382/+attachment/4651012/+files/RfKill.txt

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


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

2016-04-29 Thread Ignacio Huerta
apport information

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

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


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

2016-04-29 Thread Ignacio Huerta
apport information

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

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


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

2016-04-29 Thread Ignacio Huerta
apport information

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

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


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

2016-04-29 Thread Ignacio Huerta
apport information

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

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] SubmittedCrashIDs.txt

2016-04-29 Thread Ignacio Huerta
apport information

** Attachment added: "SubmittedCrashIDs.txt"
   
https://bugs.launchpad.net/bugs/1576382/+attachment/4651013/+files/SubmittedCrashIDs.txt

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] Plugins.txt

2016-04-29 Thread Ignacio Huerta
apport information

** Attachment added: "Plugins.txt"
   
https://bugs.launchpad.net/bugs/1576382/+attachment/4651008/+files/Plugins.txt

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1576382] apport information

2016-04-29 Thread Ignacio Huerta
AddonCompatCheckDisabled: False
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ignacio F pulseaudio
 /dev/snd/controlC0:  ignacio F pulseaudio
BuildID: 20160425115534
Channel: Unavailable
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
EcryptfsInUse: Yes
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2014-11-16 (529 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
IpRoute:
 default via 192.168.0.1 dev eth0  proto static 
 10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
 172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 
 192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.12  metric 1
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-909364e3-f7a0-4539-b496-63fbc2150821
Package: firefox 46.0+build5-0ubuntu0.14.04.2
PackageArchitecture: amd64
PrefSources: prefs.js
ProcVersionSignature: Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36
Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
RelatedPackageVersions:
 totem-mozilla 3.10.1-1ubuntu4.1
 rhythmbox-mozilla 3.0.2-0ubuntu2+grilo
 gnome-shell   3.10.4-0ubuntu5.2
 google-talkplugin 5.41.0.0-1
 icedtea-7-plugin  1.5.3-0ubuntu0.14.04.1
RunningIncompatibleAddons: False
Tags: third-party-packages trusty
Themes: extensions.sqlite corrupt or missing
Uname: Linux 3.13.0-85-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 12/04/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: GLET43WW (1.18 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20AN0069US
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:bvrGLET43WW(1.18):bd12/04/2013:svnLENOVO:pn20AN0069US:pvrThinkPadT440p:rvnLENOVO:rn20AN0069US:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 20AN0069US
dmi.product.version: ThinkPad T440p
dmi.sys.vendor: LENOVO

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missi

[Desktop-packages] [Bug 1576382] BootDmesg.txt

2016-04-29 Thread Ignacio Huerta
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1576382/+attachment/4651000/+files/BootDmesg.txt

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


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

2016-04-29 Thread Ignacio Huerta
apport information

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

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

Title:
  Firefox 46 → display glitch

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have 3 computers running Ubuntu 14.04

  On one of them Firefox 46 introduces glitches in display :
  http://www.hostingpics.net/viewer.php?id=801804Capturedu20160428171811.png
  http://www.hostingpics.net/viewer.php?id=181298Capturedu20160428192355.png

  This pc is core i7 with intel haswell graphics

  Safe-mode / no addons produces same glitches

  Default theme for Firefox (and for system, Unity environment)

  No other theme installed in Firefox.

  Glitches appear sometimes after several minutes.
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   alexandra   8440 F...m pulseaudio
   /dev/snd/pcmC1D0p:   alexandra   8440 F...m pulseaudio
   /dev/snd/controlC1:  alexandra   8440 F pulseaudio
   /dev/snd/controlC0:  alexandra   8440 F pulseaudio
  BuildID: 20160425115534
  Channel: Unavailable
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.100  metric 
1
  Locales: extensions.sqlite corrupt or missing
  Package: firefox 46.0+build5-0ubuntu0.14.04.2
  PackageArchitecture: amd64
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 4.2.0-34.39~14.04.1-generic 4.2.8-ckt4
  Profiles: Profile0 (Default) - LastVersion=46.0/20160425115534 (In use)
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   icedtea-7-plugin   1.5.3-0ubuntu0.14.04.1
   adobe-flashplugin  1:20160407.1-0ubuntu0.14.04.1
   browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~trusty~2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  Tags: third-party-packages trusty
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 4.2.0-34-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-15 (714 days ago)
  UserGroups: adm lpadmin netdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1007
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1007:bd05/17/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 488247] Re: Inkscape is slow starting

2015-08-20 Thread Ignacio Salcedo
In Archlinux X86_64 this bug persist. 0.91 is even more slower than
0.48. Like ~1 min to open and eventualy freezes in .png exportation and
.pdf (and other extensions) save.

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

Title:
  Inkscape is slow starting

Status in Inkscape:
  Fix Released
Status in inkscape package in Ubuntu:
  Fix Released
Status in inkscape package in Arch Linux:
  New
Status in inkscape package in Debian:
  Fix Released
Status in Gentoo Linux:
  Unknown
Status in inkscape package in Mandriva:
  Unknown

Bug description:
  Hi,

  Although Inkscape is a nice program, I recognize that it's becoming slower 
and 
  slower each time a new version is released.

  Also I have compiled inkscape from subversion (Revision: 22608) in a Ubuntu 
8.10 box.
  (Intel Core 2 duo 1.8 GHz and 2 GB of RAM) 

  In the build I have disabled the -g option in all the Makefiles, but 
launching inkscape 
  takes more than 10 seconds!!  And in its actions it demostrates that it has 
become slower.

  Is any way to improve the performance of Inkscape (for example, using a 
separate thread to loading the
  plugins, using a load of components by demand, using OpenGL+Shaders for 
drawings,...)

  I have some knowledge of optimization in C/C++ but I know next to nothing how 
Inkscape has been 
  programmed.

  Thanks guys for this great program.

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

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


[Desktop-packages] [Bug 1033533] Re: Xorg crashed with SIGABRT: exaMemcpyBox with src=0x0 on nouveau with SW rendering

2014-02-24 Thread Ignacio
Hi, I'm new so sorry if I don't describe it very well.

For me this always happens when I suspend the system, I just cannot do
it. As soon as I try to resume it, screen gets corrupted, Corrupted
pixels and squares are floating around.

Sometimes I get the same error in other ways. Today I was watching a
video in IMDB while a Virtuabox + Vagrant + several other tabs were
opened in Chrome.

Is there any workaround to avoid this? I have an Nvidia card but Gallium
0.4 on NVA5 driver is installed.

I don't know if this helps. Thanks.

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

Title:
  Xorg crashed with SIGABRT: exaMemcpyBox with src=0x0 on nouveau with
  SW rendering

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Triaged

Bug description:
  [Errors Bucket]
  
https://errors.ubuntu.com/bucket/?id=/usr/bin/Xorg:6:memcpy:exaMemcpyBox:exaCopyDirty:exaCopyDirtyToSys:exaPrepareAccessReg_mixed

  Crash doing memcpy in EXA on nouveau, with software rendering
  activated.

  #8  signal handler called
  No symbol table info available.
  #9  __memcpy_sse2 () at ../sysdeps/x86_64/multiarch/../memcpy.S:72
  No locals.
  #10 0x7f570e63684e in memcpy (__len=23, __src=0x0, __dest=0x7f5713877100) 
at /usr/include/x86_64-linux-gnu/bits/string3.h:52
  No locals.
  #11 exaMemcpyBox (pbox=pbox@entry=0x7fffef000de0, src=0x0, src_pitch=64, 
dst=0x7f5713877100 , dst_pitch=24, pPixmap=error reading variable: Unhandled 
dwarf expression opcode 0xfa) at ../../exa/exa_migration_classic.c:59
  i = 16
  cpp = optimized out
  bytes = 23
  #12 0x7f570e636d03 in exaCopyDirty (migrate=migrate@entry=0x7fffef000e40, 
pValidDst=0x7f5713dc3e40, pValidSrc=0x7f5713dc3e50, transfer=0x7f570f28b7f0 
nouveau_exa_download_from_screen, fallback_index=fallback_index@entry=1, 
sync=0x7f570e635780 exaWaitSync) at ../../exa/exa_migration_classic.c:240
  pPixmap = 0x7f5713dc3da0
  pExaPixmap = 0x7f5713dc3e00
  damage = optimized out
  CopyReg = {extents = {x1 = 0, y1 = 0, x2 = 23, y2 = 16}, data = 0x0}
  save_use_gpu_copy = 1
  save_pitch = 64
  pBox = 0x7fffef000de0
  nbox = 1
  access_prepared = 1
  need_sync = 0
  #13 0x7f570e636f32 in exaCopyDirtyToSys 
(migrate=migrate@entry=0x7fffef000e40) at ../../exa/exa_migration_classic.c:285
  pPixmap = optimized out
  pExaScr = 0x7f5713877100
  pExaPixmap = 0x0
  #14 0x7f570e63951a in exaPrepareAccessReg_mixed (pPixmap=0x7f5713dc3da0, 
index=optimized out, pReg=0x0) at ../../exa/exa_migration_mixed.c:254
  as_dst = 1
  pixmaps = {{as_dst = 0, as_src = 1, pPix = 0x7f5713dc3da0, pReg = 
0x0}}
  pExaPixmap = 0x7f5713dc3e00
  has_gpu_copy = optimized out
  success = optimized out

  [Original Report]
  The crash report started immediately after login.

  ProblemType: CrashDistroRelease: Ubuntu 12.10
  Package: xserver-xorg-core 2:1.12.99.902-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0
  Uname: Linux 3.5.0-8-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.4-0ubuntu6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CrashCounter: 1
  Date: Sun Aug  5 14:46:44 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.18, 3.5.0-6-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-8-generic, x86_64: installed
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 6100 nForce 400] [10de:03d2] (rev a2) 
(prog-if 00 [VGA controller])
     Subsystem: NVIDIA Corporation Device [10de:cb84]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120519)
  Lsusb:
   Bus 001 Device 002: ID 18ec:3399 Arkmicro Technologies Inc.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  ProcCmdline: /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 
-novtswitch -background none
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-8-generic 
root=UUID=a80eff25-65c3-4db0-adad-31d8ea95823b ro quiet splash vt.handoff=7
  Renderer: Software
  Signal: 6SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libc.so.6
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
  Title: Xorg crashed with SIGABRT
  UpgradeStatus: No 

Re: [Desktop-packages] [Bug 1208183] Re: [HP G62 Notebook PC, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all

2013-08-25 Thread Ignacio Gil Barez
Hi, I changed that line, run that command on terminal and restarted the
computer but the problem persists.

No sound and video moves in fast forward. Regards,
Nacho.

 Date: Thu, 8 Aug 2013 19:07:57 +
 From: 1208...@bugs.launchpad.net
 To: ignacio.gilba...@hotmail.co.uk
 Subject: [Bug 1208183] Re: [HP G62 Notebook PC, ATI RS690/780 HDMI, Digital 
 Out,  HDMI] No sound at all
 
 Please let us know if the previous suggestion worked.
 
 ** Changed in: alsa-driver (Ubuntu)
Status: New = Incomplete
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1208183
 
 Title:
   [HP G62 Notebook PC, ATI RS690/780 HDMI, Digital Out, HDMI] No sound
   at all
 
 Status in “alsa-driver” package in Ubuntu:
   Incomplete
 
 Bug description:
   no sound in HP laptop
 
   ProblemType: Bug
   DistroRelease: Ubuntu 12.04
   Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
   ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
   Uname: Linux 3.5.0-37-generic i686
   NonfreeKernelModules: wl
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
   ApportVersion: 2.0.1-0ubuntu17.3
   Architecture: i386
   ArecordDevices:
 List of CAPTURE Hardware Devices 
card 0: SB [HDA ATI SB], device 0: ALC270 Analog [ALC270 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC1:  ignacio1767 F pulseaudio
/dev/snd/pcmC1D3p:   ignacio1767 F...m pulseaudio
/dev/snd/controlC0:  ignacio1767 F pulseaudio
   Card0.Amixer.info:
Card hw:0 'SB'/'HDA ATI SB at 0xd230 irq 16'
  Mixer name   : 'Realtek ALC270'
  Components   : 'HDA:10ec0270,103c143b,00100100'
  Controls  : 22
  Simple ctrls  : 11
   Card1.Amixer.info:
Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd221 irq 19'
  Mixer name   : 'ATI RS690/780 HDMI'
  Components   : 'HDA:1002791a,00791a00,0010'
  Controls  : 4
  Simple ctrls  : 1
   Card1.Amixer.values:
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
   Date: Sun Aug  4 15:38:47 2013
   InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
 (20130213)
   MarkForUpload: True
   PackageArchitecture: all
   ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: alsa-driver
   Symptom: audio
   Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
   Symptom_Card: RS880 HDMI Audio [Radeon HD 4200 Series] - HDA ATI HDMI
   Symptom_DevicesInUse:
1767  1767  1767  ignacio   F pulseaudio
/dev/snd/pcmC1D3p:   ignacio   F...m pulseaudio
/dev/snd/controlC0:  ignacio   F pulseaudio
   Symptom_Jack: Digital Out, HDMI
   Symptom_Type: No sound at all
   Title: [HP G62 Notebook PC, ATI RS690/780 HDMI, Digital Out, HDMI] No sound 
 at all
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 12/05/2011
   dmi.bios.vendor: Hewlett-Packard
   dmi.bios.version: F.2B
   dmi.board.asset.tag: Base Board Asset Tag
   dmi.board.name: 143B
   dmi.board.vendor: Hewlett-Packard
   dmi.board.version: 62.3E
   dmi.chassis.asset.tag: Chassis Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: Hewlett-Packard
   dmi.chassis.version: Chassis Version
   dmi.modalias: 
 dmi:bvnHewlett-Packard:bvrF.2B:bd12/05/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr04971025271000102:rvnHewlett-Packard:rn143B:rvr62.3E:cvnHewlett-Packard:ct10:cvrChassisVersion:
   dmi.product.name: HP G62 Notebook PC
   dmi.product.version: 04971025271000102
   dmi.sys.vendor: Hewlett-Packard
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1208183/+subscriptions

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

Title:
  [HP G62 Notebook PC, ATI RS690/780 HDMI, Digital Out, HDMI] No sound
  at all

Status in “alsa-driver” package in Ubuntu:
  Incomplete

Bug description:
  no sound in HP laptop

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic i686
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: ALC270 Analog [ALC270 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ignacio1767 F pulseaudio
   /dev/snd/pcmC1D3p:   ignacio

[Desktop-packages] [Bug 864735] Re: [ATI HDMI] HDMI Audio Disabled by Default (since oneiric)

2013-08-20 Thread Ignacio Gil Barez
how can I change that line?

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

Title:
  [ATI HDMI] HDMI Audio Disabled by Default (since oneiric)

Status in “alsa-driver” package in Ubuntu:
  Triaged

Bug description:
  Since kernel 3.0, upstream has disabled audio output for all ATI cards
  in the Radeon driver by default.

  === Workaround 1 ===

  Edit /etc/default/grub and change this line:

  GRUB_CMDLINE_LINUX_DEFAULT=quiet splash

  to this line

  GRUB_CMDLINE_LINUX_DEFAULT=quiet splash radeon.audio=1

  Now run sudo update-grub, then reboot your computer.

  === Or workaround 2 ===

  Install the proprietary Catalyst driver.

  ===

  There's no sound at all and videos playback in fast forward when
  outputting through the HDMI controller. This is a regression since it
  worked well in previous releases.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: alsa-base 1.0.24+dfsg-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic-pae 3.0.4
  Uname: Linux 3.0.0-12-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  melvin 8335 F pulseaudio
   /dev/snd/pcmC1D3p:   melvin 8335 F...m pulseaudio
   /dev/snd/controlC0:  melvin 8335 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe6f4000 irq 16'
     Mixer name : 'Realtek ALC1200'
     Components : 'HDA:10ec0888,10ec0888,00100101'
     Controls  : 38
     Simple ctrls  : 21
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfe8e8000 irq 19'
     Mixer name : 'ATI RS690/780 HDMI'
     Components : 'HDA:1002791a,00791a00,0010'
     Controls  : 4
     Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Sun Oct  2 12:46:40 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110929)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: RS780 Azalia controller - HDA ATI HDMI
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [GT5676, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/18/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 7B3G1P04
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Not Available
  dmi.board.vendor: Gateway
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gateway
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr7B3G1P04:bd02/18/2008:svnGateway:pnGT5676:pvr7B3G1P04:rvnGateway:rnNotAvailable:rvrNotAvailable:cvnGateway:ct3:cvr1.0:
  dmi.product.name: GT5676
  dmi.product.version: 7B3G1P04
  dmi.sys.vendor: Gateway

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

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


[Desktop-packages] [Bug 1208183] [NEW] [HP G62 Notebook PC, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all

2013-08-04 Thread Ignacio Gil Barez
Public bug reported:

no sound in HP laptop

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
Uname: Linux 3.5.0-37-generic i686
NonfreeKernelModules: wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: ALC270 Analog [ALC270 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ignacio1767 F pulseaudio
 /dev/snd/pcmC1D3p:   ignacio1767 F...m pulseaudio
 /dev/snd/controlC0:  ignacio1767 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xd230 irq 16'
   Mixer name   : 'Realtek ALC270'
   Components   : 'HDA:10ec0270,103c143b,00100100'
   Controls  : 22
   Simple ctrls  : 11
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd221 irq 19'
   Mixer name   : 'ATI RS690/780 HDMI'
   Components   : 'HDA:1002791a,00791a00,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Sun Aug  4 15:38:47 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
Symptom_Card: RS880 HDMI Audio [Radeon HD 4200 Series] - HDA ATI HDMI
Symptom_DevicesInUse:
 1767  1767  1767  ignacio   F pulseaudio
 /dev/snd/pcmC1D3p:   ignacio   F...m pulseaudio
 /dev/snd/controlC0:  ignacio   F pulseaudio
Symptom_Jack: Digital Out, HDMI
Symptom_Type: No sound at all
Title: [HP G62 Notebook PC, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at 
all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/05/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.2B
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 143B
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 62.3E
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.2B:bd12/05/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr04971025271000102:rvnHewlett-Packard:rn143B:rvr62.3E:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP G62 Notebook PC
dmi.product.version: 04971025271000102
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  [HP G62 Notebook PC, ATI RS690/780 HDMI, Digital Out, HDMI] No sound
  at all

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  no sound in HP laptop

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic i686
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: ALC270 Analog [ALC270 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ignacio1767 F pulseaudio
   /dev/snd/pcmC1D3p:   ignacio1767 F...m pulseaudio
   /dev/snd/controlC0:  ignacio1767 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xd230 irq 16'
 Mixer name : 'Realtek ALC270'
 Components : 'HDA:10ec0270,103c143b,00100100'
 Controls  : 22
 Simple ctrls  : 11
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd221 irq 19'
 Mixer name : 'ATI RS690/780 HDMI'
 Components : 'HDA:1002791a,00791a00,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sun Aug  4 15:38:47 2013
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed

[Desktop-packages] [Bug 989671] Re: [System Product Name, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all

2013-08-04 Thread Ignacio Gil Barez
I have the same problem

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

Title:
  [System Product Name, ATI RS690/780 HDMI, Digital Out, HDMI] No sound
  at all

Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  After a fresh Ubuntu 12.04 install, there's no sound through HDMI,
  although it's listed in PulseAudio. Additionally, playback when HDMI
  output chosen goes like there's fast playback turned on.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT1708S Analog [VT1708S Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  borat  1940 F pulseaudio
   /dev/snd/controlC0:  borat  1940 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe8f4000 irq 16'
 Mixer name : 'VIA VT1708S'
 Components : 'HDA:11060397,1043836c,0010'
 Controls  : 44
 Simple ctrls  : 21
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfeae8000 irq 19'
 Mixer name : 'ATI RS690/780 HDMI'
 Components : 'HDA:1002791a,00791a00,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Fri Apr 27 14:14:51 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: RS780 HDMI Audio [Radeon HD 3000-3300 Series] - HDA ATI HDMI
  Symptom_DevicesInUse:
   1940  1940  borat F pulseaudio
   /dev/snd/controlC0:  borat F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [System Product Name, ATI RS690/780 HDMI, Digital Out, HDMI] No sound 
at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/24/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0802
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A78LT-M
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0802:bd08/24/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A78LT-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 758335] Re: gdm ignores keyboard input because Slow Keys was secretly turned on

2013-06-12 Thread Ignacio Larrain
I consider myself an experienced user and had a very hard time figuring
out this. I have had this problem many times, and the only solution I
figured out until now was to reboot.

The problem is Slow Keys are being enabled in GDM even though I'm long
ago logged in, and that anti-feature should be controled by Gnome-Shell,
not GDM once logged in.

By the way: this bug and bug #41427 are very closely related.

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

Title:
  gdm ignores keyboard input because Slow Keys was secretly turned on

Status in “gdm” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gdm

  This seems to have recently broken on natty: gdm starts up, but
  ignores keyboard input, so I cannot log in.

  lsusb shows that the keyboard is attached.  A usb mouse plugged into
  the keyboard moves the pointer around.  Xorg.0.log shows that the
  keyboard is seen and connected as an input device.  I tried with a
  different keyboard and a different usb port with no success.  I ssh'd
  into the machine and shut down gdm, and the keyboard does then work to
  log in on a text console, but it again does not work when I restart
  the machine.  I can use the mouse to start the accessible keyboard but
  clicking on that does not help either.

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

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


[Desktop-packages] [Bug 41427] Re: slow keys can turn on surreptitiously cause confusion.

2013-06-12 Thread Ignacio Larrain
root@ignacio-laptop:/var/log/gdm# tail :0.log
(II) XKB SlowKeys are now enabled. Hold shift to disable.
(II) XKB SlowKeys are now enabled. Hold shift to disable.
(II) XKB SlowKeys are disabled.
(II) XKB SlowKeys are disabled.

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

Title:
  slow keys can turn on surreptitiously  cause confusion.

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  I was editing some huge photos with the gimp and it had a swapping
  fit; I pressed various keys, clicked various things, generally did
  what any user does when an application hangs for a while.

  For some reason, gnome's slow keys feature turned on during all this
  chaos---presumably because gnome thought the shift key was held down
  for N seconds, I don't know---and I was totally confused when my keys
  became, predictably, slow.

  This seems like something that could happen to dapper users. Maybe
  there should be a

[x] Activate slow keys by holding down the shift key.

  config toggle that is off by default, or something...

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

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


[Desktop-packages] [Bug 41427] Re: slow keys can turn on surreptitiously cause confusion.

2013-06-12 Thread Ignacio Larrain
I consider myself an experienced user and had a very hard time figuring
out this. I have had this problem many times, and the only solution I
figured out until now was to reboot.

The problem is Slow Keys are being enabled in GDM even though I'm long
ago logged in, and that anti-feature should be controled by Gnome-Shell,
not GDM once logged in.

By the way: this bug and bug #758335 are very closely related.

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

Title:
  slow keys can turn on surreptitiously  cause confusion.

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  I was editing some huge photos with the gimp and it had a swapping
  fit; I pressed various keys, clicked various things, generally did
  what any user does when an application hangs for a while.

  For some reason, gnome's slow keys feature turned on during all this
  chaos---presumably because gnome thought the shift key was held down
  for N seconds, I don't know---and I was totally confused when my keys
  became, predictably, slow.

  This seems like something that could happen to dapper users. Maybe
  there should be a

[x] Activate slow keys by holding down the shift key.

  config toggle that is off by default, or something...

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

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


[Desktop-packages] [Bug 758335] Re: gdm ignores keyboard input because Slow Keys was secretly turned on

2013-06-12 Thread Ignacio Larrain
root@ignacio-laptop:/var/log/gdm# tail :0.log
(II) XKB SlowKeys are now enabled. Hold shift to disable.
(II) XKB SlowKeys are now enabled. Hold shift to disable.
(II) XKB SlowKeys are disabled.
(II) XKB SlowKeys are disabled.

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

Title:
  gdm ignores keyboard input because Slow Keys was secretly turned on

Status in “gdm” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gdm

  This seems to have recently broken on natty: gdm starts up, but
  ignores keyboard input, so I cannot log in.

  lsusb shows that the keyboard is attached.  A usb mouse plugged into
  the keyboard moves the pointer around.  Xorg.0.log shows that the
  keyboard is seen and connected as an input device.  I tried with a
  different keyboard and a different usb port with no success.  I ssh'd
  into the machine and shut down gdm, and the keyboard does then work to
  log in on a text console, but it again does not work when I restart
  the machine.  I can use the mouse to start the accessible keyboard but
  clicking on that does not help either.

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

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


[Desktop-packages] [Bug 41427] Re: slow keys can turn on surreptitiously cause confusion.

2013-06-12 Thread Ignacio Larrain
** Also affects: gnome-settings-daemon (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=816764
   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/41427

Title:
  slow keys can turn on surreptitiously  cause confusion.

Status in “gnome-control-center” package in Ubuntu:
  Confirmed
Status in “gnome-settings-daemon” package in Fedora:
  Unknown

Bug description:
  I was editing some huge photos with the gimp and it had a swapping
  fit; I pressed various keys, clicked various things, generally did
  what any user does when an application hangs for a while.

  For some reason, gnome's slow keys feature turned on during all this
  chaos---presumably because gnome thought the shift key was held down
  for N seconds, I don't know---and I was totally confused when my keys
  became, predictably, slow.

  This seems like something that could happen to dapper users. Maybe
  there should be a

[x] Activate slow keys by holding down the shift key.

  config toggle that is off by default, or something...

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

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


[Desktop-packages] [Bug 740785] Re: Caught signal 11 (Segmentation fault). Server aborting

2013-06-09 Thread Juan Ignacio Rodríguez
Trying to run sugar-emulator or xephyr :100
ignacio@ignacio:/usr/bin$ Xephyr :100
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension SECURITY
Initializing built-in extension XINERAMA
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension SELinux
Initializing built-in extension GLX
(EE) 
(EE) Backtrace:
(EE) 0: Xephyr (xorg_backtrace+0x49) [0xb776d369]
(EE) 1: Xephyr (0xb75db000+0x1960d4) [0xb77710d4]
(EE) 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb75b840c]
(EE) 3: Xephyr (0xb75db000+0x2980d) [0xb760480d]
(EE) 4: Xephyr (0xb75db000+0x28918) [0xb7603918]
(EE) 5: Xephyr (0xb75db000+0x23938) [0xb75fe938]
(EE) 6: Xephyr (0xb75db000+0x84a15) [0xb765fa15]
(EE) 7: Xephyr (AddScreen+0x73) [0xb7626fd3]
(EE) 8: Xephyr (0xb75db000+0x84ed5) [0xb765fed5]
(EE) 9: Xephyr (InitOutput+0x4c) [0xb75fcf8c]
(EE) 10: Xephyr (0xb75db000+0x2171b) [0xb75fc71b]
(EE) 11: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf5) [0xb704f935]
(EE) 12: Xephyr (0xb75db000+0x21d19) [0xb75fcd19]
(EE) 
(EE) Segmentation fault at address 0x10

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting

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

Title:
  Caught signal 11 (Segmentation fault). Server aborting

Status in “xorg” package in Ubuntu:
  Invalid
Status in “xorg-server” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: xorg

  It randomly happens in gnome ubuntu maverick, suddenly I am logged out
  and login screen (gdm) appears. I am pretty sure each time it happens
  I just press Enter or some combinations with it.

  These should be the bad point:
  Xorg.0.log:

  Backtrace:
  [ 12371.402] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80ef31b]
  [ 12371.402] 1: /usr/bin/X (0x8048000+0x5d00d) [0x80a500d]
  [ 12371.402] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0x50740c]
  [ 12371.402] 3: /usr/bin/X (FreeClientResources+0xed) [0x80655ad]
  [ 12371.402] 4: /usr/bin/X (FreeAllResources+0x60) [0x8065680]
  [ 12371.402] 5: /usr/bin/X (0x8048000+0x1a606) [0x8062606]
  [ 12371.402] 6: /lib/libc.so.6 (__libc_start_main+0xe7) [0x126ce7]
  [ 12371.402] 7: /usr/bin/X (0x8048000+0x1a1b1) [0x80621b1]
  [ 12371.402] Segmentation fault at address (nil)
  [ 12371.402] 
  Caught signal 11 (Segmentation fault). Server aborting

  This is big annoying bug

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic i686
  Architecture: i386
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1024x768
   edid-base64: 
AP///wAwrkBPAQOAHhd46nSwlldUiyglUFQhCAABAQEBAQEBAQEBAQEBAQEBZBkAQEEAJjAYiDYAMOQQAAAYKBUAQEEAJjAYiDYAMOQQAAAYDwBhQzJhQygPAQAyDFET/gBMUDE1MFgwOC1UTEE4AD8=
  DRM.card0.VGA.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x1024 1280x1024 1280x960 1280x800 1280x800 1152x864 1152x864 
1152x720 1024x768 1024x768 832x624 800x600 800x600 640x480 640x480 720x400
   edid-base64: 
AP///wAJ0QF6RVQAAAcSAQMOJh54LswVpVdJmyUSUFSla4BxAHFAgUCBgIEAgQ8BAQEBMCoAmFEAKkAwcBMAeC0RAAAe/wBUMjgxMTYwOFNMMEww/QA3TB9TDgAKICAgICAg/ABCZW5RIFg5MDAKCgoKAD0=
  Date: Wed Mar 23 09:07:15 2011
  GdmLog: X: /tmp/.X11-unix has suspicious mode (not 1777) or is not a 
directory, aborting.
  GdmLog1: X: /tmp/.X11-unix has suspicious mode (not 1777) or is not a 
directory, aborting.
  MachineType: LENOVO 9455W42
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-28-generic 
root=UUID=6981baab-6717-4b2d-9b46-88474fd88a03 ro
  ProcEnviron:
   LANGUAGE=cs_CZ:cs:en_GB:en
   LANG=cs_CZ.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  dmi.bios.date: 01/09/2007
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7CETC1WW (2.11 )
  dmi.board.name: 9455W42
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO

[Desktop-packages] [Bug 1159030] [NEW] Lost sound after rebooting [CX215XX/CX212XX, Realtek ALC269VB, Speaker, Internal] Pulseaudio fails to detect card

2013-03-22 Thread Ignacio Martinez Vazquez
Public bug reported:

Audio used to work fine, one day I turned on my PC and
* Logging into the graphical interface just returned me to the login dialog
* If I start X from the console with startxfce4, I no longer have a volume 
control icon in the notification area and sound doesn't work anymore.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: pulseaudio 1:2.1-0ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
Uname: Linux 3.5.0-26-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Fri Mar 22 22:21:53 2013
MarkForUpload: True
SourcePackage: pulseaudio
Symptom: audio
Symptom_Card: HDA-Intel - HDA Intel PCH
Symptom_Jack: Speaker, Internal
Title: [CX215XX/CX212XX, Realtek ALC269VB, Speaker, Internal] Pulseaudio fails 
to detect card
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/19/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 201
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: A34A
dmi.board.vendor: AIR COMPUTERS SRL
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: AIR COMPUTERS SRL
dmi.chassis.version: V1.1jt
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr201:bd07/19/2011:svnAIRCOMPUTERSSRL:pnCX215XX/CX212XX:pvr1.0:rvnAIRCOMPUTERSSRL:rnA34A:rvr1.0:cvnAIRCOMPUTERSSRL:ct10:cvrV1.1jt:
dmi.product.name: CX215XX/CX212XX
dmi.product.version: 1.0
dmi.sys.vendor: AIR COMPUTERS SRL

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


** Tags: amd64 apport-bug quantal

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

Title:
  Lost sound after rebooting [CX215XX/CX212XX, Realtek ALC269VB,
  Speaker, Internal] Pulseaudio fails to detect card

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  Audio used to work fine, one day I turned on my PC and
  * Logging into the graphical interface just returned me to the login dialog
  * If I start X from the console with startxfce4, I no longer have a volume 
control icon in the notification area and sound doesn't work anymore.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: pulseaudio 1:2.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
  Uname: Linux 3.5.0-26-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Fri Mar 22 22:21:53 2013
  MarkForUpload: True
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Title: [CX215XX/CX212XX, Realtek ALC269VB, Speaker, Internal] Pulseaudio 
fails to detect card
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/19/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 201
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: A34A
  dmi.board.vendor: AIR COMPUTERS SRL
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: AIR COMPUTERS SRL
  dmi.chassis.version: V1.1jt
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr201:bd07/19/2011:svnAIRCOMPUTERSSRL:pnCX215XX/CX212XX:pvr1.0:rvnAIRCOMPUTERSSRL:rnA34A:rvr1.0:cvnAIRCOMPUTERSSRL:ct10:cvrV1.1jt:
  dmi.product.name: CX215XX/CX212XX
  dmi.product.version: 1.0
  dmi.sys.vendor: AIR COMPUTERS SRL

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

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


[Desktop-packages] [Bug 1159030] Re: Lost sound after rebooting [CX215XX/CX212XX, Realtek ALC269VB, Speaker, Internal] Pulseaudio fails to detect card

2013-03-22 Thread Ignacio Martinez Vazquez
Also:

* alsamixer works as root, but as a regular user it exits with cannot
open mixer: No such file or directory

* playing an audio file as root *does* work

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

Title:
  Lost sound after rebooting [CX215XX/CX212XX, Realtek ALC269VB,
  Speaker, Internal] Pulseaudio fails to detect card

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  Audio used to work fine, one day I turned on my PC and
  * Logging into the graphical interface just returned me to the login dialog
  * If I start X from the console with startxfce4, I no longer have a volume 
control icon in the notification area and sound doesn't work anymore.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: pulseaudio 1:2.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
  Uname: Linux 3.5.0-26-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Fri Mar 22 22:21:53 2013
  MarkForUpload: True
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Title: [CX215XX/CX212XX, Realtek ALC269VB, Speaker, Internal] Pulseaudio 
fails to detect card
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/19/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 201
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: A34A
  dmi.board.vendor: AIR COMPUTERS SRL
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: AIR COMPUTERS SRL
  dmi.chassis.version: V1.1jt
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr201:bd07/19/2011:svnAIRCOMPUTERSSRL:pnCX215XX/CX212XX:pvr1.0:rvnAIRCOMPUTERSSRL:rnA34A:rvr1.0:cvnAIRCOMPUTERSSRL:ct10:cvrV1.1jt:
  dmi.product.name: CX215XX/CX212XX
  dmi.product.version: 1.0
  dmi.sys.vendor: AIR COMPUTERS SRL

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

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


[Desktop-packages] [Bug 1159030] Re: Lost sound after rebooting [CX215XX/CX212XX, Realtek ALC269VB, Speaker, Internal] Pulseaudio fails to detect card

2013-03-22 Thread Ignacio Martinez Vazquez
Updates:

* I created a new user. I can log into X with it, and audio works.

Looks like something messed with my home folder (chrome was also having
problems loading the profile).

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

Title:
  Lost sound after rebooting [CX215XX/CX212XX, Realtek ALC269VB,
  Speaker, Internal] Pulseaudio fails to detect card

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  Audio used to work fine, one day I turned on my PC and
  * Logging into the graphical interface just returned me to the login dialog
  * If I start X from the console with startxfce4, I no longer have a volume 
control icon in the notification area and sound doesn't work anymore.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: pulseaudio 1:2.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
  Uname: Linux 3.5.0-26-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Fri Mar 22 22:21:53 2013
  MarkForUpload: True
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Title: [CX215XX/CX212XX, Realtek ALC269VB, Speaker, Internal] Pulseaudio 
fails to detect card
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/19/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 201
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: A34A
  dmi.board.vendor: AIR COMPUTERS SRL
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: AIR COMPUTERS SRL
  dmi.chassis.version: V1.1jt
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr201:bd07/19/2011:svnAIRCOMPUTERSSRL:pnCX215XX/CX212XX:pvr1.0:rvnAIRCOMPUTERSSRL:rnA34A:rvr1.0:cvnAIRCOMPUTERSSRL:ct10:cvrV1.1jt:
  dmi.product.name: CX215XX/CX212XX
  dmi.product.version: 1.0
  dmi.sys.vendor: AIR COMPUTERS SRL

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

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


[Desktop-packages] [Bug 48671] Re: Cannot rename by clicking on a file

2012-12-17 Thread Ignacio Martin Rodriguez
@Dario, I completely agree with you.
This feature should be added to nautilus in the same way OSX implements it, not 
the windows way. It would  even be touch friendly.
This is one example of the reasons why people critizise gnome devs. This is not 
about people asking for features and not contributing, but rejecting people's 
contributions because they think to know best what users need. Even removing 
features has been a gnomish feature for so long.

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

Title:
  Cannot rename by clicking on a file

Status in One Hundred Paper Cuts:
  Confirmed
Status in Nautilus:
  Confirmed
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  In Windows explorer, clicking a file and then clicking once more on
  the file name will enter rename file mode. Nautilus doesn't do this.

  Isn't it a useful feature to have?

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

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


[Desktop-packages] [Bug 989989] Re: edimax

2012-04-27 Thread Juan Ignacio
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-nettool in Ubuntu.
https://bugs.launchpad.net/bugs/989989

Title:
  edimax

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

Bug description:
  drivers para wireless edimax nano Ew-7811UN bajo  Ubuntu

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-nettool 2.32.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.38-14.58-generic 2.6.38.8
  Uname: Linux 2.6.38-14-generic i686
  Architecture: i386
  Date: Fri Apr 27 19:48:23 2012
  ExecutablePath: /usr/bin/gnome-nettool
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   LANGUAGE=es_ES:en
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-nettool
  UpgradeStatus: Upgraded to natty on 2012-04-20 (6 days ago)

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

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


[Desktop-packages] [Bug 989989] [NEW] edimax

2012-04-27 Thread Juan Ignacio
Public bug reported:

drivers para wireless edimax nano Ew-7811UN bajo  Ubuntu

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-nettool 2.32.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.38-14.58-generic 2.6.38.8
Uname: Linux 2.6.38-14-generic i686
Architecture: i386
Date: Fri Apr 27 19:48:23 2012
ExecutablePath: /usr/bin/gnome-nettool
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=es_ES:en
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-nettool
UpgradeStatus: Upgraded to natty on 2012-04-20 (6 days ago)

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


** Tags: apport-bug apport-lpi i386 natty

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

Title:
  edimax

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

Bug description:
  drivers para wireless edimax nano Ew-7811UN bajo  Ubuntu

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-nettool 2.32.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.38-14.58-generic 2.6.38.8
  Uname: Linux 2.6.38-14-generic i686
  Architecture: i386
  Date: Fri Apr 27 19:48:23 2012
  ExecutablePath: /usr/bin/gnome-nettool
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   LANGUAGE=es_ES:en
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-nettool
  UpgradeStatus: Upgraded to natty on 2012-04-20 (6 days ago)

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

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


[Desktop-packages] [Bug 915516] [NEW] package gconf2 2.31.91-0ubuntu3.1 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código de salida de error 1

2012-01-12 Thread Ignacio Rios Rodicio
Public bug reported:

error actualizacion 
despues mensage : equipo actualizado

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: gconf2 2.31.91-0ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.35-31.63-generic 2.6.35.13
Uname: Linux 2.6.35-31-generic i686
Architecture: i386
Date: Thu Jan 12 17:50:17 2012
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
InstallationMedia: Guadalinex V7 GSD Lince - Final i386 (20100611)
SourcePackage: gconf
Title: package gconf2 2.31.91-0ubuntu3.1 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1

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


** Tags: apport-package i386 lucid

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

Title:
  package gconf2 2.31.91-0ubuntu3.1 failed to install/upgrade: el
  subproceso script post-installation instalado devolvió el código de
  salida de error 1

Status in “gconf” package in Ubuntu:
  New

Bug description:
  error actualizacion 
  despues mensage : equipo actualizado

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: gconf2 2.31.91-0ubuntu3.1
  ProcVersionSignature: Ubuntu 2.6.35-31.63-generic 2.6.35.13
  Uname: Linux 2.6.35-31-generic i686
  Architecture: i386
  Date: Thu Jan 12 17:50:17 2012
  ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
  InstallationMedia: Guadalinex V7 GSD Lince - Final i386 (20100611)
  SourcePackage: gconf
  Title: package gconf2 2.31.91-0ubuntu3.1 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1

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

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


[Desktop-packages] [Bug 915516] Re: package gconf2 2.31.91-0ubuntu3.1 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código de salida de error 1

2012-01-12 Thread Ignacio Rios Rodicio
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/915516

Title:
  package gconf2 2.31.91-0ubuntu3.1 failed to install/upgrade: el
  subproceso script post-installation instalado devolvió el código de
  salida de error 1

Status in “gconf” package in Ubuntu:
  New

Bug description:
  error actualizacion 
  despues mensage : equipo actualizado

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: gconf2 2.31.91-0ubuntu3.1
  ProcVersionSignature: Ubuntu 2.6.35-31.63-generic 2.6.35.13
  Uname: Linux 2.6.35-31-generic i686
  Architecture: i386
  Date: Thu Jan 12 17:50:17 2012
  ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
  InstallationMedia: Guadalinex V7 GSD Lince - Final i386 (20100611)
  SourcePackage: gconf
  Title: package gconf2 2.31.91-0ubuntu3.1 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1

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

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