[Desktop-packages] [Bug 487057] Re: Thunderbird starts virusscan instead of the right application when opening attachments

2019-03-31 Thread Paul White
Thunderbird task did not expire due bug watch
No reply to comment #15 or other comments from those affected since 2010
So closing as fixed

** Changed in: thunderbird (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Thunderbird starts virusscan instead of the right application when
  opening attachments

Status in clamtk package in Ubuntu:
  Fix Released
Status in thunderbird package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: thunderbird

  Since upgrade from ubuntu 9.04 to 9.10 thunderbird doesn't start the 
appropriate application when opening an attachment. Thunderbird always asks me 
to open it with virusscan. So I have always to save the attachment to the disk 
and open it via nautilus. 
  This happens not with all attachements, some are recognized well, so acroread 
or openoffice is proposed for opening it.

  ProblemType: Bug
  Architecture: i386
  Date: Mon Nov 23 12:05:20 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: mozilla-thunderbird (not installed)
  ProcEnviron:
   LANGUAGE=de_DE.UTF-8
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-386
  SourcePackage: thunderbird
  Uname: Linux 2.6.31-14-386 i686

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

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


[Desktop-packages] [Bug 487057] Re: Thunderbird starts virusscan instead of the right application when opening attachments

2019-03-31 Thread Martin Wildam
Yes, looks indeed fixed in the meantime.

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

Title:
  Thunderbird starts virusscan instead of the right application when
  opening attachments

Status in clamtk package in Ubuntu:
  Fix Released
Status in thunderbird package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: thunderbird

  Since upgrade from ubuntu 9.04 to 9.10 thunderbird doesn't start the 
appropriate application when opening an attachment. Thunderbird always asks me 
to open it with virusscan. So I have always to save the attachment to the disk 
and open it via nautilus. 
  This happens not with all attachements, some are recognized well, so acroread 
or openoffice is proposed for opening it.

  ProblemType: Bug
  Architecture: i386
  Date: Mon Nov 23 12:05:20 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: mozilla-thunderbird (not installed)
  ProcEnviron:
   LANGUAGE=de_DE.UTF-8
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-386
  SourcePackage: thunderbird
  Uname: Linux 2.6.31-14-386 i686

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

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


[Desktop-packages] [Bug 294830] Re: libpcsclite.so versions >1.4.99 and <1.8.25 causes crash of firefox/chrome

2019-03-31 Thread Jalakas
** Summary changed:

- latest pcscd causes crash of firefox
+ libpcsclite.so versions >1.4.99 and <1.8.25 causes crash of firefox/chrome

** Changed in: pcsc-lite (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  libpcsclite.so versions >1.4.99 and <1.8.25 causes crash of
  firefox/chrome

Status in pcsc-lite package in Ubuntu:
  Fix Committed

Bug description:
  pcscd with version after 1.4.99 causes crash of firefox if smart card
  reader is not inserted, and in result firefox can not start

  in Ubuntu 8.10 package pcscd 1.4.102-1u is not good, i recommend to
  rollback to 1.4.99 or older version of pcscd

  this issue is not only in Ubuntu, it persist in Slackware too

  configuration - reader Omnikey 6121 with smart card Siemens HiPath
  SIcurity card

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

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


[Desktop-packages] [Bug 1819013] Re: Hard dependency on libstdc++ 6.1.0 at runtime on ppc64el on xenial

2019-03-31 Thread bat21sl
I was also affected in 16.04 ppc64el and I fixed downloading IBM adv toolchain 
for Ubuntu from here
 https://developer.ibm.com/linuxonpower/advance-toolchain/.
Only rte is necessary and I also modify PATH to prepend /opt/at12.0/bin 
following the ibm istro.
If you want to avoid this hidden dependency you have to uninstall toolchain and 
rebuild the package.
AT replaces on the fly libstdc++ with a newer one with 3.4.22 in fact:

strings /opt/at12.0/lib64/libstdc++.so.6|grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_3.4.25
GLIBCXX_LDBL_3.4
GLIBCXX_LDBL_3.4.7
GLIBCXX_LDBL_3.4.10
GLIBCXX_LDBL_3.4.21
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH

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

Title:
  Hard dependency on libstdc++ 6.1.0 at runtime on ppc64el on xenial

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  $ firefox 
  XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
  /usr/lib/powerpc64le-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not 
found (required by /usr/lib/firefox/libxul.so)
  Couldn't load XPCOM.
  $ ldd /usr/lib/firefox/libxul.so | head -1
  /usr/lib/firefox/libxul.so: /usr/lib/powerpc64le-linux-gnu/libstdc++.so.6: 
version `GLIBCXX_3.4.22' not found (required by /usr/lib/firefox/libxul.so)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 65.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.15.0-29.31~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-29-generic ppc64le
  AddonCompatCheckDisabled: False
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Mar  7 10:00 seq
   crw-rw 1 root audio 116, 33 Mar  7 10:00 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  BuildID: 20190215002040
  Channel: Unavailable
  Date: Thu Mar  7 10:02:49 2019
  ForcedLayersAccel: False
  InstallationDate: Installed on 2018-01-11 (419 days ago)
  InstallationMedia: Ubuntu-Server 16.04.3 LTS "Xenial Xerus" - Release ppc64el 
(20170801)
  IpRoute:
   default via 10.128.60.1 dev enP2p1s0f0 
   10.128.60.0/25 dev enP2p1s0f0  proto kernel  scope link  src 10.128.60.99
  NoProfiles: True
  PciMultimedia:
   
  ProcLoadAvg: 2.46 2.48 2.23 3/1329 109239
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /dev/sda3   partition379411841110016 
-2
  ProcVersion: Linux version 4.15.0-29-generic (buildd@bos02-ppc64el-002) (gcc 
version 5.4.0 20160609 (Ubuntu/IBM 5.4.0-6ubuntu1~16.04.10)) #31~16.04.1-Ubuntu 
SMP Wed Jul 18 08:50:43 UTC 2018
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  cpu_cores: Number of cores present = 16
  cpu_coreson: Number of cores online = 16
  cpu_smt: SMT=8

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

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


[Desktop-packages] [Bug 1316913] Re: wrong keybord layout at system start

2019-03-31 Thread PERRIN Jean-Bernard
Hi...
I am new to Ubuntu, and launched it from a Xtra-PC USB flashdrive. My keyboard 
is configured as QWERTY and I want to change it to AZERTY, but find nowhere how 
to do it... the keys combinations MAJ, ALT, or ALT Gr do not work. Could you 
please help there?
Thanks in advance.
jbp16000

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

Title:
  wrong keybord layout at system start

Status in unity-greeter package in Ubuntu:
  Confirmed

Bug description:
  my system is set to german by default (De). When starting thunderbird and 
writing a new mail my keyboard is in qwerty mode.
  i must click on the De icon in the task bar to set it to qwertz mode.
  When updates need to be veriyfied with password i get wrong password - 
clicking the de icon in task bar sets it to german.
  thanks!
  ubuntu 14.04

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

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


[Desktop-packages] [Bug 1822464] [NEW] iThe installer ignores deliberately selected /boot/efi partition

2019-03-31 Thread Vladimir Yerilov
Public bug reported:

I've noticed that Ubuntu installer ignores explicitly selected /boot/efi 
partition. I have 2 ssd drives: the first one is nvme (/dev/nvme0n1) the second 
one is sata (/dev/sda), both have their EFI partitions for multiboot purposes. 
During the installation process the installer generates fstab with 
/dev/nvme0n1p1 as /boot/efi despite the fact that the partition chosen for this 
mount point was /dev/sda1. Device for bootloader installation was /dev/sda. 
Moreover, /dev/nvme0n1p1 was even marked as "do not use this partition", but 
anyway it got put in requisition.
Moving bootloader files (grubx64.efi,etc) to initially desired location, 
editing fstab correspondingly, remounting partitions and re-installation of 
grub helps but these actions are not user-friendly and the situation itself is 
not good at all.
This issue affects Ubuntu 18.04 onwards (18.10 and 19.04 too).

$ lsb_release -rd
Description:Ubuntu Disco Dingo (development branch)
Release:19.04

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

** Package changed: ibus-anthy (Ubuntu) => ubiquity (Ubuntu)

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

Title:
  iThe installer ignores deliberately selected /boot/efi partition

Status in ubiquity package in Ubuntu:
  New

Bug description:
  I've noticed that Ubuntu installer ignores explicitly selected /boot/efi 
partition. I have 2 ssd drives: the first one is nvme (/dev/nvme0n1) the second 
one is sata (/dev/sda), both have their EFI partitions for multiboot purposes. 
During the installation process the installer generates fstab with 
/dev/nvme0n1p1 as /boot/efi despite the fact that the partition chosen for this 
mount point was /dev/sda1. Device for bootloader installation was /dev/sda. 
Moreover, /dev/nvme0n1p1 was even marked as "do not use this partition", but 
anyway it got put in requisition.
  Moving bootloader files (grubx64.efi,etc) to initially desired location, 
editing fstab correspondingly, remounting partitions and re-installation of 
grub helps but these actions are not user-friendly and the situation itself is 
not good at all.
  This issue affects Ubuntu 18.04 onwards (18.10 and 19.04 too).

  $ lsb_release -rd
  Description:  Ubuntu Disco Dingo (development branch)
  Release:  19.04

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

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


[Desktop-packages] [Bug 1754864] Re: Flatpak related refs are not installed when using GNOME Software on Ubuntu 18.04

2019-03-31 Thread AsciiWolf
This bug was mentioned in the Ubuntu 18.04.2 release notes as "fixed",
however this issue was not fixed in Ubuntu 18.04 and probably won't be.

As far as I know, Joaquim Rocha now works again on GNOME Software at
Endless, so we could ask him to provide a better patches, but I don't
think the patches will be good enough to include them in Ubuntu
(because, unfortunately, even the upstream Flatpak plugin quality was
bad in the pre-3.30 GNOME Software).

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

Title:
  Flatpak related refs are not installed when using GNOME Software on
  Ubuntu 18.04

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Bionic:
  Won't Fix

Bug description:
  When installing a Flatpak application that depends on some runtimes
  and they depend on some additional runtime extensions (related refs)
  using GNOME Software on Ubuntu 18.04, the runtime extensions are not
  installed. They are installed if you run "flatpak update" from
  Terminal after the installation. This issue should be already fixed in
  GNOME Software upstream so I believe that this is a downstream Ubuntu
  issue. Please, fix this.

  Steps to Reproduce:
  1. Use the latest, fully updated Ubuntu 18.04 image.
  2. Install "flatpak" and "gnome-software-plugin-flatpak" packages.
  3. Restart the system.
  4. Download and add the Flathub repo file: 
https://dl.flathub.org/repo/flathub.flatpakrepo
  5. Search and install the "GNOME Web" Flatpak package using GNOME Software.
  6. Run the installed "Web" application.

  Actual results:
  GNOME Web is started with the default (Adwaita) theme (and without the 
correct locale if you use non-English system).

  Expected results:
  GNOME Web is started with the correct (Ubuntu) theme (and with the correct 
locale if you use non-English system).

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

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


[Desktop-packages] [Bug 1822466] [NEW] [FM2A75M-DGS., Realtek ALC662 rev1, Green Line Out, Rear] No sound at all

2019-03-31 Thread nicola
Public bug reported:

Alsamixer with my http://it.thermaltake.com/products-model.aspx?id=C_2559 
front panel audio extension, usb powered 
https://www.trust.com/it/product/20943-polo-compact-2-0-speaker-set connected 
to rear green port
https://imgur.com/nM1gzEC

pavucontrol option all analog device seems unplugged even if they are plugged in
https://streamable.com/ix2ob

Need a fix

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  hp 1776 F pulseaudio
 /dev/snd/controlC0:  hp 1776 F pulseaudio
  hp16340 F alsamixer
CurrentDesktop: XFCE
Date: Sun Mar 31 13:29:12 2019
InstallationDate: Installed on 2016-09-07 (934 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
Symptom_Card: Audio interno - HD-Audio Generic
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  hp 1776 F pulseaudio
 /dev/snd/controlC0:  hp 1776 F pulseaudio
  hp16340 F alsamixer
Symptom_Jack: Green Line Out, Rear
Symptom_Type: No sound at all
Title: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No 
sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.70
dmi.board.name: FM2A75M-DGS
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.70:bd12/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2019-03-30T08:08:19.492099

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


** Tags: amd64 apport-bug bionic

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

Title:
  [FM2A75M-DGS., Realtek ALC662 rev1, Green Line Out, Rear] No sound at
  all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Alsamixer with my http://it.thermaltake.com/products-model.aspx?id=C_2559 
front panel audio extension, usb powered 
https://www.trust.com/it/product/20943-polo-compact-2-0-speaker-set connected 
to rear green port
  https://imgur.com/nM1gzEC

  pavucontrol option all analog device seems unplugged even if they are plugged 
in
  https://streamable.com/ix2ob

  Need a fix

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1776 F pulseaudio
   /dev/snd/controlC0:  hp 1776 F pulseaudio
hp16340 F alsamixer
  CurrentDesktop: XFCE
  Date: Sun Mar 31 13:29:12 2019
  InstallationDate: Installed on 2016-09-07 (934 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: Audio interno - HD-Audio Generic
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1776 F pulseaudio
   /dev/snd/controlC0:  hp 1776 F pulseaudio
hp16340 F alsamixer
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios

[Desktop-packages] [Bug 1819919] Re: Too much information in File Systems

2019-03-31 Thread Bug Watch Updater
** Changed in: gnome-system-monitor
   Status: Unknown => Fix Released

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

Title:
  Too much information in File Systems

Status in Gnome System Monitor:
  Fix Released
Status in gnome-system-monitor package in Ubuntu:
  New

Bug description:
  Previous versions of File Systems only showed my two harddrives, and
  was pretty useful.

  In Ubuntu 18.04 gnome-system-monitor > File Systems now shows 35 lines
  of uninteresting lines, like /var/lib/snapd ...

  I tried switching from Snap- to classic apt-based version, with these
  commands:

  sudo snap remove gnome-system-monitor
  sudo apt-get install gnome-system-monitor

  I got the good old System Files back, showing just the two hard drives
  of interest to me, but "snap remove gnome-system-monitor" removed a
  lot of extra packages, so my shortcuts stopped working, and possibly
  other stuff as well. I had to revert to snap-based gnome-system-
  monitor to get them working again.

  How can I get the previous and useful File Systems back, only showing
  my two hard drives?

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1819919/+subscriptions

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


[Desktop-packages] [Bug 1821160] Re: Desktop freezes refuses input

2019-03-31 Thread Recep GUCLUER
System did not freeze since  2019-03-22.

via Gnome tweaks
Extensions : ON
Ubuntu dock : OFF
Ubuntu appindicators: ON 

Run system with these settings for 3-4 days without any problem.

Bluetooth is still disabled.

I enable bluetooth now. ( I don't  have a bluetooth device on my system.
)

Will report in a few days later.

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

Title:
  Desktop freezes refuses input

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  At random intervals desktop freezes. mouse does not function. Sometimes 
Alt+Tab works.
  I use virtualbox. Sometimes it captures the mouse and dont release it, and it 
take a few seconds to recognise that.
  I release the mouse with rigt Ctrl, that shows to pointer and I can move it.
  But click does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 21 12:34:51 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Several times a week
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV710 [Radeon HD 4350/4550] 
[1002:954f] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. RV710 [Radeon HD 4350/4550] [1043:0274]
  InstallationDate: Installed on 2019-03-16 (4 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-16-generic 
root=UUID=3b8dc91d-1d7d-412f-ba84-ebeb03723557 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/08/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1101
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5G41T-M LX
  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.:bvr1101:bd06/08/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5G41T-MLX:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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

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


[Desktop-packages] [Bug 1822478] [NEW] Text scaling issue after reboot

2019-03-31 Thread Solitaire
Public bug reported:

Recently upgraded to Disco beta.

Running a 1080p screen at 100% scaling.

uname -a  :
Linux giga 5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

Graphics card : GeForce GT 710/PCIe/SSE2
Drivers version:  Nvidia-Driver-418


Not 100% sure this is a Gnome-Shell issue (Not sure if this is the correct 
package to log it against) or an "Idiot User" issue. As I've upgraded this 
system for the past 3 releases (18.02, 18.10 & 19.04 beta) without a clean 
install between upgrades.

When I reboot, all on screen text is tiny. Icons are normal size but text is 
nearly unreadable. This also effects any text input boxes (i.e. user password)
Text in "Show Applications" screen is also effected.

*Workaroud*

Only work around for the desktop is to go in to "Settings" then
"Devices" then Adjust the scaling to 200%, hit Apply, then press "Revert
Changes", this resets the scaling to normal.

This does not fix the scaling in the "Show Applications" screen.

Attached images in Scaling_Issues.zip :
Image of text scaling after reboot : Scaling_Small.png
Image after the "workaround" to show how it should look like: Scaling_Normal.png
Image of "Show Applications" screen which is still effected : 
Applications_Small.png

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: gnome-shell 3.32.0-1ubuntu1
ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
Uname: Linux 5.0.0-8-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.10-0ubuntu23
Architecture: amd64
Date: Sun Mar 31 16:00:21 2019
DisplayManager: gdm3
GsettingsChanges:
 b'org.gnome.shell' b'app-picker-view' b'uint32 1'
 b'org.gnome.shell' b'favorite-apps' redacted by apport
 b'org.gnome.shell' b'enabled-extensions' b"['ubuntu-d...@ubuntu.com', 
'ubuntu-appindicat...@ubuntu.com', 'openweather-extens...@jenslody.de', 
'desktop-icons@csoriano']"
 b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
InstallationDate: Installed on 2018-07-09 (264 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to disco on 2019-03-29 (1 days ago)

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


** Tags: amd64 apport-bug disco

** Attachment added: "zip of Images showing Scaling issue"
   
https://bugs.launchpad.net/bugs/1822478/+attachment/5251181/+files/Scaling_Issues.zip

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

Title:
  Text scaling issue after reboot

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Recently upgraded to Disco beta.

  Running a 1080p screen at 100% scaling.

  uname -a  :
  Linux giga 5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

  Graphics card : GeForce GT 710/PCIe/SSE2
  Drivers version:  Nvidia-Driver-418

  
  Not 100% sure this is a Gnome-Shell issue (Not sure if this is the correct 
package to log it against) or an "Idiot User" issue. As I've upgraded this 
system for the past 3 releases (18.02, 18.10 & 19.04 beta) without a clean 
install between upgrades.

  When I reboot, all on screen text is tiny. Icons are normal size but text is 
nearly unreadable. This also effects any text input boxes (i.e. user password)
  Text in "Show Applications" screen is also effected.

  *Workaroud*

  Only work around for the desktop is to go in to "Settings" then
  "Devices" then Adjust the scaling to 200%, hit Apply, then press
  "Revert Changes", this resets the scaling to normal.

  This does not fix the scaling in the "Show Applications" screen.

  Attached images in Scaling_Issues.zip :
  Image of text scaling after reboot : Scaling_Small.png
  Image after the "workaround" to show how it should look like: 
Scaling_Normal.png
  Image of "Show Applications" screen which is still effected : 
Applications_Small.png

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  Date: Sun Mar 31 16:00:21 2019
  DisplayManager: gdm3
  GsettingsChanges:
   b'org.gnome.shell' b'app-picker-view' b'uint32 1'
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.shell' b'enabled-extensions' b"['ubuntu-d...@ubuntu.com', 
'ubuntu-appindicat...@ubuntu.com', 'openweather-extens...@jenslody.de', 
'desktop-icons@csoriano']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-07-09 (264 days ago)
  I

[Desktop-packages] [Bug 1822480] [NEW] Scrollbar Missing in Font Selection for Insert Character Form

2019-03-31 Thread Bryce
Public bug reported:

On an Ubuntu 18.10 system, using LibreOffice 6.2.2-2 Snap package, a
scroll-bar is not displayed in the font listing within the ‘Special
Characters’ dialogue; the field of displayed fonts cannot be moved
through with the arrow keys or the scroll-wheel on the mouse, but the
selected font can be changed with the arrow keys.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: libreoffice-writer (not installed)
ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 31 09:13:57 2019
InstallationDate: Installed on 2018-12-30 (91 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

** Attachment added: "LibreOffice 6.2.2.2 Insert Character Dialogue Font 
Selection .webm"
   
https://bugs.launchpad.net/bugs/1822480/+attachment/5251203/+files/LibreOffice%206.2.2.2%20Insert%20Character%20Dialogue%20Font%20Selection%20.webm

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

Title:
  Scrollbar Missing in Font Selection for Insert Character Form

Status in libreoffice package in Ubuntu:
  New

Bug description:
  On an Ubuntu 18.10 system, using LibreOffice 6.2.2-2 Snap package, a
  scroll-bar is not displayed in the font listing within the ‘Special
  Characters’ dialogue; the field of displayed fonts cannot be moved
  through with the arrow keys or the scroll-wheel on the mouse, but the
  selected font can be changed with the arrow keys.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: libreoffice-writer (not installed)
  ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 31 09:13:57 2019
  InstallationDate: Installed on 2018-12-30 (91 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1822485] Re: seahorse assert failure: seahorse: glib-watch.c:195: timeout_update: Проверочное утверждение «!t->dead» не выполнено.

2019-03-31 Thread Apport retracing service
*** This bug is a duplicate of bug 1820584 ***
https://bugs.launchpad.net/bugs/1820584

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of private bug 1820584

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  seahorse assert failure: seahorse: glib-watch.c:195: timeout_update:
  Проверочное утверждение «!t->dead» не выполнено.

Status in seahorse package in Ubuntu:
  New

Bug description:
  audio settings crash when trying to change output

  ProblemType: Crash
  DistroRelease: Ubuntu 19.04
  Package: seahorse 3.32-1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AssertionMessage: seahorse: glib-watch.c:195: timeout_update: Проверочное 
утверждение «!t->dead» не выполнено.
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 31 16:42:35 2019
  ExecutablePath: /usr/bin/seahorse
  InstallationDate: Installed on 2019-03-31 (0 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2)
  ProcCmdline: /usr/bin/seahorse --gapplication-service
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
   PATH=(custom, no user)
   LANG=ru_RU.UTF-8
  Signal: 6
  SourcePackage: seahorse
  StacktraceTop:
   __assert_fail_base (fmt=0x7f665213394e , assertion=0x7f6657eb002d "!t->dead", 
file=0x7f6657eb "glib-watch.c", line=195, function=) at 
assert.c:92
   __GI___assert_fail (assertion=0x7f6657eb002d "!t->dead", file=0x7f6657eb 
"glib-watch.c", line=195, function=0x7f6657eb01d8 "timeout_update") at 
assert.c:101
   ?? () from /lib/x86_64-linux-gnu/libavahi-glib.so.1
   ?? () from /lib/x86_64-linux-gnu/libavahi-client.so.3
   ?? () from /lib/x86_64-linux-gnu/libavahi-glib.so.1
  Title: seahorse assert failure: seahorse: glib-watch.c:195: timeout_update: 
Проверочное утверждение «!t->dead» не выполнено.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  separator:

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

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


[Desktop-packages] [Bug 1803885] Re: Lenovo R60 screen corrupt immediately after install

2019-03-31 Thread CoderGuy
Anybody got a solution for this?

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

Title:
  Lenovo R60 screen corrupt immediately after install

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

Bug description:
  Version : Ubuntu 18.04.1 LTS

  Immediately after the install completes. The computer restarts to a
  corrupt login screen.

  Hardware : Lenovo R60
  Video : 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. 
[AMD/ATI] RV515/M54 [Mobility Radeon X1400]

  Xorg.log

  AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
  AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
  ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
  MULLINS, KAVERI, HAWAII
  [13.133] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
  [13.133] (II) FBDEV: driver for framebuffer: fbdev
  [13.133] (II) VESA: driver for VESA chipsets: vesa
  [13.135] (II) [KMS] drm report modesetting isn't supported.
  [13.135] (EE) open /dev/dri/card0: No such file or directory
  [13.135] (WW) Falling back to old probe method for modesetting
  [13.135] (EE) open /dev/dri/card0: No such file or directory
  [13.135] (II) Loading sub module "fbdevhw"
  [13.135] (II) LoadModule: "fbdevhw"
  [13.136] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
  [13.137] (II) Module fbdevhw: vendor="X.Org Foundation"
  [13.137]compiled for 1.19.6, module version = 0.0.2
  [13.137]ABI class: X.Org Video Driver, version 23.0
  [13.137] (**) FBDEV(2): claimed PCI slot 1@0:0:0
  [13.137] (II) FBDEV(2): using default device
  [13.137] (WW) Falling back to old probe method for vesa
  [13.137] (EE) Screen 0 deleted because of no matching config section.
  [13.137] (II) UnloadModule: "radeon"
  [13.137] (EE) Screen 0 deleted because of no matching config section.
  [13.137] (II) UnloadModule: "modesetting"
  [13.138] (II) FBDEV(0): Creating default Display subsection in Screen 
section
  "Default Screen Section" for depth/fbbpp 24/32
  [13.138] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32

  After some digging, on another computer, adding nomodeset to the
  kernal startup parameters helps. Edited /etc/default/grub

  GRUB_CMDLINE_LINUX="nomodeset"

  $update-grub
  provides a usable but degraded session. 

  The screen resolution is 1400x1050.

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

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


[Desktop-packages] [Bug 1736222] Re: speech-dispatcher distorts all sound

2019-03-31 Thread Václav Haisman
Yup. I have just diagnosed this as well on Cosmic. Suddenly, it started
while I was watching film on Netflix in browser. I looked around and
noticed three new speech-dispatcher processes connected to pulseaudio. I
kept the film running and issued `killall speech-dispatcher` and the
distortion stopped immediately.

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

Title:
  speech-dispatcher distorts all sound

Status in speech-dispatcher package in Ubuntu:
  Confirmed

Bug description:
  So, a brand new computer running Ubuntu 16.04.3 LTS.
  In hardinfo summary, my audio adapters are
  • HDA-Intel - HDA Intel HDMI
  • HDA-Intel - HDA Intel PCH
  • HDA-Intel - HDA NVidia
  In detail: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
Controller (rev 06)
  Memory 16kb (non-prefetchable), snd_hda_intel

  As soon as I load a website in Firefox that utilizes speech-dispatcher
  (fimfiction.net) all sounds get distorted, whether I click a paragraph
  for TTS reading or not. The problem seems to go away if I don't use
  the site after a while. When I close down Firefox the problem still
  lingers a bit, but maybe not as long. One thing I did which seemed
  faster was close down everything, then load what I wanted to listen to
  (Skype, Discord), and if it still persisted I would go into "Sound
  Settings" and after a few blinks in that window the sound is normal
  again.

  While the site is open, according to "Sound Settings" (from the
  speaker icon menu) and Pulse Audio Volume Controller (pavu) there are
  4 copies of this package. Muting them did not help the problem, but
  moving one of them, and a very specific one, from the "Built-in Audio
  Analog Stereo" to something else like HDA NVidia (HDMI 3) seems to be
  a workaround.

  Just so you know, I do not use the HDMI cable for sound, but instead
  use the "headphones" jack. If you need any more details, I'll try to
  provide them.

  /Edward

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

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


[Desktop-packages] [Bug 1803885] Re: Lenovo R60 screen corrupt immediately after install

2019-03-31 Thread CoderGuy
For future reference (probably my own), if anyone else has this issue.

Although the problem doesn't entirely go away. There is still some
strange artifacting and ocassionally black foreground in windows. Most
likely memory corruption, as a reboot cures it.

In /etc/gdm3/custom.conf change the line
[daemon]
WaylandEnable=true
to 
WaylandEnable=false

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

Title:
  Lenovo R60 screen corrupt immediately after install

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

Bug description:
  Version : Ubuntu 18.04.1 LTS

  Immediately after the install completes. The computer restarts to a
  corrupt login screen.

  Hardware : Lenovo R60
  Video : 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. 
[AMD/ATI] RV515/M54 [Mobility Radeon X1400]

  Xorg.log

  AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
  AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
  ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
  MULLINS, KAVERI, HAWAII
  [13.133] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
  [13.133] (II) FBDEV: driver for framebuffer: fbdev
  [13.133] (II) VESA: driver for VESA chipsets: vesa
  [13.135] (II) [KMS] drm report modesetting isn't supported.
  [13.135] (EE) open /dev/dri/card0: No such file or directory
  [13.135] (WW) Falling back to old probe method for modesetting
  [13.135] (EE) open /dev/dri/card0: No such file or directory
  [13.135] (II) Loading sub module "fbdevhw"
  [13.135] (II) LoadModule: "fbdevhw"
  [13.136] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
  [13.137] (II) Module fbdevhw: vendor="X.Org Foundation"
  [13.137]compiled for 1.19.6, module version = 0.0.2
  [13.137]ABI class: X.Org Video Driver, version 23.0
  [13.137] (**) FBDEV(2): claimed PCI slot 1@0:0:0
  [13.137] (II) FBDEV(2): using default device
  [13.137] (WW) Falling back to old probe method for vesa
  [13.137] (EE) Screen 0 deleted because of no matching config section.
  [13.137] (II) UnloadModule: "radeon"
  [13.137] (EE) Screen 0 deleted because of no matching config section.
  [13.137] (II) UnloadModule: "modesetting"
  [13.138] (II) FBDEV(0): Creating default Display subsection in Screen 
section
  "Default Screen Section" for depth/fbbpp 24/32
  [13.138] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32

  After some digging, on another computer, adding nomodeset to the
  kernal startup parameters helps. Edited /etc/default/grub

  GRUB_CMDLINE_LINUX="nomodeset"

  $update-grub
  provides a usable but degraded session. 

  The screen resolution is 1400x1050.

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

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


[Desktop-packages] [Bug 1822500] [NEW] Screen corruption shown while in login screen

2019-03-31 Thread Adrian
Public bug reported:

In place of the login background I chose, I either see a white scree, or
what appears to be random pixels, with the normal clock on top.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
Uname: Linux 5.0.0-7-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  418.56  Fri Mar 15 12:59:26 
CDT 2019
 GCC version:  gcc version 8.3.0 (Ubuntu 8.3.0-3ubuntu1)
ApportVersion: 2.20.10-0ubuntu23
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 31 22:32:53 2019
DistUpgraded: 2019-03-29 19:19:33,105 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: disco
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 418.56, 4.18.0-16-generic, x86_64: installed
 nvidia, 418.56, 5.0.0-7-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo HD Graphics 530 [17aa:380a]
   Subsystem: Lenovo GM107M [GeForce GTX 950M] [17aa:380b]
InstallationDate: Installed on 2018-12-31 (90 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 003: ID 5986:0670 Acer, Inc 
 Bus 001 Device 002: ID 17ef:60b2 Lenovo 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 80RU
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-7-generic 
root=UUID=a2f33991-8e13-4dbe-bfae-4a0a1edd71b9 ro quiet splash vt.handoff=1
Renderer: Software
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to disco on 2019-03-29 (2 days ago)
XorgConf:
 Section "Extensions"
 Option "XVideo" "Disable"
 EndSection
dmi.bios.date: 02/15/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: E5CN58WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo ideapad 700-15ISK
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 700-15ISK
dmi.modalias: 
dmi:bvnLENOVO:bvrE5CN58WW:bd02/15/2017:svnLENOVO:pn80RU:pvrLenovoideapad700-15ISK:rvnLENOVO:rnLenovoideapad700-15ISK:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad700-15ISK:
dmi.product.family: IDEAPAD
dmi.product.name: 80RU
dmi.product.sku: LENOVO_MT_80RU_BU_idea_FM_Lenovo ideapad 700-15ISK
dmi.product.version: Lenovo ideapad 700-15ISK
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.97-1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.1-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.1-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug corruption disco possible-manual-nvidia-install ubuntu

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

Title:
  Screen corruption shown while in login screen

Status in xorg package in Ubuntu:
  New

Bug description:
  In place of the login background I chose, I either see a white scree,
  or what appears to be random pixels, with the normal clock on top.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
  Uname: Linux 5.0.0-7-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  418.56  Fri Mar 15 12:59:26 
CDT 2019
   GCC version:  gcc version 8.3.0 (Ubuntu 8.3.0-3ubuntu1)
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 31 22:32:53 2019
  DistUpgr

[Desktop-packages] [Bug 1820899] Re: Neonode AirBar 13.3 inresponsive

2019-03-31 Thread Rafael Reinoldes
I am also able to verify that it' s working with newer kernel versions.

How should I close the issue?

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

Title:
  Neonode AirBar 13.3 inresponsive

Status in libinput:
  New
Status in libinput package in Ubuntu:
  New
Status in xserver-xorg-input-evdev package in Ubuntu:
  New

Bug description:
  I am having problems with this device in recent versions of kernel
  (4.x),

  It is showing up on `dmesg`, but doesn't work under any Linux desktop
  (so far). It has worked before, and works flawlessly on the MS OS (no
  Hardware issues).

  Could someone help me to identify the correct list/bug-tracker to issue this 
report ?
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroRelease: KDE neon 18.04
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics 
Controller [103c:1946]
  InstallationDate: Installed on 2018-10-14 (156 days ago)
  InstallationMedia: neon user "Bionic" - Build amd64 LIVE Binary 20181011-05:55
  Lsusb:
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 002: ID 8087:07dc Intel Corp. 
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: libinput (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-46-generic 
root=UUID=c42cdf35-bf18-4bdb-93ff-e43f92d36a4e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18
  Tags:  bionic ubuntu
  Uname: Linux 4.15.0-46-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L73 Ver. 01.11
  dmi.board.name: 1946
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 89.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL73Ver.01.11:bd04/29/2014:svnHewlett-Packard:pn:pvrA3009CD1:rvnHewlett-Packard:rn1946:rvrKBCVersion89.14:cvnHewlett-Packard:ct10:cvr:
  dmi.product.family: 103C_5336AN
  dmi.product.version: A3009CD1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroRelease: KDE neon 18.04
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics 
Controller [103c:1946]
  InstallationDate: Installed on 2018-10-14 (156 days ago)
  InstallationMedia: neon user "Bionic" - Build amd64 LIVE Binary 20181011-05:55
  Package: libinput (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-46-generic 
root=UUID=c42cdf35-bf18-4bdb-93ff-e43f92d36a4e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18
  Tags:  bionic ubuntu
  Uname: Linux 4.15.0-46-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L73 Ver. 01.11
  dmi.board.name: 1946
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 89.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL73Ver.01.11:bd04/29/2014:svnHewlett-Packard:pn:pvrA3009CD1:rvnHewlett-Packard:rn1946:rvrKBCVersion89.14:cvnHewlett-Packard:ct10:cvr:
  dmi.product.family: 103C_5336AN
  dmi.product.version: A3009CD1
  dmi.sys.vendor:

[Desktop-packages] [Bug 1822505] Re: gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Filemetadata()

2019-03-31 Thread Apport retracing service
*** This bug is a duplicate of bug 1760725 ***
https://bugs.launchpad.net/bugs/1760725

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of private bug 1760725

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Filemetadata()

Status in gvfs package in Ubuntu:
  New

Bug description:
  it just popped up

  ProblemType: Crash
  DistroRelease: Ubuntu 19.04
  Package: gvfs-backends 1.40.0-1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 31 15:12:54 2019
  ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
  InstallationDate: Installed on 2019-03-31 (0 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2)
  ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.7 /org/gtk/gvfs/exec_spaw/11
  ProcEnviron:
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SegvAnalysis:
   Segfault happened at: 0x7fdb6cb25246 <__strlen_sse2+38>: movdqu 
(%rax),%xmm4
   PC (0x7fdb6cb25246) ok
   source "(%rax)" (0x5c9d1a7e) not located in a known VMA region (needed 
readable region)!
   destination "%xmm4" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libmtp.so.9
   ?? () from /lib/x86_64-linux-gnu/libmtp.so.9
   LIBMTP_Get_Filemetadata () from /lib/x86_64-linux-gnu/libmtp.so.9
   LIBMTP_Get_Files_And_Folders () from /lib/x86_64-linux-gnu/libmtp.so.9
   ?? ()
  Title: gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Filemetadata()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  separator:

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

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


[Desktop-packages] [Bug 1822478] Re: Text scaling issue after reboot

2019-03-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Text scaling issue after reboot

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Recently upgraded to Disco beta.

  Running a 1080p screen at 100% scaling.

  uname -a  :
  Linux giga 5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

  Graphics card : GeForce GT 710/PCIe/SSE2
  Drivers version:  Nvidia-Driver-418

  
  Not 100% sure this is a Gnome-Shell issue (Not sure if this is the correct 
package to log it against) or an "Idiot User" issue. As I've upgraded this 
system for the past 3 releases (18.02, 18.10 & 19.04 beta) without a clean 
install between upgrades.

  When I reboot, all on screen text is tiny. Icons are normal size but text is 
nearly unreadable. This also effects any text input boxes (i.e. user password)
  Text in "Show Applications" screen is also effected.

  *Workaroud*

  Only work around for the desktop is to go in to "Settings" then
  "Devices" then Adjust the scaling to 200%, hit Apply, then press
  "Revert Changes", this resets the scaling to normal.

  This does not fix the scaling in the "Show Applications" screen.

  Attached images in Scaling_Issues.zip :
  Image of text scaling after reboot : Scaling_Small.png
  Image after the "workaround" to show how it should look like: 
Scaling_Normal.png
  Image of "Show Applications" screen which is still effected : 
Applications_Small.png

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  Date: Sun Mar 31 16:00:21 2019
  DisplayManager: gdm3
  GsettingsChanges:
   b'org.gnome.shell' b'app-picker-view' b'uint32 1'
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.shell' b'enabled-extensions' b"['ubuntu-d...@ubuntu.com', 
'ubuntu-appindicat...@ubuntu.com', 'openweather-extens...@jenslody.de', 
'desktop-icons@csoriano']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-07-09 (264 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to disco on 2019-03-29 (1 days ago)

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

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


[Desktop-packages] [Bug 1822478] Re: Text scaling issue after reboot

2019-03-31 Thread Juan Montero
I have the same issue with a GTX 970 with nvidia-driver-418.

Font was scaled properly with nouveau.

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

Title:
  Text scaling issue after reboot

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Recently upgraded to Disco beta.

  Running a 1080p screen at 100% scaling.

  uname -a  :
  Linux giga 5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

  Graphics card : GeForce GT 710/PCIe/SSE2
  Drivers version:  Nvidia-Driver-418

  
  Not 100% sure this is a Gnome-Shell issue (Not sure if this is the correct 
package to log it against) or an "Idiot User" issue. As I've upgraded this 
system for the past 3 releases (18.02, 18.10 & 19.04 beta) without a clean 
install between upgrades.

  When I reboot, all on screen text is tiny. Icons are normal size but text is 
nearly unreadable. This also effects any text input boxes (i.e. user password)
  Text in "Show Applications" screen is also effected.

  *Workaroud*

  Only work around for the desktop is to go in to "Settings" then
  "Devices" then Adjust the scaling to 200%, hit Apply, then press
  "Revert Changes", this resets the scaling to normal.

  This does not fix the scaling in the "Show Applications" screen.

  Attached images in Scaling_Issues.zip :
  Image of text scaling after reboot : Scaling_Small.png
  Image after the "workaround" to show how it should look like: 
Scaling_Normal.png
  Image of "Show Applications" screen which is still effected : 
Applications_Small.png

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  Date: Sun Mar 31 16:00:21 2019
  DisplayManager: gdm3
  GsettingsChanges:
   b'org.gnome.shell' b'app-picker-view' b'uint32 1'
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.shell' b'enabled-extensions' b"['ubuntu-d...@ubuntu.com', 
'ubuntu-appindicat...@ubuntu.com', 'openweather-extens...@jenslody.de', 
'desktop-icons@csoriano']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-07-09 (264 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to disco on 2019-03-29 (1 days ago)

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

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


[Desktop-packages] [Bug 1820899] Re: Neonode AirBar 13.3 inresponsive

2019-03-31 Thread Bug Watch Updater
** Changed in: libinput
   Status: New => Fix Released

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

Title:
  Neonode AirBar 13.3 inresponsive

Status in libinput:
  Fix Released
Status in libinput package in Ubuntu:
  New
Status in xserver-xorg-input-evdev package in Ubuntu:
  New

Bug description:
  I am having problems with this device in recent versions of kernel
  (4.x),

  It is showing up on `dmesg`, but doesn't work under any Linux desktop
  (so far). It has worked before, and works flawlessly on the MS OS (no
  Hardware issues).

  Could someone help me to identify the correct list/bug-tracker to issue this 
report ?
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroRelease: KDE neon 18.04
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics 
Controller [103c:1946]
  InstallationDate: Installed on 2018-10-14 (156 days ago)
  InstallationMedia: neon user "Bionic" - Build amd64 LIVE Binary 20181011-05:55
  Lsusb:
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 002: ID 8087:07dc Intel Corp. 
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: libinput (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-46-generic 
root=UUID=c42cdf35-bf18-4bdb-93ff-e43f92d36a4e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18
  Tags:  bionic ubuntu
  Uname: Linux 4.15.0-46-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L73 Ver. 01.11
  dmi.board.name: 1946
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 89.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL73Ver.01.11:bd04/29/2014:svnHewlett-Packard:pn:pvrA3009CD1:rvnHewlett-Packard:rn1946:rvrKBCVersion89.14:cvnHewlett-Packard:ct10:cvr:
  dmi.product.family: 103C_5336AN
  dmi.product.version: A3009CD1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroRelease: KDE neon 18.04
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics 
Controller [103c:1946]
  InstallationDate: Installed on 2018-10-14 (156 days ago)
  InstallationMedia: neon user "Bionic" - Build amd64 LIVE Binary 20181011-05:55
  Package: libinput (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-46-generic 
root=UUID=c42cdf35-bf18-4bdb-93ff-e43f92d36a4e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18
  Tags:  bionic ubuntu
  Uname: Linux 4.15.0-46-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L73 Ver. 01.11
  dmi.board.name: 1946
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 89.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL73Ver.01.11:bd04/29/2014:svnHewlett-Packard:pn:pvrA3009CD1:rvnHewlett-Packard:rn1946:rvrKBCVersion89.14:cvnHewlett-Packard:ct10:cvr:
  dmi.product.family: 103C_5336AN
  dmi.product.version: A3009CD1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: 

[Desktop-packages] [Bug 1822513] [NEW] Part of the screen is black in landscape orientation

2019-03-31 Thread Alexandre Jasmin
Public bug reported:

I'm testing 19.04 on an Acer-One S1003. An interesting quirk of that
tablet is that the default screen orientation is portrait (as can be
seen in BIOS setup, grub etc.)

Ubuntu 19.04 support screen rotation out of the box. But after a recent
update, the landscape mode is broken.

In landscape, only the left hand portion the screen displays an image.
The right hand part is black.

The part that's shown is about as wide as the screen would be in
portrait orientation.

Another quirk is that landscape screenshots (taken with printscreen)
have a portrait size, with some garbage at the bottom.

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

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1822513/+attachment/5251361/+files/Screenshot%20from%202019-03-31%2020-21-09.png

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

Title:
  Part of the screen is black in landscape orientation

Status in xorg-server package in Ubuntu:
  New

Bug description:
  I'm testing 19.04 on an Acer-One S1003. An interesting quirk of that
  tablet is that the default screen orientation is portrait (as can be
  seen in BIOS setup, grub etc.)

  Ubuntu 19.04 support screen rotation out of the box. But after a
  recent update, the landscape mode is broken.

  In landscape, only the left hand portion the screen displays an image.
  The right hand part is black.

  The part that's shown is about as wide as the screen would be in
  portrait orientation.

  Another quirk is that landscape screenshots (taken with printscreen)
  have a portrait size, with some garbage at the bottom.

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

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


[Desktop-packages] [Bug 1822513] Re: Part of the screen is black in landscape orientation

2019-03-31 Thread Alexandre Jasmin
** Attachment added: "Screen Photo"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1822513/+attachment/5251362/+files/2019-03-31%2020.29.45.jpg

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

Title:
  Part of the screen is black in landscape orientation

Status in xorg-server package in Ubuntu:
  New

Bug description:
  I'm testing 19.04 on an Acer-One S1003. An interesting quirk of that
  tablet is that the default screen orientation is portrait (as can be
  seen in BIOS setup, grub etc.)

  Ubuntu 19.04 support screen rotation out of the box. But after a
  recent update, the landscape mode is broken.

  In landscape, only the left hand portion the screen displays an image.
  The right hand part is black.

  The part that's shown is about as wide as the screen would be in
  portrait orientation.

  Another quirk is that landscape screenshots (taken with printscreen)
  have a portrait size, with some garbage at the bottom.

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

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


[Desktop-packages] [Bug 1822515] [NEW] Touchscreen input doesn't rotate with the screen

2019-03-31 Thread Alexandre Jasmin
Public bug reported:

I'm testing 19.04 on an Acer-One S1003. An interesting quirk of that
tablet is that the default screen orientation is portrait (as can be
seen in BIOS setup, grub etc.)

Ubuntu 19.04 support automatic screen rotation out of the box. But that
touch input doesn't seem to follow the screen orientation.

When the tablet is in landscape, the touchscreen doesn't behave
correctly. Moving a finger horizontally cause a vertical movement and
vice versa.

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

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

Title:
  Touchscreen input doesn't rotate with the screen

Status in xorg-server package in Ubuntu:
  New

Bug description:
  I'm testing 19.04 on an Acer-One S1003. An interesting quirk of that
  tablet is that the default screen orientation is portrait (as can be
  seen in BIOS setup, grub etc.)

  Ubuntu 19.04 support automatic screen rotation out of the box. But
  that touch input doesn't seem to follow the screen orientation.

  When the tablet is in landscape, the touchscreen doesn't behave
  correctly. Moving a finger horizontally cause a vertical movement and
  vice versa.

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

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


[Desktop-packages] [Bug 1822306] Re: PCI/internal sound card not detected

2019-03-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1818275 ***
https://bugs.launchpad.net/bugs/1818275

It appears that a kernel upgrade has left you with no supported sound
cards/drivers:

!!Loaded ALSA modules
!!---


!!Soundcards recognised by ALSA
!!-

--- no soundcards ---

** Package changed: alsa-driver (Ubuntu) => linux (Ubuntu)

** Summary changed:

- PCI/internal sound card not detected
+ [Dell Inspiron 15-3552] PCI/internal sound card not detected

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

Title:
  [Dell Inspiron 15-3552] PCI/internal sound card not detected

Status in linux package in Ubuntu:
  New

Bug description:
  Can't open "alsamixer". Can't fix my laptop's sound.

  My laptop sound stoped working after upgrading Ubuntu 14.04.6 LTS.
  I checked Alsamixer but I could't open it. I tryed to reinstall pulse audio 
and Alsa but yet, Alsamixer doesn't open.
  I'm getting the following error message when I try to open Alsamixer:

  me@me-Inspiron-15-3552:~$ alsamixer
  cannot open mixer: No such file or directory

  I would appreciate some help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-167.217-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-167-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.29
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Fri Mar 29 12:38:04 2019
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  InstallationDate: Installed on 2016-08-22 (948 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/02/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 4.0.9
  dmi.board.name: 01M0MH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvr4.0.9:bd06/02/2016:svnDellInc.:pnInspiron15-3552:pvr4.0.9:rvnDellInc.:rn01M0MH:rvrA01:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 15-3552
  dmi.product.version: 4.0.9
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1822313] Re: PCI/internal sound card not detected

2019-03-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1818275 ***
https://bugs.launchpad.net/bugs/1818275

** This bug has been marked a duplicate of bug 1822306
   PCI/internal sound card not detected

** This bug is no longer a duplicate of bug 1822306
   [Dell Inspiron 15-3552] PCI/internal sound card not detected
** This bug has been marked a duplicate of bug 1818275
   Dell Inspiron 15-3552 PCI/internal sound card not detected

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

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  my sound system is not working

  I did the basic troubleshooting list at 
https://help.ubuntu.com/community/SoundTroubleshooting
  and my sound system is not working

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-167.217-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-167-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.29
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Fri Mar 29 13:40:15 2019
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  InstallationDate: Installed on 2016-08-22 (948 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/02/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 4.0.9
  dmi.board.name: 01M0MH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvr4.0.9:bd06/02/2016:svnDellInc.:pnInspiron15-3552:pvr4.0.9:rvnDellInc.:rn01M0MH:rvrA01:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 15-3552
  dmi.product.version: 4.0.9
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1809407] Re: [nvidia] After resume the unlock screen is a black background with pixel garbage. Bitmap garbage flashes on the screen when interacting with anything.

2019-03-31 Thread Daniel van Vugt
That's OK. This bug is tagged 'disco' meaning it also occurs in 19.04.

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

Title:
  [nvidia] After resume the unlock screen is a black background with
  pixel garbage. Bitmap garbage flashes on the screen when interacting
  with anything.

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-418 package in Ubuntu:
  Confirmed

Bug description:
  Every other wake from sleep presents a corrupted screen with no unlock
  app.  There's a dock and system menu on a black background with pixel
  garbage.  Some personal information in the dock's large window
  thumbnails.  Bitmap garbage flashes on the screen when interacting
  with anything.  Only workaround is doing another sleep-wake cycle.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: xorg 1:7.7+19ubuntu8
  ProcVersionSignature: Ubuntu 4.18.0-12.13-generic 4.18.17
  Uname: Linux 4.18.0-12-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..4b.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:4b:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.87  Tue Aug 21 12:33:05 
PDT 2018
   GCC version:  gcc version 8.2.0 (Ubuntu 8.2.0-7ubuntu1)
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Dec 20 22:19:29 2018
  DistUpgraded: 2018-12-01 23:07:50,385 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
  DistroCodename: cosmic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 390.87, 4.18.0-11-generic, x86_64: installed
   nvidia, 390.87, 4.18.0-12-generic, x86_64: installed
   virtualbox, 5.2.18, 4.18.0-11-generic, x86_64: installed
   virtualbox, 5.2.18, 4.18.0-12-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GP106 [GeForce GTX 1060 3GB] [10de:1c02] (rev a1) 
(prog-if 00 [VGA controller])
 Subsystem: eVga.com. Corp. GP106 [GeForce GTX 1060 3GB] [3842:6162]
  InstallationDate: Installed on 2018-10-28 (54 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Gigabyte Technology Co., Ltd. Default string
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-12-generic 
root=UUID=a8c839e7-c579-4699-999a-748f804ff9e0 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to cosmic on 2018-12-02 (18 days ago)
  dmi.bios.date: 06/08/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F24
  dmi.board.asset.tag: Default string
  dmi.board.name: X99P-SLI-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF24:bd06/08/2017:svnGigabyteTechnologyCo.,Ltd.:pnDefaultstring:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnX99P-SLI-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3

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

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


[Desktop-packages] [Bug 1763537] Re: libpulse-dev don't provide the required files to build static programs

2019-03-31 Thread Daniel van Vugt
** Changed in: pulseaudio (Ubuntu)
   Importance: Low => Wishlist

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

Title:
  libpulse-dev don't provide the required files to build static programs

Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  The package libpulse-dev don't provide the static libraries files
  required to build static programs using libpulse-dev but, when
  building pulseaudio, there is a option to build static libraries.
  Could they be added to the package libpulse-dev?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libpulse-dev 1:11.1-1ubuntu7
  Uname: Linux 4.16.1-041601-generic x86_64
  ApportVersion: 2.20.9-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   usuario1945 F...m pulseaudio
   /dev/snd/controlC0:  usuario1945 F pulseaudio
   /dev/snd/seq:usuario1926 F timidity
  CurrentDesktop: XFCE
  Date: Thu Apr 12 20:13:18 2018
  InstallationDate: Installed on 2017-06-13 (303 days ago)
  InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to bionic on 2017-10-20 (174 days ago)
  dmi.bios.date: 07/10/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 0XCN43WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Toronto 4A2
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 310-14ISK
  dmi.modalias: 
dmi:bvnLENOVO:bvr0XCN43WW:bd07/10/2017:svnLENOVO:pn80UG:pvrLenovoideapad310-14ISK:rvnLENOVO:rnToronto4A2:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad310-14ISK:
  dmi.product.family: IDEAPAD
  dmi.product.name: 80UG
  dmi.product.version: Lenovo ideapad 310-14ISK
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1798640] Re: TimedLogin in gdm3 makes the screen go black. Can't VT switch.

2019-03-31 Thread Daniel van Vugt
** Changed in: gdm3 (Ubuntu)
   Status: New => Fix Released

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

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

Title:
  TimedLogin in gdm3 makes the screen go black. Can't VT switch.

Status in gdm3 package in Ubuntu:
  Fix Released
Status in kodi package in Ubuntu:
  Fix Released

Bug description:
  When using timed login with the configuration

  /etc/gdm3/custom.conf
  # GDM configuration storage
  #
  # See /usr/share/gdm/gdm.schemas for a list of available options.

  [daemon]
  # Uncomment the line below to force the login screen to use Xorg
  #WaylandEnable=false

  # Enabling automatic login
  #  AutomaticLoginEnable = true
  #  AutomaticLogin = user1

  # Enabling timed login
  #TimedLoginEnable = true
  #TimedLogin = tv
  #TimedLoginDelay = 10

  [security]

  [xdmcp]

  [chooser]

  [debug]
  # Uncomment the line below to turn on debugging
  # More verbose logs
  # Additionally lets the X server dump core if it crashes
  #Enable=true

  after 10 seconds the screen goes black and only a reboot is possible
  to get the GUI working again. If canceling the timed login and
  selecting the same option everything works.

  Additional infarmation: tv is a user starting kodi as single app:

  /var/lib/AccountsService/users/tv
  [InputSource0]
  xkb=us

  [User]
  XSession=kodi
  SystemAccount=false

  /usr/share/wayland-sessions/kodi.desktop
  [Desktop Entry]
  Name=Kodi
  Comment=This session will start Kodi media center
  Exec=kodi-standalone
  TryExec=kodi-standalone
  Type=Application

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

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


[Desktop-packages] [Bug 1820899] Re: Neonode AirBar 13.3 inresponsive

2019-03-31 Thread Daniel van Vugt
** Package changed: libinput (Ubuntu) => linux (Ubuntu)

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

** No longer affects: xserver-xorg-input-evdev (Ubuntu)

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

Title:
  Neonode AirBar 13.3 inresponsive

Status in libinput:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  I am having problems with this device in recent versions of kernel
  (4.x),

  It is showing up on `dmesg`, but doesn't work under any Linux desktop
  (so far). It has worked before, and works flawlessly on the MS OS (no
  Hardware issues).

  Could someone help me to identify the correct list/bug-tracker to issue this 
report ?
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroRelease: KDE neon 18.04
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics 
Controller [103c:1946]
  InstallationDate: Installed on 2018-10-14 (156 days ago)
  InstallationMedia: neon user "Bionic" - Build amd64 LIVE Binary 20181011-05:55
  Lsusb:
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 002: ID 8087:07dc Intel Corp. 
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: libinput (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-46-generic 
root=UUID=c42cdf35-bf18-4bdb-93ff-e43f92d36a4e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18
  Tags:  bionic ubuntu
  Uname: Linux 4.15.0-46-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L73 Ver. 01.11
  dmi.board.name: 1946
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 89.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL73Ver.01.11:bd04/29/2014:svnHewlett-Packard:pn:pvrA3009CD1:rvnHewlett-Packard:rn1946:rvrKBCVersion89.14:cvnHewlett-Packard:ct10:cvr:
  dmi.product.family: 103C_5336AN
  dmi.product.version: A3009CD1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroRelease: KDE neon 18.04
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics 
Controller [103c:1946]
  InstallationDate: Installed on 2018-10-14 (156 days ago)
  InstallationMedia: neon user "Bionic" - Build amd64 LIVE Binary 20181011-05:55
  Package: libinput (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-46-generic 
root=UUID=c42cdf35-bf18-4bdb-93ff-e43f92d36a4e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18
  Tags:  bionic ubuntu
  Uname: Linux 4.15.0-46-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L73 Ver. 01.11
  dmi.board.name: 1946
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 89.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL73Ver.01.11:bd04/29/2014:svnHewlett-Packard:pn:pvrA3009CD1:rvnHewlett-Packard:rn1946:rvrKBCVersion89.14:cvnHewlett-Packard:ct10:cvr:
  dmi.product.family: 103C_5336AN
  dmi.product.version:

[Desktop-packages] [Bug 1821609] Re: lightdm login screen briefly appears and then blanks out on Intel(R) Core(TM)2 Duo CPU T5870

2019-03-31 Thread Daniel van Vugt
It looks like daily images should now contain the fix for bug 1819943
(so we can rule it in or out). Please download and test an image dated
April or later:

http://cdimages.ubuntu.com/xubuntu/daily-live/current/

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

Title:
  lightdm login screen briefly appears and then blanks out on Intel(R)
  Core(TM)2 Duo CPU T5870

Status in xorg package in Ubuntu:
  New

Bug description:
  Okay the has happened recently at least since march 18, 2019 iso and
  march 22, 2019 iso are both effected very similar to one of my
  previously reported bugs .. which was related to xorg not being
  installed ..

  
  back ground .. PC is lenovo sl 500 with evo860 SSD drive

  3 partions contain installs of disco sda1 -- main working system -- I
  usually install grub from here as master ..

  sda6 and sda7 are test installs of disco daily iso's 03-18-2019,
  03-22-2019 repectively

  
  on the test installs as long as the iso is using the grub boot loader 
installed from that install the system will boot normally .. the display manger 
tends to flicker on and off but does final start and login can proceed. 

  but if another install re-installs grub as master  the display manager
  fails to stay active or even come-up  for sda6 or sda7 only if their
  own grubs are reinstalled will they work normally

  sda1 display manager/xorg login works always no matter which "grub-
  source" is in control.

  if I use rescue boot from any grub as master I can get the displays to work 
by running dpkg fix which does nothing .. and then resuming the boot .. then 
things work normally..
  if the "non-rescue" boots are used the screen/computer locks and only a power 
down and reboot gives access. (sometime requiring radical depowering .. 
unpluging and removing battery)

  now the is a message that appears that RCs??? level is missing.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: xorg 1:7.7+19ubuntu11
  ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
  Uname: Linux 5.0.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Mon Mar 25 11:25:58 2019
  DistUpgraded: Fresh install
  DistroCodename: disco
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Mobile 4 Series Chipset Integrated Graphics Controller 
[17aa:20e4]
 Subsystem: Lenovo Mobile 4 Series Chipset Integrated Graphics Controller 
[17aa:20e4]
  InstallationDate: Installed on 2019-03-23 (1 days ago)
  InstallationMedia: Xubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190322)
  MachineType: LENOVO 2746CTO
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-7-generic 
root=UUID=1d61086d-275b-4537-bed5-f2d3080670eb ro recovery nomodeset
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6AET64WW
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 2746CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: LENOVO 6AET64WW
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: LENOVO 6AET64WW
  dmi.modalias: 
dmi:bvnLENOVO:bvr6AET64WW:bd12/01/2010:svnLENOVO:pn2746CTO:pvrThinkPadSL500:rvnLENOVO:rn2746CTO:rvrLENOVO6AET64WW:cvnLENOVO:ct10:cvrLENOVO6AET64WW:
  dmi.product.name: 2746CTO
  dmi.product.version: ThinkPad SL500
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.97-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.0-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

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


[Desktop-packages] [Bug 1821904] Re: Sound is muted by default after upgrading 18.04->18.10->19.04

2019-03-31 Thread Daniel van Vugt
There might be some old config setting that's wrong as a result of the
upgrades.

Please try removing your old personal audio settings by running:

  mv ~/.config/pulse oldconfigpulse


** Summary changed:

- Gnome Shell always started muted on Disco
+ Sound is muted by default after upgrading 18.04->18.10->19.04

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

Title:
  Sound is muted by default after upgrading 18.04->18.10->19.04

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  On Disco, Gnome Shell always starts muted.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joe4766 F pulseaudio
   /dev/snd/pcmC0D0p:   joe4766 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  InstallationDate: Installed on 2018-09-15 (193 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: pulseaudio 1:12.2-2ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
  Tags:  disco wayland-session
  Uname: Linux 5.0.0-7-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-20 (7 days ago)
  UserGroups: adm cdrom dip input kvm libvirt lpadmin lxd plugdev sambashare 
sudo
  _MarkForUpload: True
  dmi.bios.date: 02/14/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.1
  dmi.board.name: 0F6P3V
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.1:bd02/14/2019:svnDellInc.:pnXPS139370:pvr:rvnDellInc.:rn0F6P3V:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9370
  dmi.product.sku: 07E6
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1822426] Re: 19.04 Built in Intel HDA sound is disabled upon resume

2019-03-31 Thread Daniel van Vugt
1. Please reproduce the problem and then while sound is not working run:

   journalctl -b0 > journal.txt

   and send us the file 'journal.txt'.

2. Please try editing /etc/pulse/daemon.conf and add a new line:

   realtime-scheduling = no

   and reboot. Does that fix it?


** Changed in: pulseaudio (Ubuntu)
   Status: New => Incomplete

** Tags added: resume suspend-resume

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

Title:
  19.04 Built in Intel HDA sound is disabled upon resume

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  With 19.04, Intel Corporation 8 Series/C220 Series Chipset High
  Definition Audio Controller intermittently is not enabled when
  resuming from sleep. The HDMI sound device is enabled but that is not
  hooked up on my system.  New with 19.04, when sound works after
  resume, an icon labeled "Built in Audio Stereo" appears during the
  resume process.

  Unsure if this is related, but sound seems to sleep when not in use.
  Launching sound enabled apps produces a quiet "tick, thud" sound as
  sound system turns on.

  When sound is not working, killall pusleaudio "fixes" the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  darin  4814 F pulseaudio
   /dev/snd/controlC1:  darin  4814 F pulseaudio
   /dev/snd/controlC0:  darin  4814 F pulseaudio
  CurrentDesktop: KDE
  Date: Sat Mar 30 10:20:24 2019
  InstallationDate: Installed on 2018-01-13 (441 days ago)
  InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180112)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-03-27 (3 days ago)
  dmi.bios.date: 08/18/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2103
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-PRO
  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.:bvr2103:bd08/18/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: ASUS MB
  dmi.product.name: All Series
  dmi.product.sku: All
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1822429] Re: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No sound at all

2019-03-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1820314 ***
https://bugs.launchpad.net/bugs/1820314

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

** This bug has been marked a duplicate of bug 1820314
   [ASRock FM2A75M-DGS] No sound at all

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

Title:
  [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No
  sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  See same problem with previous kernel

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1633 F pulseaudio
   /dev/snd/controlC0:  hp 1633 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sat Mar 30 16:59:51 2019
  InstallationDate: Installed on 2016-09-07 (933 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: Audio interno - HD-Audio Generic
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1633 F pulseaudio
   /dev/snd/controlC0:  hp 1633 F pulseaudio
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.70
  dmi.board.name: FM2A75M-DGS
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.70:bd12/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2019-03-30T08:08:19.492099

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

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


[Desktop-packages] [Bug 1822466] Re: [FM2A75M-DGS., Realtek ALC662 rev1, Green Line Out, Rear] No sound at all

2019-03-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1820314 ***
https://bugs.launchpad.net/bugs/1820314

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

** This bug has been marked a duplicate of bug 1820314
   [ASRock FM2A75M-DGS] No sound at all

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

Title:
  [FM2A75M-DGS., Realtek ALC662 rev1, Green Line Out, Rear] No sound at
  all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Alsamixer with my http://it.thermaltake.com/products-model.aspx?id=C_2559 
front panel audio extension, usb powered 
https://www.trust.com/it/product/20943-polo-compact-2-0-speaker-set connected 
to rear green port
  https://imgur.com/nM1gzEC

  pavucontrol option all analog device seems unplugged even if they are plugged 
in
  https://streamable.com/ix2ob

  Need a fix

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1776 F pulseaudio
   /dev/snd/controlC0:  hp 1776 F pulseaudio
hp16340 F alsamixer
  CurrentDesktop: XFCE
  Date: Sun Mar 31 13:29:12 2019
  InstallationDate: Installed on 2016-09-07 (934 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: Audio interno - HD-Audio Generic
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1776 F pulseaudio
   /dev/snd/controlC0:  hp 1776 F pulseaudio
hp16340 F alsamixer
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.70
  dmi.board.name: FM2A75M-DGS
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.70:bd12/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2019-03-30T08:08:19.492099

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

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


[Desktop-packages] [Bug 1821030] Re: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No sound at all

2019-03-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1820314 ***
https://bugs.launchpad.net/bugs/1820314

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

** This bug has been marked a duplicate of bug 1820314
   [ASRock FM2A75M-DGS] No sound at all

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

Title:
  [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No
  sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  gpu nvidia geforce gtx 1050ti with hdmi 
  all on board output are shown as unplugged

  https://streamable.com/eoj2r

  https://www.trust.com/it/product/20943-polo-compact-2-0-speaker-set
  only touching with some trust polo usb powered with in jack to the external 
part of the port it outputs some scratches as video below
  https://streamable.com/b52ho
  no sound from any headset

  from top to bottom
  usb and jack casse trust polo
  smartphone headphones with microphone
  smartphone headphones with microphone
  smartphone headphones with microphone of my Honor 7a
  headphones with 2 separate jacks
  https://imgur.com/a/R3R2XV3

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18
  Uname: Linux 4.15.0-46-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1739 F pulseaudio
   /dev/snd/controlC0:  hp 1739 F pulseaudio
  CurrentDesktop: XFCE
  Date: Wed Mar 20 16:17:58 2019
  InstallationDate: Installed on 2016-09-07 (923 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: Audio interno - HD-Audio Generic
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1739 F pulseaudio
   /dev/snd/controlC0:  hp 1739 F pulseaudio
   /dev/snd/seq:timidity   1119 F timidity
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.70
  dmi.board.name: FM2A75M-DGS
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.70:bd12/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  modified.conffile..etc.modprobe.d.alsa-base.conf:
   #options snd-hda-intel model=3stack-6ch
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2019-03-19T20:25:47.409210

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

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


[Desktop-packages] [Bug 1820314] Re: [ASRock FM2A75M-DGS] No sound at all

2019-03-31 Thread Daniel van Vugt
It appears part of the problem here is timidity (bug 1793640). Please
uninstall timidity and timidity-related packages and reboot.

If that doesn't fix the problem then please try live booting Ubuntu
19.04 from USB to see if audio works there:

  GNOME: http://cdimages.ubuntu.com/daily-live/current/
  XFCE:  http://cdimages.ubuntu.com/xubuntu/daily-live/current/


** Summary changed:

- [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No sound 
at all
+ [ASRock FM2A75M-DGS] No sound at all

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [ASRock FM2A75M-DGS] No sound at all

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  cannot hear any sound even with headphones from any of 2 rear output
  port (green and blue) of my asrock fm2a75m-dgs or the front unique
  one.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  Uname: Linux 4.4.0-98-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Mar 15 17:32:51 2019
  InstallationDate: Installed on 2016-09-07 (918 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: Audio interno - HD-Audio Generic
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.70
  dmi.board.name: FM2A75M-DGS
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.70:bd12/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  modified.conffile..etc.modprobe.d.alsa-base.conf: options snd-hda-intel 
model=auto
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2019-03-14T16:54:28.355882

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

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


[Desktop-packages] [Bug 1821022] Re: [ASRock FM2A75M-DGS] No sound at all

2019-03-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1820314 ***
https://bugs.launchpad.net/bugs/1820314

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


** Summary changed:

- [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No sound 
at all
+ [ASRock FM2A75M-DGS] No sound at all

** This bug has been marked a duplicate of bug 1820314
   [ASRock FM2A75M-DGS] No sound at all

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

Title:
  [ASRock FM2A75M-DGS] No sound at all

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  he problem occurs even on live xubuntu 18.04 17.10 16.04 even modifying 
alsa-base in options snd-hda-intel model=auto or options snd-hda-intel 
model=asrock-mobo or options snd-hda-intel model=generic.; all on board audio 
port are shown as unplugged. Thus HDMI of the Nvidia GTX 1050ti seems to work 
perfectly when I connected to TV HDMI input (but could not steal TV 4 ever)
  
https://forum.ubuntuusers.de/topic/alc662-kein-ton-von-asrock-fm2a75m-dgs/2/#post-9058858
  https://streamable.com/5j96k

  
  BIOS setting in the video above

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18
  Uname: Linux 4.15.0-46-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1577 F pulseaudio
   /dev/snd/controlC0:  hp 1577 F pulseaudio
  CurrentDesktop: XFCE
  Date: Wed Mar 20 15:42:37 2019
  InstallationDate: Installed on 2016-09-07 (923 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: Audio interno - HD-Audio Generic
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hp 1577 F pulseaudio
   /dev/snd/controlC0:  hp 1577 F pulseaudio
   /dev/snd/seq:timidity   1083 F timidity
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.70
  dmi.board.name: FM2A75M-DGS
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.70:bd12/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  modified.conffile..etc.modprobe.d.alsa-base.conf:
   #options snd-hda-intel model=3stack-6ch
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2019-03-19T20:25:47.409210

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

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


[Desktop-packages] [Bug 1822527] [NEW] System appears to use wayland despite my having Wayland Enable set to false.

2019-03-31 Thread Seija Kijin
Public bug reported:

1. Ubuntu 18.10
2. xorg:
  Installed: 1:7.7+19ubuntu8
Version table:
 *** 1:7.7+19ubuntu8 500
500 http://us.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
100 /var/lib/dpkg/status

Basically, when I rebooted the computer, the graphics were scrambled and
the system behaved as it did when wayland was enabled despite the .conf
file saying "WaylandEnabled=False", and that line being uncommented.

Steps to Reproduce:
1. Edit the .conf file to uncomment "WaylandEnabled"
2. Reboot the machine
3. Wait 2 days before booting it back up
4. Notice the machine is using Wayland despite the conf file specifying 
otherwise.

Expected Results:
Machine runs with the behavior of Xorg.

Actual Results:
Machine appears to run Wayland.

Workaround: Edit the conf file again, and then reboot.

In respect to the diagnostics taken, this issue occurred before I took
the diagnostics and was able to use Firefox to write this report. This
at around 9:56 PM, EDT on March 31, 2019.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: xorg 1:7.7+19ubuntu8
ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 31 22:18:52 2019
DistUpgraded: 2018-11-20 23:52:16,217 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
DistroCodename: cosmic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 
230 OEM] [1002:6779] (prog-if 00 [VGA controller])
   Subsystem: XFX Pine Group Inc. Caicos [Radeon HD 6450/7450/8450 / R5 230 
OEM] [1682:3207]
InstallationDate: Installed on 2018-10-07 (175 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: Gateway DX4860
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-16-generic 
root=UUID=4c74a6f6-2050-43cf-96aa-f3d050456a3d ro quiet splash vt.handoff=1
SourcePackage: xorg
UpgradeStatus: Upgraded to cosmic on 2018-11-21 (130 days ago)
dmi.bios.date: 08/01/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P02-A1
dmi.board.name: IPISB-VR
dmi.board.vendor: Gateway
dmi.board.version: 1.01
dmi.chassis.type: 3
dmi.chassis.vendor: Gateway
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP02-A1:bd08/01/2011:svnGateway:pnDX4860:pvr:rvnGateway:rnIPISB-VR:rvr1.01:cvnGateway:ct3:cvr:
dmi.product.family: Gateway Desktop
dmi.product.name: DX4860
dmi.sys.vendor: Gateway
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.95-1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.8-0ubuntu0~18.10.2
version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.8-0ubuntu0~18.10.2
version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3

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


** Tags: amd64 apport-bug cosmic ubuntu

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

Title:
  System appears to use wayland despite my having Wayland Enable set to
  false.

Status in xorg package in Ubuntu:
  New

Bug description:
  1. Ubuntu 18.10
  2. xorg:
Installed: 1:7.7+19ubuntu8
  Version table:
   *** 1:7.7+19ubuntu8 500
  500 http://us.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
  100 /var/lib/dpkg/status

  Basically, when I rebooted the computer, the graphics were scrambled
  and the system behaved as it did when wayland was enabled despite the
  .conf file saying "WaylandEnabled=False", and that line being
  uncommented.

  Steps to Reproduce:
  1. Edit the .conf file to uncomment "WaylandEnabled"
  2. Reboot the machine
  3. Wait 2 days before booting it back up
  4. Notice the machine is using Wayland despite the conf file specifying 
otherwise.

  Expected Results:
  Machine runs with the behavior of Xorg.

  Actual Results:
  Machine appears to run Wayland.

  Workaround: Edit the conf file again, and then reboot.

  In respect to the diagnostics taken, this issue occurred before I took
  the diagnostics and was able to use Firefox to write this report. This
  at around 9:56 PM, EDT on March 31, 2019.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: xorg 1:7.7+19ubuntu8
  ProcVersionSignature: Ubuntu 4.18.0-16.17

[Desktop-packages] [Bug 1822441] Re: Blank screen after startup

2019-03-31 Thread Daniel van Vugt
which is related to what you say:

> This happens with Kernel 5.0.0. Starting with 4.18.0-16-generic, the
login screen comes up and all is fine.

** Summary changed:

- Blank screen after startup
+ Blank screen after startup. Xorg reports "(EE) modeset(0): failed to set 
mode: Invalid argument" when using kernel 5.0.0

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

Title:
  [Intel® HD Graphics 3000] Blank screen after startup. Xorg reports
  "(EE) modeset(0): failed to set mode: Invalid argument" when using
  kernel 5.0.0

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Updated from kubuntu 18.10 to 19.04 beta without problems. After first
  reboot, first the kubuntu logo, then just a blank screen, no login
  screen. Switching to console and log in there possible. All seems
  fine, including wlan etc.

  systemd status sddm says sddm is running, any attempt to start KDE
  (including startkde) however fails with "could not connect to any x
  display".

  This happens with Kernel 5.0.0. Starting with 4.18.0-16-generic, the
  login screen comes up and all is fine.

  Anything I can contribute?

  Description:Ubuntu Disco Dingo (development branch)
  Release:19.04

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sat Mar 30 21:51:04 2019
  DistUpgraded: 2019-03-30 14:41:04,209 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: disco
  DistroVariant: ubuntu
  DkmsStatus:
   acpi-call, 1.1.0, 4.18.0-16-generic, x86_64: installed
   acpi-call, 1.1.0, 5.0.0-8-generic, x86_64: installed
   tp_smapi, 0.43, 5.0.0-8-generic, x86_64: installed
   virtualbox, 6.0.4, 5.0.0-8-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:21dd]
  InstallationDate: Installed on 2017-07-07 (631 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: LENOVO 78545HG
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-8-generic 
root=UUID=ce827244-1d04-4bdd-99bf-d70675baefef ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to disco on 2019-03-30 (0 days ago)
  dmi.bios.date: 04/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8GET44WW (1.21 )
  dmi.board.name: 78545HG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8GET44WW(1.21):bd04/12/2013:svnLENOVO:pn78545HG:pvrThinkPadL420:rvnLENOVO:rn78545HG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad L420
  dmi.product.name: 78545HG
  dmi.product.version: ThinkPad L420
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.97-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

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


[Desktop-packages] [Bug 1822441] Re: Blank screen after startup

2019-03-31 Thread Daniel van Vugt
It looks like this might be problem:

[  1277.981] (EE) modeset(0): failed to set mode: Invalid argument

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

Title:
  [Intel® HD Graphics 3000] Blank screen after startup. Xorg reports
  "(EE) modeset(0): failed to set mode: Invalid argument" when using
  kernel 5.0.0

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Updated from kubuntu 18.10 to 19.04 beta without problems. After first
  reboot, first the kubuntu logo, then just a blank screen, no login
  screen. Switching to console and log in there possible. All seems
  fine, including wlan etc.

  systemd status sddm says sddm is running, any attempt to start KDE
  (including startkde) however fails with "could not connect to any x
  display".

  This happens with Kernel 5.0.0. Starting with 4.18.0-16-generic, the
  login screen comes up and all is fine.

  Anything I can contribute?

  Description:Ubuntu Disco Dingo (development branch)
  Release:19.04

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sat Mar 30 21:51:04 2019
  DistUpgraded: 2019-03-30 14:41:04,209 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: disco
  DistroVariant: ubuntu
  DkmsStatus:
   acpi-call, 1.1.0, 4.18.0-16-generic, x86_64: installed
   acpi-call, 1.1.0, 5.0.0-8-generic, x86_64: installed
   tp_smapi, 0.43, 5.0.0-8-generic, x86_64: installed
   virtualbox, 6.0.4, 5.0.0-8-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:21dd]
  InstallationDate: Installed on 2017-07-07 (631 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: LENOVO 78545HG
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-8-generic 
root=UUID=ce827244-1d04-4bdd-99bf-d70675baefef ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to disco on 2019-03-30 (0 days ago)
  dmi.bios.date: 04/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8GET44WW (1.21 )
  dmi.board.name: 78545HG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8GET44WW(1.21):bd04/12/2013:svnLENOVO:pn78545HG:pvrThinkPadL420:rvnLENOVO:rn78545HG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad L420
  dmi.product.name: 78545HG
  dmi.product.version: ThinkPad L420
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.97-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

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


[Desktop-packages] [Bug 1822446] Re: [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

2019-03-31 Thread Daniel van Vugt
The most likely cause of distortion is a bad connection or bad cable on
the headphone jack.

Please try some other cables, other headphones, and other jacks if you
have any more.

** Summary changed:

- [B450M DS3H, Realtek ALC887-VD, Green Headphone Out, Front] 
+ [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

** Changed in: pulseaudio (Ubuntu)
   Status: New => Incomplete

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

Title:
  [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Sound from youtube in playing firefox is distorted. After waiting a
  half hour the problem went away. i then tried to file a bug report.
  while playing the first set of test tones the test tone played fine
  after it finished the youtube audio was distorted again. then the
  second set of test tones from the troubleshooter played and were
  distorted as well.

  Also in the summary it ended up saying "FRONT" but it is the rear
  green jack on my motherboard that i am plugged into.

  Description:  Ubuntu Disco Dingo (development branch)
  Release:  19.04

  5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64
  x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mike   1833 F pulseaudio
   /dev/snd/pcmC1D0p:   mike   1833 F...m pulseaudio
   /dev/snd/controlC0:  mike   1833 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Mar 30 21:02:38 2019
  InstallationDate: Installed on 2019-03-30 (0 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190329)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic successful
  Symptom_Card: Family 17h (Models 00h-0fh) HD Audio Controller - HD-Audio 
Generic
  Symptom_Jack: Green Headphone Out, Front
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [B450M DS3H, Realtek ALC887-VD, Green Headphone Out, Front] Sound is 
distorted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F4
  dmi.board.asset.tag: Default string
  dmi.board.name: B450M DS3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF4:bd01/25/2019:svnGigabyteTechnologyCo.,Ltd.:pnB450MDS3H:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450MDS3H-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: B450M DS3H
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1822500] Re: Screen corruption shown while in login screen

2019-03-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1809407 ***
https://bugs.launchpad.net/bugs/1809407

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


** This bug has been marked a duplicate of bug 1809407
   [nvidia] After resume the unlock screen is a black background with pixel 
garbage. Bitmap garbage flashes on the screen when interacting with anything.

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

Title:
  Screen corruption shown while in login screen

Status in xorg package in Ubuntu:
  New

Bug description:
  In place of the login background I chose, I either see a white scree,
  or what appears to be random pixels, with the normal clock on top.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
  Uname: Linux 5.0.0-7-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  418.56  Fri Mar 15 12:59:26 
CDT 2019
   GCC version:  gcc version 8.3.0 (Ubuntu 8.3.0-3ubuntu1)
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 31 22:32:53 2019
  DistUpgraded: 2019-03-29 19:19:33,105 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: disco
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 418.56, 4.18.0-16-generic, x86_64: installed
   nvidia, 418.56, 5.0.0-7-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
 Subsystem: Lenovo HD Graphics 530 [17aa:380a]
 Subsystem: Lenovo GM107M [GeForce GTX 950M] [17aa:380b]
  InstallationDate: Installed on 2018-12-31 (90 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 003: ID 5986:0670 Acer, Inc 
   Bus 001 Device 002: ID 17ef:60b2 Lenovo 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80RU
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-7-generic 
root=UUID=a2f33991-8e13-4dbe-bfae-4a0a1edd71b9 ro quiet splash vt.handoff=1
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to disco on 2019-03-29 (2 days ago)
  XorgConf:
   Section "Extensions"
   Option "XVideo" "Disable"
   EndSection
  dmi.bios.date: 02/15/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: E5CN58WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lenovo ideapad 700-15ISK
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 700-15ISK
  dmi.modalias: 
dmi:bvnLENOVO:bvrE5CN58WW:bd02/15/2017:svnLENOVO:pn80RU:pvrLenovoideapad700-15ISK:rvnLENOVO:rnLenovoideapad700-15ISK:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad700-15ISK:
  dmi.product.family: IDEAPAD
  dmi.product.name: 80RU
  dmi.product.sku: LENOVO_MT_80RU_BU_idea_FM_Lenovo ideapad 700-15ISK
  dmi.product.version: Lenovo ideapad 700-15ISK
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.97-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.1-1ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

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

[Desktop-packages] [Bug 1822478] Re: Text scaling issue after reboot

2019-03-31 Thread Daniel van Vugt
Could you please try installing the previous mutter version by
downloading the .deb files from here:

  https://launchpad.net/ubuntu/+source/mutter/3.32.0-1/+build/16489975

and then install them all.


** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Text scaling issue after reboot

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  Recently upgraded to Disco beta.

  Running a 1080p screen at 100% scaling.

  uname -a  :
  Linux giga 5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

  Graphics card : GeForce GT 710/PCIe/SSE2
  Drivers version:  Nvidia-Driver-418

  
  Not 100% sure this is a Gnome-Shell issue (Not sure if this is the correct 
package to log it against) or an "Idiot User" issue. As I've upgraded this 
system for the past 3 releases (18.02, 18.10 & 19.04 beta) without a clean 
install between upgrades.

  When I reboot, all on screen text is tiny. Icons are normal size but text is 
nearly unreadable. This also effects any text input boxes (i.e. user password)
  Text in "Show Applications" screen is also effected.

  *Workaroud*

  Only work around for the desktop is to go in to "Settings" then
  "Devices" then Adjust the scaling to 200%, hit Apply, then press
  "Revert Changes", this resets the scaling to normal.

  This does not fix the scaling in the "Show Applications" screen.

  Attached images in Scaling_Issues.zip :
  Image of text scaling after reboot : Scaling_Small.png
  Image after the "workaround" to show how it should look like: 
Scaling_Normal.png
  Image of "Show Applications" screen which is still effected : 
Applications_Small.png

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  Date: Sun Mar 31 16:00:21 2019
  DisplayManager: gdm3
  GsettingsChanges:
   b'org.gnome.shell' b'app-picker-view' b'uint32 1'
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.shell' b'enabled-extensions' b"['ubuntu-d...@ubuntu.com', 
'ubuntu-appindicat...@ubuntu.com', 'openweather-extens...@jenslody.de', 
'desktop-icons@csoriano']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-07-09 (264 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to disco on 2019-03-29 (1 days ago)

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

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


[Desktop-packages] [Bug 1822515] Re: Touchscreen input doesn't rotate with the screen

2019-03-31 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1822513 ***
https://bugs.launchpad.net/bugs/1822513

** This bug has been marked a duplicate of bug 1822513
   Part of the screen is black in landscape orientation

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

Title:
  Touchscreen input doesn't rotate with the screen

Status in xorg-server package in Ubuntu:
  New

Bug description:
  I'm testing 19.04 on an Acer-One S1003. An interesting quirk of that
  tablet is that the default screen orientation is portrait (as can be
  seen in BIOS setup, grub etc.)

  Ubuntu 19.04 support automatic screen rotation out of the box. But
  that touch input doesn't seem to follow the screen orientation.

  When the tablet is in landscape, the touchscreen doesn't behave
  correctly. Moving a finger horizontally cause a vertical movement and
  vice versa.

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

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


[Desktop-packages] [Bug 1822513] Re: Part of the screen is black in landscape orientation

2019-03-31 Thread Daniel van Vugt
Could you please try installing the previous mutter version by
downloading the .deb files from here:

  https://launchpad.net/ubuntu/+source/mutter/3.32.0-1/+build/16489975

and then install them all?

** Tags added: disco

** Package changed: xorg-server (Ubuntu) => gnome-shell (Ubuntu)

** Also affects: mutter (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

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

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

Title:
  Part of the screen is black in landscape orientation

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in mutter package in Ubuntu:
  Incomplete

Bug description:
  I'm testing 19.04 on an Acer-One S1003. An interesting quirk of that
  tablet is that the default screen orientation is portrait (as can be
  seen in BIOS setup, grub etc.)

  Ubuntu 19.04 support screen rotation out of the box. But after a
  recent update, the landscape mode is broken.

  In landscape, only the left hand portion the screen displays an image.
  The right hand part is black.

  The part that's shown is about as wide as the screen would be in
  portrait orientation.

  Another quirk is that landscape screenshots (taken with printscreen)
  have a portrait size, with some garbage at the bottom.

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

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


[Desktop-packages] [Bug 1754671] Re: Full-tunnel VPN DNS leakage regression

2019-03-31 Thread Mathew Hodson
Looking at the upstream bug, it looks like the fix relies on reworking
large parts of the code and wouldn't be easy to SRU to Xenial.

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

Title:
  Full-tunnel VPN DNS leakage regression

Status in NetworkManager:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Bionic:
  Fix Committed

Bug description:
  * Impact

  When using a VPN the DNS requests might still be sent to a DNS server
  outside the VPN when they should not

  * Test case

  Configure the system to send all the traffic to a VPN, do a name
  resolution, the request should not go to the public DNS server (to be
  checked by capturing the traffic by example with wireshark)

  
  * Regression potential

  The code change the handling of DNS servers when using a VPN, we
  should check that name resolution still work whne using a VPN in
  different configurations

  -

  
  In 16.04 the NetworkManager package used to carry this patch:
  
http://bazaar.launchpad.net/~network-manager/network-manager/ubuntu/view/head:/debian/patches/Filter-DNS-servers-to-add-to-dnsmasq-based-on-availa.patch

  It fixed the DNS setup so that when I'm on the VPN, I am not sending
  unencrypted DNS queries to the (potentially hostile) local
  nameservers.

  This patch disappeared in an update. I think it was present in
  1.2.2-0ubuntu0.16.04.4 but was dropped some time later.

  This security bug exists upstream too: 
https://bugzilla.gnome.org/show_bug.cgi?id=746422
  It's not a *regression* there though, as they didn't fix it yet 
(unfortunately!)

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

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


[Desktop-packages] [Bug 1822527] Re: System appears to use wayland despite my having Wayland Enable set to false.

2019-03-31 Thread Daniel van Vugt
When you think Wayland is being used by accident, please run:

  xrandr > newxrandr.txt

and send us the file 'newxrandr.txt'.

Also, the correct setting to disable Wayland in /etc/gdm3/custom.conf
is:

  WaylandEnable=false

and is not:

  WaylandEnabled=False

** Package changed: xorg (Ubuntu) => gdm3 (Ubuntu)

** Changed in: gdm3 (Ubuntu)
   Status: New => Incomplete

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

Title:
  System appears to use wayland despite my having Wayland Enable set to
  false.

Status in gdm3 package in Ubuntu:
  Incomplete

Bug description:
  1. Ubuntu 18.10
  2. xorg:
Installed: 1:7.7+19ubuntu8
  Version table:
   *** 1:7.7+19ubuntu8 500
  500 http://us.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
  100 /var/lib/dpkg/status

  Basically, when I rebooted the computer, the graphics were scrambled
  and the system behaved as it did when wayland was enabled despite the
  .conf file saying "WaylandEnabled=False", and that line being
  uncommented.

  Steps to Reproduce:
  1. Edit the .conf file to uncomment "WaylandEnabled"
  2. Reboot the machine
  3. Wait 2 days before booting it back up
  4. Notice the machine is using Wayland despite the conf file specifying 
otherwise.

  Expected Results:
  Machine runs with the behavior of Xorg.

  Actual Results:
  Machine appears to run Wayland.

  Workaround: Edit the conf file again, and then reboot.

  In respect to the diagnostics taken, this issue occurred before I took
  the diagnostics and was able to use Firefox to write this report. This
  at around 9:56 PM, EDT on March 31, 2019.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: xorg 1:7.7+19ubuntu8
  ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 31 22:18:52 2019
  DistUpgraded: 2018-11-20 23:52:16,217 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
  DistroCodename: cosmic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 
230 OEM] [1002:6779] (prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Caicos [Radeon HD 6450/7450/8450 / R5 230 
OEM] [1682:3207]
  InstallationDate: Installed on 2018-10-07 (175 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Gateway DX4860
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-16-generic 
root=UUID=4c74a6f6-2050-43cf-96aa-f3d050456a3d ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to cosmic on 2018-11-21 (130 days ago)
  dmi.bios.date: 08/01/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P02-A1
  dmi.board.name: IPISB-VR
  dmi.board.vendor: Gateway
  dmi.board.version: 1.01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gateway
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP02-A1:bd08/01/2011:svnGateway:pnDX4860:pvr:rvnGateway:rnIPISB-VR:rvr1.01:cvnGateway:ct3:cvr:
  dmi.product.family: Gateway Desktop
  dmi.product.name: DX4860
  dmi.sys.vendor: Gateway
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.8-0ubuntu0~18.10.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.8-0ubuntu0~18.10.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3

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

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


[Desktop-packages] [Bug 1822335] Re: test general

2019-03-31 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected. 
3. The behavior you actually encountered (in as much detail as possible).
Thanks!

** Package changed: xorg (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: New => Incomplete

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

Title:
  test general

Status in Ubuntu:
  Incomplete

Bug description:
   test general. thank you

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-47.50-generic 4.15.18
  Uname: Linux 4.15.0-47-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Fri Mar 29 15:34:45 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 3rd Gen Core processor Graphics Controller [17aa:21f3]
  InstallationDate: Installed on 2019-03-09 (19 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 2349IP5
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-47-generic 
root=UUID=29ebe1d0-5356-4a16-ac13-b48aa7be1b2e ro quiet splash vt.handoff=1
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/09/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G1ET91WW (2.51 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2349IP5
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG1ET91WW(2.51):bd01/09/2013:svnLENOVO:pn2349IP5:pvrThinkPadT430:rvnLENOVO:rn2349IP5:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad T430
  dmi.product.name: 2349IP5
  dmi.product.version: ThinkPad T430
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.95-1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.8-0ubuntu0~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.8-0ubuntu0~18.04.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  xserver.bootTime: Fri Mar 22 09:18:08 2019
  xserver.configfile: default
  xserver.errors:
   open /dev/dri/card0: No such file or directory
   open /dev/dri/card0: No such file or directory
   Screen 0 deleted because of no matching config section.
   AIGLX: reverting to software rendering
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.19.6-1ubuntu4.2

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

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


[Desktop-packages] [Bug 1822478] Re: Text scaling issue after reboot

2019-03-31 Thread Daniel van Vugt
** Also affects: mutter (Ubuntu)
   Importance: Undecided
   Status: New

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

** Summary changed:

- Text scaling issue after reboot
+ All on screen text is tiny. Icons are normal size but text is nearly 
unreadable.

** Tags added: hidpi

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

Title:
  All on screen text is tiny. Icons are normal size but text is nearly
  unreadable.

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in mutter package in Ubuntu:
  Incomplete

Bug description:
  Recently upgraded to Disco beta.

  Running a 1080p screen at 100% scaling.

  uname -a  :
  Linux giga 5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

  Graphics card : GeForce GT 710/PCIe/SSE2
  Drivers version:  Nvidia-Driver-418

  
  Not 100% sure this is a Gnome-Shell issue (Not sure if this is the correct 
package to log it against) or an "Idiot User" issue. As I've upgraded this 
system for the past 3 releases (18.02, 18.10 & 19.04 beta) without a clean 
install between upgrades.

  When I reboot, all on screen text is tiny. Icons are normal size but text is 
nearly unreadable. This also effects any text input boxes (i.e. user password)
  Text in "Show Applications" screen is also effected.

  *Workaroud*

  Only work around for the desktop is to go in to "Settings" then
  "Devices" then Adjust the scaling to 200%, hit Apply, then press
  "Revert Changes", this resets the scaling to normal.

  This does not fix the scaling in the "Show Applications" screen.

  Attached images in Scaling_Issues.zip :
  Image of text scaling after reboot : Scaling_Small.png
  Image after the "workaround" to show how it should look like: 
Scaling_Normal.png
  Image of "Show Applications" screen which is still effected : 
Applications_Small.png

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  Date: Sun Mar 31 16:00:21 2019
  DisplayManager: gdm3
  GsettingsChanges:
   b'org.gnome.shell' b'app-picker-view' b'uint32 1'
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.shell' b'enabled-extensions' b"['ubuntu-d...@ubuntu.com', 
'ubuntu-appindicat...@ubuntu.com', 'openweather-extens...@jenslody.de', 
'desktop-icons@csoriano']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-07-09 (264 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to disco on 2019-03-29 (1 days ago)

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

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


Re: [Desktop-packages] [Bug 1822446] Re: [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

2019-03-31 Thread Mike
The whole system is brand new including cables. I've used ubuntu 18.04 on
this machine since Christmas. No problem at all. Nothing was changed except
the format and install of 19.04beta.

On Sun, Mar 31, 2019, 11:35 PM Daniel van Vugt <
daniel.van.v...@canonical.com> wrote:

> The most likely cause of distortion is a bad connection or bad cable on
> the headphone jack.
>
> Please try some other cables, other headphones, and other jacks if you
> have any more.
>
> ** Summary changed:
>
> - [B450M DS3H, Realtek ALC887-VD, Green Headphone Out, Front]
> + [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted
>
> ** Changed in: pulseaudio (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1822446
>
> Title:
>   [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted
>
> Status in pulseaudio package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Sound from youtube in playing firefox is distorted. After waiting a
>   half hour the problem went away. i then tried to file a bug report.
>   while playing the first set of test tones the test tone played fine
>   after it finished the youtube audio was distorted again. then the
>   second set of test tones from the troubleshooter played and were
>   distorted as well.
>
>   Also in the summary it ended up saying "FRONT" but it is the rear
>   green jack on my motherboard that i am plugged into.
>
>   Description:  Ubuntu Disco Dingo (development branch)
>   Release:  19.04
>
>   5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64
>   x86_64 x86_64 GNU/Linux
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 19.04
>   Package: pulseaudio 1:12.2-2ubuntu1
>   ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
>   Uname: Linux 5.0.0-8-generic x86_64
>   ApportVersion: 2.20.10-0ubuntu23
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC1:  mike   1833 F pulseaudio
>/dev/snd/pcmC1D0p:   mike   1833 F...m pulseaudio
>/dev/snd/controlC0:  mike   1833 F pulseaudio
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sat Mar 30 21:02:38 2019
>   InstallationDate: Installed on 2019-03-30 (0 days ago)
>   InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190329)
>   ProcEnviron:
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   SourcePackage: pulseaudio
>   Symptom: audio
>   Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic
> successful
>   Symptom_Card: Family 17h (Models 00h-0fh) HD Audio Controller - HD-Audio
> Generic
>   Symptom_Jack: Green Headphone Out, Front
>   Symptom_PulsePlaybackTest: PulseAudio playback test failed
>   Symptom_Type: Digital clip or distortion, or "overdriven" sound
>   Title: [B450M DS3H, Realtek ALC887-VD, Green Headphone Out, Front] Sound
> is distorted
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 01/25/2019
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: F4
>   dmi.board.asset.tag: Default string
>   dmi.board.name: B450M DS3H-CF
>   dmi.board.vendor: Gigabyte Technology Co., Ltd.
>   dmi.board.version: x.x
>   dmi.chassis.asset.tag: Default string
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Default string
>   dmi.chassis.version: Default string
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvrF4:bd01/25/2019:svnGigabyteTechnologyCo.,Ltd.:pnB450MDS3H:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450MDS3H-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
>   dmi.product.family: Default string
>   dmi.product.name: B450M DS3H
>   dmi.product.sku: Default string
>   dmi.product.version: Default string
>   dmi.sys.vendor: Gigabyte Technology Co., Ltd.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1822446/+subscriptions
>

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

Title:
  [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Sound from youtube in playing firefox is distorted. After waiting a
  half hour the problem went away. i then tried to file a bug report.
  while playing the first set of test tones the test tone played fine
  after it finished the youtube audio was distorted again. then the
  second set of test tones from the troubleshooter played and were
  distorted as well.

  Also in the summary it ended up saying "FRONT" but it is the rear
  green jack on my motherboard that i am plugged into.

  Description:  Ubuntu Disco Dingo (development branch)
  Release:  19.04

  5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64
  x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  Distro

[Desktop-packages] [Bug 1822478] Re: All on screen text is tiny. Icons are normal size but text is nearly unreadable.

2019-03-31 Thread Juan Montero
I installed the previous mutter version (mutter_3.32.0-1_amd64) as
suggested, and it works as expected. No more downscaled fonts after
reboot.

The version that does not work is mutter_3.32.0-1ubuntu1_amd64

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

Title:
  All on screen text is tiny. Icons are normal size but text is nearly
  unreadable.

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in mutter package in Ubuntu:
  Incomplete

Bug description:
  Recently upgraded to Disco beta.

  Running a 1080p screen at 100% scaling.

  uname -a  :
  Linux giga 5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

  Graphics card : GeForce GT 710/PCIe/SSE2
  Drivers version:  Nvidia-Driver-418

  
  Not 100% sure this is a Gnome-Shell issue (Not sure if this is the correct 
package to log it against) or an "Idiot User" issue. As I've upgraded this 
system for the past 3 releases (18.02, 18.10 & 19.04 beta) without a clean 
install between upgrades.

  When I reboot, all on screen text is tiny. Icons are normal size but text is 
nearly unreadable. This also effects any text input boxes (i.e. user password)
  Text in "Show Applications" screen is also effected.

  *Workaroud*

  Only work around for the desktop is to go in to "Settings" then
  "Devices" then Adjust the scaling to 200%, hit Apply, then press
  "Revert Changes", this resets the scaling to normal.

  This does not fix the scaling in the "Show Applications" screen.

  Attached images in Scaling_Issues.zip :
  Image of text scaling after reboot : Scaling_Small.png
  Image after the "workaround" to show how it should look like: 
Scaling_Normal.png
  Image of "Show Applications" screen which is still effected : 
Applications_Small.png

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  Date: Sun Mar 31 16:00:21 2019
  DisplayManager: gdm3
  GsettingsChanges:
   b'org.gnome.shell' b'app-picker-view' b'uint32 1'
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.shell' b'enabled-extensions' b"['ubuntu-d...@ubuntu.com', 
'ubuntu-appindicat...@ubuntu.com', 'openweather-extens...@jenslody.de', 
'desktop-icons@csoriano']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-07-09 (264 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to disco on 2019-03-29 (1 days ago)

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

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


[Desktop-packages] [Bug 1822446] Re: [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

2019-03-31 Thread Daniel van Vugt
I have experienced distortion with many brand new cables in the past.
And sometimes it only happens when they are twisted (e.g. a mismatched
connection between 3/4 pin jacks).

Please try some other cables, other headphones, and other jacks if you
have any more.

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

Title:
  [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Sound from youtube in playing firefox is distorted. After waiting a
  half hour the problem went away. i then tried to file a bug report.
  while playing the first set of test tones the test tone played fine
  after it finished the youtube audio was distorted again. then the
  second set of test tones from the troubleshooter played and were
  distorted as well.

  Also in the summary it ended up saying "FRONT" but it is the rear
  green jack on my motherboard that i am plugged into.

  Description:  Ubuntu Disco Dingo (development branch)
  Release:  19.04

  5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64
  x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mike   1833 F pulseaudio
   /dev/snd/pcmC1D0p:   mike   1833 F...m pulseaudio
   /dev/snd/controlC0:  mike   1833 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Mar 30 21:02:38 2019
  InstallationDate: Installed on 2019-03-30 (0 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190329)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic successful
  Symptom_Card: Family 17h (Models 00h-0fh) HD Audio Controller - HD-Audio 
Generic
  Symptom_Jack: Green Headphone Out, Front
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [B450M DS3H, Realtek ALC887-VD, Green Headphone Out, Front] Sound is 
distorted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F4
  dmi.board.asset.tag: Default string
  dmi.board.name: B450M DS3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF4:bd01/25/2019:svnGigabyteTechnologyCo.,Ltd.:pnB450MDS3H:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450MDS3H-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: B450M DS3H
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1822446] Re: [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

2019-03-31 Thread Daniel van Vugt
Although maybe you're not talking about distortion in the same way I am.
It's possible this is bug 1821663 so please try an older kernel version
like 4.18...

https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D

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

Title:
  [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Sound from youtube in playing firefox is distorted. After waiting a
  half hour the problem went away. i then tried to file a bug report.
  while playing the first set of test tones the test tone played fine
  after it finished the youtube audio was distorted again. then the
  second set of test tones from the troubleshooter played and were
  distorted as well.

  Also in the summary it ended up saying "FRONT" but it is the rear
  green jack on my motherboard that i am plugged into.

  Description:  Ubuntu Disco Dingo (development branch)
  Release:  19.04

  5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64
  x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mike   1833 F pulseaudio
   /dev/snd/pcmC1D0p:   mike   1833 F...m pulseaudio
   /dev/snd/controlC0:  mike   1833 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Mar 30 21:02:38 2019
  InstallationDate: Installed on 2019-03-30 (0 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190329)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic successful
  Symptom_Card: Family 17h (Models 00h-0fh) HD Audio Controller - HD-Audio 
Generic
  Symptom_Jack: Green Headphone Out, Front
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [B450M DS3H, Realtek ALC887-VD, Green Headphone Out, Front] Sound is 
distorted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F4
  dmi.board.asset.tag: Default string
  dmi.board.name: B450M DS3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF4:bd01/25/2019:svnGigabyteTechnologyCo.,Ltd.:pnB450MDS3H:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450MDS3H-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: B450M DS3H
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1813846] Re: package ubuntu-mobile-icons (not installed) failed to install/upgrade: error creating symbolic link './usr/share/icons/ubuntu-mobile/status/scalable/nm-signal-25.s

2019-03-31 Thread Launchpad Bug Tracker
[Expired for ubuntu-themes (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: ubuntu-themes (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package ubuntu-mobile-icons (not installed) failed to install/upgrade:
  error creating symbolic link './usr/share/icons/ubuntu-
  mobile/status/scalable/nm-signal-25.svg': No space left on device

Status in ubuntu-themes package in Ubuntu:
  Expired

Bug description:
  Si è verificato un problema durante l'installazione del software.
  Pacchetto: gnome-icon-theme 3.12.0-1ubuntu3

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-mobile-icons (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-101.148-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-101-generic i686
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  Date: Tue Jan 29 23:54:21 2019
  DuplicateSignature: package:ubuntu-mobile-icons:(not installed):error 
creating symbolic link 
'./usr/share/icons/ubuntu-mobile/status/scalable/nm-signal-25.svg': No space 
left on device
  ErrorMessage: error creating symbolic link 
'./usr/share/icons/ubuntu-mobile/status/scalable/nm-signal-25.svg': No space 
left on device
  InstallationDate: Installed on 2014-06-28 (1676 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.5
   apt  1.2.29ubuntu0.1
  SourcePackage: ubuntu-themes
  Title: package ubuntu-mobile-icons (not installed) failed to install/upgrade: 
error creating symbolic link 
'./usr/share/icons/ubuntu-mobile/status/scalable/nm-signal-25.svg': No space 
left on device
  UpgradeStatus: Upgraded to trusty on 2019-01-29 (0 days ago)

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

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


[Desktop-packages] [Bug 1787365] Re: Nautilus hangs when using the location bar

2019-03-31 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Nautilus hangs when using the location bar

Status in nautilus package in Ubuntu:
  Expired

Bug description:
  After updating to 18.04 from 16.04, every time I try to type a
  character that's not a letter or a number in the nautilus location
  bar, like "/" or "~", it hangs.

  Something related to this happens with the calculator. The attachment
  is after opening it over the window where I'm typing this.

  Firefox also just crashed while typing this, so maybe it's also related.
  
https://crash-stats.mozilla.com/report/index/7dd510f7-fbaa-4554-8ccc-0b2530180816

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Thu Aug 16 11:27:37 2018
  DistUpgraded: 2018-08-06 11:31:08,622 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller [103c:1497]
  InstallationDate: Installed on 2016-05-30 (808 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  MachineType: Hewlett-Packard HP Compaq 6200 Pro SFF PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic 
root=UUID=06ad5aeb-7d23-4cb7-8bda-fc035ae54b4b ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to bionic on 2018-08-06 (9 days ago)
  dmi.bios.date: 09/20/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: J01 v02.24
  dmi.board.asset.tag: MXL2401SD8
  dmi.board.name: 1497
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: MXL2401SD8
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrJ01v02.24:bd09/20/2013:svnHewlett-Packard:pnHPCompaq6200ProSFFPC:pvr:rvnHewlett-Packard:rn1497:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.family: 103C_53307F G=D
  dmi.product.name: HP Compaq 6200 Pro SFF PC
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  xserver.bootTime: Thu Aug 16 10:39:21 2018
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.6-1ubuntu4
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1784552] Re: can not launch nautilus (files) from dock/sidebar

2019-03-31 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  can not launch nautilus (files) from dock/sidebar

Status in nautilus package in Ubuntu:
  Expired

Bug description:
  can not launch nautilus (files) from dock/sidebar.

  Launching from terminal is fine but launching from the sidebar or the
  applications overview results in spinner spinning for a minute or more
  and nautilus never launches.  I can launch it from a terminal.  This
  persists over reboots.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: nautilus 1:3.26.3-0ubuntu4
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 30 23:18:34 2018
  InstallationDate: Installed on 2018-07-06 (24 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:

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

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


[Desktop-packages] [Bug 1759714] Re: [nvidia] Xorg suddenly starts to consume 100% CPU, apparently triggered by Chrome

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

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

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

Title:
  [nvidia] Xorg suddenly starts to consume 100% CPU, apparently
  triggered by Chrome

Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  I navigated to a website in Chrome (linledIn.com) and both Chrome and
  Xorg started consuming around 100% CPU each (one was actually
  significantly above 100% but I can't remember which one).

  Then I closed Chrome entirely (and I check there was no Chrome process
  left), but Xorg kept consuming around 100% CPU. No other process was.

  I closed all applications I had opened, but nothing stopped Xorg from
  consuming around 100% CPU while nobody was doing nothing. I had to
  kill Xorg.

  It might have been a complete coincidence that Xorg's crazy CPU usage
  started when I opened that website in Chrome, or it might actually
  have been caused by it, even by a bug in Chrome. But even if that is
  the case, if an application can cause Xorg to consume 100% CPU and
  then not stop even after the application has been closed, that is a
  bug in Xorg.

  
  Also, something quite similar happens to me very often:
  sometimes I open Google Maps in Chrome and (not every time, far from it), the 
same as described above happens, that is, both Chrome and Xorg start consuming 
a lot of CPU. However, in those cases, usually when I close Chrome, Xorg's CPU 
consumptions goes back to normal (and then I'm able to reopen Chrome and 
everything works normally).
  This was the first time that Xorg's abnormal CPU consumption persisted after 
closing Chrome which seemed to have triggered it.

  
  I'm not sure whether the two cases are actually caused by the same issue or 
not.

  I know I'm providing little information but this is all I have.

  Note that the issue is critical.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98
  Uname: Linux 4.4.0-116-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.104  Thu Sep 14 17:13:13 
PDT 2017
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Mar 29 00:50:20 2018
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] 3rd Gen Core processor Graphics 
Controller [1025:0647]
   NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 
620M/625M/630M/720M] [10de:1140] (rev a1) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] GeForce 710M [1025:0691]
  InstallationDate: Installed on 2013-10-11 (1629 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: Acer Aspire V3-571G
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic.efi.signed 
root=UUID=5830b30e-69e8-4bb4-8a2b-bc2b43c7414a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA50_HC_CR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.07
  dmi.modalias: 
dmi:bvnAcer:bvrV2.07:bd10/15/2012:svnAcer:pnAspireV3-571G:pvrV2.07:rvnAcer:rnVA50_HC_CR:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.07:
  dmi.product.name: Aspire V3-571G
  dmi.product.version: V2.07
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.83-1~16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~16.04.1
  version.nvidia-graphics-drivers: nvidia-grap

[Desktop-packages] [Bug 1759714] Re: [nvidia] Xorg suddenly starts to consume 100% CPU, apparently triggered by Chrome

2019-03-31 Thread Launchpad Bug Tracker
[Expired for nvidia-graphics-drivers-340 (Ubuntu) because there has been
no activity for 60 days.]

** Changed in: nvidia-graphics-drivers-340 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [nvidia] Xorg suddenly starts to consume 100% CPU, apparently
  triggered by Chrome

Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  I navigated to a website in Chrome (linledIn.com) and both Chrome and
  Xorg started consuming around 100% CPU each (one was actually
  significantly above 100% but I can't remember which one).

  Then I closed Chrome entirely (and I check there was no Chrome process
  left), but Xorg kept consuming around 100% CPU. No other process was.

  I closed all applications I had opened, but nothing stopped Xorg from
  consuming around 100% CPU while nobody was doing nothing. I had to
  kill Xorg.

  It might have been a complete coincidence that Xorg's crazy CPU usage
  started when I opened that website in Chrome, or it might actually
  have been caused by it, even by a bug in Chrome. But even if that is
  the case, if an application can cause Xorg to consume 100% CPU and
  then not stop even after the application has been closed, that is a
  bug in Xorg.

  
  Also, something quite similar happens to me very often:
  sometimes I open Google Maps in Chrome and (not every time, far from it), the 
same as described above happens, that is, both Chrome and Xorg start consuming 
a lot of CPU. However, in those cases, usually when I close Chrome, Xorg's CPU 
consumptions goes back to normal (and then I'm able to reopen Chrome and 
everything works normally).
  This was the first time that Xorg's abnormal CPU consumption persisted after 
closing Chrome which seemed to have triggered it.

  
  I'm not sure whether the two cases are actually caused by the same issue or 
not.

  I know I'm providing little information but this is all I have.

  Note that the issue is critical.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98
  Uname: Linux 4.4.0-116-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.104  Thu Sep 14 17:13:13 
PDT 2017
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Mar 29 00:50:20 2018
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] 3rd Gen Core processor Graphics 
Controller [1025:0647]
   NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 
620M/625M/630M/720M] [10de:1140] (rev a1) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] GeForce 710M [1025:0691]
  InstallationDate: Installed on 2013-10-11 (1629 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: Acer Aspire V3-571G
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic.efi.signed 
root=UUID=5830b30e-69e8-4bb4-8a2b-bc2b43c7414a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA50_HC_CR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.07
  dmi.modalias: 
dmi:bvnAcer:bvrV2.07:bd10/15/2012:svnAcer:pnAspireV3-571G:pvrV2.07:rvnAcer:rnVA50_HC_CR:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.07:
  dmi.product.name: Aspire V3-571G
  dmi.product.version: V2.07
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.83-1~16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~16.04.1
  version.nvid

[Desktop-packages] [Bug 1792424] Re: Left panel flickers like crazy during several seconds after deleting a bunch of files

2019-03-31 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Left panel flickers like crazy during several seconds after deleting a
  bunch of files

Status in nautilus package in Ubuntu:
  Expired

Bug description:
  I have no idea if there are some requirements to trigger this issue,
  so I don't know whether you'll be able to reproduce it by just
  following my steps.

  Anyway, I can reproduce it 100% of the times:

  1. Open some folder in Nautilus
  2. Select a few files. Make sure you select quite a few
  3. Delete them by pressing the DEL key

  Expected:
  Nothing, a part from the files being deleted and disappearing from the 
displayed folder contents.

  Observed:
  During a few seconds after you hit Delete (I guess the time it takes to move 
the files to Trash and do some associated action, which by the way I don't know 
what it is that can take so long when deleting just a handful of files), the 
items in the list of shortcuts in the left panel (see screenshot) start 
flickering frantically, like crazy. It's pathetic.

  It looks like the item called "Networks", just below "Trash",
  disappears and reappears several times very quickly, causing all the
  items below it to move down and up, hence the flickering.

  Obviously it makes no sense.

  Note: there's nothing wrong to be appreciated in my screenshot, it
  just indicates where the flickering happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-135.161-generic 4.4.140
  Uname: Linux 4.4.0-135-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 13 19:24:36 2018
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'190'
   b'org.gnome.nautilus.window-state' b'geometry' b"'1044x767+374+165'"
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']"
  InstallationDate: Installed on 2013-10-11 (1797 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1570464] Re: Firefox powerpc webm dont play ... bug in html5 player

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

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

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

Title:
  Firefox powerpc webm dont play ... bug in html5 player

Status in firefox package in Ubuntu:
  Expired

Bug description:
  If i try to open a video eg from youtube  the webm in html5 player dont take 
the right resolution (all format is 0x0@24)
  and the video dont play ...  i been attached an image hope will explain 
better the issue

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 45.0.2+build1-0ubuntu1
  Uname: Linux 4.6.0-rc3-cyrus-lb ppc64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: powerpc
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  amigaone   4900 F pulseaudio
  BuildID: 20160414070010
  Channel: Unavailable
  CurrentDesktop: MATE
  Date: Thu Apr 14 18:12:13 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2016-03-05 (40 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Alpha powerpc (20160302)
  IpRoute:
   default via 192.168.1.1 dev enP1p4s4  proto static  metric 100 
   192.168.1.0/24 dev enP1p4s4  proto kernel  scope link  src 192.168.1.2  
metric 100
  Locales: extensions.sqlite corrupt or missing
  Plugins:
   IcedTea-Web Plugin (using IcedTea-Web 1.6.2 (1.6.2-2ubuntu1)) - 
/usr/lib/jvm/java-8-openjdk-powerpc/jre/lib/ppc/IcedTeaPlugin.so 
(icedtea-8-plugin)
   Shockwave Flash - /usr/lib/gnash/libgnashplugin.so (browser-plugin-gnash)
   Gnome Shell Integration - 
/usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so (gnome-shell)
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=45.0.2/20160414070010 (In use)
  RelatedPackageVersions:
   icedtea-8-plugin 1.6.2-2ubuntu1
   browser-plugin-gnash 0.8.11~git20160109-1build1
   gnome-shell  3.18.4-0ubuntu3
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 988779] Re: drag-and-drop in bookmarks not possible - copy/paste works

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

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

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

Title:
  drag-and-drop in bookmarks not possible - copy/paste works

Status in firefox package in Ubuntu:
  Expired

Bug description:
  i saved a new bookmark with CTRL+D into an directory 'daily'.

  from there, i wanted to sort them new but that failed and the new
  bookmark was shifted into the directory above (which is directly into
  the bookmark menu)

  now i tried to drag and drop it from there into the directory but
  every time i get right from the arrow in the bookmarks list, the
  underneath directory fades away and it is not possible to sort them
  with the drag and drop methode!

  If i mark the bookmark and work with cut and paste it works...


  Xubuntu 11.10
  Linux ubuntu 3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
   Firefox 11.0+build1-0ubuntu0.11.10.1

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 11.0+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Uname: Linux 3.0.0-17-generic x86_64
  NonfreeKernelModules: fglrx
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  frank  2389 F xfce4-volumed
   /dev/snd/controlC0:  frank  2389 F xfce4-volumed
frank  2429 F pulseaudio
  BuildID: 20120310010316
  CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
 Mixer name : 'Realtek ALC889A'
 Components : 'HDA:10ec0885,1458a102,00100101'
 Controls  : 39
 Simple ctrls  : 22
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfdffc000 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]
  Channel: release
  Date: Thu Apr 26 11:46:07 2012
  ForcedLayersAccel: False
  IncompatibleExtensions:
   Leo Search - ID={c666c018-6409-4479-afa3-68e4129e7eff}, Version=1.1.0, 
minVersion=3.5, maxVersion=8.*, Location=app-profile, Type=extension, Active=Yes
   NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, Version=2.3.8, 
minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, Type=extension, 
Active=Yes
  InstallationMedia: Xubuntu 10.04.2 "Lucid Lynx" - Release amd64 (20110215.1)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 
1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   vboxnet0  no wireless extensions.
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=11.0/20120310010316 (Running)
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to oneiric on 2012-03-26 (31 days ago)
  WifiSyslog:
   
  dmi.bios.date: 07/08/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F7c
  dmi.board.name: GA-MA790GP-UD4H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF7c:bd07/08/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA790GP-UD4H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA790GP-UD4H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA790GP-UD4H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1609369] Re: Files randomly disappearing and reappearing in file managers

2019-03-31 Thread Launchpad Bug Tracker
[Expired for nemo (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Files randomly disappearing and reappearing in file managers

Status in Ubuntu GNOME:
  Expired
Status in nautilus package in Ubuntu:
  Invalid
Status in nemo package in Ubuntu:
  Expired

Bug description:
  I have got the most strange problem, I downloaded 4 images yesterday,
  then cut and paste them using Nautilus into a sub-folder of my
  Documents area. I then closed Nautilus and went on with my normal
  business.

  However later on I needed to send the images to someone so I went into
  the folder with the images using Nautilus, but they weren't there. And
  this is where it gets even stranger, the images show up, though not
  their thumbnails, when I use Firefox's file chooser for instance, or
  another program's file chooser, in fact if I open the Image Viewer and
  then use its file chooser to find them I can open and view them
  perfectly fine.

  The other odd thing is that Nautilus half knows they are there,
  because my first reaction was to think that my computer just ate them
  somehow, so I redownloaded them, and pasted them into the folder where
  the previous ones should have been. Nautilus asked me if I wanted to
  replace the old with the new and it even showed me the correct
  thumbnails this time.

  I am also able to see that the files are present in Terminal using
  commands such as ls and tree, I can also cat the contents so the files
  are readable and everything.

  Here is the stat output for one of them:

   stat DSCF2365.jpg
    File: 'DSCF2365.jpg'
    Size: 2213598   Blocks: 4328   IO Block: 4096   regular file
  Device: fc00h/64512d  Inode: 29623172Links: 1
  Access: (0664/-rw-rw-r--)  Uid: ( 1000/  totoro)   Gid: ( 1000/  totoro)
  Access: 2016-08-02 23:39:15.651962645 +0100
  Modify: 2016-08-02 22:51:26.613739542 +0100
  Change: 2016-08-02 23:12:04.540134139 +0100
   Birth: -

  It was suggested to me that this could be because of a filesystem
  error, so I ran fsck on boot and this was the output in syslog:

  Aug  3 10:54:45  kernel: [0.00] Command line: 
BOOT_IMAGE=/vmlinuz-4.4.0-31-generic.efi.signed 
root=/dev/mapper/ubuntu--gnome--vg-root ro noprompt fsck.mode=force
  Aug  3 10:54:45  systemd-fsck[2176]: fsck.fat 3.0.28 
(2015-05-16)
  Aug  3 10:54:45  systemd-fsck[2176]: /dev/sda1: 28 files, 
3120/130812 clusters
  Aug  3 10:54:45  systemd-fsck[2191]: /dev/sda2: 301/62496 
files (22.6% non-contiguous), 129379/249856 blocks
  Aug  3 10:54:45  kernel: [0.00] Kernel command 
line: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic.efi.signed 
root=/dev/mapper/ubuntu--gnome--vg-root ro noprompt fsck.mode=force
  Aug  3 10:55:00  /usr/lib/gdm3/gdm-x-session[3200]: Kernel 
command line: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic.efi.signed 
root=/dev/mapper/ubuntu--gnome--vg-root ro noprompt fsck.mode=force
  Aug  3 10:55:31  /usr/lib/gdm3/gdm-x-session[3341]: Kernel 
command line: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic.efi.signed 
root=/dev/mapper/ubuntu--gnome--vg-root ro noprompt fsck.mode=force

  I will soon do the same checks from a LiveUSB, when I have done that I
  will update this question with the information on how that went. If
  this is useful to anyone the output of lsblk is:

  NAME MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
  sda8:00 465.8G  0 disk
  ├─sda1 8:10   512M  0 part /boot/efi
  ├─sda2 8:20   244M  0 part /boot
  └─sda3 8:30   465G  0 part
    ├─ubuntu--gnome--vg-root   252:00 461.2G  0 lvm  /
    └─ubuntu--gnome--vg-swap_1 252:10   3.9G  0 lvm  [SWAP]
  sr0   11:01  1024M  0 rom

  So I am using LVM. The place to which I downloaded the second batch of
  the same files still shows them (my Downloads folder).

  I tried installing Nemo, but the issue is also present there.

  And there is something even more interesting that I have discovered,
  if I search for the file names using nautilus and nemo, they do come
  up in the search results, their thumbnails show correctly, and I am
  able to open them.

  The output of blkid is:

  /dev/sda1: UUID="9936-E7FF" TYPE="vfat" PARTLABEL="EFI System Partition" 
PARTUUID="8054dcbf-83e1-4d42-bd5c-7a7ec2b5b563"
  /dev/sda2: UUID="a1ee7705-4528-434a-8aca-54486d48093d" TYPE="ext2" 
PARTUUID="56930149-d506-4773-9b31-b9ab1fa3aed8"
  /dev/sda3: UUID="4Fa3uc-So0F-4d6c-ePh9-Eb09-JMl1-30k45r" 
TYPE="LVM2_member" PARTUUID="3816306f-068b-4385-b2a9-a67e320d7b4a"
  /dev/mapper/ubuntu--gnome--vg-root: 
UUID="925

[Desktop-packages] [Bug 886987] Re: Firefox hanging - firefox-bin stops responding

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

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

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

Title:
  Firefox hanging - firefox-bin stops responding

Status in firefox package in Ubuntu:
  Expired

Bug description:
  I cannot determine for sure what is making the browser hang, but Firefox 
hangs regularly with firefox-bin becoming non=responsive. THe message is 
Firefox is a;ready running. At this point you have to kill the pprocess and 
restart. Any help here appreciated. As well as any directions for upgrading 
Firefox to the latest version past 3.6
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  alvey  2148 F pulseaudio
   /dev/snd/pcmC2D0p:   alvey  2148 F...m pulseaudio
   /dev/snd/controlC0:  alvey  2148 F pulseaudio
   /dev/snd/controlC1:  alvey  2148 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'U0xd8c0x0c'/'USB Device 0xd8c:0x0c at usb-:00:1d.0-2, full 
speed'
 Mixer name : 'USB Mixer'
 Components : 'USB0d8c:000c'
 Controls  : 7
 Simple ctrls  : 3
  Card1.Amixer.info:
   Card hw:1 'VX800'/'Microsoft Microsoft LifeCam VX-800 at usb-:00:1d.7-1, 
high speed'
 Mixer name : 'USB Mixer'
 Components : 'USB045e:0766'
 Controls  : 2
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 48
 Mono: Capture 0 [0%] [-27.00dB] [on]
  Card2.Amixer.info:
   Card hw:2 'ICH5'/'Intel ICH5 with AD1985 at irq 17'
 Mixer name : 'Analog Devices AD1985'
 Components : 'AC97a:41445375'
 Controls  : 50
 Simple ctrls  : 35
  CheckboxSubmission: ac4615d99c84e603c781a79712bb89de
  CheckboxSystem: edda5d4f616ca792bf437989cb597002
  DistroRelease: Ubuntu 10.10
  HibernationDevice: RESUME=UUID=ff38bef3-7549-4d19-98a5-40114841164f
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-30-generic 
root=UUID=d212b365-eed7-4cf4-a714-7c0c9270410a ro quiet splash
  ProcEnviron:
   LANGUAGE=en_CA:en
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.35-30.61-generic 2.6.35.13
  Regression: Yes
  RelatedPackageVersions: linux-firmware 1.38.6
  Reproducible: Yes
  RfKill:
   
  Tags: maverick  regression-release needs-upstream-testing
  Uname: Linux 2.6.35-30-generic i686
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lp lpadmin 
netdev plugdev sambashare tape vboxusers video
  dmi.bios.date: 09/24/2004
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1018.004
  dmi.board.name: P4C800-E
  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.:bvr1018.004:bd09/24/2004:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASUSTeKComputerInc.:rnP4C800-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Desktop-packages] [Bug 1005432] Re: Tabs recovery failed when the buffer freeze

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

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

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

Title:
  Tabs recovery failed when the buffer freeze

Status in firefox package in Ubuntu:
  Expired

Bug description:
  I had a lot of tabs opened, a virtual machine working and downloading
  files with jdownloader, then I started the private browsing, and then
  all freeze. I restarted the computer and when I started firefox, my
  previous tabs where anymore there.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 12.0+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-19.33-generic 3.0.27
  Uname: Linux 3.0.0-19-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  henry  1441 F pulseaudio
   /dev/snd/pcmC0D0p:   henry  1441 F...m pulseaudio
  BuildID: 20120423122843
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xdfc0 irq 49'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:10ec0269,104313c7,00100100 
HDA:80862805,80860101,0010'
 Controls  : 18
 Simple ctrls  : 10
  Channel: release
  Date: Mon May 28 10:02:03 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  IpRoute:
   default via 147.32.125.1 dev eth0  proto static 
   147.32.125.0/25 dev eth0  proto kernel  scope link  src 147.32.125.101  
metric 1 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122843 (Running)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/03/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K54C.202
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K54C
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK54C.202:bd11/03/2011:svnASUSTeKComputerInc.:pnK54C:pvr1.0:rvnASUSTeKComputerInc.:rnK54C:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K54C
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

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


[Desktop-packages] [Bug 1609369] Re: Files randomly disappearing and reappearing in file managers

2019-03-31 Thread Launchpad Bug Tracker
[Expired for Ubuntu GNOME because there has been no activity for 60
days.]

** Changed in: ubuntu-gnome
   Status: Incomplete => Expired

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

Title:
  Files randomly disappearing and reappearing in file managers

Status in Ubuntu GNOME:
  Expired
Status in nautilus package in Ubuntu:
  Invalid
Status in nemo package in Ubuntu:
  Expired

Bug description:
  I have got the most strange problem, I downloaded 4 images yesterday,
  then cut and paste them using Nautilus into a sub-folder of my
  Documents area. I then closed Nautilus and went on with my normal
  business.

  However later on I needed to send the images to someone so I went into
  the folder with the images using Nautilus, but they weren't there. And
  this is where it gets even stranger, the images show up, though not
  their thumbnails, when I use Firefox's file chooser for instance, or
  another program's file chooser, in fact if I open the Image Viewer and
  then use its file chooser to find them I can open and view them
  perfectly fine.

  The other odd thing is that Nautilus half knows they are there,
  because my first reaction was to think that my computer just ate them
  somehow, so I redownloaded them, and pasted them into the folder where
  the previous ones should have been. Nautilus asked me if I wanted to
  replace the old with the new and it even showed me the correct
  thumbnails this time.

  I am also able to see that the files are present in Terminal using
  commands such as ls and tree, I can also cat the contents so the files
  are readable and everything.

  Here is the stat output for one of them:

   stat DSCF2365.jpg
    File: 'DSCF2365.jpg'
    Size: 2213598   Blocks: 4328   IO Block: 4096   regular file
  Device: fc00h/64512d  Inode: 29623172Links: 1
  Access: (0664/-rw-rw-r--)  Uid: ( 1000/  totoro)   Gid: ( 1000/  totoro)
  Access: 2016-08-02 23:39:15.651962645 +0100
  Modify: 2016-08-02 22:51:26.613739542 +0100
  Change: 2016-08-02 23:12:04.540134139 +0100
   Birth: -

  It was suggested to me that this could be because of a filesystem
  error, so I ran fsck on boot and this was the output in syslog:

  Aug  3 10:54:45  kernel: [0.00] Command line: 
BOOT_IMAGE=/vmlinuz-4.4.0-31-generic.efi.signed 
root=/dev/mapper/ubuntu--gnome--vg-root ro noprompt fsck.mode=force
  Aug  3 10:54:45  systemd-fsck[2176]: fsck.fat 3.0.28 
(2015-05-16)
  Aug  3 10:54:45  systemd-fsck[2176]: /dev/sda1: 28 files, 
3120/130812 clusters
  Aug  3 10:54:45  systemd-fsck[2191]: /dev/sda2: 301/62496 
files (22.6% non-contiguous), 129379/249856 blocks
  Aug  3 10:54:45  kernel: [0.00] Kernel command 
line: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic.efi.signed 
root=/dev/mapper/ubuntu--gnome--vg-root ro noprompt fsck.mode=force
  Aug  3 10:55:00  /usr/lib/gdm3/gdm-x-session[3200]: Kernel 
command line: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic.efi.signed 
root=/dev/mapper/ubuntu--gnome--vg-root ro noprompt fsck.mode=force
  Aug  3 10:55:31  /usr/lib/gdm3/gdm-x-session[3341]: Kernel 
command line: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic.efi.signed 
root=/dev/mapper/ubuntu--gnome--vg-root ro noprompt fsck.mode=force

  I will soon do the same checks from a LiveUSB, when I have done that I
  will update this question with the information on how that went. If
  this is useful to anyone the output of lsblk is:

  NAME MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
  sda8:00 465.8G  0 disk
  ├─sda1 8:10   512M  0 part /boot/efi
  ├─sda2 8:20   244M  0 part /boot
  └─sda3 8:30   465G  0 part
    ├─ubuntu--gnome--vg-root   252:00 461.2G  0 lvm  /
    └─ubuntu--gnome--vg-swap_1 252:10   3.9G  0 lvm  [SWAP]
  sr0   11:01  1024M  0 rom

  So I am using LVM. The place to which I downloaded the second batch of
  the same files still shows them (my Downloads folder).

  I tried installing Nemo, but the issue is also present there.

  And there is something even more interesting that I have discovered,
  if I search for the file names using nautilus and nemo, they do come
  up in the search results, their thumbnails show correctly, and I am
  able to open them.

  The output of blkid is:

  /dev/sda1: UUID="9936-E7FF" TYPE="vfat" PARTLABEL="EFI System Partition" 
PARTUUID="8054dcbf-83e1-4d42-bd5c-7a7ec2b5b563"
  /dev/sda2: UUID="a1ee7705-4528-434a-8aca-54486d48093d" TYPE="ext2" 
PARTUUID="56930149-d506-4773-9b31-b9ab1fa3aed8"
  /dev/sda3: UUID="4Fa3uc-So0F-4d6c-ePh9-Eb09-JMl1-30k45r" 
TYPE="LVM2_member" PARTUUID="3816306f-068b-4385-b2a9-a67e320d7b4a"
  /dev/mapper/ubuntu--gnome--vg-root: 
UUID="925ad

[Desktop-packages] [Bug 1009201] Re: lagging while scrolling a page.

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

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

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

Title:
  lagging while scrolling a page.

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Firefox doesn't scroll the page properly.

  I may not be able to explain the problem exactly. But here is what
  happens :

  1) Open certain website. For Eg: ubuntuforums.org

  2) Try scroll the page down.

  3) On screen it looks like it is not scrolled but in fact it would have 
scrolled down. Ie It appears like GRAPHIC FREEZE. I say it as graphic freeze 
because I can use the window, for that matter refresh the page etc. 
   This is confirmed after sometime when the page come out that freeze and 
begins to show the new position of page.
    Also it can be confirmed by trying to copy a line or opening a link. 
The link will not be opened because the link would have scrolled to new 
position and after the window comes out of the 'GRAPHIC FREEZE' you can click 
on the link from it new posiiton.

  Also to be noted is that this problem occurs randomly.

  It creates a very jarring experience.

  Looks like problem is with Ubuntu/Unity. Because on linux mint this
  problem is not there

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16
  Uname: Linux 3.2.0-24-generic-pae i686
  NonfreeKernelModules: nvidia
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ram1766 F pulseaudio
  BuildID: 20120423122624
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfe024000 irq 22'
     Mixer name : 'Realtek ALC888'
     Components : 'HDA:10ec0888,1565e601,0011'
     Controls  : 47
     Simple ctrls  : 21
  Channel: release
  Date: Wed Jun  6 01:44:37 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static
   169.254.0.0/16 dev eth0  scope link  metric 1000
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.2  metric 1
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
  RfKill:

  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/16/2008
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: TF7025-M2
  dmi.board.vendor: BIOSTAR Group
  dmi.board.version: 1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: BIOSTAR Group
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/16/2008:svnBIOSTARGroup:pnTF7025-M2:pvr5.0:rvnBIOSTARGroup:rnTF7025-M2:rvr1.0:cvnBIOSTARGroup:ct3:cvr:
  dmi.product.name: TF7025-M2
  dmi.product.version: 5.0
  dmi.sys.vendor: BIOSTAR Group

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

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


[Desktop-packages] [Bug 1094131] Re: download manager shows unrealistic - wrong speeds

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

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

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

Title:
  download manager shows unrealistic - wrong speeds

Status in firefox package in Ubuntu:
  Expired

Bug description:
  The manager shows e.g. +- 350 kB/s but in real it is about +-100kB/s

  I have see it many times by file sharing servers - e.g. ulozto.cz.
  The downloads there with "dashed" speed, but download manager count the 
average speed out of reality. The reported speeds are shown unrealistic stable 
and +- 3x bigger then in reality.

  I have compared it manually with

  $ date;ifconfig eth0;sleep 60;ifconfig eth0;date

  or with 
  $ sudo iptraf -d eth0

  The wrong reported speeds and rest time is possible watch direct at
  download manager - the megabytes are added +- 3x slower then the wrong
  reported speed would transfer.

  [sorry please my English]

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 17.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  Uname: Linux 3.2.0-35-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hugo   1926 F pulseaudio
   /dev/snd/controlC1:  hugo   1926 F pulseaudio
  BuildID: 20121129165506
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xfe50 irq 46'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:10ec0887,1462d740,00100302 
HDA:80862805,80862805,0010'
 Controls  : 50
 Simple ctrls  : 22
  Card1.Amixer.info:
   Card hw:1 'Set'/'C-Media USB Headphone Set at usb-:00:1a.0-1.1, full 
speed'
 Mixer name : 'USB Mixer'
 Components : 'USB0d8c:000c'
 Controls  : 7
 Simple ctrls  : 3
  Channel: Unavailable
  Date: Thu Dec 27 22:18:32 2012
  EcryptfsInUse: Yes
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120401)
  IpRoute:
   default via 10.6.6.138 dev eth0  proto static 
   10.6.6.0/24 dev eth0  proto kernel  scope link  src 10.6.6.1  metric 1 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   217.31.204.130 via 10.6.6.138 dev eth0  proto static 
   217.31.204.131 via 10.6.6.138 dev eth0  proto static
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MarkForUpload: True
  MostRecentCrashID: bp-6e241775-d19d-4802-9833-0ae9c2120419
  PrefSources:
   prefs.js
   [Profile]/extensions/dns...@nic.cz/defaults/preferences/dnssec.js
   
[Profile]/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults/preferences/prefs-dwhelper.js
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=cs_CZ.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=17.0.1/20121129165506 (In use)
  RelatedPackageVersions:
   icedtea-6-plugin  1.2-2ubuntu1.3
   rhythmbox-mozilla 2.96-0ubuntu4.2
   totem-mozilla 3.0.1-0ubuntu21.1
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs: bp-6e241775-d19d-4802-9833-0ae9c2120419
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/04/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H61MA-E35 (MS-7740)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.0:bd08/04/2011:svnMSI:pnMS-7740:pvr1.0:rvnMSI:rnH61MA-E35(MS-7740):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7740
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 998333] Re: firefox does not support color and cursor

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

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

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

Title:
  firefox does not support color and cursor

Status in firefox package in Ubuntu:
  Expired

Bug description:
  when i open google everything is in black color appears and hand
  cursor does not appear when i point the cursor at any link

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kumar  1832 F pulseaudio
  BuildID: 20120423122624
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'ICH5'/'Intel ICH5 with ALC655 at irq 17'
 Mixer name : 'Realtek ALC655 rev 0'
 Components : 'AC97a:414c4760'
 Controls  : 41
 Simple ctrls  : 26
  Channel: release
  Date: Sat May 12 11:00:55 2012
  EcryptfsInUse: Yes
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta i386 (20120328)
  IpRoute:
   default via 117.205.144.1 dev ppp0  proto static 
   117.205.144.1 dev ppp0  proto kernel  scope link  src 117.205.147.62 
   169.254.0.0/16 dev ppp0  scope link  metric 1000
  IwConfig:
   ppp0  no wireless extensions.
   
   lono wireless extensions.
   
   eth0  no wireless extensions.
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/05/2006
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: SA86510A.51T.1004.2006.0705.1741
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrSA86510A.51T.1004.2006.0705.1741:bd07/05/2006:svn:pn:pvr:rvn:rn:rvr:cvn:ct2:cvr:

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

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


[Desktop-packages] [Bug 786718] Re: Clicking links in other applications causes Firefox to open new window, doesn't load page

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

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

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

Title:
  Clicking links in other applications causes Firefox to open new
  window, doesn't load page

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  Since I upgraded from Maverick to Natty, Firefox will no longer load
  webpages when links are clicked in an external application.  Rather
  than the page being loaded in a new tab (after starting Firefox if
  necessary), it opens a new window and displays the default homepage.
  The exception seems to be clicking links in Thunderbird, whereupon
  Firefox tries to load http://www.%f.com/ in a new tab (or window if
  not already running).  The only work around for this seems to be
  copying links and pasting them into Firefox's address bar.

  I'd use the new 'ubuntu-bug -w' method of reporting a bug, but as it
  requires opening the web browser after the report is generated, the
  chances are good that it might not work.  I'll supply other
  information if necessary (and if I can figure out how to get the
  required information).

  Version of Ubuntu: 11.04 64-bit (upgraded from 10.10 64-bit)
  Firefox package: 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
  Desktop Environment: Gnome Classic
  Kernel Version: 2.6.38-8-generic
  GNOME Version: 2.32.1
  Language: English

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

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


[Desktop-packages] [Bug 1160453] Re: The "Plugin Finder Service" checking never ends on a live USB key

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

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

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

Title:
  The "Plugin Finder Service" checking never ends on a live USB key

Status in firefox package in Ubuntu:
  Expired

Bug description:
  1. Create a live USB key with a 13.04 daily build.
  2. Boot on it and click on "Try Ubuntu"
  3. Wait for the desktop to show and connect to the Internet
  4. Launch Firefox and go to http://www.youtube.com/
  5. Firefox will prompt "Additional plugins are required to display all the 
media on this page"
  6. Click on "Install Missing Plugins..."
  7. Firefox will prompt a new window called "Plugin Finder Service" saying : 
  - "Welcome to the Plugin Finder Service 2"
  - "Firefox is now checking for available plugins..."

  What happens : the Plugin Finder Service keeps running without finding 
anything,
  What should happen : the Plugin Finder Service should find the plugin and 
install it, or prompt that it cannot find it.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: firefox 19.0.2+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
  Uname: Linux 3.8.0-14-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.9.2-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 4842 F pulseaudio
ubuntu 6711 F pulseaudio
   /dev/snd/controlC0:  ubuntu 4842 F pulseaudio
ubuntu 6711 F pulseaudio
  BuildID: 20130308124411
  CasperVersion: 1.330
  Channel: Unavailable
  Date: Tue Mar 26 15:48:25 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.0.254 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.1  metric 9
  LiveMediaBuild: Ubuntu 13.04 "Raring Ringtail" - Alpha i386 (20130326)
  MarkForUpload: True
  Plugins:
   VLC Multimedia Plugin (compatible Videos 3.6.3) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   Windows Media Player Plug-in 10 (compatible; Videos) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources: prefs.js
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=19.0.2/20130308124411 (In use)
  RelatedPackageVersions:
   totem-mozilla 3.6.3-0ubuntu4
   rhythmbox-mozilla 2.98-0ubuntu3
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/28/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K52JU.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K52JU
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK52JU.203:bd10/28/2010:svnASUSTeKComputerInc.:pnK52JU:pvr1.0:rvnASUSTeKComputerInc.:rnK52JU:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K52JU
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

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


[Desktop-packages] [Bug 955184] Re: firefox is maximized when switching between workspace

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

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

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

Title:
  firefox is maximized when switching between workspace

Status in firefox package in Ubuntu:
  Expired

Bug description:
  When switching between workspaces, firefox is maximized all the time.
  This also happens when clicking on the firefox icon from the unity sidebar

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 11.0+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  richard2313 F pulseaudio
   /dev/snd/pcmC0D0p:   richard2313 F...m pulseaudio
  BuildID: 20120313141247
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xe312 irq 49'
 Mixer name : 'Realtek ALC268'
 Components : 'HDA:10ec0268,8086,0013'
 Controls  : 22
 Simple ctrls  : 11
  Channel: release
  Date: Wed Mar 14 15:01:17 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, 
Version=2.3.2, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, 
Type=extension, Active=Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  IpRoute:
   default via 145.248.90.1 dev eth0  proto static 
   145.248.8.0/22 dev eth0  proto kernel  scope link  src 145.248.10.99 
   145.248.88.0/22 dev eth0  proto kernel  scope link  src 145.248.91.17  
metric 1 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  IwConfig:
   lono wireless extensions.
   
   virbr0no wireless extensions.
   
   eth0  no wireless extensions.
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=11.0/20120313141247 (Running)
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-03-06 (8 days ago)
  dmi.bios.date: 12/09/2010
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: JOQ3510J.86A.1143.2010.1209.0048
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DQ35JO
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD82085-801
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrJOQ3510J.86A.1143.2010.1209.0048:bd12/09/2010:svn:pn:pvr:rvnIntelCorporation:rnDQ35JO:rvrAAD82085-801:cvn:ct3:cvr:

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

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


[Desktop-packages] [Bug 1177696] Re: Icons on "being-written" pdf files don't update to reflect that they have been written

2019-03-31 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Icons on "being-written" pdf files don't update to reflect that they
  have been written

Status in nautilus package in Ubuntu:
  Expired

Bug description:
  See screenhsot.  PDF files should show the thumbnail once they have
  been written, and the little "clock" icon while they are still being
  parsed.  The clock icon remains for hours.

  http://i.imgur.com/jHnWdo4.png

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

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


[Desktop-packages] [Bug 998616] Re: Active persons MSN Messenger in Hotmail still loading ...

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

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

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

Title:
  Active persons MSN Messenger in Hotmail still loading ...

Status in firefox package in Ubuntu:
  Expired

Bug description:
  When using Firefox 12.0 and the 14.0a2 the Active persons online on MSN 
Messenger within Hotmail are still not showing as active but keeps informing as 
¨loading in¨
  This has been working in previous versions before.

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

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


[Desktop-packages] [Bug 364999] Re: duplicate messages reloaded in thunderbird

2019-03-31 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  duplicate messages reloaded in thunderbird

Status in thunderbird package in Ubuntu:
  Expired

Bug description:
  Binary package hint: thunderbird

  When thunderbird is already opened
  and i launch it a second time
  then it starts to reload messages from the server
  which were already downloaded and stored on my local thunderbird mailbox
  (I dont delete the messages on the server automaticly -but manually from time 
to time- 
  when I load new messages from the server .

  Therefor I get multiple duplicate messages (marked as unread) in my mailbox,
  which I have to delete manually

  ProblemType: Bug
  Architecture: i386
  Date: Tue Apr 21 23:39:38 2009
  Dependencies:
   
  DistroRelease: Ubuntu 8.04
  NonfreeKernelModules: nvidia
  Package: mozilla-thunderbird None [modified: 
/var/lib/dpkg/info/mozilla-thunderbird.list]
  PackageArchitecture: all
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  Uname: Linux 2.6.24-23-generic i686

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

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


[Desktop-packages] [Bug 586764] Re: Prolonged startup when loading last sessions open tabs

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

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

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

Title:
  Prolonged startup when loading last sessions open tabs

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  To reproduce (on my machine):
  1. Open the following tabs:
  http://123.211.249.153/
  
http://www.nestle.com/InvestorRelations/SharesADRsBonds/ShareAndADRprice/StockQuote.htm
  
http://quote.morningstar.com/Stock/s.aspx?t=PINX:NSRGY&culture=en-US®ion=USA&r=11505&byrefresh=yes
  http://www.nytimes.com/pages/business/index.html

  2. Close browser

  3. Restart computer and browser

  The problem occurs now, the tabs attempt to open, but all tabs get
  stuck at loading, and say 'loading'. Even waiting for a long time does
  not seem to result in the pages loading.

  To fix, if I close the browser, and then restart, all the tabs load
  very quickly.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  Architecture: amd64
  Date: Fri May 28 20:38:34 2010
  EcryptfsInUse: Yes
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu4
   firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
   firefox-branding 3.6.3+nobinonly-0ubuntu4
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427.1)
  ProcEnviron:
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 670676] Re: after closing firefox when in full screen mode (F11), all desktop gnome elements are still hidden, both main and side bar

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

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

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

Title:
  after closing firefox when in full screen mode (F11), all desktop
  gnome elements are still hidden, both main and side bar

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  after closing firefox when in full screen mode (F11), all desktop
  gnome elements are still hidden, both main and side bar

  Ubuntu 10.10 Netbook edition
  package version
  firefox:
Installato: 3.6.12+build1+nobinonly-0ubuntu0.10.10.1
Candidato:  3.6.12+build1+nobinonly-0ubuntu0.10.10.1
Tabella versione:
   *** 3.6.12+build1+nobinonly-0ubuntu0.10.10.1 0
  500 http://it.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 
Packages
  500 http://security.ubuntu.com/ubuntu/ maverick-security/main i386 
Packages
  100 /var/lib/dpkg/status
   3.6.10+build1+nobinonly-0ubuntu3 0
  500 http://it.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: firefox 3.6.12+build1+nobinonly-0ubuntu0.10.10.1
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  Date: Wed Nov  3 23:17:51 2010
  FirefoxPackages:
   firefox 3.6.12+build1+nobinonly-0ubuntu0.10.10.1
   firefox-gnome-support 3.6.12+build1+nobinonly-0ubuntu0.10.10.1
   firefox-branding 3.6.12+build1+nobinonly-0ubuntu0.10.10.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 
(20101007)
  ProcEnviron:
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 597855] Re: Cursor stays as busy cursor after launching Firefox

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

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

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

Title:
  Cursor stays as busy cursor after launching Firefox

Status in firefox package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  When you launch Firefox, if you move the cursor off the Firefox
  application window it will appear as a busy cursor long after Firefox
  has finished loading.  This is similar to a bug with Thunderbird.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  Architecture: i386
  Date: Wed Jun 23 14:01:56 2010
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu4
   firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
   firefox-branding 3.6.3+nobinonly-0ubuntu4
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: firefox

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

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


Re: [Desktop-packages] [Bug 1822446] Re: [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

2019-03-31 Thread Mike
Thank you. I don't know if you know anything about guitar but it sounds
like a distortion pedal was activated. Overdriven sound. The volume was low
and I was watching a YouTube video in firefox. It started the distorted
sound in the middle of the video. I paused it then left. Came back about a
half hour later hit play and it played fine. It has done this only twice.
Again, thanks for the help and thanks for Ubuntu.

On Mon, Apr 1, 2019, 12:25 AM Daniel van Vugt 
wrote:

> Although maybe you're not talking about distortion in the same way I am.
> It's possible this is bug 1821663 so please try an older kernel version
> like 4.18...
>
> https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1822446
>
> Title:
>   [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted
>
> Status in pulseaudio package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Sound from youtube in playing firefox is distorted. After waiting a
>   half hour the problem went away. i then tried to file a bug report.
>   while playing the first set of test tones the test tone played fine
>   after it finished the youtube audio was distorted again. then the
>   second set of test tones from the troubleshooter played and were
>   distorted as well.
>
>   Also in the summary it ended up saying "FRONT" but it is the rear
>   green jack on my motherboard that i am plugged into.
>
>   Description:  Ubuntu Disco Dingo (development branch)
>   Release:  19.04
>
>   5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64
>   x86_64 x86_64 GNU/Linux
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 19.04
>   Package: pulseaudio 1:12.2-2ubuntu1
>   ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
>   Uname: Linux 5.0.0-8-generic x86_64
>   ApportVersion: 2.20.10-0ubuntu23
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC1:  mike   1833 F pulseaudio
>/dev/snd/pcmC1D0p:   mike   1833 F...m pulseaudio
>/dev/snd/controlC0:  mike   1833 F pulseaudio
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sat Mar 30 21:02:38 2019
>   InstallationDate: Installed on 2019-03-30 (0 days ago)
>   InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190329)
>   ProcEnviron:
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   SourcePackage: pulseaudio
>   Symptom: audio
>   Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic
> successful
>   Symptom_Card: Family 17h (Models 00h-0fh) HD Audio Controller - HD-Audio
> Generic
>   Symptom_Jack: Green Headphone Out, Front
>   Symptom_PulsePlaybackTest: PulseAudio playback test failed
>   Symptom_Type: Digital clip or distortion, or "overdriven" sound
>   Title: [B450M DS3H, Realtek ALC887-VD, Green Headphone Out, Front] Sound
> is distorted
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 01/25/2019
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: F4
>   dmi.board.asset.tag: Default string
>   dmi.board.name: B450M DS3H-CF
>   dmi.board.vendor: Gigabyte Technology Co., Ltd.
>   dmi.board.version: x.x
>   dmi.chassis.asset.tag: Default string
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Default string
>   dmi.chassis.version: Default string
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvrF4:bd01/25/2019:svnGigabyteTechnologyCo.,Ltd.:pnB450MDS3H:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450MDS3H-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
>   dmi.product.family: Default string
>   dmi.product.name: B450M DS3H
>   dmi.product.sku: Default string
>   dmi.product.version: Default string
>   dmi.sys.vendor: Gigabyte Technology Co., Ltd.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1822446/+subscriptions
>

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

Title:
  [B450M DS3H, Realtek ALC887-VD] Sound is occasionally distorted

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Sound from youtube in playing firefox is distorted. After waiting a
  half hour the problem went away. i then tried to file a bug report.
  while playing the first set of test tones the test tone played fine
  after it finished the youtube audio was distorted again. then the
  second set of test tones from the troubleshooter played and were
  distorted as well.

  Also in the summary it ended up saying "FRONT" but it is the rear
  green jack on my motherboard that i am plugged into.

  Description:  Ubuntu Disco Dingo (development branch)
  Release:  19.04

  5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64
  x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  Dis

[Desktop-packages] [Bug 1822478] Re: All on screen text is tiny. Icons are normal size but text is nearly unreadable.

2019-03-31 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
   Importance: Undecided => High

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

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

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Confirmed

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

** Tags added: regression-update

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

Title:
  All on screen text is tiny. Icons are normal size but text is nearly
  unreadable.

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Triaged

Bug description:
  Recently upgraded to Disco beta.

  Running a 1080p screen at 100% scaling.

  uname -a  :
  Linux giga 5.0.0-8-generic #9-Ubuntu SMP Tue Mar 12 21:58:11 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

  Graphics card : GeForce GT 710/PCIe/SSE2
  Drivers version:  Nvidia-Driver-418

  
  Not 100% sure this is a Gnome-Shell issue (Not sure if this is the correct 
package to log it against) or an "Idiot User" issue. As I've upgraded this 
system for the past 3 releases (18.02, 18.10 & 19.04 beta) without a clean 
install between upgrades.

  When I reboot, all on screen text is tiny. Icons are normal size but text is 
nearly unreadable. This also effects any text input boxes (i.e. user password)
  Text in "Show Applications" screen is also effected.

  *Workaroud*

  Only work around for the desktop is to go in to "Settings" then
  "Devices" then Adjust the scaling to 200%, hit Apply, then press
  "Revert Changes", this resets the scaling to normal.

  This does not fix the scaling in the "Show Applications" screen.

  Attached images in Scaling_Issues.zip :
  Image of text scaling after reboot : Scaling_Small.png
  Image after the "workaround" to show how it should look like: 
Scaling_Normal.png
  Image of "Show Applications" screen which is still effected : 
Applications_Small.png

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  Date: Sun Mar 31 16:00:21 2019
  DisplayManager: gdm3
  GsettingsChanges:
   b'org.gnome.shell' b'app-picker-view' b'uint32 1'
   b'org.gnome.shell' b'favorite-apps' redacted by apport
   b'org.gnome.shell' b'enabled-extensions' b"['ubuntu-d...@ubuntu.com', 
'ubuntu-appindicat...@ubuntu.com', 'openweather-extens...@jenslody.de', 
'desktop-icons@csoriano']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-07-09 (264 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to disco on 2019-03-29 (1 days ago)

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

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


[Desktop-packages] [Bug 1822528] [NEW] Can't access plasma-browser integration from snap

2019-03-31 Thread Sherif
Public bug reported:

Plasma Integration plugin can't access plasma-browser-integration, after
installing Firefox from Snap.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: firefox (not installed)
ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Apr  1 06:19:02 2019
InstallationDate: Installed on 2019-04-01 (0 days ago)
InstallationMedia: Kubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

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

Title:
  Can't access plasma-browser integration from snap

Status in firefox package in Ubuntu:
  New

Bug description:
  Plasma Integration plugin can't access plasma-browser-integration,
  after installing Firefox from Snap.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: firefox (not installed)
  ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr  1 06:19:02 2019
  InstallationDate: Installed on 2019-04-01 (0 days ago)
  InstallationMedia: Kubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1354739] Re: [System Product Name, Realtek ALC662 rev1, Green Line Out, Rear] No sound at all

2019-03-31 Thread Daniel van Vugt
Please try uninstalling 'timidity' and all 'timidity' related packages.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [System Product Name, Realtek ALC662 rev1, Green Line Out, Rear] No
  sound at all

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  Sound stops after fast forwarding/progressing in the VLC media player.
  It stops for all applications.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic i686
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anirban2143 F pulseaudio
  Date: Sun Aug 10 01:37:22 2014
  InstallationDate: Installed on 2014-07-09 (31 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anirban2143 F pulseaudio
   /dev/snd/seq:timidity   1576 F timidity
  Symptom_Jack: Green Line Out, Rear
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [System Product Name, Realtek ALC662 rev1, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/10/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0412
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5KPL-AM/PS
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 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.:bvr0412:bd06/10/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-AM/PS:rvrx.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/1354739/+subscriptions

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


[Desktop-packages] [Bug 1702821] Re: [Inspiron 5559, Intel ID 2809, Digital Out, HDMI] No sound at all

2019-03-31 Thread Daniel van Vugt
Please try uninstalling 'timidity' and all 'timidity' related packages.
Then reboot.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [Inspiron 5559, Intel ID 2809, Digital Out, HDMI] No sound at all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  Description:  Ubuntu 12.04.5 LTS
  Release:  12.04

  N: Unable to locate package pkgname

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-117.164~precise1-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-117-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-117-generic.
  ApportVersion: 2.0.1-0ubuntu17.15
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC255 Analog [ALC255 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mahmoud2157 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xd222 irq 142'
 Mixer name : 'Intel ID 2809'
 Components : 'HDA:10ec0255,102806b2,0012 
HDA:80862809,80860101,0010'
 Controls  : 24
 Simple ctrls  : 9
  Date: Fri Jul  7 07:10:47 2017
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  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:PCH failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   2157  1616  mahmoud   F pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Inspiron 5559, Intel ID 2809, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.3
  dmi.board.name: 0K64R6
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.3:bd11/20/2015:svnDellInc.:pnInspiron5559:pvr:rvnDellInc.:rn0K64R6:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5559
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1702821] Re: [Inspiron 5559, Intel ID 2809, Digital Out, HDMI] No sound at all

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  [Inspiron 5559, Intel ID 2809, Digital Out, HDMI] No sound at all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  Description:  Ubuntu 12.04.5 LTS
  Release:  12.04

  N: Unable to locate package pkgname

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-117.164~precise1-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-117-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-117-generic.
  ApportVersion: 2.0.1-0ubuntu17.15
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC255 Analog [ALC255 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mahmoud2157 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xd222 irq 142'
 Mixer name : 'Intel ID 2809'
 Components : 'HDA:10ec0255,102806b2,0012 
HDA:80862809,80860101,0010'
 Controls  : 24
 Simple ctrls  : 9
  Date: Fri Jul  7 07:10:47 2017
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  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:PCH failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   2157  1616  mahmoud   F pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Inspiron 5559, Intel ID 2809, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.3
  dmi.board.name: 0K64R6
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.3:bd11/20/2015:svnDellInc.:pnInspiron5559:pvr:rvnDellInc.:rn0K64R6:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5559
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1746585] Re: [Latitude E6420, IDT 92HD90BXX, Black Headphone Out, Left] No sound at all

2019-03-31 Thread Daniel van Vugt
Please try uninstalling 'timidity' and all 'timidity' related packages.
Then reboot.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [Latitude E6420, IDT 92HD90BXX, Black Headphone Out, Left] No sound at
  all

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  Speakers and HDMI sound work fine, only headphones not working. I went
  through all of the steps on

  https://help.ubuntu.com/community/SoundTroubleshootingProcedure
  https://help.ubuntu.com/community/SoundTroubleshooting
  and
  https://wiki.ubuntu.com/DebuggingSoundProblems

  and submitted this report with ubuntu-bug -s audio

  Some possibly relevant information: This installation of Ubuntu was
  originally installed on a Dell Inspiron 15, but I cloned the partition
  onto an SSD that I installed on the Latitude 6420. It is the Latitude
  that is affected, the headphones work fine on the Inspiron.

  Let me know if any more information is required.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.13.0-32.35~16.04.1-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   rviertel   2881 F...m pulseaudio
   /dev/snd/controlC0:  rviertel   2881 F pulseaudio
    rviertel   4589 F alsamixer
  CurrentDesktop: Unity
  Date: Wed Jan 31 12:22:17 2018
  InstallationDate: Installed on 2015-04-27 (1009 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   rviertel   2881 F...m pulseaudio
   /dev/snd/controlC0:  rviertel   2881 F pulseaudio
    rviertel   4589 F alsamixer
   /dev/snd/seq:timidity   1191 F timidity
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: No sound at all
  Title: [Latitude E6420, IDT 92HD90BXX, Black Headphone Out, Left] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/11/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0K0DNP
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/11/2011:svnDellInc.:pnLatitudeE6420:pvr01:rvnDellInc.:rn0K0DNP:rvrA02:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6420
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1598008] Re: [Veriton M200-H110, Realtek ALC662 rev3, Speaker, Internal] No sound at all

2019-03-31 Thread Daniel van Vugt
Please try uninstalling 'timidity' and all 'timidity' related packages.
Then reboot.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [Veriton M200-H110, Realtek ALC662 rev3, Speaker, Internal] No sound
  at all

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  my sound is not coming

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 2014 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul  1 11:44:29 2016
  InstallationDate: Installed on 2016-06-30 (0 days ago)
  InstallationMedia: Ubuntu-Linux-14.04-eCommittee 14.04 - Release amd64
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 2014 F pulseaudio
   /dev/snd/seq:timidity   1325 F timidity
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [Veriton M200-H110, Realtek ALC662 rev3, Speaker, Internal] No sound 
at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/22/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A02
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: H110-M1
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A02:bd03/22/2016:svnAcer:pnVeritonM200-H110:pvr:rvnPEGATRONCORPORATION:rnH110-M1:rvr:cvnPEGATRONCORPORATION:ct3:cvr:
  dmi.product.name: Veriton M200-H110
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1249050] Re: [ICH4 - Intel ICH6, playback] No sound at all

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Won't Fix

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

Title:
  [ICH4 - Intel ICH6, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  no sound while playing a movie in 
  Movie player

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marac  1926 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC655 at irq 21'
 Mixer name : 'Realtek ALC655 rev 0'
 Components : 'AC97a:414c4760'
 Controls  : 41
 Simple ctrls  : 26
  Date: Thu Nov  7 19:02:45 2013
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=hr_HR.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:ICH6 successful
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_DevicesInUse:
   1926  1401/dev/snd/controlC0:  marac F pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [ICH4 - Intel ICH6, playback] No sound at all
  UpgradeStatus: Upgraded to precise on 2012-08-28 (436 days ago)
  dmi.bios.date: 07/28/2005
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.04
  dmi.board.name: Morar
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.asset.tag: None
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.04:bd07/28/2005:svnAcer:pnTravelMate2410:pvr0100:rvnAcer:rnMorar:rvrRev:cvnAcer:ct10:cvrN/A:
  dmi.product.name: TravelMate 2410
  dmi.product.version: 0100
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1229473] Re: iMac5, 1, SigmaTel STAC9221 A1, White Speaker, Internal No sound at all

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Won't Fix

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

Title:
   iMac5,1, SigmaTel STAC9221 A1, White Speaker, Internal  No sound at
  all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  No sound, i don't know the origin or why it started, i don't rtemeber
  of any even causing the problem ...

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-52.78-generic 3.2.48
  Uname: Linux 3.2.0-52-generic i686
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  benji 12814 F pulseaudio
   /dev/snd/pcmC0D1p:   benji 12814 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0x9050 irq 45'
 Mixer name : 'SigmaTel STAC9221 A1'
 Components : 'HDA:83847680,106b1700,00103401'
 Controls  : 24
 Simple ctrls  : 13
  Date: Mon Sep 23 18:36:15 2013
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
  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:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   12814  1420/dev/snd/controlC0:  benji F pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Jack: White Speaker, Internal
  Symptom_Type: No sound at all
  Title: [iMac5,1, SigmaTel STAC9221 A1, White Speaker, Internal] No sound at 
all
  UpgradeStatus: Upgraded to precise on 2013-07-07 (78 days ago)
  dmi.bios.date: 06/27/07
  dmi.bios.vendor: Apple Computer, Inc.
  dmi.bios.version: IM51.88Z.0090.B09.0706270921
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Mac-F4228EC8
  dmi.board.vendor: Apple Computer, Inc.
  dmi.board.version: DVT
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 13
  dmi.chassis.vendor: Apple Computer, Inc.
  dmi.chassis.version: Mac-F4228EC8
  dmi.modalias: 
dmi:bvnAppleComputer,Inc.:bvrIM51.88Z.0090.B09.0706270921:bd06/27/07:svnAppleComputer,Inc.:pniMac5,1:pvr1.0:rvnAppleComputer,Inc.:rnMac-F4228EC8:rvrDVT:cvnAppleComputer,Inc.:ct13:cvrMac-F4228EC8:
  dmi.product.name: iMac5,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Computer, Inc.

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

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


[Desktop-packages] [Bug 1377404] Re: [Latitude 3540, Realtek ALC283, Black Headphone Out, Left] No sound at all

2019-03-31 Thread Daniel van Vugt
Please try uninstalling 'timidity' and all 'timidity' related packages.
Then reboot.

** Bug watch removed: freedesktop.org Bugzilla #81580
   https://bugs.freedesktop.org/show_bug.cgi?id=81580

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

Title:
  [Latitude 3540, Realtek ALC283, Black Headphone Out, Left] No sound at
  all

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This bug manifested itself only recently (kernel update?).  I have
  sound through the internal speakers but nothing (except occasional
  clicks) through the headphones.  'What device did you plug in?' dialog
  appearing fine, headphones show up in sound preferences, test sounds
  not audible.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ajp109 2262 F pulseaudio
ajp109 3563 F audacity
   /dev/snd/pcmC0D0c:   ajp109 2262 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Sat Oct  4 10:19:17 2014
  InstallationDate: Installed on 2014-02-01 (244 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140201)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ajp109 2262 F pulseaudio
ajp109 3563 F audacity
   /dev/snd/pcmC0D0c:   ajp109 2262 F...m pulseaudio
   /dev/snd/seq:timidity   1224 F timidity
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: No sound at all
  Title: [Latitude 3540, Realtek ALC283, Black Headphone Out, Left] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/12/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 02RKKX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A04
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd11/12/2013:svnDellInc.:pnLatitude3540:pvrA04:rvnDellInc.:rn02RKKX:rvrA00:cvnDellInc.:ct8:cvrA04:
  dmi.product.name: Latitude 3540
  dmi.product.version: A04
  dmi.sys.vendor: Dell Inc.
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2014-09-19T21:53:03.868459

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

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


[Desktop-packages] [Bug 1252468] Re: [VPCF13Z1E, Realtek ALC275, Speaker, Internal] No sound at all

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Won't Fix

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

Title:
  [VPCF13Z1E, Realtek ALC275, Speaker, Internal] No sound at all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  I did not hear sound in my Firefox browser

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC275 Analog [ALC275 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  claude 2591 F pulseaudio
   /dev/snd/controlC0:  claude 2591 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xea20 irq 64'
 Mixer name : 'Realtek ALC275'
 Components : 'HDA:10ec0275,104d4f00,0015'
 Controls  : 24
 Simple ctrls  : 13
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xe308 irq 17'
 Mixer name : 'Nvidia GPU 14 HDMI/DP'
 Components : 'HDA:10de0014,104d4f00,00100100'
 Controls  : 24
 Simple ctrls  : 4
  Date: Mon Nov 18 21:40:38 2013
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   2591  2591  1844  claudeF pulseaudio
   /dev/snd/controlC0:  claudeF pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [VPCF13Z1E, Realtek ALC275, Speaker, Internal] No sound at all
  UpgradeStatus: Upgraded to precise on 2012-04-27 (570 days ago)
  dmi.bios.date: 10/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0190Y9
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0190Y9:bd10/20/2010:svnSonyCorporation:pnVPCF13Z1E:pvrC6069N8D:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCF13Z1E
  dmi.product.version: C6069N8D
  dmi.sys.vendor: Sony Corporation
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-05-11T16:27:16.996839

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

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


[Desktop-packages] [Bug 1206327] Re: [iMac5, 1, SigmaTel STAC9221 A1, White Speaker, Internal] No sound at all

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Won't Fix

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

Title:
  [iMac5,1, SigmaTel STAC9221 A1, White Speaker, Internal] No sound at
  all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  I was using audacy to record some sounds. I could listen to it though my 
headphones/
  I exported the sound into MP3 and unplugged my headphones. 
  When i tryied to play the sound in audacity or in rhythmbox, i was not 
working.
  youtube doies not work either.
  retarting the computer i have tjhe usual tones from the ubuntuy start.
  but it does not fix it.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic i686
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  benji  2178 F audacity
benji  3498 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0x9050 irq 45'
 Mixer name : 'SigmaTel STAC9221 A1'
 Components : 'HDA:83847680,106b1700,00103401'
 Controls  : 24
 Simple ctrls  : 13
  CurrentDmesg:
   [   28.281529] usbcore: registered new interface driver btusb
   [   29.187799] init: plymouth-stop pre-start process (1200) terminated with 
status 1
   [   44.376033] eth1: no IPv6 routers present
  Date: Mon Jul 29 21:09:16 2013
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
  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:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   2178  3498  1197  benji F audacity
benji F pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Jack: White Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [iMac5,1, SigmaTel STAC9221 A1, White Speaker, Internal] No sound at 
all
  UpgradeStatus: Upgraded to precise on 2013-07-07 (23 days ago)
  dmi.bios.date: 06/27/07
  dmi.bios.vendor: Apple Computer, Inc.
  dmi.bios.version: IM51.88Z.0090.B09.0706270921
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Mac-F4228EC8
  dmi.board.vendor: Apple Computer, Inc.
  dmi.board.version: DVT
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 13
  dmi.chassis.vendor: Apple Computer, Inc.
  dmi.chassis.version: Mac-F4228EC8
  dmi.modalias: 
dmi:bvnAppleComputer,Inc.:bvrIM51.88Z.0090.B09.0706270921:bd06/27/07:svnAppleComputer,Inc.:pniMac5,1:pvr1.0:rvnAppleComputer,Inc.:rnMac-F4228EC8:rvrDVT:cvnAppleComputer,Inc.:ct13:cvrMac-F4228EC8:
  dmi.product.name: iMac5,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Computer, Inc.

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

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


[Desktop-packages] [Bug 1048368] Re: [M68MT-S2P, Realtek ALC889, Pink Mic, Rear] No sound at all

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Won't Fix

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

Title:
  [M68MT-S2P, Realtek ALC889, Pink Mic, Rear] No sound at all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  My soundcard is an ASUS Xonar DG. My mic won't work; it's not muted
  but it appears to be disabled in hardware somehow. I've checked and
  rebooted into Windows, where the mic works fine. I'm pretty sure I've
  got the right drivers installed but I'm new to Linux so I could be
  mistaken.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nilescalder   1940 F pulseaudio
   /dev/snd/pcmC1D0c:   nilescalder   1940 F...m pulseaudio
   /dev/snd/controlC2:  nilescalder   1940 F pulseaudio
   /dev/snd/controlC0:  nilescalder   1940 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfe024000 irq 22'
 Mixer name : 'Realtek ALC889'
 Components : 'HDA:10ec0889,1458a002,0014'
 Controls  : 37
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'DG'/'C-Media Oxygen HD Audio at 0xbc00, irq 16'
 Mixer name : 'CMI8786'
 Components : 'CS4245 CMI8786'
 Controls  : 15
 Simple ctrls  : 10
  Card2.Amixer.info:
   Card hw:2 'Generic'/'HD-Audio Generic at 0xfddfc000 irq 42'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sun Sep  9 20:45:08 2012
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:NVidia failed
  Symptom_Card: Built-in Audio - HDA NVidia
  Symptom_DevicesInUse:
   1940  1940  1940  1940  1342  nilescalder  F pulseaudio
   /dev/snd/pcmC1D0c:   nilescalder  F...m pulseaudio
   /dev/snd/controlC2:  nilescalder  F pulseaudio
   /dev/snd/controlC0:  nilescalder  F pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Jack: Pink Mic, Rear
  Symptom_Type: No sound at all
  Title: [M68MT-S2P, Realtek ALC889, Pink Mic, Rear] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/24/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F1
  dmi.board.name: M68MT-S2P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd12/24/2010:svnGigabyteTechnologyCo.,Ltd.:pnM68MT-S2P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnM68MT-S2P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: M68MT-S2P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1083629] Re: [HDA-Intel - HDA Intel, playback] No sound at all/no picture

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Won't Fix

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

Title:
  [HDA-Intel - HDA Intel, playback] No sound at all/no picture

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  I use ubuntu  and i get no picture and no sound all these questions
  are greek to me

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: VT1708B 8-Ch Analog [VT1708B 8-Ch 
Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gerald 1855 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfe978000 irq 43'
 Mixer name : 'VIA VT1708B 8-Ch'
 Components : 'HDA:1106e721,104382ea,00100100'
 Controls  : 46
 Simple ctrls  : 21
  CheckboxSubmission: 3c9bb32ca7dc5052379221606ba1ba1c
  CheckboxSystem: fd6c484c0b5d20a2f1cd036ef0f63975
  Date: Tue Nov 27 09:50:33 2012
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   1855  1343  geraldF pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [HDA-Intel - HDA Intel, playback] No sound at all
  UpgradeStatus: Upgraded to precise on 2012-08-31 (87 days ago)
  dmi.bios.date: 03/11/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0606
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5KPL-CM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.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.:bvr0606:bd03/11/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-CM:rvrx.xx: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/1083629/+subscriptions

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


[Desktop-packages] [Bug 998424] Re: [Aspire 5820TZG, Realtek ALC271X, Speaker, Internal] No sound at all

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  [Aspire 5820TZG, Realtek ALC271X, Speaker, Internal] No sound at all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  It should be surround or dolby or stereo but none of them works.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC271X Analog [ALC271X Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  kobbe  2687 F pulseaudio
   /dev/snd/controlC0:  kobbe  2687 F pulseaudio
   /dev/snd/pcmC0D0p:   kobbe  2687 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xdc50 irq 44'
 Mixer name : 'Realtek ALC271X'
 Components : 'HDA:10ec0269,1025035d,00100100'
 Controls  : 24
 Simple ctrls  : 13
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xdc42 irq 45'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sat May 12 14:31:29 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   2687  2687  2687  2285  kobbe F pulseaudio
   /dev/snd/controlC0:  kobbe F pulseaudio
   /dev/snd/pcmC0D0p:   kobbe F...m pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [Aspire 5820TZG, Realtek ALC271X, Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.23
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JM51_CP
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.23:bd12/21/2010:svnAcer:pnAspire5820TZG:pvrV1.23:rvnAcer:rnJM51_CP:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire 5820TZG
  dmi.product.version: V1.23
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1284466] Re: [Inspiron 1420, SigmaTel STAC9228, Speaker, Internal] No sound at all

2019-03-31 Thread Daniel van Vugt
Please try uninstalling 'timidity' and all 'timidity' related packages.
Then reboot.


** Bug watch removed: Linux Kernel Bug Tracker #66621
   https://bugzilla.kernel.org/show_bug.cgi?id=66621

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

Title:
  [Inspiron 1420, SigmaTel STAC9228, Speaker, Internal] No sound at all

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  For a few years sound did not work on this laptop. Sometime during the
  13.10 release cycle the problem was fixed in the kernel. Now in the
  14.04 after a kernel update sound no longer works. I'm not 100% sure
  which kernel update broke sound. I will try to install some of the
  older kernels and track it down.

  Alsa and PulseAudio both show that the sound is turned all the way up,
  but no sound plays and the sound tests fail to make any noise too.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic i686
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  david  3312 F pulseaudio
  CurrentDesktop: LXDE
  Date: Tue Feb 25 01:01:28 2014
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1907 F pulseaudio
david  3312 F pulseaudio
   /dev/snd/seq:timidity   1585 F timidity
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [Inspiron 1420, SigmaTel STAC9228, Speaker, Internal] No sound at all
  UpgradeStatus: Upgraded to trusty on 2013-12-29 (58 days ago)
  dmi.bios.date: 12/19/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0DT492
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd12/19/2008:svnDellInc.:pnInspiron1420:pvr:rvnDellInc.:rn0DT492:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1420
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1035782] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD75B3X5, Speaker, Internal] No sound at all

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Won't Fix

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

Title:
  [HP Pavilion dv6 Notebook PC, IDT 92HD75B3X5, Speaker, Internal] No
  sound at all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  After updating to 12.04 64-bit no sound can be played.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bryan  1947 F pulseaudio
   /dev/snd/pcmC0D0c:   bryan  1947 F...m pulseaudio
   /dev/snd/pcmC0D0p:   bryan  1947 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xda50 irq 49'
 Mixer name : 'Intel Cantiga HDMI'
 Components : 'HDA:111d7603,103c3627,00100202 
HDA:11c11040,103c137e,00100200 HDA:80862802,80860101,0010'
 Controls  : 29
 Simple ctrls  : 14
  Date: Sat Aug 11 22:18:44 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110920)
  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:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   1947  1947  1947  1463/dev/snd/controlC0:  bryan F pulseaudio
   /dev/snd/pcmC0D0c:   bryan F...m pulseaudio
   /dev/snd/pcmC0D0p:   bryan F...m pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [HP Pavilion dv6 Notebook PC, IDT 92HD75B3X5, Speaker, Internal] No 
sound at all
  UpgradeStatus: Upgraded to precise on 2012-04-11 (122 days ago)
  dmi.bios.date: 11/12/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.41
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3627
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 18.50
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.41:bd11/12/2009:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvrRev1:rvnHewlett-Packard:rn3627:rvr18.50:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 992523] Re: [VIA8237 - VIA 8237, playback] No sound at all

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  [VIA8237 - VIA 8237, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  Just upgraded to 12:04

  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-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom6716 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'V8237'/'VIA 8237 with CMI9761A+ at 0xe400, irq 22'
 Mixer name : 'C-Media Electronics CMI9761A+'
 Components : 'AC97a:434d4983'
 Controls  : 41
 Simple ctrls  : 30
  CurrentDmesg:
   [  963.657051] totem[6859]: segfault at 0 ip 7f6e3029a936 sp 
7fff50c19ab0 error 4 in libtotem.so.0.0.0[7f6e30242000+71000]
   [ 1031.109041] vlc[6842]: segfault at 8 ip 7fee7add5f4b sp 
7fffacaa8158 error 4 in libQtDBus.so.4.8.1[7fee7ad92000+7b000]
   [ 1038.150948] totem[7330]: segfault at 0 ip 7f8a38a1f936 sp 
7fff973d0f50 error 4 in libtotem.so.0.0.0[7f8a389c7000+71000]
  Date: Tue May  1 11:48:09 2012
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:V8237 failed
  Symptom_Card: Built-in Audio - VIA 8237
  Symptom_DevicesInUse:
   6716  2015/dev/snd/controlC0:  tom   F pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Type: No sound at all
  Title: [VIA8237 - VIA 8237, playback] No sound at all
  UpgradeStatus: Upgraded to precise on 2012-05-01 (0 days ago)
  dmi.bios.date: 10/14/2005
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.80
  dmi.board.asset.tag: 
  dmi.board.name: K8Upgrade-VM800
  dmi.board.version: 1.00
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.80:bd10/14/2005:svn:pnK8Upgrade-VM800:pvr1.00:rvn:rnK8Upgrade-VM800:rvr1.00:
  dmi.product.name: K8Upgrade-VM800
  dmi.product.version: 1.00

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

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


[Desktop-packages] [Bug 992679] Re: [Intel Q45 Desktop, Analog Devices AD1882, Green Line Out, Rear] No sound at all - hda_codec: Too many connections 32 for NID 0x23

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 11.10 (oneiric) reached end-of-life on May 9, 2013.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.


** Changed in: alsa-driver (Ubuntu)
   Status: New => Won't Fix

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

Title:
  [Intel Q45 Desktop, Analog Devices AD1882, Green Line Out, Rear] No
  sound at all - hda_codec: Too many connections 32 for NID 0x23

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  This has worked fine for a long time, but has just quit.  I've
  restarted, no effect.  The first set of test tones work fine, but the
  second set don't.  I've tried playing basic WAV files using playsound,
  and got nothing.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: pulseaudio 1:1.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-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-0ubuntu4
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  chrisg 2549 F pulseaudio
chrisg 2760 F mixer_applet2
chrisg 5544 F mate-volume-con
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd062 irq 47'
 Mixer name : 'Analog Devices AD1882'
 Components : 'HDA:11d41882,80861003,00100300'
 Controls  : 41
 Simple ctrls  : 24
  Date: Tue May  1 10:51:18 2012
  ProcEnviron:
   LC_COLLATE=POSIX
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Internal Audio - HDA Intel
  Symptom_DevicesInUse:
   2549  2760  1352  chrisgF pulseaudio
chrisgF mixer_applet2
   /dev/snd/seq:timidity  F timidity
  Symptom_Jack: Green Line Out, Rear
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: No sound at all
  Title: [Intel Q45 Desktop, Analog Devices AD1882, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: Upgraded to oneiric on 2011-11-12 (171 days ago)
  dmi.bios.date: 07/24/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: CBQ4510H.86A.0093.2009.0724.1353
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DQ45CB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE30148-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrCBQ4510H.86A.0093.2009.0724.1353:bd07/24/2009:svnSi:pnIntelQ45Desktop:pvr:rvnIntelCorporation:rnDQ45CB:rvrAAE30148-207:cvn:ct3:cvr:
  dmi.product.name: Intel Q45 Desktop
  dmi.sys.vendor: Si

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

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


[Desktop-packages] [Bug 982890] Re: Constant Audio Hiss - driving me out of my mind

2019-03-31 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 11.10 (oneiric) reached end-of-life on May 9, 2013.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.


** Changed in: alsa-driver (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Constant Audio Hiss - driving me out of my mind

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  I just upgraded Unbutu from 10.1 (i think this is correct) to 10.4 to
  11.10. My audio has been working for years. However after upgrading to
  11.10 I get a constant hiss out of the speakers. I tried everything I
  can think of short of a fresh install. There seems to be a number of
  people with the same problem. If is all it would take to fix this is a
  new card I would do that but I dont know of a really compatiable sound
  card.

  apt-cache policy pkgname  -> N: Unable to locate package pkgname

  
  My system is uses GeForce 9400 GT/PCIe/SSE2 and onboard audio.

  aplay --list-devices
   List of PLAYBACK Hardware Devices 
  card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0

  Why aplay --list-devices gives two identical results is puzzling to
  me.

  Another strange thing that I found is alsamixer comes up for the most
  part garbled. I can email someone a screen shot if they like. What I
  can see from the the top of the AlsaMixer screen (coppied from the
  terminal):

  AlsaMixer v1.0.24.2 q�� Card: HDA Intel F1:  Help �� Chip: Realtek
  ALC662 rev1 F2:  System information �� View: F3:[Playback] F4: Capture
  F5: All F6:  Select sound card  �� Item: Master [dB gain: -15.00]

  Im sure that somewhere along the line it must be my fault but I dont
  know what else to do. The hiss is almost like listening to someone
  scratching a chalkboard; at least I can trun on the mute and it stops.
  The sound is present no matter what sould level I change it to.
  Another strange effect is that when I do adjust the sound level it
  goes through a series of up and down pitches. I can still hear audio
  play but it is overlayed by the hiss. I also tried moving my cables
  around (testing for interference) and tried diffrent headphones but
  they all produce the same effect.

  So please let me know what other information you might need. Thanks for all 
your hard work!
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ant1953 F pulseaudio
   /dev/snd/seq:timidity   1584 F timidity
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf9ffc000 irq 43'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,10192639,00100101'
 Controls  : 34
 Simple ctrls  : 21
  DistroRelease: Ubuntu 11.10
  NonfreeKernelModules: nvidia
  Package: alsa-driver (not installed)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic-pae 3.0.22
  PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: 
No PulseAudio daemon running, or not running as session daemon.
  PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 
1: No PulseAudio daemon running, or not running as session daemon.
  Tags:  oneiric
  Uname: Linux 3.0.0-17-generic-pae i686
  UpgradeStatus: Upgraded to oneiric on 2012-04-15 (1 days ago)
  UserGroups: root
  dmi.bios.date: 06/29/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080014
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: G31T-M
  dmi.board.vendor: ECS
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: ECS
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080014:bd06/29/2007:svnECS:pnG31T-M:pvr1.0:rvnECS:rnG31T-M:rvr1.0:cvnECS:ct3:cvr1.0:
  dmi.product.name: G31T-M
  dmi.product.version: 1.0
  dmi.sys.vendor: ECS

To manage notifications abo

  1   2   >