[Desktop-packages] [Bug 2062031] [NEW] Periodically Sound intermittantly working on 24.04

2024-04-17 Thread Stephen Waines
Public bug reported:

Hello,

I have 24.04 development branch on my tower pc and I notice last night
sometimes the sound doesnt work

I ran journalctl and heres my log
Apr 09 22:07:13 Tower-PC kernel: Linux version 6.5.0-27-generic (buildd@lcy02-a>
Apr 09 22:07:13 Tower-PC kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-2>
Apr 09 22:07:13 Tower-PC kernel: KERNEL supported cpus:
Apr 09 22:07:13 Tower-PC kernel:   Intel GenuineIntel
Apr 09 22:07:13 Tower-PC kernel:   AMD AuthenticAMD
Apr 09 22:07:13 Tower-PC kernel:   Hygon HygonGenuine
Apr 09 22:07:13 Tower-PC kernel:   Centaur CentaurHauls
Apr 09 22:07:13 Tower-PC kernel:   zhaoxin   Shanghai
Apr 09 22:07:13 Tower-PC kernel: BIOS-provided physical RAM map:
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0x-0x0>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0x0010-0xb>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0xbae21000-0xb>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0xbb10d000-0xb>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0xbb11d000-0xb>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0xbbe7b000-0xb>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0xbca14000-0xb>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0xbca15000-0xb>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0xbcc18000-0xb>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0xbd043000-0xb>
Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 0xbd7f4000-0xb>

I suspect its a pulseaudio issue i had to install it yesterday bc it was
a dependancy of another app so i will try uninstalling it.

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

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

Title:
  Periodically Sound intermittantly working on 24.04

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Hello,

  I have 24.04 development branch on my tower pc and I notice last night
  sometimes the sound doesnt work

  I ran journalctl and heres my log
  Apr 09 22:07:13 Tower-PC kernel: Linux version 6.5.0-27-generic 
(buildd@lcy02-a>
  Apr 09 22:07:13 Tower-PC kernel: Command line: 
BOOT_IMAGE=/boot/vmlinuz-6.5.0-2>
  Apr 09 22:07:13 Tower-PC kernel: KERNEL supported cpus:
  Apr 09 22:07:13 Tower-PC kernel:   Intel GenuineIntel
  Apr 09 22:07:13 Tower-PC kernel:   AMD AuthenticAMD
  Apr 09 22:07:13 Tower-PC kernel:   Hygon HygonGenuine
  Apr 09 22:07:13 Tower-PC kernel:   Centaur CentaurHauls
  Apr 09 22:07:13 Tower-PC kernel:   zhaoxin   Shanghai
  Apr 09 22:07:13 Tower-PC kernel: BIOS-provided physical RAM map:
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0x-0x0>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0x0010-0xb>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0xbae21000-0xb>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0xbb10d000-0xb>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0xbb11d000-0xb>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0xbbe7b000-0xb>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0xbca14000-0xb>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0xbca15000-0xb>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0xbcc18000-0xb>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0xbd043000-0xb>
  Apr 09 22:07:13 Tower-PC kernel: BIOS-e820: [mem 
0xbd7f4000-0xb>

  I suspect its a pulseaudio issue i had to install it yesterday bc it
  was a dependancy of another app so i will try uninstalling it.

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


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


[Desktop-packages] [Bug 2059817] Re: Image viewer renders SVG improperly

2024-03-29 Thread Stephen T Satchell
In discussing this bug with a friend, he reminded me that, in the "flash
and escape" phototypesetters, when you wanted to change the aspect ratio
of a letterform, you has to set anamorphic magnification.  It appears
that InkScape has a habit of using complex scaling algorithms to effect
this anamorphic magnification.  This could well be confusing some of the
image renderers.  Looking at the XML coding, Inkscape sometimes changes
the font height, then changes Y magnification to compensate.  Sometimes
it doesn't.  This may be the root cause of the bug.

Any road, the issue is that each letterform in a variable-width font has
an image, and a width value (sometimes called "escapement", harkening
back to the days of the spinning-disk optical phototypesetters where the
paradigk was "flash and escape".)  The width values are not being scaled
properly.  This is most likely a simple oversight, and if so it's easy
to fix.

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

Title:
  Image viewer renders SVG improperly

Status in eog package in Ubuntu:
  New

Bug description:
  Image viewer fails to render SVG images with transform matrices that are no 
equal.
  Image fragment that fails:

  https://www.w3.org/2000/svg;>
  
  
  This text has been highly squashed, and should stay in the inner box.
  
  
  

  Expected result: text that has been scaled to fit in a box
  Actual result: individual glyphs are appropriately squished, but 
letterspacing is not.  The letterspacing used appears to be the full-size glyph 
width in the font.

  In another test, where the text is stretched, the individual glyphs
  are appropriately stretched, but letterspacing is not.  The
  letterspacing used appears to be the full-sized (unstretched) glpyh
  width in the font.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: eog 3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-101.111~20.04.1-generic 5.15.143
  Uname: Linux 5.15.0-101-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 29 17:28:27 2024
  InstallationDate: Installed on 2021-06-13 (1020 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: eog
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 2059817] Re: Image viewer renders SVG improperly

2024-03-29 Thread Stephen T Satchell
In further tests, I find that Chrome, Firefox, and LibreOffice Draw
renders the image correctly.  Of course, the image was created in
InkScape, so it's rendering is also as expected.

Dia displays an error when loading the image.  Document Viewer: SVG not
supported.  GIMP screws up exactly the same way.  ImageMagick doesn't
even try to render the text.

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

Title:
  Image viewer renders SVG improperly

Status in eog package in Ubuntu:
  New

Bug description:
  Image viewer fails to render SVG images with transform matrices that are no 
equal.
  Image fragment that fails:

  https://www.w3.org/2000/svg;>
  
  
  This text has been highly squashed, and should stay in the inner box.
  
  
  

  Expected result: text that has been scaled to fit in a box
  Actual result: individual glyphs are appropriately squished, but 
letterspacing is not.  The letterspacing used appears to be the full-size glyph 
width in the font.

  In another test, where the text is stretched, the individual glyphs
  are appropriately stretched, but letterspacing is not.  The
  letterspacing used appears to be the full-sized (unstretched) glpyh
  width in the font.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: eog 3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-101.111~20.04.1-generic 5.15.143
  Uname: Linux 5.15.0-101-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 29 17:28:27 2024
  InstallationDate: Installed on 2021-06-13 (1020 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: eog
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 2025916] Re: command-chain ... not found

2023-07-16 Thread Stephen Gutknecht
This happened to me in recent days. I did routine updates to ubuntu
22.04 and the next time I went to boot the system chromium was not
working. the icon was still on the launcher bar, but it would just spin
loading for 15 or so seconds and do nothing. I started "chromium-
browser" from a terminal shell and saw the error described in this
incident. "Content snap command-chain for /snap/chromium/2529/gnome-
platform/command-chain/desktop-launch not found: ensure slot is
connected"

I never did any add/remove of snap or anything that should have
triggered this. 3 gigabytes of free storage, so disk full during upgrade
didn't happen. Anyway, to fix it: I followed what was mentioned in this
thread `sudo snap install gnome-42-2204` and all back to normal,
including my chromium profile still having the previous content.

I think I did the apt update / apt upgrade on June 30. Maybe there was a
short period where routine updates triggered this problem? No idea.
Thank you for reporting it, as I would never have known about the
gnome-42-2204 snap without this bug report.

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

Title:
  command-chain ... not found

Status in chromium-browser package in Ubuntu:
  Incomplete

Bug description:
  (I'm not familiar with snap, was migrated to it by *buntu for
  chromium-browser)

  Received the usual, well-know notification of having to snap refresh, some 
time given ... 
  Closed chromium and issue the usual 'sudo snap refresh'. It went through, 
without any error indication. Restarting chromium failed, on the command line 
with

  $ chromium-browser 
  Content snap command-chain for 
/snap/chromium/2529/gnome-platform/command-chain/desktop-launch not found: 
ensure slot is connected

  Using Firefox, after some Google I found and tried 
  $ sudo apt install snap --reinstall
  ...
  The following NEW packages will be installed:
snap

  And, no, I did not uninstall it. This is my work laptop, and I do only
  the basic and necessary system administration on it.

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


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


[Desktop-packages] [Bug 2017832] Re: No audio/sound after fresh 23.4 install, only dummy audio

2023-04-27 Thread Stephen Lawrence
Tried with the oldest and newest kernels available in mainline (6.0.0
and 6.3.0).  Same problem.  Same ipc errors in dmesg.

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

Title:
  No audio/sound after fresh 23.4 install, only dummy audio

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Did a fresh install of 23.4 and there is no working audio.  Sound
  settings only show a "dummy output" audio device.

  If I plug headphones into the headphone jack, then a device shows up
  in sound settings:

  "Headphones - Tiger Lake-LP Smart Sound Technology Audio Controller".

  Then, if I try "test" and try to test the speakers, I hear nothing.

  If I open firefox and play a youtube video:

1.  If I have headphones plugged in, I hear the audio over the
  internal speaker, not the headphones.

2.  If I do not have the headphones plugged in, I hear nothing
  (dummy ouput in sound settings).

  
  Pipwire appears to be running:

  steve@steve-chromebook:~$ systemctl --user | grep wire
pipewire-pulse.service  
   loaded active running   PipeWire 
PulseAudio
pipewire.service
   loaded active running   PipeWire 
Multimedia Service
wireplumber.service 
   loaded active running   Multimedia 
Service Session Manager
pipewire-pulse.socket   
   loaded active running   PipeWire 
PulseAudio
pipewire.socket 
   loaded active running   PipeWire 
Multimedia System Socket

  Intel sound drivers appear to be running:

  $ lsmod | grep snd | grep intel
  snd_soc_intel_hda_dsp_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_maxim_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_realtek_common24576  1 snd_soc_sof_rt5682
  snd_sof_pci_intel_tgl16384  0
  snd_sof_intel_hda_common   188416  1 snd_sof_pci_intel_tgl
  soundwire_intel57344  1 snd_sof_intel_hda_common
  snd_sof_intel_hda  24576  1 snd_sof_intel_hda_common
  snd_sof_pci24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_sof_xtensa_dsp 16384  1 snd_sof_intel_hda_common
  snd_sof   311296  6 
snd_soc_sof_rt5682,snd_sof_pci,snd_sof_intel_hda_common,snd_soc_intel_sof_realtek_common,snd_sof_probes,snd_sof_intel_hda
  snd_soc_hdac_hda   24576  1 snd_sof_intel_hda_common
  snd_hda_ext_core   36864  4 
snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_soc_acpi_intel_match77824  2 
snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_soc_acpi   16384  2 
snd_soc_acpi_intel_match,snd_sof_intel_hda_common
  soundwire_bus 110592  5 
regmap_sdw,soundwire_intel,soundwire_generic_allocation,soundwire_cadence,snd_soc_max98373_sdw
  snd_hda_intel  61440  0
  snd_intel_dspcfg   36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
  snd_intel_sdw_acpi 20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
  snd_soc_core  417792  16 
snd_soc_max98373,snd_soc_sof_rt5682,snd_soc_rt5682,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_intel_sof_realtek_common,snd_soc_hdac_hda,snd_soc_max98373_i2c,snd_soc_intel_sof_maxim_common,snd_soc_max98373_sdw,snd_sof_probes,snd_soc_dmic,snd_soc_rt5682s,snd_soc_rt5682_i2c
  snd_hda_codec 204800  5 
snd_hda_codec_hdmi,snd_hda_intel,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_hda_core  139264  9 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_pcm   192512  18 
snd_hda_codec_hdmi,snd_hda_intel,snd_soc_sof_rt5682,snd_soc_rt5682,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_compress,snd_soc_intel_sof_realtek_common,snd_soc_max98373_i2c,snd_soc_core,snd_sof_utils,snd_soc_max98373_sdw,snd_hda_core,snd_soc_rt5682s,snd_pcm_dmaengine
  snd   135168  18 
snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_soc_sof_rt5682,snd_hda_codec,snd_sof,snd_timer,snd_soc_hdac_hdmi,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi

  Alsa info is here:
  http://alsa-project.org/db/?f=ea6f792b4f92dd965494ec53df480554c50c4456

  This info shows some errors in dmesg, but I have no idea if they are
  expected or indicate a problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu7
  

[Desktop-packages] [Bug 2017832] Re: No audio/sound after fresh 23.4 install, only dummy audio

2023-04-27 Thread Stephen Lawrence
Attempted a variety of things that I found on the internet for similar
problems:

Various options to alsa-base.conf (tried them individually):

/etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=auto
options snd-hda-intel model=generic
options snd_sof sof_debug=128
options snd_sof sof_debug=1
(also tried the last 2 in /etc/modprobe.d/sof.conf)


Tried these via grub and also via alsa-base.conf options

   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"
or 
   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_intel_dspcfg.dsp_driver=1 
(and/or with different values, 0-3) 

No improvement with any of these experiments.

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

Title:
  No audio/sound after fresh 23.4 install, only dummy audio

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Did a fresh install of 23.4 and there is no working audio.  Sound
  settings only show a "dummy output" audio device.

  If I plug headphones into the headphone jack, then a device shows up
  in sound settings:

  "Headphones - Tiger Lake-LP Smart Sound Technology Audio Controller".

  Then, if I try "test" and try to test the speakers, I hear nothing.

  If I open firefox and play a youtube video:

1.  If I have headphones plugged in, I hear the audio over the
  internal speaker, not the headphones.

2.  If I do not have the headphones plugged in, I hear nothing
  (dummy ouput in sound settings).

  
  Pipwire appears to be running:

  steve@steve-chromebook:~$ systemctl --user | grep wire
pipewire-pulse.service  
   loaded active running   PipeWire 
PulseAudio
pipewire.service
   loaded active running   PipeWire 
Multimedia Service
wireplumber.service 
   loaded active running   Multimedia 
Service Session Manager
pipewire-pulse.socket   
   loaded active running   PipeWire 
PulseAudio
pipewire.socket 
   loaded active running   PipeWire 
Multimedia System Socket

  Intel sound drivers appear to be running:

  $ lsmod | grep snd | grep intel
  snd_soc_intel_hda_dsp_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_maxim_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_realtek_common24576  1 snd_soc_sof_rt5682
  snd_sof_pci_intel_tgl16384  0
  snd_sof_intel_hda_common   188416  1 snd_sof_pci_intel_tgl
  soundwire_intel57344  1 snd_sof_intel_hda_common
  snd_sof_intel_hda  24576  1 snd_sof_intel_hda_common
  snd_sof_pci24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_sof_xtensa_dsp 16384  1 snd_sof_intel_hda_common
  snd_sof   311296  6 
snd_soc_sof_rt5682,snd_sof_pci,snd_sof_intel_hda_common,snd_soc_intel_sof_realtek_common,snd_sof_probes,snd_sof_intel_hda
  snd_soc_hdac_hda   24576  1 snd_sof_intel_hda_common
  snd_hda_ext_core   36864  4 
snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_soc_acpi_intel_match77824  2 
snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_soc_acpi   16384  2 
snd_soc_acpi_intel_match,snd_sof_intel_hda_common
  soundwire_bus 110592  5 
regmap_sdw,soundwire_intel,soundwire_generic_allocation,soundwire_cadence,snd_soc_max98373_sdw
  snd_hda_intel  61440  0
  snd_intel_dspcfg   36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
  snd_intel_sdw_acpi 20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
  snd_soc_core  417792  16 
snd_soc_max98373,snd_soc_sof_rt5682,snd_soc_rt5682,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_intel_sof_realtek_common,snd_soc_hdac_hda,snd_soc_max98373_i2c,snd_soc_intel_sof_maxim_common,snd_soc_max98373_sdw,snd_sof_probes,snd_soc_dmic,snd_soc_rt5682s,snd_soc_rt5682_i2c
  snd_hda_codec 204800  5 
snd_hda_codec_hdmi,snd_hda_intel,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_hda_core  139264  9 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_pcm   192512  18 

[Desktop-packages] [Bug 2017832] Re: No audio/sound after fresh 23.4 install, only dummy audio

2023-04-27 Thread Stephen Lawrence
I mean 22.04.2 LTS, not 22.03.2 LTS

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

Title:
  No audio/sound after fresh 23.4 install, only dummy audio

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Did a fresh install of 23.4 and there is no working audio.  Sound
  settings only show a "dummy output" audio device.

  If I plug headphones into the headphone jack, then a device shows up
  in sound settings:

  "Headphones - Tiger Lake-LP Smart Sound Technology Audio Controller".

  Then, if I try "test" and try to test the speakers, I hear nothing.

  If I open firefox and play a youtube video:

1.  If I have headphones plugged in, I hear the audio over the
  internal speaker, not the headphones.

2.  If I do not have the headphones plugged in, I hear nothing
  (dummy ouput in sound settings).

  
  Pipwire appears to be running:

  steve@steve-chromebook:~$ systemctl --user | grep wire
pipewire-pulse.service  
   loaded active running   PipeWire 
PulseAudio
pipewire.service
   loaded active running   PipeWire 
Multimedia Service
wireplumber.service 
   loaded active running   Multimedia 
Service Session Manager
pipewire-pulse.socket   
   loaded active running   PipeWire 
PulseAudio
pipewire.socket 
   loaded active running   PipeWire 
Multimedia System Socket

  Intel sound drivers appear to be running:

  $ lsmod | grep snd | grep intel
  snd_soc_intel_hda_dsp_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_maxim_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_realtek_common24576  1 snd_soc_sof_rt5682
  snd_sof_pci_intel_tgl16384  0
  snd_sof_intel_hda_common   188416  1 snd_sof_pci_intel_tgl
  soundwire_intel57344  1 snd_sof_intel_hda_common
  snd_sof_intel_hda  24576  1 snd_sof_intel_hda_common
  snd_sof_pci24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_sof_xtensa_dsp 16384  1 snd_sof_intel_hda_common
  snd_sof   311296  6 
snd_soc_sof_rt5682,snd_sof_pci,snd_sof_intel_hda_common,snd_soc_intel_sof_realtek_common,snd_sof_probes,snd_sof_intel_hda
  snd_soc_hdac_hda   24576  1 snd_sof_intel_hda_common
  snd_hda_ext_core   36864  4 
snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_soc_acpi_intel_match77824  2 
snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_soc_acpi   16384  2 
snd_soc_acpi_intel_match,snd_sof_intel_hda_common
  soundwire_bus 110592  5 
regmap_sdw,soundwire_intel,soundwire_generic_allocation,soundwire_cadence,snd_soc_max98373_sdw
  snd_hda_intel  61440  0
  snd_intel_dspcfg   36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
  snd_intel_sdw_acpi 20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
  snd_soc_core  417792  16 
snd_soc_max98373,snd_soc_sof_rt5682,snd_soc_rt5682,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_intel_sof_realtek_common,snd_soc_hdac_hda,snd_soc_max98373_i2c,snd_soc_intel_sof_maxim_common,snd_soc_max98373_sdw,snd_sof_probes,snd_soc_dmic,snd_soc_rt5682s,snd_soc_rt5682_i2c
  snd_hda_codec 204800  5 
snd_hda_codec_hdmi,snd_hda_intel,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_hda_core  139264  9 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_pcm   192512  18 
snd_hda_codec_hdmi,snd_hda_intel,snd_soc_sof_rt5682,snd_soc_rt5682,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_compress,snd_soc_intel_sof_realtek_common,snd_soc_max98373_i2c,snd_soc_core,snd_sof_utils,snd_soc_max98373_sdw,snd_hda_core,snd_soc_rt5682s,snd_pcm_dmaengine
  snd   135168  18 
snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_soc_sof_rt5682,snd_hda_codec,snd_sof,snd_timer,snd_soc_hdac_hdmi,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi

  Alsa info is here:
  http://alsa-project.org/db/?f=ea6f792b4f92dd965494ec53df480554c50c4456

  This info shows some errors in dmesg, but I have no idea if they are
  expected or indicate a problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu7
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  

[Desktop-packages] [Bug 2017832] Re: No audio/sound after fresh 23.4 install, only dummy audio

2023-04-27 Thread Stephen Lawrence
Here is the dmesg log from 22.03.2 LTS.  The sound works great on that
release.  There are no tx/HW params/AsoC errors as seen in dmesg with
23.04.

[3.608109] sof-audio-pci-intel-tgl :00:1f.3: use msi interrupt mode
[3.632029] sof-audio-pci-intel-tgl :00:1f.3: NHLT table not found
[3.632076] sof-audio-pci-intel-tgl :00:1f.3: hda codecs found, mask 4
[3.633075] sof-audio-pci-intel-tgl :00:1f.3: Firmware info: version 
2:0:0-b678a
[3.633080] sof-audio-pci-intel-tgl :00:1f.3: Firmware: ABI 3:20:0 
Kernel ABI 3:21:0
[3.633085] sof-audio-pci-intel-tgl :00:1f.3: unknown sof_ext_man header 
type 3 size 0x30
[3.727188] sof-audio-pci-intel-tgl :00:1f.3: Firmware info: version 
2:0:0-b678a
[3.727194] sof-audio-pci-intel-tgl :00:1f.3: Firmware: ABI 3:20:0 
Kernel ABI 3:21:0
[3.755011] sof-audio-pci-intel-tgl :00:1f.3: Topology: ABI 3:20:0 
Kernel ABI 3:21:0
[3.755271] sof_rt5682 tgl_mx98373_rt5682: ASoC: Parent card not yet 
available, widget card binding deferred
[3.806335] snd_hda_codec_hdmi ehdaudio0D2: ASoC: sink widget AIF1TX 
overwritten
[3.806345] snd_hda_codec_hdmi ehdaudio0D2: ASoC: source widget AIF1RX 
overwritten
[3.818001] max98373 i2c-MX98373:00: Reset completed (retry:0)
[3.832402] max98373 i2c-MX98373:01: Reset completed (retry:0)
[3.859800] input: sof-rt5682 Headset Jack as 
/devices/pci:00/:00:1f.3/tgl_mx98373_rt5682/sound/card0/input9
[3.859880] input: sof-rt5682 HDMI/DP,pcm=2 as 
/devices/pci:00/:00:1f.3/tgl_mx98373_rt5682/sound/card0/input10
[3.859946] input: sof-rt5682 HDMI/DP,pcm=3 as 
/devices/pci:00/:00:1f.3/tgl_mx98373_rt5682/sound/card0/input11
[3.860059] input: sof-rt5682 HDMI/DP,pcm=4 as 
/devices/pci:00/:00:1f.3/tgl_mx98373_rt5682/sound/card0/input12
[3.860094] input: sof-rt5682 HDMI/DP,pcm=5 as 
/devices/pci:00/:00:1f.3/tgl_mx98373_rt5682/sound/card0/input13

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

Title:
  No audio/sound after fresh 23.4 install, only dummy audio

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Did a fresh install of 23.4 and there is no working audio.  Sound
  settings only show a "dummy output" audio device.

  If I plug headphones into the headphone jack, then a device shows up
  in sound settings:

  "Headphones - Tiger Lake-LP Smart Sound Technology Audio Controller".

  Then, if I try "test" and try to test the speakers, I hear nothing.

  If I open firefox and play a youtube video:

1.  If I have headphones plugged in, I hear the audio over the
  internal speaker, not the headphones.

2.  If I do not have the headphones plugged in, I hear nothing
  (dummy ouput in sound settings).

  
  Pipwire appears to be running:

  steve@steve-chromebook:~$ systemctl --user | grep wire
pipewire-pulse.service  
   loaded active running   PipeWire 
PulseAudio
pipewire.service
   loaded active running   PipeWire 
Multimedia Service
wireplumber.service 
   loaded active running   Multimedia 
Service Session Manager
pipewire-pulse.socket   
   loaded active running   PipeWire 
PulseAudio
pipewire.socket 
   loaded active running   PipeWire 
Multimedia System Socket

  Intel sound drivers appear to be running:

  $ lsmod | grep snd | grep intel
  snd_soc_intel_hda_dsp_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_maxim_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_realtek_common24576  1 snd_soc_sof_rt5682
  snd_sof_pci_intel_tgl16384  0
  snd_sof_intel_hda_common   188416  1 snd_sof_pci_intel_tgl
  soundwire_intel57344  1 snd_sof_intel_hda_common
  snd_sof_intel_hda  24576  1 snd_sof_intel_hda_common
  snd_sof_pci24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_sof_xtensa_dsp 16384  1 snd_sof_intel_hda_common
  snd_sof   311296  6 
snd_soc_sof_rt5682,snd_sof_pci,snd_sof_intel_hda_common,snd_soc_intel_sof_realtek_common,snd_sof_probes,snd_sof_intel_hda
  snd_soc_hdac_hda   24576  1 snd_sof_intel_hda_common
  snd_hda_ext_core   36864  4 
snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_soc_acpi_intel_match77824  2 
snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_soc_acpi   16384  2 
snd_soc_acpi_intel_match,snd_sof_intel_hda_common
  soundwire_bus 110592 

[Desktop-packages] [Bug 2017832] Re: No audio/sound after fresh 23.4 install, only dummy audio

2023-04-27 Thread Stephen Lawrence
May be worth mentioning that I previously was running 22.04 LTS, and the
sound worked just fine on initial install, and through all the updates.

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

Title:
  No audio/sound after fresh 23.4 install, only dummy audio

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Did a fresh install of 23.4 and there is no working audio.  Sound
  settings only show a "dummy output" audio device.

  If I plug headphones into the headphone jack, then a device shows up
  in sound settings:

  "Headphones - Tiger Lake-LP Smart Sound Technology Audio Controller".

  Then, if I try "test" and try to test the speakers, I hear nothing.

  If I open firefox and play a youtube video:

1.  If I have headphones plugged in, I hear the audio over the
  internal speaker, not the headphones.

2.  If I do not have the headphones plugged in, I hear nothing
  (dummy ouput in sound settings).

  
  Pipwire appears to be running:

  steve@steve-chromebook:~$ systemctl --user | grep wire
pipewire-pulse.service  
   loaded active running   PipeWire 
PulseAudio
pipewire.service
   loaded active running   PipeWire 
Multimedia Service
wireplumber.service 
   loaded active running   Multimedia 
Service Session Manager
pipewire-pulse.socket   
   loaded active running   PipeWire 
PulseAudio
pipewire.socket 
   loaded active running   PipeWire 
Multimedia System Socket

  Intel sound drivers appear to be running:

  $ lsmod | grep snd | grep intel
  snd_soc_intel_hda_dsp_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_maxim_common20480  1 snd_soc_sof_rt5682
  snd_soc_intel_sof_realtek_common24576  1 snd_soc_sof_rt5682
  snd_sof_pci_intel_tgl16384  0
  snd_sof_intel_hda_common   188416  1 snd_sof_pci_intel_tgl
  soundwire_intel57344  1 snd_sof_intel_hda_common
  snd_sof_intel_hda  24576  1 snd_sof_intel_hda_common
  snd_sof_pci24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_sof_xtensa_dsp 16384  1 snd_sof_intel_hda_common
  snd_sof   311296  6 
snd_soc_sof_rt5682,snd_sof_pci,snd_sof_intel_hda_common,snd_soc_intel_sof_realtek_common,snd_sof_probes,snd_sof_intel_hda
  snd_soc_hdac_hda   24576  1 snd_sof_intel_hda_common
  snd_hda_ext_core   36864  4 
snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_soc_acpi_intel_match77824  2 
snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
  snd_soc_acpi   16384  2 
snd_soc_acpi_intel_match,snd_sof_intel_hda_common
  soundwire_bus 110592  5 
regmap_sdw,soundwire_intel,soundwire_generic_allocation,soundwire_cadence,snd_soc_max98373_sdw
  snd_hda_intel  61440  0
  snd_intel_dspcfg   36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
  snd_intel_sdw_acpi 20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
  snd_soc_core  417792  16 
snd_soc_max98373,snd_soc_sof_rt5682,snd_soc_rt5682,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_intel_sof_realtek_common,snd_soc_hdac_hda,snd_soc_max98373_i2c,snd_soc_intel_sof_maxim_common,snd_soc_max98373_sdw,snd_sof_probes,snd_soc_dmic,snd_soc_rt5682s,snd_soc_rt5682_i2c
  snd_hda_codec 204800  5 
snd_hda_codec_hdmi,snd_hda_intel,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_hda_core  139264  9 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
  snd_pcm   192512  18 
snd_hda_codec_hdmi,snd_hda_intel,snd_soc_sof_rt5682,snd_soc_rt5682,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_compress,snd_soc_intel_sof_realtek_common,snd_soc_max98373_i2c,snd_soc_core,snd_sof_utils,snd_soc_max98373_sdw,snd_hda_core,snd_soc_rt5682s,snd_pcm_dmaengine
  snd   135168  18 
snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_soc_sof_rt5682,snd_hda_codec,snd_sof,snd_timer,snd_soc_hdac_hdmi,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi

  Alsa info is here:
  http://alsa-project.org/db/?f=ea6f792b4f92dd965494ec53df480554c50c4456

  This info shows some errors in dmesg, but I have no idea if they are
  expected or indicate a problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: alsa-base 

[Desktop-packages] [Bug 2017832] [NEW] No audio/sound after fresh 23.4 install, only dummy audio

2023-04-26 Thread Stephen Lawrence
Public bug reported:

Did a fresh install of 23.4 and there is no working audio.  Sound
settings only show a "dummy output" audio device.

If I plug headphones into the headphone jack, then a device shows up in
sound settings:

"Headphones - Tiger Lake-LP Smart Sound Technology Audio Controller".

Then, if I try "test" and try to test the speakers, I hear nothing.

If I open firefox and play a youtube video:

  1.  If I have headphones plugged in, I hear the audio over the
internal speaker, not the headphones.

  2.  If I do not have the headphones plugged in, I hear nothing (dummy
ouput in sound settings).


Pipwire appears to be running:

steve@steve-chromebook:~$ systemctl --user | grep wire
  pipewire-pulse.service
 loaded active running   PipeWire PulseAudio
  pipewire.service  
 loaded active running   PipeWire 
Multimedia Service
  wireplumber.service   
 loaded active running   Multimedia Service 
Session Manager
  pipewire-pulse.socket 
 loaded active running   PipeWire PulseAudio
  pipewire.socket   
 loaded active running   PipeWire 
Multimedia System Socket

Intel sound drivers appear to be running:

$ lsmod | grep snd | grep intel
snd_soc_intel_hda_dsp_common20480  1 snd_soc_sof_rt5682
snd_soc_intel_sof_maxim_common20480  1 snd_soc_sof_rt5682
snd_soc_intel_sof_realtek_common24576  1 snd_soc_sof_rt5682
snd_sof_pci_intel_tgl16384  0
snd_sof_intel_hda_common   188416  1 snd_sof_pci_intel_tgl
soundwire_intel57344  1 snd_sof_intel_hda_common
snd_sof_intel_hda  24576  1 snd_sof_intel_hda_common
snd_sof_pci24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof_xtensa_dsp 16384  1 snd_sof_intel_hda_common
snd_sof   311296  6 
snd_soc_sof_rt5682,snd_sof_pci,snd_sof_intel_hda_common,snd_soc_intel_sof_realtek_common,snd_sof_probes,snd_sof_intel_hda
snd_soc_hdac_hda   24576  1 snd_sof_intel_hda_common
snd_hda_ext_core   36864  4 
snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
snd_soc_acpi_intel_match77824  2 
snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_acpi   16384  2 
snd_soc_acpi_intel_match,snd_sof_intel_hda_common
soundwire_bus 110592  5 
regmap_sdw,soundwire_intel,soundwire_generic_allocation,soundwire_cadence,snd_soc_max98373_sdw
snd_hda_intel  61440  0
snd_intel_dspcfg   36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
snd_intel_sdw_acpi 20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_soc_core  417792  16 
snd_soc_max98373,snd_soc_sof_rt5682,snd_soc_rt5682,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_intel_sof_realtek_common,snd_soc_hdac_hda,snd_soc_max98373_i2c,snd_soc_intel_sof_maxim_common,snd_soc_max98373_sdw,snd_sof_probes,snd_soc_dmic,snd_soc_rt5682s,snd_soc_rt5682_i2c
snd_hda_codec 204800  5 
snd_hda_codec_hdmi,snd_hda_intel,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core  139264  9 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
snd_pcm   192512  18 
snd_hda_codec_hdmi,snd_hda_intel,snd_soc_sof_rt5682,snd_soc_rt5682,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_compress,snd_soc_intel_sof_realtek_common,snd_soc_max98373_i2c,snd_soc_core,snd_sof_utils,snd_soc_max98373_sdw,snd_hda_core,snd_soc_rt5682s,snd_pcm_dmaengine
snd   135168  18 
snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_soc_sof_rt5682,snd_hda_codec,snd_sof,snd_timer,snd_soc_hdac_hdmi,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi

Alsa info is here:
http://alsa-project.org/db/?f=ea6f792b4f92dd965494ec53df480554c50c4456

This info shows some errors in dmesg, but I have no idea if they are
expected or indicate a problem.

ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: alsa-base 1.0.25+dfsg-0ubuntu7
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  steve  1388 F wireplumber
 /dev/snd/seq:steve  1385 F pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Apr 26 20:33:57 2023
InstallationDate: Installed on 2023-04-27 (0 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 

[Desktop-packages] [Bug 2011740] [NEW] segfault trying to scan fingerprint with Goodix on MSI

2023-03-15 Thread Stephen Crowley
Public bug reported:

[44598.119761] fprintd[13]: segfault at 0 ip 7f6e3c356210 sp 
7ffc7facaba0 error 4 in libfprint-2.so.2.0.0[7f6e3c32b000+4a000]
[44598.119773] Code: 04 24 00 00 00 00 eb a8 e8 4d 79 fd ff 66 66 2e 0f 1f 84 
00 00 00 00 00 66 90 f3 0f 1e fa 55 48 89 d5 53 48 89 fb 48 83 ec 08 <0f> b6 0e 
84 c9 78 19 c7 43 78 00 00 00 00 48 83 c4 08 48 89 ee 48
[44599.086567] usb 3-3: USB disconnect, device number 4
[44599.502418] usb 3-3: new full-speed USB device number 12 using xhci_hcd
[44599.651809] usb 3-3: New USB device found, idVendor=27c6, idProduct=6094, 
bcdDevice= 1.00
[44599.651812] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[44599.651813] usb 3-3: Product: Goodix USB2.0 MISC
[44599.651814] usb 3-3: Manufacturer: Goodix Technology Co., Ltd.
[44599.651814] usb 3-3: SerialNumber: UID5B6ECFF9__MOC_B0

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: libfprint-2-2 1:1.94.5+tod1-0ubuntu1
ProcVersionSignature: Ubuntu 5.19.0-35.36-generic 5.19.17
Uname: Linux 5.19.0-35-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.23.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: GNOME-Flashback:GNOME
Date: Wed Mar 15 15:10:32 2023
InstallationDate: Installed on 2022-09-30 (165 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
SourcePackage: libfprint
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug kinetic

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

Title:
  segfault trying to scan fingerprint with Goodix  on MSI

Status in libfprint package in Ubuntu:
  New

Bug description:
  [44598.119761] fprintd[13]: segfault at 0 ip 7f6e3c356210 sp 
7ffc7facaba0 error 4 in libfprint-2.so.2.0.0[7f6e3c32b000+4a000]
  [44598.119773] Code: 04 24 00 00 00 00 eb a8 e8 4d 79 fd ff 66 66 2e 0f 1f 84 
00 00 00 00 00 66 90 f3 0f 1e fa 55 48 89 d5 53 48 89 fb 48 83 ec 08 <0f> b6 0e 
84 c9 78 19 c7 43 78 00 00 00 00 48 83 c4 08 48 89 ee 48
  [44599.086567] usb 3-3: USB disconnect, device number 4
  [44599.502418] usb 3-3: new full-speed USB device number 12 using xhci_hcd
  [44599.651809] usb 3-3: New USB device found, idVendor=27c6, idProduct=6094, 
bcdDevice= 1.00
  [44599.651812] usb 3-3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [44599.651813] usb 3-3: Product: Goodix USB2.0 MISC
  [44599.651814] usb 3-3: Manufacturer: Goodix Technology Co., Ltd.
  [44599.651814] usb 3-3: SerialNumber: UID5B6ECFF9__MOC_B0

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: libfprint-2-2 1:1.94.5+tod1-0ubuntu1
  ProcVersionSignature: Ubuntu 5.19.0-35.36-generic 5.19.17
  Uname: Linux 5.19.0-35-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Wed Mar 15 15:10:32 2023
  InstallationDate: Installed on 2022-09-30 (165 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  SourcePackage: libfprint
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 2009526] Re: "find-dbgsym-packages /usr/bin/gio" command outputs errors

2023-03-08 Thread Stephen
The package name was looked up with this command sequence:

stephen@stephen:~$ which gio
/usr/bin/gio
stephen@stephen:~$ dpkg -S /usr/bin/gio
libglib2.0-bin: /usr/bin/gio
stephen@stephen:~$

** Package changed: ubuntu => glib2.0 (Ubuntu)

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

Title:
  "find-dbgsym-packages /usr/bin/gio" command outputs errors

Status in debian-goodies package in Ubuntu:
  New

Bug description:
  I am not sure if this problem is caused by my not doing this right, a
  bug in gdb, a bug in gio, or a fault in the source libraries server.
  But after four days no one has an answer to this problem at my thread
  at: https://stackoverflow.com/questions/75620624/find-dbgsym-packages-
  usr-bin-gio-command-gets-errors . No one at the #ubuntu IRC channel
  responded. And so my strong suspicion this is actually a bug.

  The goal is the ability to step through gio's source code to follow
  its execution to find out why it is not working for me in my main
  account (account ID 1000), but does work in other accounts created
  susequently for testing. To get symbols, and source code, I followed
  the directions at:

  https://wiki.ubuntu.com/Debug%20Symbol%20Packages

  duginfod did not work on my Ubuntu 22.04 system. It was therefore
  necessary to do a manual download. I followed the directions under the
  heading "Getting -dbgsym.ddeb packages", and then "Automatic
  Resolution / Installation of necessary packages", on that page. All
  went well until the find-dbgsym-packages command. Here is the complete
  command, and the response I got:

  stephen@stephen:~$ find-dbgsym-packages /usr/bin/gio
  dpkg-query: no path found matching pattern 
/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
  W: Cannot find debug package for /lib/x86_64-linux-gnu/libgmodule-2.0.so.0 
(991a9f61e69c30ef8ab73761c300ae51249ede63)
  dpkg-query: no path found matching pattern 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  W: Cannot find debug package for /lib/x86_64-linux-gnu/libglib-2.0.so.0 
(137458a0f7846a084270bf5bb03df075a578db6d)
  dpkg-query: no path found matching pattern 
/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  W: Cannot find debug package for /lib/x86_64-linux-gnu/libgobject-2.0.so.0 
(44f60e584780daaeb1880ead5dd00f12ffd423d2)
  dpkg-query: no path found matching pattern 
/lib/x86_64-linux-gnu/libgio-2.0.so.0
  W: Cannot find debug package for /lib/x86_64-linux-gnu/libgio-2.0.so.0 
(9b52271b63917542ba10ffb8a82b97befd2c238f)
  dpkg-query: no path found matching pattern 
/lib/x86_64-linux-gnu/libpcre2-8.so.0
  W: Cannot find debug package for /lib/x86_64-linux-gnu/libpcre2-8.so.0 
(184a841c55fb7fe5e3873fcda8368c71016cd54c)
  libblkid1-dbgsym libffi8-dbgsym libglib2.0-bin-dbgsym libmount1-dbgsym 
libpcre3-dbg libselinux1-dbgsym zlib1g-dbgsym

  I interpret these errors to mean that the packages the find-dbgsym-packages 
command is seeking are not found, I think now, due to a bug somewhere.
  For the details regarding my need to step through code see this thread of 
mine:
  https://askubuntu.com/questions/1427431/how-to-set-a-launcher-as-trusted

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


-- 
Mailing list: https://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 2009564] Re: Touchpad disabling while typing does not work

2023-03-07 Thread Stephen Casper
Thanks, Daniel

   - I assumed this bug was known -- others online have had it. But I
   wanted to still report it in hope that it will not always be an issue.
   - Neither setting org.gnome.desktop.peripherals.touchpad
   disable-while-typing nor any other solution I have found online for this
   works. Everything has invariably failed to make the touchpad shut off while
   typing.
   - I have been trying earlier today to log in with Xorg, and this is its
   own can of worms. I can't, and I'm not sure why. I don't have the option to
   with a little gear on startup/login. And when I try to
   edit /etc/gdm3/custom.conf and restart the computer, it won't start up
   unless I use ctrl+alt+f4 to open up a virtual console on startup and undo
   the change to /etc/gdm3/custom.conf.

In summary, nothing works. If some immediate solution comes to mind, great.
Else, I'll hope for an update soon. Thanks!

On Tue, Mar 7, 2023 at 4:30 AM Daniel van Vugt <2009...@bugs.launchpad.net>
wrote:

> I assume you mean:
>
>   org.gnome.desktop.peripherals.touchpad disable-while-typing true
>
> Does it work any better if you log into Ubuntu on Xorg instead?
>
> ** Package changed: xorg (Ubuntu) => mutter (Ubuntu)
>
> ** Also affects: libinput (Ubuntu)
>Importance: Undecided
>Status: New
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2009564
>
> Title:
>   Touchpad disabling while typing does not work
>
> Status in libinput package in Ubuntu:
>   New
> Status in mutter package in Ubuntu:
>   New
>
> Bug description:
>   It makes my laptop much less usable.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 22.04
>   Package: xorg 1:7.7+23ubuntu2
>   ProcVersionSignature: Ubuntu 5.19.0-35.36~22.04.1-generic 5.19.17
>   Uname: Linux 5.19.0-35-generic x86_64
>   NonfreeKernelModules: nvidia_modeset nvidia
>   .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular
> file.
>   .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
>   .proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular
> file.
>   .proc.driver.nvidia.registry: Binary: ""
>   .proc.driver.nvidia.suspend: suspend hibernate resume
>   .proc.driver.nvidia.suspend_depth: default modeset uvm
>   .proc.driver.nvidia.version:
>NVRM version: NVIDIA UNIX x86_64 Kernel Module  525.85.05  Sat Jan 14
> 00:49:50 UTC 2023
>GCC version:  gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
>   ApportVersion: 2.20.11-0ubuntu82.3
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CasperMD5CheckResult: pass
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Tue Mar  7 00:44:08 2023
>   DistUpgraded: Fresh install
>   DistroCodename: jammy
>   DistroVariant: ubuntu
>   DkmsStatus:
>backport-iwlwifi/9858, 5.19.0-32-generic, x86_64: installed (WARNING!
> Diff between built and installed module!) (WARNING! Diff between built and
> installed module!) (WARNING! Diff between built and installed module!)
> (WARNING! Diff between built and installed module!) (WARNING! Diff between
> built and installed module!) (WARNING! Diff between built and installed
> module!)
>backport-iwlwifi/9858, 5.19.0-35-generic, x86_64: installed (WARNING!
> Diff between built and installed module!) (WARNING! Diff between built and
> installed module!) (WARNING! Diff between built and installed module!)
> (WARNING! Diff between built and installed module!) (WARNING! Diff between
> built and installed module!) (WARNING! Diff between built and installed
> module!)
>nvidia/525.85.05, 5.15.0-56-generic, x86_64: installed
>nvidia/525.85.05, 5.19.0-32-generic, x86_64: installed
>nvidia/525.85.05, 5.19.0-35-generic, x86_64: installed
>   ExtraDebuggingInterest: I just need to know a workaround
>   GraphicsCard:
>Intel Corporation Alder Lake-P Integrated Graphics Controller
> [8086:46a6] (rev 0c) (prog-if 00 [VGA controller])
>  Subsystem: Razer USA Ltd. Device [1a58:201f]
>NVIDIA Corporation Device [10de:24e0] (rev a1) (prog-if 00 [VGA
> controller])
>  Subsystem: Razer USA Ltd. Device [1a58:201f]
>   InstallationDate: Installed on 2023-01-03 (62 days ago)
>   InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64
> (20220809.1)
>   MachineType: Razer x Lambda TensorBook (2022)
>   ProcEnviron:
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-35-generic
> root=UUID=4cd4fe61-a6ef-48c5-acc8-b96e7da91171 ro
> button.lid_init_state=open i915.enable_fbc=0 quiet splash vt.handoff=7
>   SourcePackage: xorg
>   Symptom: display
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 07/29/2022
>   dmi.bios.release: 1.0
>   dmi.bios.vendor: Razer
>   

[Desktop-packages] [Bug 2009564] [NEW] Touchpad disabling while typing does not work

2023-03-06 Thread Stephen Casper
Public bug reported:

It makes my laptop much less usable.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.19.0-35.36~22.04.1-generic 5.19.17
Uname: Linux 5.19.0-35-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
.proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  525.85.05  Sat Jan 14 00:49:50 
UTC 2023
 GCC version:  gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
ApportVersion: 2.20.11-0ubuntu82.3
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Mar  7 00:44:08 2023
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
DkmsStatus:
 backport-iwlwifi/9858, 5.19.0-32-generic, x86_64: installed (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!) (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!)
 backport-iwlwifi/9858, 5.19.0-35-generic, x86_64: installed (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!) (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!)
 nvidia/525.85.05, 5.15.0-56-generic, x86_64: installed
 nvidia/525.85.05, 5.19.0-32-generic, x86_64: installed
 nvidia/525.85.05, 5.19.0-35-generic, x86_64: installed
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation Alder Lake-P Integrated Graphics Controller [8086:46a6] (rev 
0c) (prog-if 00 [VGA controller])
   Subsystem: Razer USA Ltd. Device [1a58:201f]
 NVIDIA Corporation Device [10de:24e0] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: Razer USA Ltd. Device [1a58:201f]
InstallationDate: Installed on 2023-01-03 (62 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
MachineType: Razer x Lambda TensorBook (2022)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-35-generic 
root=UUID=4cd4fe61-a6ef-48c5-acc8-b96e7da91171 ro button.lid_init_state=open 
i915.enable_fbc=0 quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/29/2022
dmi.bios.release: 1.0
dmi.bios.vendor: Razer
dmi.bios.version: 1.00
dmi.board.name: CH580
dmi.board.vendor: Razer x Lambda
dmi.board.version: 4
dmi.chassis.type: 10
dmi.chassis.vendor: Razer x Lambda
dmi.ec.firmware.release: 1.0
dmi.modalias: 
dmi:bvnRazer:bvr1.00:bd07/29/2022:br1.0:efr1.0:svnRazerxLambda:pnTensorBook(2022):pvr8.04:rvnRazerxLambda:rnCH580:rvr4:cvnRazerxLambda:ct10:cvr:skuRZ09-0421NEL9:
dmi.product.family: 1A58201F Razer x Lambda TensorBook
dmi.product.name: TensorBook (2022)
dmi.product.sku: RZ09-0421NEL9
dmi.product.version: 8.04
dmi.sys.vendor: Razer x Lambda
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.113-2~ubuntu0.22.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.2.5-0ubuntu0.1~22.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug jammy ubuntu wayland-session

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

Title:
  Touchpad disabling while typing does not work

Status in xorg package in Ubuntu:
  New

Bug description:
  It makes my laptop much less usable.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-35.36~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-35-generic x86_64
  NonfreeKernelModules: 

Re: [Desktop-packages] [Bug 2003653] Re: package libreoffice-common 1:7.4.4-0ubuntu0.22.10.1 failed to install/upgrade: installed libreoffice-common package post-installation script subprocess returne

2023-03-03 Thread Stephen Hammonds
Yes, I ran the command to reinstall libreoffice and everything is working
as it should and I got no errors.

On Mon, Feb 27, 2023 at 2:10 PM Rico Tzschichholz <
2003...@bugs.launchpad.net> wrote:

> Please try running the following command and let us know whether that
> fixes the problem:
>
> sudo apt install --reinstall libreoffice-common
>
> ** Changed in: libreoffice (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2003653
>
> Title:
>   package libreoffice-common 1:7.4.4-0ubuntu0.22.10.1 failed to
>   install/upgrade: installed libreoffice-common package post-
>   installation script subprocess returned error exit status 134
>
> Status in libreoffice package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Problem detected while system was attempting to update software.
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 22.10
>   Package: libreoffice-common 1:7.4.4-0ubuntu0.22.10.1
>   ProcVersionSignature: Ubuntu 5.19.0-29.30-generic 5.19.17
>   Uname: Linux 5.19.0-29-generic x86_64
>   ApportVersion: 2.23.1-0ubuntu3
>   Architecture: amd64
>   CasperMD5CheckResult: pass
>   Date: Sun Jan 22 11:49:57 2023
>   ErrorMessage: installed libreoffice-common package post-installation
> script subprocess returned error exit status 134
>   InstallationDate: Installed on 2023-01-08 (14 days ago)
>   InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
>   PackageArchitecture: all
>   Python3Details: /usr/bin/python3.10, Python 3.10.7, python3-minimal,
> 3.10.6-1
>   PythonDetails: N/A
>   RelatedPackageVersions:
>dpkg 1.21.9ubuntu1
>apt  2.5.3
>   SourcePackage: libreoffice
>   Title: package libreoffice-common 1:7.4.4-0ubuntu0.22.10.1 failed to
> install/upgrade: installed libreoffice-common package post-installation
> script subprocess returned error exit status 134
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/2003653/+subscriptions
>
>

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

Title:
  package libreoffice-common 1:7.4.4-0ubuntu0.22.10.1 failed to
  install/upgrade: installed libreoffice-common package post-
  installation script subprocess returned error exit status 134

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  Problem detected while system was attempting to update software.

  ProblemType: Package
  DistroRelease: Ubuntu 22.10
  Package: libreoffice-common 1:7.4.4-0ubuntu0.22.10.1
  ProcVersionSignature: Ubuntu 5.19.0-29.30-generic 5.19.17
  Uname: Linux 5.19.0-29-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Sun Jan 22 11:49:57 2023
  ErrorMessage: installed libreoffice-common package post-installation script 
subprocess returned error exit status 134
  InstallationDate: Installed on 2023-01-08 (14 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.10, Python 3.10.7, python3-minimal, 3.10.6-1
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.9ubuntu1
   apt  2.5.3
  SourcePackage: libreoffice
  Title: package libreoffice-common 1:7.4.4-0ubuntu0.22.10.1 failed to 
install/upgrade: installed libreoffice-common package post-installation script 
subprocess returned error exit status 134
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 2003653] [NEW] package libreoffice-common 1:7.4.4-0ubuntu0.22.10.1 failed to install/upgrade: installed libreoffice-common package post-installation script subprocess returned

2023-01-22 Thread Stephen Hammonds
Public bug reported:

Problem detected while system was attempting to update software.

ProblemType: Package
DistroRelease: Ubuntu 22.10
Package: libreoffice-common 1:7.4.4-0ubuntu0.22.10.1
ProcVersionSignature: Ubuntu 5.19.0-29.30-generic 5.19.17
Uname: Linux 5.19.0-29-generic x86_64
ApportVersion: 2.23.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
Date: Sun Jan 22 11:49:57 2023
ErrorMessage: installed libreoffice-common package post-installation script 
subprocess returned error exit status 134
InstallationDate: Installed on 2023-01-08 (14 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
PackageArchitecture: all
Python3Details: /usr/bin/python3.10, Python 3.10.7, python3-minimal, 3.10.6-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.9ubuntu1
 apt  2.5.3
SourcePackage: libreoffice
Title: package libreoffice-common 1:7.4.4-0ubuntu0.22.10.1 failed to 
install/upgrade: installed libreoffice-common package post-installation script 
subprocess returned error exit status 134
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package kinetic

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

Title:
  package libreoffice-common 1:7.4.4-0ubuntu0.22.10.1 failed to
  install/upgrade: installed libreoffice-common package post-
  installation script subprocess returned error exit status 134

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Problem detected while system was attempting to update software.

  ProblemType: Package
  DistroRelease: Ubuntu 22.10
  Package: libreoffice-common 1:7.4.4-0ubuntu0.22.10.1
  ProcVersionSignature: Ubuntu 5.19.0-29.30-generic 5.19.17
  Uname: Linux 5.19.0-29-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Sun Jan 22 11:49:57 2023
  ErrorMessage: installed libreoffice-common package post-installation script 
subprocess returned error exit status 134
  InstallationDate: Installed on 2023-01-08 (14 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.10, Python 3.10.7, python3-minimal, 3.10.6-1
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.9ubuntu1
   apt  2.5.3
  SourcePackage: libreoffice
  Title: package libreoffice-common 1:7.4.4-0ubuntu0.22.10.1 failed to 
install/upgrade: installed libreoffice-common package post-installation script 
subprocess returned error exit status 134
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://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 1981927] Re: correct password occassionally not accepted on start up. Will usually work after several attempts and/or reboot.

2022-08-11 Thread Stephen Brown
Here is the attached file journal.txt as requested.

On Thu, Jul 28, 2022 at 10:16 PM Daniel van Vugt <1981...@bugs.launchpad.net>
wrote:

> Thanks for the bug report.
>
> Please:
>
> 1. Reboot so we can start with a minimal system log.
>
> 2. Reproduce the bug.
>
> 3. After finally logging in, run:
>
>journalctl -b0 > journal.txt
>
> 4. Attach the resulting text file here.
>
>
> ** Changed in: gnome-shell (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1981927
>
> Title:
>   correct password occassionally not accepted on start up.  Will usually
>   work after several attempts and/or reboot.
>
> Status in gnome-shell package in Ubuntu:
>   Incomplete
>
> Bug description:
>   ubuntu 20.04
>   3.36.8
>
>   (I typed 'apt-cache policy pkgname' into terminal but the answer I
>   received was: 'N: Unable to locate package pkgname')
>
>   Correct password is not accepted until several attempts are made.
>
>The password is definitely correct.  Have verified this.  When this
>   problem occurs, another problem also occurs, where the password
>   displays without being concealed as it is typed.  After typing the
>   same password in several times, it will work.  Rebooting also often
>   seems to temporarily resolve the problem.  The issue comes up
>   sporadically, perhaps once every twenty times I try to log into
>   ubuntu.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: gnome-screensaver (not installed)
>   ProcVersionSignature: Ubuntu 5.15.0-41.44~20.04.1-generic 5.15.39
>   Uname: Linux 5.15.0-41-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu27.24
>   Architecture: amd64
>   CasperMD5CheckResult: skip
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sun Jul 17 10:42:54 2022
>   InstallationDate: Installed on 2020-09-16 (669 days ago)
>   InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64
> (20200731)
>   ProcEnviron:
>LANGUAGE=en_CA:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_CA.UTF-8
>SHELL=/bin/bash
>   SourcePackage: gnome-screensaver
>   Symptom: security
>   Title: Screen locking issue
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1981927/+subscriptions
>
>


** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/bugs/1981927/+attachment/5607975/+files/journal.txt

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

Title:
  correct password occassionally not accepted on start up.  Will usually
  work after several attempts and/or reboot.

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  ubuntu 20.04
  3.36.8

  (I typed 'apt-cache policy pkgname' into terminal but the answer I
  received was: 'N: Unable to locate package pkgname')

  Correct password is not accepted until several attempts are made.

   The password is definitely correct.  Have verified this.  When this
  problem occurs, another problem also occurs, where the password
  displays without being concealed as it is typed.  After typing the
  same password in several times, it will work.  Rebooting also often
  seems to temporarily resolve the problem.  The issue comes up
  sporadically, perhaps once every twenty times I try to log into
  ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-screensaver (not installed)
  ProcVersionSignature: Ubuntu 5.15.0-41.44~20.04.1-generic 5.15.39
  Uname: Linux 5.15.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jul 17 10:42:54 2022
  InstallationDate: Installed on 2020-09-16 (669 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-screensaver
  Symptom: security
  Title: Screen locking issue
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1876632] Re: [nvidia] Corrupted/missing shell textures when switching users or resuming from suspend

2022-04-23 Thread Stephen
Blank screen on 22.04 after upgrade. Re-installed nvidia 510 driver.

Even adding the following to /etc/modprobe.d/nvidia-power-
management.conf does not fix the problem.

options nvidia NVreg_TemporaryFilePath=/run
options nvidia NVreg_PreserveVideoMemoryAllocations=1

Tried both gdm3 and lightdm, always get a black screen on resume. Using
both MATE and default Ubuntu environments.

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

Title:
  [nvidia] Corrupted/missing shell textures when switching users or
  resuming from suspend

Status in GNOME Shell:
  Unknown
Status in Mutter:
  Unknown
Status in OEM Priority Project:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Triaged
Status in mutter package in Ubuntu:
  Triaged
Status in nvidia-graphics-drivers-440 package in Ubuntu:
  Triaged
Status in nvidia-graphics-drivers-460 package in Ubuntu:
  Triaged
Status in nvidia-graphics-drivers-470 package in Ubuntu:
  Triaged
Status in nvidia-graphics-drivers-510 package in Ubuntu:
  Triaged

Bug description:
  [Impact]

  The Nvidia driver corrupts and/or forgets its textures when resuming
  from suspend, by design. Documented here:

  
https://www.khronos.org/registry/OpenGL/extensions/NV/NV_robustness_video_memory_purge.txt

  Although it's so awkward to implement everywhere that realistically
  compositors will never support it fully. Instead we're waiting for an
  Nvidia driver fix.

  *NOTE* that this is actually not a common problem because the system
  must be using Nvidia as the primary GPU to be affected. So generally
  only desktop users will encounter the bug, not laptops. And even then,
  only desktops that use suspend/resume and VT switching may trigger it,
  if ever. Even in development the bug cannot be reproduced reliably.

  [Workarounds]

  * Always log into a Xorg session and if corruption occurs then type:
  Alt+F2, R, Enter

  *
  
https://download.nvidia.com/XFree86/Linux-x86_64/510.54/README/powermanagement.html#PreserveAllVide719f0

  [Test Plan]

  [Where problems could occur]

  [Original Bug Report]

  I recently installed ubuntu 20.04 on my computer, and I am running
  into an issue when I do the following:

  * Login with a user on desktop
  * Select switch user, and login as second user
  * Switch user again, and return to original user

  At this point, text and icons in the menubar / sidebar are corrupted.
  Text and icons in normal windows appear correctly. I have attached a
  screenshot of what this looks like.

  Screenshots: https://imgur.com/a/3ZFDLMc

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-28.32-generic 5.4.30
  Uname: Linux 5.4.0-28-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  440.64  Fri Feb 21 01:17:26 
UTC 2020
   GCC version:
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May  3 18:12:45 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GP104 [GeForce GTX 1070] [10de:1b81] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: ASUSTeK Computer Inc. GP104 [GeForce GTX 1070] [1043:85a0]
  InstallationDate: Installed on 2020-05-03 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Gigabyte Technology Co., Ltd. AX370-Gaming
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-28-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F3
  dmi.board.asset.tag: Default string
  dmi.board.name: AX370-Gaming-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: se1
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3:bd06/19/2017:svnGigabyteTechnologyCo.,Ltd.:pnAX370-Gaming:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnAX370-Gaming-CF:rvrse1:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: 

Re: [Desktop-packages] [Bug 1960860] Re: Ubuntu 22.04:cheese not showing webcam output

2022-04-07 Thread Stephen Waines
Hello

It's all good you can close this ticket.

On April 5, 2022 6:25:52 a.m. Sebastien Bacher <1960...@bugs.launchpad.net> 
wrote:

> Thank you for your bug report, do you have the same issue if you start
>
> $ GST_V4L2_USE_LIBV4L2=1 gst-launch-1.0 v4l2src ! xvimagesink
>
> ?
>
> ** Changed in: cheese (Ubuntu)
>   Importance: Undecided => Low
>
> ** Changed in: cheese (Ubuntu)
>   Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1960860
>
> Title:
>  Ubuntu 22.04:cheese not showing webcam output
>
> Status in cheese package in Ubuntu:
>  Incomplete
>
> Bug description:
>  ubuntu 22.04 latest updates.
>  cheese not detecting video output of webcam
>  this worked in 20.04 with this laptop.
>
>  apport-collect to follow
>  ---
>  ProblemType: Bug
>  ApportVersion: 2.20.11-0ubuntu76
>  Architecture: amd64
>  CasperMD5CheckResult: unknown
>  CurrentDesktop: ubuntu:GNOME
>  DistroRelease: Ubuntu 22.04
>  InstallationDate: Installed on 2021-12-04 (72 days ago)
>  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
>  MachineType: Dell Inc. Inspiron 5765
>  Package: cheese 41.1-1
>  PackageArchitecture: amd64
>  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
>  RelatedPackageVersions:
>   cheese41.1-1
>   cheese-common 41.1-1
>  Tags: third-party-packages jammy wayland-session gstreamer-ok
>  Uname: Linux 5.15.0-18-generic x86_64
>  UpgradeStatus: No upgrade log present (probably fresh install)
>  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
>  _MarkForUpload: True
>  dmi.bios.date: 07/17/2017
>  dmi.bios.release: 5.3
>  dmi.bios.vendor: Dell Inc.
>  dmi.bios.version: 1.1.1
>  dmi.board.name: 0DM01M
>  dmi.board.vendor: Dell Inc.
>  dmi.board.version: A00
>  dmi.chassis.type: 10
>  dmi.chassis.vendor: Dell Inc.
>  dmi.chassis.version: 1.1.1
>  dmi.modalias: 
>  
> dmi:bvnDellInc.:bvr1.1.1:bd07/17/2017:br5.3:svnDellInc.:pnInspiron5765:pvr1.1.1:rvnDellInc.:rn0DM01M:rvrA00:cvnDellInc.:ct10:cvr1.1.1:sku076A:
>  dmi.product.family: Inspiron
>  dmi.product.name: Inspiron 5765
>  dmi.product.sku: 076A
>  dmi.product.version: 1.1.1
>  dmi.sys.vendor: Dell Inc.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1960860/+subscriptions

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

Title:
  Ubuntu 22.04:cheese not showing webcam output

Status in cheese package in Ubuntu:
  Incomplete

Bug description:
  ubuntu 22.04 latest updates.
  cheese not detecting video output of webcam
  this worked in 20.04 with this laptop.

  apport-collect to follow
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu76
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2021-12-04 (72 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Dell Inc. Inspiron 5765
  Package: cheese 41.1-1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  RelatedPackageVersions:
   cheese41.1-1
   cheese-common 41.1-1
  Tags: third-party-packages jammy wayland-session gstreamer-ok
  Uname: Linux 5.15.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/17/2017
  dmi.bios.release: 5.3
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.1
  dmi.board.name: 0DM01M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 1.1.1
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.1:bd07/17/2017:br5.3:svnDellInc.:pnInspiron5765:pvr1.1.1:rvnDellInc.:rn0DM01M:rvrA00:cvnDellInc.:ct10:cvr1.1.1:sku076A:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5765
  dmi.product.sku: 076A
  dmi.product.version: 1.1.1
  dmi.sys.vendor: Dell Inc.

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


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


[Desktop-packages] [Bug 1966007] Re: Flood of Bluetooth Malicious advertisind data

2022-03-27 Thread Stephen Carr
** Attachment added: "Bluetootth entries from boot.log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1966007/+attachment/5573582/+files/BT-LOG.txt

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

Title:
  Flood of Bluetooth Malicious advertisind data

Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  This problem occurred with the  ugrade of the kernel to patch level
  105.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-terminal 3.36.2-1ubuntu1~20.04
  ProcVersionSignature: Ubuntu 5.4.0-105.119-generic 5.4.174
  Uname: Linux 5.4.0-105-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 23 12:48:22 2022
  ExecutablePath: /usr/libexec/gnome-terminal-server
  InstallationDate: Installed on 2018-06-21 (1370 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   LANG=en_AU.UTF-8
   PATH=(custom, user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1966007] Re: Flood of Bluetooth Malicious advertisind data

2022-03-27 Thread Stephen Carr
I had to reboot my laptop and for a while there seemed no problem the
flood of Malicious data in the system log - then suddenly it started
again at the rate of 17,000 lines per hour.

The Bluetooth device is part of the Intel AC1365 combo unit.

I have attached the start of the boot log and a filtered log with just
the Bluetooth entries.


** Attachment added: "Boot log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1966007/+attachment/5573581/+files/BOOT-LOG.txt

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

Title:
  Flood of Bluetooth Malicious advertisind data

Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  This problem occurred with the  ugrade of the kernel to patch level
  105.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-terminal 3.36.2-1ubuntu1~20.04
  ProcVersionSignature: Ubuntu 5.4.0-105.119-generic 5.4.174
  Uname: Linux 5.4.0-105-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 23 12:48:22 2022
  ExecutablePath: /usr/libexec/gnome-terminal-server
  InstallationDate: Installed on 2018-06-21 (1370 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   LANG=en_AU.UTF-8
   PATH=(custom, user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1966007] Re: Flood of Bluetooth Malicious advertisind data

2022-03-22 Thread Stephen Carr
This is output from dmesg - thankfully it is a ring buffer.

[33294.452291] Bluetooth: hci0: Malicious advertising data. Stopping processing
[33294.896481] Bluetooth: hci0: Malicious advertising data. Stopping processing
[33294.897205] Bluetooth: hci0: Malicious advertising data. Stopping processing
[33296.533192] Bluetooth: hci0: Malicious advertising data. Stopping processing
[33298.724322] Bluetooth: hci0: Malicious advertising data. Stopping processing

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

Title:
  Flood of Bluetooth Malicious advertisind data

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  This problem occurred with the  ugrade of the kernel to patch level
  105.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-terminal 3.36.2-1ubuntu1~20.04
  ProcVersionSignature: Ubuntu 5.4.0-105.119-generic 5.4.174
  Uname: Linux 5.4.0-105-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 23 12:48:22 2022
  ExecutablePath: /usr/libexec/gnome-terminal-server
  InstallationDate: Installed on 2018-06-21 (1370 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   LANG=en_AU.UTF-8
   PATH=(custom, user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1966007] [NEW] Flood of Bluetooth Malicious advertisind data

2022-03-22 Thread Stephen Carr
Public bug reported:

This problem occurred with the  ugrade of the kernel to patch level 105.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-terminal 3.36.2-1ubuntu1~20.04
ProcVersionSignature: Ubuntu 5.4.0-105.119-generic 5.4.174
Uname: Linux 5.4.0-105-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Mar 23 12:48:22 2022
ExecutablePath: /usr/libexec/gnome-terminal-server
InstallationDate: Installed on 2018-06-21 (1370 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 LANG=en_AU.UTF-8
 PATH=(custom, user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  Flood of Bluetooth Malicious advertisind data

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  This problem occurred with the  ugrade of the kernel to patch level
  105.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-terminal 3.36.2-1ubuntu1~20.04
  ProcVersionSignature: Ubuntu 5.4.0-105.119-generic 5.4.174
  Uname: Linux 5.4.0-105-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 23 12:48:22 2022
  ExecutablePath: /usr/libexec/gnome-terminal-server
  InstallationDate: Installed on 2018-06-21 (1370 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   LANG=en_AU.UTF-8
   PATH=(custom, user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1959995] Re: present: Crash in 'present_scmd_get_crtc' and 'present_flush' (NVIDIA 495.46)

2022-02-26 Thread Stephen
Confirmed same issue as recorded here: https://github.com/mate-
desktop/mate-session-manager/issues/297

Please release a fix for Ubuntu MATE as focal 20.04 currently crashes
with Nvidia drivers.

** Bug watch added: github.com/mate-desktop/mate-session-manager/issues #297
   https://github.com/mate-desktop/mate-session-manager/issues/297

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

Title:
  present: Crash in 'present_scmd_get_crtc' and 'present_flush' (NVIDIA
  495.46)

Status in X.Org X server:
  Unknown
Status in xorg-server package in Ubuntu:
  Triaged
Status in xorg-server source package in Focal:
  Confirmed
Status in xorg-server source package in Impish:
  Confirmed

Bug description:
  This bug causes xserver to crash when using newer Nvidia drivers
  (NVIDIA 495.46+) with Optimus. It's apparently triggered when using
  the MATE desktop environment. It has been noticed on xorg-server-21.1,
  but it's likely affecting version 1.20.13 as well.

  It has been fixed already, but could you please backport the fix?

  Patch that fixes it is here:
  
https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/841/diffs?commit_id=22d5818851967408bb7c903cb345b7ca8766094c

  The bug report at freedesktop.org is here:
  https://gitlab.freedesktop.org/xorg/xserver/-/issues/1275

  Thank you!

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


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


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

2022-02-14 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 22.04:cheese not showing webcam output

Status in cheese package in Ubuntu:
  New

Bug description:
  ubuntu 22.04 latest updates.
  cheese not detecting video output of webcam
  this worked in 20.04 with this laptop.

  apport-collect to follow
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu76
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2021-12-04 (72 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Dell Inc. Inspiron 5765
  Package: cheese 41.1-1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  RelatedPackageVersions:
   cheese41.1-1
   cheese-common 41.1-1
  Tags: third-party-packages jammy wayland-session gstreamer-ok
  Uname: Linux 5.15.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/17/2017
  dmi.bios.release: 5.3
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.1
  dmi.board.name: 0DM01M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 1.1.1
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.1:bd07/17/2017:br5.3:svnDellInc.:pnInspiron5765:pvr1.1.1:rvnDellInc.:rn0DM01M:rvrA00:cvnDellInc.:ct10:cvr1.1.1:sku076A:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5765
  dmi.product.sku: 076A
  dmi.product.version: 1.1.1
  dmi.sys.vendor: Dell Inc.

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


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


[Desktop-packages] [Bug 1960860] Re: Ubuntu 22.04:cheese not showing webcam output

2022-02-14 Thread Stephen Waines
apport information

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

** Description changed:

  ubuntu 22.04 latest updates.
  cheese not detecting video output of webcam
  this worked in 20.04 with this laptop.
  
  apport-collect to follow
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu76
+ Architecture: amd64
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2021-12-04 (72 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
+ MachineType: Dell Inc. Inspiron 5765
+ Package: cheese 41.1-1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
+ RelatedPackageVersions:
+  cheese41.1-1
+  cheese-common 41.1-1
+ Tags: third-party-packages jammy wayland-session gstreamer-ok
+ Uname: Linux 5.15.0-18-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 07/17/2017
+ dmi.bios.release: 5.3
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.1.1
+ dmi.board.name: 0DM01M
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: 1.1.1
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.1:bd07/17/2017:br5.3:svnDellInc.:pnInspiron5765:pvr1.1.1:rvnDellInc.:rn0DM01M:rvrA00:cvnDellInc.:ct10:cvr1.1.1:sku076A:
+ dmi.product.family: Inspiron
+ dmi.product.name: Inspiron 5765
+ dmi.product.sku: 076A
+ dmi.product.version: 1.1.1
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "CheeseDebug.txt.gz"
   
https://bugs.launchpad.net/bugs/1960860/+attachment/5560826/+files/CheeseDebug.txt.gz

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

Title:
  Ubuntu 22.04:cheese not showing webcam output

Status in cheese package in Ubuntu:
  New

Bug description:
  ubuntu 22.04 latest updates.
  cheese not detecting video output of webcam
  this worked in 20.04 with this laptop.

  apport-collect to follow
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu76
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2021-12-04 (72 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Dell Inc. Inspiron 5765
  Package: cheese 41.1-1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  RelatedPackageVersions:
   cheese41.1-1
   cheese-common 41.1-1
  Tags: third-party-packages jammy wayland-session gstreamer-ok
  Uname: Linux 5.15.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/17/2017
  dmi.bios.release: 5.3
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.1
  dmi.board.name: 0DM01M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 1.1.1
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.1:bd07/17/2017:br5.3:svnDellInc.:pnInspiron5765:pvr1.1.1:rvnDellInc.:rn0DM01M:rvrA00:cvnDellInc.:ct10:cvr1.1.1:sku076A:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5765
  dmi.product.sku: 076A
  dmi.product.version: 1.1.1
  dmi.sys.vendor: Dell Inc.

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


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


[Desktop-packages] [Bug 1960860] [NEW] Ubuntu 22.04:cheese not showing webcam output

2022-02-14 Thread Stephen Waines
Public bug reported:

ubuntu 22.04 latest updates.
cheese not detecting video output of webcam
this worked in 20.04 with this laptop.

apport-collect to follow

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

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

Title:
  Ubuntu 22.04:cheese not showing webcam output

Status in cheese package in Ubuntu:
  New

Bug description:
  ubuntu 22.04 latest updates.
  cheese not detecting video output of webcam
  this worked in 20.04 with this laptop.

  apport-collect to follow

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


-- 
Mailing list: https://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 1953400] Re: hutdown not completly working

2021-12-07 Thread Stephen Waines
Hello

Thank you I ran the command this morning but it did not work I got a failed 
message.

That I can reset the credentials by removing the file

So what happens is I shut down and I see the prompts of everything shutting 
on down. Then the screen goes blank but my laptop light stays on. I tried 
waiting 90 seconds for the proper shutdown of anything in the background 
and nothing happened.


On December 6, 2021 7:40:56 p.m. Chris Guiver <1953...@bugs.launchpad.net> 
wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. Please execute the following command only once, as it
> will automatically gather debugging information, in a terminal:
>
> apport-collect 1953400
>
> When reporting bugs in the future please use apport by using 'ubuntu-
> bug' and the name of the package affected. You can learn more about this
> functionality at https://wiki.ubuntu.com/ReportingBugs.
>
> ** Package changed: ubuntu => gnome-shell (Ubuntu)
>
> ** Summary changed:
>
> - hutdown not completly working
> + shutdown not working from GNOME
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1953400
>
> Title:
>  shutdown not working from GNOME
>
> Status in gnome-shell package in Ubuntu:
>  New
>
> Bug description:
>  Upon using ubuntu 22.04 with latest updates.
>
>  shutdown via gnome does shutdown but the power light stays on on
>  laptop. So I have to hold the button down for ten seconds.
>
>  oddly enough
>  shutdown works in terminal correctly.
>  sudo shutdown -h now
>  works
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1953400/+subscriptions

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

Title:
  shutdown not working from GNOME

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  Upon using ubuntu 22.04 with latest updates.

  shutdown via gnome does shutdown but the power light stays on on
  laptop. So I have to hold the button down for ten seconds.

  oddly enough
  shutdown works in terminal correctly.
  sudo shutdown -h now
  works

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


-- 
Mailing list: https://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 1953400] Re: shutdown not working from GNOME

2021-12-07 Thread Stephen Waines
Hi Daniel

Thank you for the prompt feedback. Unfortunately I do not really know 
exactly what you're talking about.

When I do the shutdown feature, I see the proper shutdown prompts. But then 
eventually my computer screen shuts off but my computer light on my power 
button stays on. And I can still hear the hard drive spinning.

If I can say one thing that might help you guys. I think half of these 
problems I'm having are your kernel. The standby feature not working 
correctly, was fixed by someone else using a different kernel. Also the 
blank screen function not working right can be fixed by a kernel downgrade. 
I imagine this can too.

Hope that gives you some insight as to what's going on.

Steve

On December 6, 2021 8:50:51 p.m. Daniel van Vugt 
<1953...@bugs.launchpad.net> wrote:

> Also it is fairly common for some background jobs to still be running on
> shutdown. The system waits up to 90 seconds for those to complete. To
> see what they are you can usually press Escape.
>
> ** Changed in: gnome-shell (Ubuntu)
>   Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1953400
>
> Title:
>  shutdown not working from GNOME
>
> Status in gnome-shell package in Ubuntu:
>  Incomplete
>
> Bug description:
>  Upon using ubuntu 22.04 with latest updates.
>
>  shutdown via gnome does shutdown but the power light stays on on
>  laptop. So I have to hold the button down for ten seconds.
>
>  oddly enough
>  shutdown works in terminal correctly.
>  sudo shutdown -h now
>  works
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1953400/+subscriptions

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

Title:
  shutdown not working from GNOME

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  Upon using ubuntu 22.04 with latest updates.

  shutdown via gnome does shutdown but the power light stays on on
  laptop. So I have to hold the button down for ten seconds.

  oddly enough
  shutdown works in terminal correctly.
  sudo shutdown -h now
  works

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


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


[Desktop-packages] [Bug 1922353] Re: Overview sometimes fails to appear or disappear in 21.04

2021-05-09 Thread Stephen Allen
I wonder if the recent Gnome 3.38.5 update addresses this?

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

Title:
  Overview sometimes fails to appear or disappear in 21.04

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  Confirmed

Bug description:
  When I press the "windows" or "options" or "super" key a list of
  running applications (like alt-tab) and a text window appears. I can
  choose from the running applications or write a command into the text
  window. After I chose an application or press ESC all this disappear
  and I can do my thing.

  Since trying 21.04 sometimes this 
  1. does not appear properly - there is no visible text window
  2. does not disappear - despite what I click on or what keys do I press this 
never disappear so I can not use my running applications or start anything new 
even from the menu. 

  I have to log out and in to break this.

  Disabling my gnome-shell extensions or using xorg instead of wayland
  does not helps.

  Since upgrading this morning this happens every time I press Super,
  not just occasionally, thus making my desktop unusable.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: gnome-shell 3.38.4-1ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr  2 14:07:39 2021
  DisplayManager: gdm3
  InstallationDate: Installed on 2020-03-19 (378 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  RelatedPackageVersions: mutter-common 3.38.4-1ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to hirsute on 2021-03-06 (27 days ago)

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

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


[Desktop-packages] [Bug 1846374] Re: Having a video playing/paused when switched to another user generates gigabytes of error logs

2021-02-15 Thread Stephen
Still present on nvidia-driver-460 (460.39-0ubuntu0.20.04.1).

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

Title:
  Having a video playing/paused when switched to another user generates
  gigabytes of error logs

Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-418 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-435 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-440 package in Ubuntu:
  Confirmed

Bug description:
  To replicate:

  1. Start a video playing, for example in vlc. 'avcodec decoder: Using
  NVIDIA VDPAU Driver Shared Library  418.56  Fri Mar 15 12:31:51 CDT
  2019 for hardware decoding'

  2. Optionally pause it.

  3. Switch to another user.

  The original user's ~/.xsession-errors will rapidly fill up with
  errors along the lines of "vdpau_chroma filter error".

  At the same time, errors are put in /var/log/syslog as well:

  [7f9d604810a0] vdpau_chroma filter error: video mixer features failure: 
An invalid handle value was provided.
  [7f9d604810a0] vdpau_chroma filter error: video mixer attributes failure: 
An invalid handle value was provided.
  [7f9d604810a0] vdpau_chroma filter error: video mixer rendering failure: 
An invalid handle value was provided.
  (repeat ad nauseum)

  At least one of the two will rapidly fill up its partition and
  problems will arise.

  With AMD video hardware and driver, the video continues playing - you
  can hear the sound despite being in the other user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1846374/+subscriptions

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


[Desktop-packages] [Bug 1909946] Re: Gnome Wayland session starts, then quits.

2021-01-07 Thread Stephen Allen
Damn doesn't seem to be a close or delete option. Daniel could you
please do the honours?

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

Title:
  Gnome Wayland session starts, then quits.

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  So, this started about a week ago after an update from Ubuntu. I can
  initially login with XWayland, but something loading after the desktop
  appears, causes the session to exit. The only thing I can find
  relevant in the logs at the timestamp this occurred are the following:

  -gkr-pam: unable to locate daemon control file

  -Failed to start Process error reports when automatic reporting is
  enabled.

  -A start job for unit UNIT has failed

  I hope this helps track down the issue. Thanks for reading.

  BTW I have to submit this as a bug on something else, launchpad keeps
  telling me that XWayland doesn't exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: xwayland 2:1.20.9-2ubuntu1.1
  Uname: Linux 5.9.16-xanmod1 x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan  3 19:33:28 2021
  DistUpgraded: Fresh install
  DistroCodename: groovy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
 Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
  InstallationDate: Installed on 2020-04-25 (253 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.9.16-xanmod1 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/19/2019
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1405
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF GAMING X570-PLUS (WI-FI)
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1405:bd11/19/2019:br5.14:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFGAMINGX570-PLUS(WI-FI):rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-1ubuntu1~g~mesarc0
  version.libgl1-mesa-dri: libgl1-mesa-dri 
20.3.1+git2012290142.009e2aa5460~g~mesarc2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
  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/gnome-shell/+bug/1909946/+subscriptions

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


[Desktop-packages] [Bug 1909946] Re: Gnome Wayland session starts, then quits.

2021-01-07 Thread Stephen Allen
Daniel I was pretty sure that the problem existed in my home directory. So, 
rather than go through all the gnome gnome settings one by one, with subsequent 
reboots, I cleaned out my home directory of all gnome specific settings at once 
this am, and rebooted and problem is gone - I'm now in XWayland.
 
This would have taken a long time to troubleshoot, so I took the quick route it 
was a Fool's errand to try to figure out which setting was creating the 
problem, because I have backed up my home directory for over 10 years 
continuously, and I had a lot of cruft in there, so it was time to clean it 
out.I'm going to close this bug now, thanks for all your help Daniel I didn't 
want to waste any more of your time. Cheers.

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

Title:
  Gnome Wayland session starts, then quits.

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  So, this started about a week ago after an update from Ubuntu. I can
  initially login with XWayland, but something loading after the desktop
  appears, causes the session to exit. The only thing I can find
  relevant in the logs at the timestamp this occurred are the following:

  -gkr-pam: unable to locate daemon control file

  -Failed to start Process error reports when automatic reporting is
  enabled.

  -A start job for unit UNIT has failed

  I hope this helps track down the issue. Thanks for reading.

  BTW I have to submit this as a bug on something else, launchpad keeps
  telling me that XWayland doesn't exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: xwayland 2:1.20.9-2ubuntu1.1
  Uname: Linux 5.9.16-xanmod1 x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan  3 19:33:28 2021
  DistUpgraded: Fresh install
  DistroCodename: groovy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
 Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
  InstallationDate: Installed on 2020-04-25 (253 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.9.16-xanmod1 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/19/2019
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1405
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF GAMING X570-PLUS (WI-FI)
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1405:bd11/19/2019:br5.14:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFGAMINGX570-PLUS(WI-FI):rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-1ubuntu1~g~mesarc0
  version.libgl1-mesa-dri: libgl1-mesa-dri 
20.3.1+git2012290142.009e2aa5460~g~mesarc2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
  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/gnome-shell/+bug/1909946/+subscriptions

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


[Desktop-packages] [Bug 1909946] Re: Gnome Wayland session starts, then quits.

2021-01-04 Thread Stephen Allen
Regarding Item #3: Didn't know /var/crash existed, thanks for the heads
up with the article too.

I browsed /var/crash, there are quite a few files (18) from yesterday
and today. Now none dated Jan 04 matched XWayland, however 2 from
yesterday. The more recent ones (Jan 04) mention 'Blueman Applet' only.
Do you want both? According to the article referenced, it seems to
indicate using ubuntu-bug to run on the most recent files in
/var/log/crash — were you meaning that I should do that in the future?
Anywho, will touch base in the morning EST.

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

Title:
  Gnome Wayland session starts, then quits.

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  So, this started about a week ago after an update from Ubuntu. I can
  initially login with XWayland, but something loading after the desktop
  appears, causes the session to exit. The only thing I can find
  relevant in the logs at the timestamp this occurred are the following:

  -gkr-pam: unable to locate daemon control file

  -Failed to start Process error reports when automatic reporting is
  enabled.

  -A start job for unit UNIT has failed

  I hope this helps track down the issue. Thanks for reading.

  BTW I have to submit this as a bug on something else, launchpad keeps
  telling me that XWayland doesn't exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: xwayland 2:1.20.9-2ubuntu1.1
  Uname: Linux 5.9.16-xanmod1 x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan  3 19:33:28 2021
  DistUpgraded: Fresh install
  DistroCodename: groovy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
 Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
  InstallationDate: Installed on 2020-04-25 (253 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.9.16-xanmod1 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/19/2019
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1405
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF GAMING X570-PLUS (WI-FI)
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1405:bd11/19/2019:br5.14:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFGAMINGX570-PLUS(WI-FI):rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-1ubuntu1~g~mesarc0
  version.libgl1-mesa-dri: libgl1-mesa-dri 
20.3.1+git2012290142.009e2aa5460~g~mesarc2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
  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/gnome-shell/+bug/1909946/+subscriptions

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


[Desktop-packages] [Bug 1909946] Re: Gnome Wayland session starts, then quits.

2021-01-04 Thread Stephen Allen
Thanks Daniel, yes I meant a crash, just different wording.

OK Attached is the file with all extensions disabled. If I'm reading the
file correctly it seems to be a snap issue with an app not autostarting?
Anyway lots of errors but when I scrolled down to the bottom showing the
most recent boot up using XWayland, only two errors, relating to a snap
launch.

** Attachment added: "journalctl log file"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1909946/+attachment/5449337/+files/prevboot.txt

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

Title:
  Gnome Wayland session starts, then quits.

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  So, this started about a week ago after an update from Ubuntu. I can
  initially login with XWayland, but something loading after the desktop
  appears, causes the session to exit. The only thing I can find
  relevant in the logs at the timestamp this occurred are the following:

  -gkr-pam: unable to locate daemon control file

  -Failed to start Process error reports when automatic reporting is
  enabled.

  -A start job for unit UNIT has failed

  I hope this helps track down the issue. Thanks for reading.

  BTW I have to submit this as a bug on something else, launchpad keeps
  telling me that XWayland doesn't exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: xwayland 2:1.20.9-2ubuntu1.1
  Uname: Linux 5.9.16-xanmod1 x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan  3 19:33:28 2021
  DistUpgraded: Fresh install
  DistroCodename: groovy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
 Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
  InstallationDate: Installed on 2020-04-25 (253 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.9.16-xanmod1 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/19/2019
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1405
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF GAMING X570-PLUS (WI-FI)
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1405:bd11/19/2019:br5.14:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFGAMINGX570-PLUS(WI-FI):rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-1ubuntu1~g~mesarc0
  version.libgl1-mesa-dri: libgl1-mesa-dri 
20.3.1+git2012290142.009e2aa5460~g~mesarc2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
  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/gnome-shell/+bug/1909946/+subscriptions

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


[Desktop-packages] [Bug 1909946] Re: XWayland session starts, then quits.

2021-01-04 Thread Stephen Allen
Some more details: Using both gnome-wayland & ubuntu-wayland sessions,
the common major errors are the following:

12:22:45 PM gnome-shell: Can't create a GtkStyleContext without a display 
connection
12:22:23 PM gdm-session-wor: gkr-pam: unable to locate daemon control file


It happens when the desktop appears after about maybe 10 seconds or so. So I 
can't see PAM being involved as PAM is invoked during login — isn't it?

Anyway hope this helps.

Oh, I reinstalled from a backup image, (I have the system on a separate
hard drive to my home directory) that was working correctly on Wayland.
And with nothing added to the image, the same behaviour happened. So,
I'm thinking this is probably a setting in my home directory — but which
one?

Suggestions to troubleshoot this are welcome — I'll put in the time to
help figure this out.

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

Title:
  XWayland session starts, then quits.

Status in xorg-server package in Ubuntu:
  New

Bug description:
  So, this started about a week ago after an update from Ubuntu. I can
  initially login with XWayland, but something loading after the desktop
  appears, causes the session to exit. The only thing I can find
  relevant in the logs at the timestamp this occurred are the following:

  -gkr-pam: unable to locate daemon control file

  -Failed to start Process error reports when automatic reporting is
  enabled.

  -A start job for unit UNIT has failed

  I hope this helps track down the issue. Thanks for reading.

  BTW I have to submit this as a bug on something else, launchpad keeps
  telling me that XWayland doesn't exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: xwayland 2:1.20.9-2ubuntu1.1
  Uname: Linux 5.9.16-xanmod1 x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan  3 19:33:28 2021
  DistUpgraded: Fresh install
  DistroCodename: groovy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
 Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
  InstallationDate: Installed on 2020-04-25 (253 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.9.16-xanmod1 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/19/2019
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1405
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF GAMING X570-PLUS (WI-FI)
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1405:bd11/19/2019:br5.14:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFGAMINGX570-PLUS(WI-FI):rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-1ubuntu1~g~mesarc0
  version.libgl1-mesa-dri: libgl1-mesa-dri 
20.3.1+git2012290142.009e2aa5460~g~mesarc2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
  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-server/+bug/1909946/+subscriptions

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


[Desktop-packages] [Bug 1909946] [NEW] XWayland session starts, then quits.

2021-01-03 Thread Stephen Allen
Public bug reported:

So, this started about a week ago after an update from Ubuntu. I can
initially login with XWayland, but something loading after the desktop
appears, causes the session to exit. The only thing I can find relevant
in the logs at the timestamp this occurred are the following:

-gkr-pam: unable to locate daemon control file

-Failed to start Process error reports when automatic reporting is
enabled.

-A start job for unit UNIT has failed

I hope this helps track down the issue. Thanks for reading.

BTW I have to submit this as a bug on something else, launchpad keeps
telling me that XWayland doesn't exist.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: xwayland 2:1.20.9-2ubuntu1.1
Uname: Linux 5.9.16-xanmod1 x86_64
ApportVersion: 2.20.11-0ubuntu50.3
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan  3 19:33:28 2021
DistUpgraded: Fresh install
DistroCodename: groovy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 270/370 
OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
   Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
InstallationDate: Installed on 2020-04-25 (253 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.9.16-xanmod1 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg-server
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/19/2019
dmi.bios.release: 5.14
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1405
dmi.board.asset.tag: Default string
dmi.board.name: TUF GAMING X570-PLUS (WI-FI)
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1405:bd11/19/2019:br5.14:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFGAMINGX570-PLUS(WI-FI):rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: SKU
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.103-1ubuntu1~g~mesarc0
version.libgl1-mesa-dri: libgl1-mesa-dri 
20.3.1+git2012290142.009e2aa5460~g~mesarc2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: groovy pam xwayland

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

Title:
  XWayland session starts, then quits.

Status in xorg-server package in Ubuntu:
  New

Bug description:
  So, this started about a week ago after an update from Ubuntu. I can
  initially login with XWayland, but something loading after the desktop
  appears, causes the session to exit. The only thing I can find
  relevant in the logs at the timestamp this occurred are the following:

  -gkr-pam: unable to locate daemon control file

  -Failed to start Process error reports when automatic reporting is
  enabled.

  -A start job for unit UNIT has failed

  I hope this helps track down the issue. Thanks for reading.

  BTW I have to submit this as a bug on something else, launchpad keeps
  telling me that XWayland doesn't exist.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: xwayland 2:1.20.9-2ubuntu1.1
  Uname: Linux 5.9.16-xanmod1 x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan  3 19:33:28 2021
  DistUpgraded: Fresh install
  DistroCodename: groovy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
 Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
  InstallationDate: Installed on 2020-04-25 (253 days ago)
  InstallationMedia: 

[Desktop-packages] [Bug 1906977] Re: moving cursor to dock causes desktop-icons graphic garbage

2020-12-17 Thread Stephen Lawrence
1. gnome extensions? - found it

I have 3:
  Desktop Icons
  UbuntuAppIndicators
  Ubuntu Dock

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

Title:
  moving cursor to dock causes desktop-icons graphic garbage

Status in gnome-shell package in Ubuntu:
  New
Status in gnome-shell-extension-desktop-icons package in Ubuntu:
  New

Bug description:
  More generally, desktop mis-displays

  3 Variations:

  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor hits dock, the graphic of the minimised window
  (graphic that would be shown by activating "Activities") appears. It
  can be cleared by sweeping a window over the desktop. It only happens
  once, once for every time you minimise a window.

  b) Click "Acivities" - then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)

  c) Close window
  As b)

  By attempting to move an icon on the Desktop, or pressing PrntScrn
  key, the Desktop repairs itself.

  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

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


[Desktop-packages] [Bug 1906977] Re: moving cursor to dock causes desktop-icons graphic garbage

2020-12-17 Thread Stephen Lawrence
Daniel,
1. - sorry, where do I find extensions app?

2. I have 3 files:
  application_state
  gnome-overrides-migrated
  notifications

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

Title:
  moving cursor to dock causes desktop-icons graphic garbage

Status in gnome-shell package in Ubuntu:
  New
Status in gnome-shell-extension-desktop-icons package in Ubuntu:
  New

Bug description:
  More generally, desktop mis-displays

  3 Variations:

  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor hits dock, the graphic of the minimised window
  (graphic that would be shown by activating "Activities") appears. It
  can be cleared by sweeping a window over the desktop. It only happens
  once, once for every time you minimise a window.

  b) Click "Acivities" - then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)

  c) Close window
  As b)

  By attempting to move an icon on the Desktop, or pressing PrntScrn
  key, the Desktop repairs itself.

  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

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


[Desktop-packages] [Bug 1906977] Re: moving cursor to dock causes desktop-icons graphic garbage

2020-12-15 Thread Stephen Lawrence
** Description changed:

  More generally, desktop mis-displays
  
  3 Variations:
  
  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)
  
- As soon as cursor moves over the dock, a small version of the graphic of
- the minimised window (ie what would be shown by opening "Activities")
- appears. It can be cleared by opening another window and sweeping this
- over the desktop. It only happens once, once for every time you minimise
- a window.
+ As soon as cursor hits dock, the graphic of the minimised window
+ (graphic that would be shown by activating "Activities") appears. It can
+ be cleared by sweeping a window over the desktop. It only happens once,
+ once for every time you minimise a window.
  
- b) Click on "Activities" then click again to restore view
+ b) Click "Acivities" - then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)
  
  c) Close window
  As b)
  
- By attempting to move an icon on the Desktop, or pressing "Print Scrn"
- button, the Desktop repairs itself.
- 
+ By attempting to move an icon on the Desktop, or pressing PrntScrn key,
+ the Desktop repairs itself.
  
  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit
  
  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

Title:
  moving cursor to dock causes desktop-icons graphic garbage

Status in gnome-shell package in Ubuntu:
  New
Status in gnome-shell-extension-desktop-icons package in Ubuntu:
  New

Bug description:
  More generally, desktop mis-displays

  3 Variations:

  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor hits dock, the graphic of the minimised window
  (graphic that would be shown by activating "Activities") appears. It
  can be cleared by sweeping a window over the desktop. It only happens
  once, once for every time you minimise a window.

  b) Click "Acivities" - then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)

  c) Close window
  As b)

  By attempting to move an icon on the Desktop, or pressing PrntScrn
  key, the Desktop repairs itself.

  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

-- 
Mailing list: https://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 1906977] Re: moving cursor to dock causes desktop graphic garbage

2020-12-14 Thread Stephen Lawrence
Sebastien, thx - I've uploaded hopefully the stuff you suggested.

Initially I tried using the "Print Screen" button - but as soon as I 
pressed it, the desktop screen fixed itself!  :-(

Stephen

On 14/12/2020 10:12, Sebastien Bacher wrote:
> Thank you for your bug report, could to a screenshot or video showing
> the issue it's a bit difficult to understand as described. Please also
> include the 'journalctl -b 0' log after triggering the issue. Nautilus
> doesn't handle the desktop anymore so reassigning to gnome-shell which
> is a better start point for rendering issues
>
> ** Package changed: nautilus (Ubuntu) => gnome-shell (Ubuntu)
>
> ** Changed in: gnome-shell (Ubuntu)
> Importance: Undecided => Low
>
> ** Changed in: gnome-shell (Ubuntu)
> Status: New => Incomplete
>


** Description changed:

  More generally, desktop mis-displays
  
  3 Variations:
  
  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)
  
- As soon as cursor hits dock, the graphic of the minimised window
- (graphic that would be shown by activating "Activities") appears. It can
- be cleared by sweeping a window over the desktop. It only happens once,
- once for every time you minimise a window.
+ As soon as cursor moves over the dock, a small version of the graphic of
+ the minimised window (ie what would be shown by opening "Activities")
+ appears. It can be cleared by opening another window and sweeping this
+ over the desktop. It only happens once, once for every time you minimise
+ a window.
  
- b) Click "Acivities" - then click again to restore view
+ b) Click on "Activities" then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)
  
  c) Close window
  As b)
  
- By attempting to move an icon on the Desktop, the Desktop repairs
- itself.
+ By attempting to move an icon on the Desktop, or pressing "Print Scrn"
+ button, the Desktop repairs itself.
  
  
  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit
  
  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

Title:
  moving cursor to dock causes desktop graphic garbage

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  More generally, desktop mis-displays

  3 Variations:

  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor moves over the dock, a small version of the graphic
  of the minimised window (ie what would be shown by opening
  "Activities") appears. It can be cleared by opening another window and
  sweeping this over the desktop. It only happens once, once for every
  time you minimise a window.

  b) Click on "Activities" then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)

  c) Close window
  As b)

  By attempting to move an icon on the Desktop, or pressing "Print Scrn"
  button, the Desktop repairs itself.

  
  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.2

[Desktop-packages] [Bug 1906977] Re: moving cursor to dock causes desktop graphic garbage

2020-12-14 Thread Stephen Lawrence
Screenshots (video)
I enable video, close/minimise a number of windows until the desktop appears, 
then move cursor to dock, and spurious graphic then appears

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

Title:
  moving cursor to dock causes desktop graphic garbage

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  More generally, desktop mis-displays

  3 Variations:

  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor moves over the dock, a small version of the graphic
  of the minimised window (ie what would be shown by opening
  "Activities") appears. It can be cleared by opening another window and
  sweeping this over the desktop. It only happens once, once for every
  time you minimise a window.

  b) Click on "Activities" then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)

  c) Close window
  As b)

  By attempting to move an icon on the Desktop, or pressing "Print Scrn"
  button, the Desktop repairs itself.

  
  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

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


[Desktop-packages] [Bug 1906977] Re: moving cursor to dock causes desktop graphic garbage

2020-12-14 Thread Stephen Lawrence
Screenshots (video)
I enable video, close/minimise a number of windows until the desktop appears, 
then move cursor to dock, and spurious graphic then appears


** Attachment added: "Screenshot video"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1906977/+attachment/5443433/+files/desktopbug-2020-12-14_13.15.51.mkv

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

Title:
  moving cursor to dock causes desktop graphic garbage

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  More generally, desktop mis-displays

  3 Variations:

  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor moves over the dock, a small version of the graphic
  of the minimised window (ie what would be shown by opening
  "Activities") appears. It can be cleared by opening another window and
  sweeping this over the desktop. It only happens once, once for every
  time you minimise a window.

  b) Click on "Activities" then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)

  c) Close window
  As b)

  By attempting to move an icon on the Desktop, or pressing "Print Scrn"
  button, the Desktop repairs itself.

  
  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

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


[Desktop-packages] [Bug 1906977] Re: moving cursor to dock causes desktop graphic garbage

2020-12-14 Thread Stephen Lawrence
Video of screen leading to bug - attached

Journalctl Log:
-- Logs begin at Tue 2019-06-04 14:30:15 BST, end at Mon 2020-12-14 13:17:01 
GMT. --
Dec 14 12:12:46 stephen-Inspiron-545 kernel: microcode: microcode updated early 
to revision 0xa0b, date = 2>
Dec 14 12:12:46 stephen-Inspiron-545 kernel: Linux version 5.4.0-58-generic 
(buildd@lcy01-amd64-004) (gcc v>
Dec 14 12:12:46 stephen-Inspiron-545 kernel: Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic root=U>
Dec 14 12:12:46 stephen-Inspiron-545 kernel: KERNEL supported cpus:
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   Intel GenuineIntel
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   AMD AuthenticAMD
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   Hygon HygonGenuine
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   Centaur CentaurHauls
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   zhaoxin   Shanghai  
Dec 14 12:12:46 stephen-Inspiron-545 kernel: x86/fpu: Supporting XSAVE feature 
0x001: 'x87 floating point r>
Dec 14 12:12:46 stephen-Inspiron-545 kernel: x86/fpu: Supporting XSAVE feature 
0x002: 'SSE registers'
Dec 14 12:12:46 stephen-Inspiron-545 kernel: x86/fpu: Enabled xstate features 
0x3, context size is 576 byte>
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-provided physical RAM map:
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0x-0x0009e7ff] usable
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0x0009e800-0x0009] reserved
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0x000f-0x000f] reserved
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0x0010-0xcf58] usable
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0xcf59-0xcf5d] reserved
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0xcf5e-0xcf5e2fff] ACPI NVS
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0xcf5e3000-0xcf5e] ACPI da>
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0xcf5f-0xcf5f] reserved
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0xe000-0xefff] reserved
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0xfec0-0x] reserved
Dec 14 12:12:46 stephen-Inspiron-545 kernel: BIOS-e820: [mem 
0x0001-0x00016fff] usable
Dec 14 12:12:46 stephen-Inspiron-545 kernel: NX (Execute Disable) protection: 
active
Dec 14 12:12:46 stephen-Inspiron-545 kernel: SMBIOS 2.5 present.
Dec 14 12:12:46 stephen-Inspiron-545 kernel: DMI: Dell Inc. Inspiron 
545/0N826N, BIOS A12 11/17/2009
Dec 14 12:12:46 stephen-Inspiron-545 kernel: tsc: Fast TSC calibration using PIT
Dec 14 12:12:46 stephen-Inspiron-545 kernel: tsc: Detected 2925.911 MHz 
processor
Dec 14 12:12:46 stephen-Inspiron-545 kernel: e820: update [mem 
0x-0x0fff] usable ==> reserved
Dec 14 12:12:46 stephen-Inspiron-545 kernel: e820: remove [mem 
0x000a-0x000f] usable
Dec 14 12:12:46 stephen-Inspiron-545 kernel: last_pfn = 0x17 max_arch_pfn = 
0x4
Dec 14 12:12:46 stephen-Inspiron-545 kernel: MTRR default type: uncachable
Dec 14 12:12:46 stephen-Inspiron-545 kernel: MTRR fixed ranges enabled:
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   0-9 write-back
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   A-B uncachable
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   C-CAFFF write-protect
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   CB000-E uncachable
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   F-F write-through
Dec 14 12:12:46 stephen-Inspiron-545 kernel: MTRR variable ranges enabled:
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   0 base 1 mask FC000 
write-back
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   1 base 14000 mask FE000 
write-back
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   2 base 16000 mask FF000 
write-back
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   3 base 0 mask F8000 
write-back
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   4 base 08000 mask FC000 
write-back
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   5 base 0C000 mask FF000 
write-back
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   6 base 0CF70 mask 0 
uncachable
Dec 14 12:12:46 stephen-Inspiron-545 kernel:   7 base 0CF80 mask FFF80 
uncachable
Dec 14 12:12:46 stephen-Inspiron-545 kernel: x86/PAT: Configuration [0-7]: WB  
WC  UC- UC  WB  WP  UC- WT  
Dec 14 12:12:46 stephen-Inspiron-545 kernel: total RAM covered: 5111M
Dec 14 12:12:46 stephen-Inspiron-545 kernel: Found optimal setting for mtrr 
clean up
Dec 14 12:12:46 stephen-Inspiron-545 kernel:  gran_size: 64K 
chunk_size: 1G num_reg: 7     >
Dec 14 12:12:46 stephen-Inspiron-545 kernel: e820: update [mem 
0xcf70-0x] usable ==>

[Desktop-packages] [Bug 1906977] Re: moving cursor to dock causes desktop graphic garbage

2020-12-13 Thread Stephen Lawrence
** Summary changed:

- moving cursor over dock causes old window to appear
+ moving cursor to dock causes desktop graphic garbage

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

Title:
  moving cursor to dock causes desktop graphic garbage

Status in nautilus package in Ubuntu:
  New

Bug description:
  More generally, desktop mis-displays

  3 Variations:

  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor hits dock, the graphic of the minimised window
  (graphic that would be shown by activating "Activities") appears. It
  can be cleared by sweeping a window over the desktop. It only happens
  once, once for every time you minimise a window.

  b) Click "Acivities" - then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)

  c) Close window
  As b)

  By attempting to move an icon on the Desktop, the Desktop repairs
  itself.

  
  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

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


[Desktop-packages] [Bug 1906977] Re: moving cursor over dock causes old window to appear

2020-12-11 Thread Stephen Lawrence
** Description changed:

  More generally, desktop mis-displays
  
  3 Variations:
  
  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)
  
  As soon as cursor hits dock, the graphic of the minimised window
  (graphic that would be shown by activating "Activities") appears. It can
  be cleared by sweeping a window over the desktop. It only happens once,
  once for every time you minimise a window.
  
  b) Click "Acivities" - then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)
  
  c) Close window
  As b)
+ 
+ By attempting to move an icon on the Desktop, the Desktop repairs
+ itself.
  
  
  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit
  
  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

Title:
  moving cursor over dock causes old window to appear

Status in nautilus package in Ubuntu:
  New

Bug description:
  More generally, desktop mis-displays

  3 Variations:

  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor hits dock, the graphic of the minimised window
  (graphic that would be shown by activating "Activities") appears. It
  can be cleared by sweeping a window over the desktop. It only happens
  once, once for every time you minimise a window.

  b) Click "Acivities" - then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)

  c) Close window
  As b)

  By attempting to move an icon on the Desktop, the Desktop repairs
  itself.

  
  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

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


[Desktop-packages] [Bug 1906977] Re: moving cursor over dock causes old window to appear

2020-12-08 Thread Stephen Lawrence
Sorry, not sure whether this is nautilus or desktop :-\

** Description changed:

- Steps:
+ More generally, desktop mis-displays
+ 
+ 3 Variations:
+ 
+ a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)
  
  As soon as cursor hits dock, the graphic of the minimised window
  (graphic that would be shown by activating "Activities") appears. It can
  be cleared by sweeping a window over the desktop. It only happens once,
  once for every time you minimise a window.
  
+ b) Click "Acivities" - then click again to restore view
+ As soon as cursor hits dock, desktop goes corrupt (large parts blank out)
+ 
+ c) Close window
+ As b)
+ 
+ 
  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit
  
  nautilus:
-   Installed: 1:3.36.3-0ubuntu1
-   Candidate: 1:3.36.3-0ubuntu1
-   Version table:
-  *** 1:3.36.3-0ubuntu1 500
- 500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  1:3.36.1.1-1ubuntu2 500
- 500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages
+   Installed: 1:3.36.3-0ubuntu1
+   Candidate: 1:3.36.3-0ubuntu1
+   Version table:
+  *** 1:3.36.3-0ubuntu1 500
+ 500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  1:3.36.1.1-1ubuntu2 500
+ 500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

Title:
  moving cursor over dock causes old window to appear

Status in nautilus package in Ubuntu:
  New

Bug description:
  More generally, desktop mis-displays

  3 Variations:

  a)
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor hits dock, the graphic of the minimised window
  (graphic that would be shown by activating "Activities") appears. It
  can be cleared by sweeping a window over the desktop. It only happens
  once, once for every time you minimise a window.

  b) Click "Acivities" - then click again to restore view
  As soon as cursor hits dock, desktop goes corrupt (large parts blank out)

  c) Close window
  As b)


  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
    Installed: 1:3.36.3-0ubuntu1
    Candidate: 1:3.36.3-0ubuntu1
    Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

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


[Desktop-packages] [Bug 1906977] [NEW] moving cursor over dock causes old window to appear

2020-12-06 Thread Stephen Lawrence
Public bug reported:

Steps:
0) open a window/app
1) minimise a window/application, causing Desktop to be visible
2) move cursor to dock (to open new app)

As soon as cursor hits dock, the graphic of the minimised window
(graphic that would be shown by activating "Activities") appears. It can
be cleared by sweeping a window over the desktop. It only happens once,
once for every time you minimise a window.

Ubuntu 20.04.1 LTS
Gnome 3.36.3
64-bit

nautilus:
  Installed: 1:3.36.3-0ubuntu1
  Candidate: 1:3.36.3-0ubuntu1
  Version table:
 *** 1:3.36.3-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:3.36.1.1-1ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: nautilus 1:3.36.3-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
Uname: Linux 5.4.0-56-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.13
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Dec  6 12:11:40 2020
InstallationDate: Installed on 2016-09-01 (1556 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
usr_lib_nautilus: dropbox 2018.11.08

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


** Tags: amd64 apport-bug focal

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

Title:
  moving cursor over dock causes old window to appear

Status in nautilus package in Ubuntu:
  New

Bug description:
  Steps:
  0) open a window/app
  1) minimise a window/application, causing Desktop to be visible
  2) move cursor to dock (to open new app)

  As soon as cursor hits dock, the graphic of the minimised window
  (graphic that would be shown by activating "Activities") appears. It
  can be cleared by sweeping a window over the desktop. It only happens
  once, once for every time you minimise a window.

  Ubuntu 20.04.1 LTS
  Gnome 3.36.3
  64-bit

  nautilus:
Installed: 1:3.36.3-0ubuntu1
Candidate: 1:3.36.3-0ubuntu1
Version table:
   *** 1:3.36.3-0ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.36.1.1-1ubuntu2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: nautilus 1:3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  6 12:11:40 2020
  InstallationDate: Installed on 2016-09-01 (1556 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to focal on 2020-12-05 (1 days ago)
  usr_lib_nautilus: dropbox 2018.11.08

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

-- 
Mailing list: https://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 1901736] Re: Freeze

2020-10-28 Thread Stephen Brown
I followed steps in 1874578 and apparently resolved issue.  Thank you.

On Tue, Oct 27, 2020 at 10:55 PM Daniel van Vugt <1901...@bugs.launchpad.net>
wrote:

> This sounds like either bug 1896110 or bug 1874578. Do you think?
>
> ** Summary changed:
>
> - Xorg freeze
> + Freeze
>
> ** Package changed: xorg (Ubuntu) => gnome-shell-extension-ubuntu-dock
> (Ubuntu)
>
> ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1901736
>
> Title:
>   Freeze
>
> Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Most of the time Ubuntu boots the  dock seems to freeze and not load
>   any icons, sometimes for up to a minute. When this happens the dock
>   will not appear when any window is maximized.
>
>   Once in a while Ubuntu loads without a problem. The dock loads
>   instantly and has no problem behind a maximized window.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: xorg 1:7.7+19ubuntu14
>   ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
>   Uname: Linux 5.4.0-52-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu27.10
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CasperMD5CheckResult: skip
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Tue Oct 27 12:35:14 2020
>   DistUpgraded: Fresh install
>   DistroCodename: focal
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: Yes
>   GraphicsCard:
>Intel Corporation Iris Plus Graphics 640 [8086:5926] (rev 06) (prog-if
> 00 [VGA controller])
>  Subsystem: Intel Corporation Iris Plus Graphics 640 [8086:2068]
>   InstallationDate: Installed on 2020-09-16 (41 days ago)
>   InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64
> (20200731)
>   MachineType: Intel(R) Client Systems NUC7i5BNK
>   ProcEnviron:
>LANGUAGE=en_CA:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_CA.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-52-generic
> root=UUID=50f7562f-c44b-4a47-b1b4-02bdd6281c08 ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   Symptom: display
>   Title: Xorg freeze
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 07/25/2019
>   dmi.bios.vendor: Intel Corp.
>   dmi.bios.version: BNKBL357.86A.0080.2019.0725.1139
>   dmi.board.name: NUC7i5BNB
>   dmi.board.vendor: Intel Corporation
>   dmi.board.version: J31144-314
>   dmi.chassis.type: 35
>   dmi.chassis.vendor: Intel Corporation
>   dmi.chassis.version: 2.0
>   dmi.modalias:
> dmi:bvnIntelCorp.:bvrBNKBL357.86A.0080.2019.0725.1139:bd07/25/2019:svnIntel(R)ClientSystems:pnNUC7i5BNK:pvrJ31159-315:rvnIntelCorporation:rnNUC7i5BNB:rvrJ31144-314:cvnIntelCorporation:ct35:cvr2.0:
>   dmi.product.family: BN
>   dmi.product.name: NUC7i5BNK
>   dmi.product.version: J31159-315
>   dmi.sys.vendor: Intel(R) Client Systems
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.101-2
>   version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
>   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
>   version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.4
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.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/gnome-shell-extension-ubuntu-dock/+bug/1901736/+subscriptions
>

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

Title:
  Freeze

Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  Incomplete

Bug description:
  Most of the time Ubuntu boots the  dock seems to freeze and not load
  any icons, sometimes for up to a minute. When this happens the dock
  will not appear when any window is maximized.

  Once in a while Ubuntu loads without a problem. The dock loads
  instantly and has no problem behind a maximized window.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
  Uname: Linux 5.4.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.10
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 27 12:35:14 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Iris Plus Graphics 640 

Re: [Desktop-packages] [Bug 1539999] Re: Omnikey Cardreader not working

2020-10-08 Thread Stephen Riley
Not still an issue as far as I know but I haven't used the card reader 
for over 2yrs.

Thank you

On 2020-10-07 22:28, Joy Latten wrote:

> Is this still an issue? Changing to incomplete.
> 
> ** Changed in: pcsc-lite (Ubuntu)
> Status: New => Incomplete
> 
> --
> You received this bug notification because you are subscribed to the 
> bug
> report.
> https://bugs.launchpad.net/bugs/153
> 
> Title:
> Omnikey Cardreader not working
> 
> Status in pcsc-lite package in Ubuntu:
> Incomplete
> 
> Bug description:
> On my desktop & sony vaio laptop, Alpha 2 Ubuntu-mate does not start my 
> usb Omnikey 3121 card reader.
> The 3121 is listed in terminal when I perform 'lsusb'. The reader does 
> work under concurrent devuan 1. I have installed pcscd (which drags in 
> libccid correctly) & pcsc-tools but this hasn't corrected the problem 
> even with a reboot.
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/153/+subscriptions

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

Title:
  Omnikey Cardreader not working

Status in pcsc-lite package in Ubuntu:
  Incomplete

Bug description:
  On my desktop & sony vaio laptop, Alpha 2 Ubuntu-mate does not start my usb 
Omnikey 3121 card reader.
  The 3121 is listed in terminal when I perform 'lsusb'. The reader does work 
under concurrent devuan 1. I have installed pcscd (which drags in libccid 
correctly) & pcsc-tools but this hasn't corrected the problem even with a 
reboot.

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

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


[Desktop-packages] [Bug 1883054] Re: Built-in audio device not available until alsa is reloaded

2020-07-18 Thread Stephen Warren
For me, this issue has now been resolved; I assume due to the pulseaudio
package updates that I installed yesterday, but it might have been fixed
for a few days longer.

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

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

Title:
  Built-in audio device not available until alsa is reloaded

Status in alsa-driver package in Ubuntu:
  Fix Released

Bug description:
  I had Ubuntu 18.04 installed, running XFCE (Xubuntu session), and
  audio worked fine, using either the built-in speakers/mic on the
  laptop or via a USB headset when that was plugged in.

  However, after upgrading to 20.04, the built-in audio device is no
  longer available until I run "sudo alsa force-reload". Wthhout that
  WAR, all I see is a dummy audio device. Luckily the USB headset works
  fine, if plugged in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  swarren7664 F pulseaudio
   /dev/snd/controlC0:  swarren7664 F pulseaudio
   /dev/snd/pcmC0D0c:   swarren7664 F...m pulseaudio
   /dev/snd/pcmC0D0p:   swarren7664 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Wed Jun 10 23:57:08 2020
  InstallationDate: Installed on 2016-03-03 (1561 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160122.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  UpgradeStatus: Upgraded to focal on 2020-06-07 (4 days ago)
  dmi.bios.date: 08/28/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1DETA6W (2.32 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ERCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1DETA6W(2.32):bd08/28/2019:svnLENOVO:pn20ERCTO1WW:pvrThinkPadP70:rvnLENOVO:rn20ERCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad P70
  dmi.product.name: 20ERCTO1WW
  dmi.product.sku: LENOVO_MT_20ER_BU_Think_FM_ThinkPad P70
  dmi.product.version: ThinkPad P70
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1879206] Re: cups hplip not install printer

2020-06-14 Thread Stephen
sudo apt purge ippusbxd  worked for me (after I tried lots)

Thx to Brian in 
https://answers.launchpad.net/hplip/+question/691227

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

Title:
  cups hplip not install printer

Status in cups package in Ubuntu:
  Incomplete
Status in hplip package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to Ubuntu 20.04 I can't print anymore.

  Description:  Ubuntu 20.04 LTS
  Release:  20.04

  cups:
Installato: 2.3.1-9ubuntu1.1
Candidato:  2.3.1-9ubuntu1.1
Tabella versione:
   *** 2.3.1-9ubuntu1.1 500
  500 http://it.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu focal-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.3.1-9ubuntu1 500
  500 http://it.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  hplip:
Installato: 3.20.3+dfsg0-2
Candidato:  3.20.3+dfsg0-2
Tabella versione:
   *** 3.20.3+dfsg0-2 500
  500 http://it.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  
  I tried to reinstall the printer, but it is not being re-saved by cups / hplip

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: cups 2.3.1-9ubuntu1.1
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon May 18 02:24:07 2020
  InstallationDate: Installed on 2020-05-17 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Lpstat: device for DeskJet_3630: 
hp:/usb/DeskJet_3630_series?serial=CN8AM7H3230658
  MachineType: LENOVO 80G0
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/DeskJet_3630.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/DeskJet_3630.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=6a8469e0-ecea-4a86-8040-b0caaa938fe4 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/18/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A7CN40WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lancer 5A6
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0F82993WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-30
  dmi.modalias: 
dmi:bvnLENOVO:bvrA7CN40WW:bd07/18/2014:svnLENOVO:pn80G0:pvrLenovoG50-30:rvnLENOVO:rnLancer5A6:rvrSDK0F82993WIN:cvnLENOVO:ct10:cvrLenovoG50-30:
  dmi.product.family: IDEAPAD
  dmi.product.name: 80G0
  dmi.product.sku: LENOVO_MT_80G0_BU_idea_FM_Lenovo G50-30
  dmi.product.version: Lenovo G50-30
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1883054] Re: Built-in audio device not available until alsa is reloaded

2020-06-13 Thread Stephen Warren
My headset (which works fine) is USB.

Which bug do you believe this is a duplicate of? I did find something
similar, but it was on 16.04, and my issue is definitely a regression
between 18.04 and 20.04.

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

Title:
  Built-in audio device not available until alsa is reloaded

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I had Ubuntu 18.04 installed, running XFCE (Xubuntu session), and
  audio worked fine, using either the built-in speakers/mic on the
  laptop or via a USB headset when that was plugged in.

  However, after upgrading to 20.04, the built-in audio device is no
  longer available until I run "sudo alsa force-reload". Wthhout that
  WAR, all I see is a dummy audio device. Luckily the USB headset works
  fine, if plugged in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  swarren7664 F pulseaudio
   /dev/snd/controlC0:  swarren7664 F pulseaudio
   /dev/snd/pcmC0D0c:   swarren7664 F...m pulseaudio
   /dev/snd/pcmC0D0p:   swarren7664 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Wed Jun 10 23:57:08 2020
  InstallationDate: Installed on 2016-03-03 (1561 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160122.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  UpgradeStatus: Upgraded to focal on 2020-06-07 (4 days ago)
  dmi.bios.date: 08/28/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1DETA6W (2.32 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ERCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1DETA6W(2.32):bd08/28/2019:svnLENOVO:pn20ERCTO1WW:pvrThinkPadP70:rvnLENOVO:rn20ERCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad P70
  dmi.product.name: 20ERCTO1WW
  dmi.product.sku: LENOVO_MT_20ER_BU_Think_FM_ThinkPad P70
  dmi.product.version: ThinkPad P70
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1883054] Re: Built-in audio device not available until alsa is reloaded

2020-06-11 Thread Stephen Warren
I ran alsa-info before/after running "sudo alsa force-reload" to see if
there were any obvious differences in the output. While there are a few
differences, nothing really stands out as causing this issue.

** Attachment added: "diff for alsa-info output before/after reloading alsa"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1883054/+attachment/5382790/+files/alsa-info-diff.txt

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

Title:
  Built-in audio device not available until alsa is reloaded

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I had Ubuntu 18.04 installed, running XFCE (Xubuntu session), and
  audio worked fine, using either the built-in speakers/mic on the
  laptop or via a USB headset when that was plugged in.

  However, after upgrading to 20.04, the built-in audio device is no
  longer available until I run "sudo alsa force-reload". Wthhout that
  WAR, all I see is a dummy audio device. Luckily the USB headset works
  fine, if plugged in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  swarren7664 F pulseaudio
   /dev/snd/controlC0:  swarren7664 F pulseaudio
   /dev/snd/pcmC0D0c:   swarren7664 F...m pulseaudio
   /dev/snd/pcmC0D0p:   swarren7664 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Wed Jun 10 23:57:08 2020
  InstallationDate: Installed on 2016-03-03 (1561 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160122.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  UpgradeStatus: Upgraded to focal on 2020-06-07 (4 days ago)
  dmi.bios.date: 08/28/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1DETA6W (2.32 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ERCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1DETA6W(2.32):bd08/28/2019:svnLENOVO:pn20ERCTO1WW:pvrThinkPadP70:rvnLENOVO:rn20ERCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad P70
  dmi.product.name: 20ERCTO1WW
  dmi.product.sku: LENOVO_MT_20ER_BU_Think_FM_ThinkPad P70
  dmi.product.version: ThinkPad P70
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1883054] [NEW] Built-in audio device not available until alsa is reloaded

2020-06-11 Thread Stephen Warren
Public bug reported:

I had Ubuntu 18.04 installed, running XFCE (Xubuntu session), and audio
worked fine, using either the built-in speakers/mic on the laptop or via
a USB headset when that was plugged in.

However, after upgrading to 20.04, the built-in audio device is no
longer available until I run "sudo alsa force-reload". Wthhout that WAR,
all I see is a dummy audio device. Luckily the USB headset works fine,
if plugged in.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  swarren7664 F pulseaudio
 /dev/snd/controlC0:  swarren7664 F pulseaudio
 /dev/snd/pcmC0D0c:   swarren7664 F...m pulseaudio
 /dev/snd/pcmC0D0p:   swarren7664 F...m pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Wed Jun 10 23:57:08 2020
InstallationDate: Installed on 2016-03-03 (1561 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160122.2)
PackageArchitecture: all
SourcePackage: alsa-driver
UpgradeStatus: Upgraded to focal on 2020-06-07 (4 days ago)
dmi.bios.date: 08/28/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: N1DETA6W (2.32 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20ERCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN1DETA6W(2.32):bd08/28/2019:svnLENOVO:pn20ERCTO1WW:pvrThinkPadP70:rvnLENOVO:rn20ERCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad P70
dmi.product.name: 20ERCTO1WW
dmi.product.sku: LENOVO_MT_20ER_BU_Think_FM_ThinkPad P70
dmi.product.version: ThinkPad P70
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug focal

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

Title:
  Built-in audio device not available until alsa is reloaded

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I had Ubuntu 18.04 installed, running XFCE (Xubuntu session), and
  audio worked fine, using either the built-in speakers/mic on the
  laptop or via a USB headset when that was plugged in.

  However, after upgrading to 20.04, the built-in audio device is no
  longer available until I run "sudo alsa force-reload". Wthhout that
  WAR, all I see is a dummy audio device. Luckily the USB headset works
  fine, if plugged in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  swarren7664 F pulseaudio
   /dev/snd/controlC0:  swarren7664 F pulseaudio
   /dev/snd/pcmC0D0c:   swarren7664 F...m pulseaudio
   /dev/snd/pcmC0D0p:   swarren7664 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Wed Jun 10 23:57:08 2020
  InstallationDate: Installed on 2016-03-03 (1561 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160122.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  UpgradeStatus: Upgraded to focal on 2020-06-07 (4 days ago)
  dmi.bios.date: 08/28/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1DETA6W (2.32 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ERCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1DETA6W(2.32):bd08/28/2019:svnLENOVO:pn20ERCTO1WW:pvrThinkPadP70:rvnLENOVO:rn20ERCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad P70
  dmi.product.name: 20ERCTO1WW
  dmi.product.sku: LENOVO_MT_20ER_BU_Think_FM_ThinkPad P70
  dmi.product.version: ThinkPad P70
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1876962] [NEW] package libxml2:amd64 2.9.4+dfsg1-6.1ubuntu1.3 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting

2020-05-05 Thread Stephen Murray
Public bug reported:

Fresh install of Ubuntu 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libxml2:amd64 2.9.4+dfsg1-6.1ubuntu1.3
ProcVersionSignature: Ubuntu 4.15.0-99.100-generic 4.15.18
Uname: Linux 4.15.0-99-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
AptOrdering:
 python3-distupgrade:amd64: Install
 python3-update-manager:amd64: Install
 update-manager-core:amd64: Install
 update-manager:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Tue May  5 17:56:48 2020
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2020-05-05 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.9, python3-minimal, 3.6.7-1~18.04
PythonDetails: /root/Error: command ['which', 'python'] failed with exit code 
1:, Error: [Errno 2] No such file or directory: "/root/Error: command ['which', 
'python'] failed with exit code 1:": "/root/Error: command ['which', 'python'] 
failed with exit code 1:", unpackaged
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.3
 apt  1.6.1
SourcePackage: libxml2
Title: package libxml2:amd64 2.9.4+dfsg1-6.1ubuntu1.3 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package libxml2:amd64 2.9.4+dfsg1-6.1ubuntu1.3 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in libxml2 package in Ubuntu:
  New

Bug description:
  Fresh install of Ubuntu 18.04

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: libxml2:amd64 2.9.4+dfsg1-6.1ubuntu1.3
  ProcVersionSignature: Ubuntu 4.15.0-99.100-generic 4.15.18
  Uname: Linux 4.15.0-99-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  AptOrdering:
   python3-distupgrade:amd64: Install
   python3-update-manager:amd64: Install
   update-manager-core:amd64: Install
   update-manager:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Tue May  5 17:56:48 2020
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2020-05-05 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Python3Details: /usr/bin/python3.6, Python 3.6.9, python3-minimal, 
3.6.7-1~18.04
  PythonDetails: /root/Error: command ['which', 'python'] failed with exit code 
1:, Error: [Errno 2] No such file or directory: "/root/Error: command ['which', 
'python'] failed with exit code 1:": "/root/Error: command ['which', 'python'] 
failed with exit code 1:", unpackaged
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2.3
   apt  1.6.1
  SourcePackage: libxml2
  Title: package libxml2:amd64 2.9.4+dfsg1-6.1ubuntu1.3 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1874663] [NEW] package lirc 0.10.1-6.1 failed to install/upgrade: installed lirc package post-installation script subprocess returned error exit status 1

2020-04-24 Thread Stephen Worthington
Public bug reported:

root@vb-Ubuntu-20:/etc/lirc# lsb_release -rd
Description:Ubuntu 20.04 LTS
Release:20.04
root@vb-Ubuntu-20:/etc/lirc# apt-cache policy lirc
lirc:
  Installed: 0.10.1-6.1
  Candidate: 0.10.1-6.1
  Version table:
 *** 0.10.1-6.1 500
500 http://nz.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status


I installed Ubuntu 20.04 beta in a VirtualBox virtual machine a few days ago.  
Today (after I got the message that 20.04 has been released), I updated the vm 
to the latest packages, then tried:

apt install lirc

and got this:

root@vb-Ubuntu-20:/home/stephen# apt install lirc
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  libftdi1-2 liblirc0 libportaudio2 libusb-0.1-4
Suggested packages:
  lirc-compat-remotes lirc-drv-irman lirc-doc lirc-x setserial ir-keytable
Recommended packages:
  gir1.2-vte
The following NEW packages will be installed:
  libftdi1-2 liblirc0 libportaudio2 libusb-0.1-4 lirc
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 654 kB of archives.
After this operation, 3,178 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://nz.archive.ubuntu.com/ubuntu focal/universe amd64 libftdi1-2 amd64 
1.4-2build2 [25.6 kB]
Get:2 http://nz.archive.ubuntu.com/ubuntu focal/universe amd64 libportaudio2 
amd64 19.6.0-1build1 [65.4 kB]
Get:3 http://nz.archive.ubuntu.com/ubuntu focal/main amd64 libusb-0.1-4 amd64 
2:0.1.12-32 [17.4 kB]
Get:4 http://nz.archive.ubuntu.com/ubuntu focal/main amd64 liblirc0 amd64 
0.10.1-6.1 [82.8 kB]
Get:5 http://nz.archive.ubuntu.com/ubuntu focal/universe amd64 lirc amd64 
0.10.1-6.1 [463 kB]
Fetched 654 kB in 0s (2,455 kB/s)
Selecting previously unselected package libftdi1-2:amd64.
(Reading database ... 261704 files and directories currently installed.)
Preparing to unpack .../libftdi1-2_1.4-2build2_amd64.deb ...
Unpacking libftdi1-2:amd64 (1.4-2build2) ...
Selecting previously unselected package libportaudio2:amd64.
Preparing to unpack .../libportaudio2_19.6.0-1build1_amd64.deb ...
Unpacking libportaudio2:amd64 (19.6.0-1build1) ...
Selecting previously unselected package libusb-0.1-4:amd64.
Preparing to unpack .../libusb-0.1-4_2%3a0.1.12-32_amd64.deb ...
Unpacking libusb-0.1-4:amd64 (2:0.1.12-32) ...
Selecting previously unselected package liblirc0:amd64.
Preparing to unpack .../liblirc0_0.10.1-6.1_amd64.deb ...
Unpacking liblirc0:amd64 (0.10.1-6.1) ...
Selecting previously unselected package lirc.
Preparing to unpack .../lirc_0.10.1-6.1_amd64.deb ...
Unpacking lirc (0.10.1-6.1) ...
Setting up libportaudio2:amd64 (19.6.0-1build1) ...
Setting up libusb-0.1-4:amd64 (2:0.1.12-32) ...
Setting up libftdi1-2:amd64 (1.4-2build2) ...
Setting up liblirc0:amd64 (0.10.1-6.1) ...
Setting up lirc (0.10.1-6.1) ...
Job for lircd.service failed because a fatal signal was delivered causing the 
control process to dump core.
See "systemctl status lircd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript lircd, action "start" failed.
● lircd.service - Flexible IR remote input/output application support
 Loaded: loaded (/lib/systemd/system/lircd.service; disabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Fri 2020-04-24 20:52:00 NZST; 
36ms ago
   Docs: man:lircd(8)
 http://lirc.org/html/configure.html
Process: 10762 ExecStart=/usr/sbin/lircd --nodaemon (code=dumped, 
signal=SEGV)
   Main PID: 10762 (code=dumped, signal=SEGV)

Apr 24 20:52:00 vb-Ubuntu-20 systemd[1]: Starting Flexible IR remote 
input/output application support...
Apr 24 20:52:00 vb-Ubuntu-20 lircd[10762]: Warning: cannot open 
/etc/lirc/lirc_options.conf
Apr 24 20:52:00 vb-Ubuntu-20 lircd-0.10.1[10762]: Info: lircd:  Opening log, 
level: Info
Apr 24 20:52:00 vb-Ubuntu-20 lircd-0.10.1[10762]: Notice: Version: lircd 0.10.1
Apr 24 20:52:00 vb-Ubuntu-20 lircd-0.10.1[10762]: Notice: System info: Linux 
vb-Ubuntu-20 5.4.0-26-generic #30-Ubuntu
 SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Apr 24 20:52:00 vb-Ubuntu-20 systemd[1]: lircd.service: Main process exited, 
code=dumped, status=11/SEGV
Apr 24 20:52:00 vb-Ubuntu-20 systemd[1]: lircd.service: Failed with result 
'core-dump'.
Apr 24 20:52:00 vb-Ubuntu-20 systemd[1]: Failed to start Flexible IR remote 
input/output application support.
dpkg: error processing package lirc (--configure):
 installed lirc package post-installation script subprocess returned error exit 
status 1
Processing triggers for systemd (245.4-4ubuntu3) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9) ...
Errors were encountered while processing:
 lirc
E: Sub-process /usr/bin/dpkg returned an error code (1)

This appears to be caused by the /etc/lirc/lirc_options.conf file not
being present.  When I copy /e

[Desktop-packages] [Bug 73536]

2020-04-20 Thread Stephen-donner
Mass-removing myself from cc; search for 12b9dfe4-ece3-40dc-
8d23-60e179f64ac1 or any reasonable part thereof, to mass-delete these
notifications (and sorry!)

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

Title:
  MASTER Firefox crashes on instant X server shutdown

Status in Mozilla Firefox:
  Confirmed
Status in firefox package in Ubuntu:
  Won't Fix
Status in firefox-3.0 package in Ubuntu:
  Triaged

Bug description:
  Firefox crashes when X server is forcefully torn down (e.g. by
  pressing ctrl-alt-backspace) and a crash report gets generated on next
  login.

  (Original Report:
  I've reproduced it once on my machine with the following steps. With, oh, 
about 5 tabs open, I just pressed ctrl-alt-backspace, logged back in when the X 
server restarted, and FF crashed with a bug report when Gnome tried to restore 
the session.

  It's not terribly important, I don't think anyone does this very often, but 
maybe it'll be helpful.
  )

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

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


[Desktop-packages] [Bug 1867302] Re: gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868: gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed (gnome-calendar:32235): GcalEvent-CRITI

2020-04-10 Thread Stephen Allen
Fixed for me as the reporter of the bug - Thus it can be closed. Thanks!

** Changed in: gnome-calendar (Ubuntu)
   Status: New => Fix Released

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

Title:
  gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868:
  gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed
  (gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868:
  gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed
  Segmentation fault (core dumped)

Status in gnome-calendar package in Ubuntu:
  Fix Released

Bug description:
  It core dumped.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-calendar 3.36.0-1
  Uname: Linux 5.5.8-xanmod6 x86_64
  ApportVersion: 2.20.11-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 12 21:08:46 2020
  InstallationDate: Installed on 2019-02-23 (383 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: gnome-calendar
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://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 1867302] Re: gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868: gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed (gnome-calendar:32235): GcalEvent-C

2020-04-10 Thread Stephen Allen
Hi, Evolution Calendar is working fine on my end. Just a data point in case
you don't have the latest updates installed. I haven't tested
Gnome-Calendar yet - I'll do that next and report back.

On Fri, Apr 10, 2020 at 11:25 AM Bicet <1867...@bugs.launchpad.net>
wrote:

> Same happening here with an exchange calendar and multi-day events
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1867302
>
> Title:
>   gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868:
>   gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed
>   (gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868:
>   gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed
>   Segmentation fault (core dumped)
>
> Status in gnome-calendar package in Ubuntu:
>   New
>
> Bug description:
>   It core dumped.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: gnome-calendar 3.36.0-1
>   Uname: Linux 5.5.8-xanmod6 x86_64
>   ApportVersion: 2.20.11-0ubuntu20
>   Architecture: amd64
>   CurrentDesktop: ubuntu:GNOME
>   Date: Thu Mar 12 21:08:46 2020
>   InstallationDate: Installed on 2019-02-23 (383 days ago)
>   InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64
> (20181017.3)
>   SourcePackage: gnome-calendar
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1867302/+subscriptions
>


-- 
"It is through science that we prove, but through intuition that we
discover."

- Henri Poincare

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

Title:
  gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868:
  gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed
  (gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868:
  gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed
  Segmentation fault (core dumped)

Status in gnome-calendar package in Ubuntu:
  Fix Released

Bug description:
  It core dumped.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-calendar 3.36.0-1
  Uname: Linux 5.5.8-xanmod6 x86_64
  ApportVersion: 2.20.11-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 12 21:08:46 2020
  InstallationDate: Installed on 2019-02-23 (383 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: gnome-calendar
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1867080] Re: [radeon] No mouse cursor drawn in Wayland session

2020-03-24 Thread Stephen Allen
Thanks fellas, it's fixed for me. Great release!

@Daniel this desktop version definitely appears quicker and smoother! No
doubt due to your extensive work in that regard.

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

Title:
  [radeon] No mouse cursor drawn in Wayland session

Status in Mutter:
  Unknown
Status in gnome-shell package in Ubuntu:
  Invalid
Status in mutter package in Ubuntu:
  Fix Released

Bug description:
  When I upgraded my desktop yesterday, I could no longer see the mouse
  cursor on the screen.  It still responded to mouse clicks (e.g.
  context menu on right click, pushing the mouse to the top left and
  left clicking went to spread mode, etc).

  This only seems to affect the Wayland session: when I switched back to
  X11 the mouse cursor was visible again.  I also noticed that the mouse
  cursor is absent on the GDM login screen, which I understand is also a
  Wayland based gnome-shell session.

  I tried reproducing the bug on my laptop, but the mouse cursor shows
  just fine there.  The main differences between the systems are the GPU
  (radeon vs. intel) and number of monitors (dual screen vs. single).

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.35.91-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
  Uname: Linux 5.4.0-14-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 12 10:28:55 2020
  DisplayManager: gdm3
  InstallationDate: Installed on 2013-10-29 (2325 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  RelatedPackageVersions: mutter-common 3.35.91-1ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to focal on 2020-02-02 (38 days ago)

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

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


[Desktop-packages] [Bug 1867302] [NEW] gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868: gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed (gnome-calendar:32235): GcalEvent-CRI

2020-03-12 Thread Stephen Allen
Public bug reported:

It core dumped.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-calendar 3.36.0-1
Uname: Linux 5.5.8-xanmod6 x86_64
ApportVersion: 2.20.11-0ubuntu20
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar 12 21:08:46 2020
InstallationDate: Installed on 2019-02-23 (383 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: gnome-calendar
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868:
  gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed
  (gnome-calendar:32235): GcalEvent-CRITICAL **: 21:08:09.868:
  gcal_event_is_multiday: assertion 'GCAL_IS_EVENT (self)' failed
  Segmentation fault (core dumped)

Status in gnome-calendar package in Ubuntu:
  New

Bug description:
  It core dumped.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-calendar 3.36.0-1
  Uname: Linux 5.5.8-xanmod6 x86_64
  ApportVersion: 2.20.11-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 12 21:08:46 2020
  InstallationDate: Installed on 2019-02-23 (383 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: gnome-calendar
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1866995] Re: XWayland both Gnome-Session and/or Ubuntu Session No Cursor Available

2020-03-11 Thread Stephen Allen
I just noticed that GDM hasn't been updated to 3.26, so this shouldn't
be reported yet as the new gnome packages haven't obviously been
released yet. So pardon the interruption.

** Changed in: xorg-server (Ubuntu)
   Status: New => Invalid

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) => Stephen Allen (stephen-d-allen)

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

Title:
  XWayland both Gnome-Session and/or Ubuntu Session No Cursor Available

Status in xorg-server package in Ubuntu:
  Invalid

Bug description:
  The cursor is there, just invisible. If one moves the mouse around one
  can see that it's there, but not visible. Tested in both Ubuntu
  XWayland session and Gnome Vanillia session. It's working OK in Xorg.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xwayland 2:1.20.7-2ubuntu2
  Uname: Linux 5.5.8-xanmod6 x86_64
  ApportVersion: 2.20.11-0ubuntu20
  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: Wed Mar 11 08:24:26 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   fwts-efi-runtime-dkms, 20.02.00, 5.4.0-14-generic, x86_64: installed 
(WARNING! Diff between built and installed module!)
   fwts-efi-runtime-dkms, 20.02.00, 5.5.8-xanmod6, x86_64: installed (WARNING! 
Diff between built and installed module!)
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
 Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
  InstallationDate: Installed on 2019-02-23 (381 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.5.8-xanmod6 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/12/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1401
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 LE R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd12/12/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97LER2.0:rvrRev1.xx: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: SKU
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.100-4
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.0-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.7-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  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-server/+bug/1866995/+subscriptions

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


[Desktop-packages] [Bug 1867017] Re: Cursor Invisible, but there.

2020-03-11 Thread Stephen Allen
I just noticed that GDM hasn't been updated to 3.26, so this shouldn't
be reported yet as the new gnome packages haven't obviously been
released yet. So pardon the interruption.

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

** Changed in: gdm3 (Ubuntu)
 Assignee: (unassigned) => Stephen Allen (stephen-d-allen)

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

Title:
  Cursor Invisible, but there.

Status in gdm3 package in Ubuntu:
  Invalid

Bug description:
  Further to my previous bug for XWayland same issue. I should probably
  note that this isn't a clean install but an upgrade from 19.10 on bare
  metal. HTH.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gdm3 3.34.1-1ubuntu1
  Uname: Linux 5.5.8-xanmod6 x86_64
  ApportVersion: 2.20.11-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 11 11:37:49 2020
  InstallationDate: Installed on 2019-02-23 (381 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1867017] [NEW] Cursor Invisible, but there.

2020-03-11 Thread Stephen Allen
Public bug reported:

Further to my previous bug for XWayland same issue. I should probably
note that this isn't a clean install but an upgrade from 19.10 on bare
metal. HTH.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gdm3 3.34.1-1ubuntu1
Uname: Linux 5.5.8-xanmod6 x86_64
ApportVersion: 2.20.11-0ubuntu20
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Mar 11 11:37:49 2020
InstallationDate: Installed on 2019-02-23 (381 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: gdm3
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  Cursor Invisible, but there.

Status in gdm3 package in Ubuntu:
  New

Bug description:
  Further to my previous bug for XWayland same issue. I should probably
  note that this isn't a clean install but an upgrade from 19.10 on bare
  metal. HTH.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gdm3 3.34.1-1ubuntu1
  Uname: Linux 5.5.8-xanmod6 x86_64
  ApportVersion: 2.20.11-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 11 11:37:49 2020
  InstallationDate: Installed on 2019-02-23 (381 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1866995] [NEW] XWayland both Gnome-Session and/or Ubuntu Session No Cursor Available

2020-03-11 Thread Stephen Allen
Public bug reported:

The cursor is there, just invisible. If one moves the mouse around one
can see that it's there, but not visible. Tested in both Ubuntu XWayland
session and Gnome Vanillia session. It's working OK in Xorg.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xwayland 2:1.20.7-2ubuntu2
Uname: Linux 5.5.8-xanmod6 x86_64
ApportVersion: 2.20.11-0ubuntu20
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: Wed Mar 11 08:24:26 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 fwts-efi-runtime-dkms, 20.02.00, 5.4.0-14-generic, x86_64: installed (WARNING! 
Diff between built and installed module!)
 fwts-efi-runtime-dkms, 20.02.00, 5.5.8-xanmod6, x86_64: installed (WARNING! 
Diff between built and installed module!)
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 270/370 
OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
   Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
InstallationDate: Installed on 2019-02-23 (381 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.5.8-xanmod6 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg-server
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/12/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1401
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M5A97 LE R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd12/12/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97LER2.0:rvrRev1.xx: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: SKU
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.100-4
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.0-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.0-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.7-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal reproducible single-occurrence ubuntu

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

Title:
  XWayland both Gnome-Session and/or Ubuntu Session No Cursor Available

Status in xorg-server package in Ubuntu:
  New

Bug description:
  The cursor is there, just invisible. If one moves the mouse around one
  can see that it's there, but not visible. Tested in both Ubuntu
  XWayland session and Gnome Vanillia session. It's working OK in Xorg.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xwayland 2:1.20.7-2ubuntu2
  Uname: Linux 5.5.8-xanmod6 x86_64
  ApportVersion: 2.20.11-0ubuntu20
  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: Wed Mar 11 08:24:26 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   fwts-efi-runtime-dkms, 20.02.00, 5.4.0-14-generic, x86_64: installed 
(WARNING! Diff between built and installed module!)
   fwts-efi-runtime-dkms, 20.02.00, 5.5.8-xanmod6, x86_64: installed (WARNING! 
Diff between built and installed module!)
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [1002:6811] (rev 81) (prog-if 00 [VGA controller])
 Subsystem: Tul Corporation / PowerColor Curacao PRO [Radeon R7 370 / R9 
270/370 OEM] [148c:2356]
  InstallationDate: Installed on 2019-02-23 (381 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcKernelCmdLine: 

[Desktop-packages] [Bug 1863817] [NEW] Firefox Location Sharing Has Stopped Working

2020-02-18 Thread Stephen Rynas
Public bug reported:

Using Ubuntu 16.04. Firefox Version 72.0.2. Both HULU and Google maps
now state that my location could not be determined. Location sharing
previously worked, so I assume that it is a bug. Mozilla Technical
Support believes that the problem resides in the Ubuntu repository
version of Firefox.

"That appears to be a problem with Firefox from the repositories that
doesn't seem to include the Mozilla Location Service Key and doesn't
offer an alternative. You can check that on the "Help -> Troubleshooting
Information" (about:support) page.

You will have to use Firefox from the Mozilla server. Note that current
is Firefox 73.0.1."

Hopefully, by updating the version of Firefox in the repository, this
problem will be fixed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 72.0.2+build1-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-131.157-generic 4.4.134
Uname: Linux 4.4.0-131-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.21
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  steve  2157 F pulseaudio
 /dev/snd/controlC0:  steve  2157 F pulseaudio
BuildID: 20200117190643
Channel: Unavailable
CurrentDesktop: Unity
Date: Tue Feb 18 18:25:23 2020
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2016-07-30 (1298 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
IpRoute:
 default via 192.168.1.1 dev enp3s0  proto static  metric 100 
 169.254.0.0/16 dev enp3s0  scope link  metric 1000 
 192.168.1.0/24 dev enp3s0  proto kernel  scope link  src 192.168.1.12  metric 
100
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-b5844b18-6c0d-40d3-babe-d58410190308
PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:727
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=72.0.2/20200117190643 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs:
 bp-b5844b18-6c0d-40d3-babe-d58410190308
 bp-175bf043-8a30-4e88-9eb8-158740180514
 bp-cde17737-5d2d-4b88-a84b-afbf31180316
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/06/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0906
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8B75-M LX PLUS
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.:bvr0906:bd08/06/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8B75-MLXPLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug xenial

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

Title:
  Firefox Location Sharing Has Stopped Working

Status in firefox package in Ubuntu:
  New

Bug description:
  Using Ubuntu 16.04. Firefox Version 72.0.2. Both HULU and Google maps
  now state that my location could not be determined. Location sharing
  previously worked, so I assume that it is a bug. Mozilla Technical
  Support believes that the problem resides in the Ubuntu repository
  version of Firefox.

  "That appears to be a problem with Firefox from the repositories that
  doesn't seem to include the Mozilla Location Service Key and doesn't
  offer an alternative. You can check that on the "Help ->
  Troubleshooting Information" (about:support) page.

  You will have to use Firefox from the Mozilla server. Note that
  current is Firefox 73.0.1."

  Hopefully, by updating the version of Firefox in the repository, this
  problem will be fixed.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 72.0.2+build1-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-131.157-generic 4.4.134
  Uname: Linux 4.4.0-131-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  steve  2157 F pulseaudio
   /dev/snd/controlC0:  steve  2157 F pulseaudio
  BuildID: 20200117190643
  Channel: Unavailable
  

[Desktop-packages] [Bug 1631715] Re: Password required twice returning from suspend

2020-01-29 Thread Stephen
I'm seeing this issue for the first time in Ubuntu 19.10 (eoan).

Both the screensaver and the power manager have preferences for locking.
I see this issue when both are enabled.

Under: Screensaver Preferences -> Lock Screen, I see:
Enable Lock Screen: Y/N
Lock Screen with Screensaver: Y/N
  Lock the screen after the screensaver is active for ___ minutes
Lock Screen with System Sleep: Y/N

Under: Xfce Power Manager -> Security, I see:
Light Locker: 
  Automatically lock the session: Never/When screensaver is activated/When 
screensaver is deactivated
  Delay locking after screensaver for [1 to 61] minutes
  [Check] Lock screen when system is going to sleep

If I disable everything in one of those two places, I don't get the
double locking.

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

Title:
  Password required twice returning from suspend

Status in light-locker package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-nouveau package in Ubuntu:
  New

Bug description:
  Clean install - no updates available.

  Suspend machine and restart.

  Lock screen requiring password - enter password and return to
  suspended desktop.

  Within a few seconds machine locks and password is required once more.

  Appears to depend on how fast I enter the password the first time.

  Using the same hardware I've installed nvidia 340.96 and tried to
  reproduce the issue without success.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: light-locker 1.7.0-2ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-21.23-generic 4.8.0
  Uname: Linux 4.8.0-21-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Oct  9 09:15:38 2016
  InstallationDate: Installed on 2016-10-09 (0 days ago)
  InstallationMedia: Xubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20161008)
  SourcePackage: light-locker
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1846899] Re: X won't start at boot with either nvidia driver on GeForce GT 730 (bionic)

2019-12-15 Thread Stephen Brown
The video card in question has died...
The machine wouldn't boot at all with the video card in the machine. So I think 
the bug report should be retired, not so much resolved as unresolvable. I can't 
collect any more data on the symptoms and I can't swear the problem wasn't an 
early indication of hardware failure.

Thanks to all who had suggestions.

I did manage to try the NVidia 430 driver before it died. It didn't
work, but it had different symptoms. X wouldn't come up, but I could
ctrl-alt-f1 to get to a command line and switch back to nouveau, instead
of having to boot to command line.

It was replaced with an even older card (GeForce 9500 GT), which also
didn't work with the NVidia drivers, and had an unreliable fan, so I had
to put an extra fan in the case until I got around to applying a crowbar
to the notoriously tight wallet and get a brand new Radeon RX580.

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

Title:
  X won't start at boot with either nvidia driver on GeForce GT 730
  (bionic)

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  New

Bug description:
  The video card is a GeForce GT 730, which worked well with Ubuntu 16.04.
  After changing to Xubuntu 18.04, I can only run the Nouveau driver and the 
lack of acceleration is quite noticeable. When I try to enable the "tested" 
NVidia driver (390), the system never presents a log-in prompt, I just get a 
colorful display of large blinking gibberish. I have to go to the boot options, 
go directly to root prompt, and remove the NVidia driver. This make the system 
usable again, but I'm back to the Nouveau driver.
  I get similar symptoms with version 340.107 of the NVidia driver.
  It's a little hard to collect debug information when I can't get to a prompt 
to look at log files... Suggestions are welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.0.0-29.31~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-29-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CompositorRunning: None
  Date: Sat Oct  5 13:56:41 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GF108 [GeForce GT 730] [10de:0f02] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ZOTAC International (MCO) Ltd. GF108 [GeForce GT 730] 
[19da:8199]
  InstallationDate: Installed on 2019-04-13 (175 days ago)
  InstallationMedia: Xubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-29-generic 
root=UUID=d19b5e72-689e-4877-93dd-0d4bf5f7cc98 ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/07/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4024
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME X470-PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4024:bd09/07/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEX470-PRO:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.97-1ubuntu1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.8-0ubuntu0~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
  xserver.bootTime: Sat Oct  5 13:56:03 2019

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1846899/+subscriptions

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


[Desktop-packages] [Bug 1846899] Re: X won't start at boot with either nvidia driver

2019-10-05 Thread Stephen Brown
If it helps interpreting the logs: when the log file snapshot was taken,
I was of course running the Nouveau drivers, 'cause that's the only way
the system works. But the boot attempt immediately preceeding that was
with the NVidia 390 drivers installed.

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

Title:
  X won't start at boot with either nvidia driver

Status in xorg package in Ubuntu:
  New

Bug description:
  The video card is a GeForce GT 730, which worked well with Ubuntu 16.04.
  After changing to Xubuntu 18.04, I can only run the Nouveau driver and the 
lack of acceleration is quite noticeable. When I try to enable the "tested" 
NVidia driver (390), the system never presents a log-in prompt, I just get a 
colorful display of large blinking gibberish. I have to go to the boot options, 
go directly to root prompt, and remove the NVidia driver. This make the system 
usable again, but I'm back to the Nouveau driver.
  I get similar symptoms with version 340.107 of the NVidia driver.
  It's a little hard to collect debug information when I can't get to a prompt 
to look at log files... Suggestions are welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.0.0-29.31~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-29-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CompositorRunning: None
  Date: Sat Oct  5 13:56:41 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GF108 [GeForce GT 730] [10de:0f02] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ZOTAC International (MCO) Ltd. GF108 [GeForce GT 730] 
[19da:8199]
  InstallationDate: Installed on 2019-04-13 (175 days ago)
  InstallationMedia: Xubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-29-generic 
root=UUID=d19b5e72-689e-4877-93dd-0d4bf5f7cc98 ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/07/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4024
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME X470-PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4024:bd09/07/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEX470-PRO:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.97-1ubuntu1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.8-0ubuntu0~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
  xserver.bootTime: Sat Oct  5 13:56:03 2019

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

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


[Desktop-packages] [Bug 1846899] [NEW] X won't start at boot with either nvidia driver

2019-10-05 Thread Stephen Brown
Public bug reported:

The video card is a GeForce GT 730, which worked well with Ubuntu 16.04.
After changing to Xubuntu 18.04, I can only run the Nouveau driver and the lack 
of acceleration is quite noticeable. When I try to enable the "tested" NVidia 
driver (390), the system never presents a log-in prompt, I just get a colorful 
display of large blinking gibberish. I have to go to the boot options, go 
directly to root prompt, and remove the NVidia driver. This make the system 
usable again, but I'm back to the Nouveau driver.
I get similar symptoms with version 340.107 of the NVidia driver.
It's a little hard to collect debug information when I can't get to a prompt to 
look at log files... Suggestions are welcome.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 5.0.0-29.31~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CompositorRunning: None
Date: Sat Oct  5 13:56:41 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GF108 [GeForce GT 730] [10de:0f02] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ZOTAC International (MCO) Ltd. GF108 [GeForce GT 730] [19da:8199]
InstallationDate: Installed on 2019-04-13 (175 days ago)
InstallationMedia: Xubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-29-generic 
root=UUID=d19b5e72-689e-4877-93dd-0d4bf5f7cc98 ro drm.debug=0xe plymouth:debug
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/07/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4024
dmi.board.asset.tag: Default string
dmi.board.name: PRIME X470-PRO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4024:bd09/07/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEX470-PRO:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: SKU
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.97-1ubuntu1~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~18.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.8-0ubuntu0~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
xserver.bootTime: Sat Oct  5 13:56:03 2019

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


** Tags: amd64 apport-bug bionic 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/1846899

Title:
  X won't start at boot with either nvidia driver

Status in xorg package in Ubuntu:
  New

Bug description:
  The video card is a GeForce GT 730, which worked well with Ubuntu 16.04.
  After changing to Xubuntu 18.04, I can only run the Nouveau driver and the 
lack of acceleration is quite noticeable. When I try to enable the "tested" 
NVidia driver (390), the system never presents a log-in prompt, I just get a 
colorful display of large blinking gibberish. I have to go to the boot options, 
go directly to root prompt, and remove the NVidia driver. This make the system 
usable again, but I'm back to the Nouveau driver.
  I get similar symptoms with version 340.107 of the NVidia driver.
  It's a little hard to collect debug information when I can't get to a prompt 
to look at log files... Suggestions are welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.0.0-29.31~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-29-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CompositorRunning: None
  Date: Sat Oct  5 13:56:41 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GF108 [GeForce GT 730] [10de:0f02] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ZOTAC International (MCO) Ltd. GF108 [GeForce GT 730] 
[19da:8199]
  InstallationDate: Installed on 2019-04-13 (175 days ago)
  InstallationMedia: Xubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: System 

Re: [Desktop-packages] [Bug 1822075] Re: tooltips and combo boxes in webbrowsers are all garbage in xserver-xorg-video-radeon 1:19.0.0-1

2019-08-28 Thread Stephen Waines
Hi Dan
I did not report this bug

Steve

On August 28, 2019 3:26:09 AM Daniel van Vugt 
 wrote:

> Returned in bug 1841718?
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1821552).
> https://bugs.launchpad.net/bugs/1822075
>
> Title:
>  tooltips and combo boxes in webbrowsers are all garbage in xserver-
>  xorg-video-radeon 1:19.0.0-1
>
> Status in gtk+3.0 package in Ubuntu:
>  Invalid
> Status in mesa package in Ubuntu:
>  Invalid
> Status in mutter package in Ubuntu:
>  Invalid
> Status in xserver-xorg-video-ati package in Ubuntu:
>  Fix Released
>
> Bug description:
>  Disco up to date
>
>  With Chrome and Firefox tooltips and combo boxes are all garbage and
>  make the browser unusable. Cf screenshots.
>
>  Graphics card:
>  Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770]
>
>  I tried gtk2 and gtk3 demos and the combo boxes are broken in the same
>  way.
>
>  I also tried FF as a snap and as a deb and the problem is the same.
>
>  ProblemType: Bug
>  DistroRelease: Ubuntu 19.04
>  Package: gnome-shell 3.32.0-1ubuntu1
>  ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
>  Uname: Linux 5.0.0-7-generic x86_64
>  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
>  ApportVersion: 2.20.10-0ubuntu23
>  Architecture: amd64
>  CurrentDesktop: ubuntu:GNOME
>  Date: Thu Mar 28 11:51:41 2019
>  DisplayManager: gdm3
>  InstallationDate: Installed on 2014-07-15 (1717 days ago)
>  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
>  SourcePackage: gnome-shell
>  UpgradeStatus: Upgraded to disco on 2018-03-24 (368 days ago)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1822075/+subscriptions

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

Title:
  tooltips and combo boxes in webbrowsers are all garbage in xserver-
  xorg-video-radeon 1:19.0.0-1

Status in gtk+3.0 package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Invalid
Status in mutter package in Ubuntu:
  Invalid
Status in xserver-xorg-video-ati package in Ubuntu:
  Fix Released

Bug description:
  Disco up to date

  With Chrome and Firefox tooltips and combo boxes are all garbage and
  make the browser unusable. Cf screenshots.

  Graphics card:
  Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770]

  I tried gtk2 and gtk3 demos and the combo boxes are broken in the same
  way.

  I also tried FF as a snap and as a deb and the problem is the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
  Uname: Linux 5.0.0-7-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 28 11:51:41 2019
  DisplayManager: gdm3
  InstallationDate: Installed on 2014-07-15 (1717 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to disco on 2018-03-24 (368 days ago)

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

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


[Desktop-packages] [Bug 1836481] [NEW] Every Backup Is A Complete Backup

2019-07-14 Thread Stephen Allen
Public bug reported:

The past couple of weeks, the following issue has occurred. Despite the 1st 
backup being done quite some time ago, recently the application asks for my 
password each time it runs, as it is creating a NEW backup, instead of 
appending to the existing.
This is very problematic as it often takes longer than 24hrs to complete.

I'm using Google Drive as my backup storage.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: duplicity 0.7.18.2-1ubuntu3.1
Uname: Linux 5.2.0-050200rc7-generic x86_64
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Jul 14 08:53:11 2019
InstallationDate: Installed on 2019-02-23 (140 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: duplicity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Every Backup Is A Complete Backup

Status in duplicity package in Ubuntu:
  New

Bug description:
  The past couple of weeks, the following issue has occurred. Despite the 1st 
backup being done quite some time ago, recently the application asks for my 
password each time it runs, as it is creating a NEW backup, instead of 
appending to the existing.
  This is very problematic as it often takes longer than 24hrs to complete.

  I'm using Google Drive as my backup storage.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: duplicity 0.7.18.2-1ubuntu3.1
  Uname: Linux 5.2.0-050200rc7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Jul 14 08:53:11 2019
  InstallationDate: Installed on 2019-02-23 (140 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1825623] Re: [AppIndicatorSupport-FATAL] unable to update overlay icon

2019-05-22 Thread Stephen Phillips
I get the same error in my log, and I was researching thinking it had to
do with the KeepAwake Gnome-Shell extension:

[AppIndicatorSupport-FATAL] unable to update overlay icon

The KeepAwake icon no longer appears after I installed Ubuntu 19.04.  Here's 
the issue on the extension:
https://github.com/jenspfahl/KeepAwake/issues/22

I get the message in the log when I press Alt-F2 and type r.

If I disable the extension and restart Gnome, I still get the message in
the log, so I'm thinking it's not related.

FYI, I'm viewing the log with:
journalctl /usr/bin/gnome-shell -f -o cat

Hopefully, that provides some clues.

** Bug watch added: github.com/jenspfahl/KeepAwake/issues #22
   https://github.com/jenspfahl/KeepAwake/issues/22

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

Title:
  [AppIndicatorSupport-FATAL] unable to update overlay icon

Status in gnome-shell-extension-appindicator package in Ubuntu:
  Confirmed

Bug description:
  After startup or login, An error occurs that just states cancel or
  report... but does not open a detail dialog

  Error messages in the syslog:

  ...
  Apr 20 10:47:19 mbpr13b gnome-shell[3595]: [AppIndicatorSupport-DEBUG] 
Registering 
StatusNotifierItem:1.95/org/ayatana/NotificationItem/software_update_available
  Apr 20 10:47:19 mbpr13b gnome-shell[3595]: [AppIndicatorSupport-FATAL] unable 
to update overlay icon
  Apr 20 10:47:19 mbpr13b gnome-shell[3595]: [AppIndicatorSupport-FATAL] unable 
to update overlay icon
  ...

  It seems that the update notifier cannot register its icon in the top
  bar.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.32.0+git20190410-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 20 10:49:27 2019
  DisplayManager: gdm3
  InstallationDate: Installed on 2018-04-30 (354 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to disco on 2019-04-19 (0 days ago)

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

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


[Desktop-packages] [Bug 1829458] Re: [ubuntu 19.04]All .desktop configuration files are not opening in nautilus

2019-05-21 Thread Ron Stephen Mathew
Now  I've modified this bug report and hopefully waiting for an answer.

** Description changed:

- All .desktop configuration files are opening in text editor. Because of
- that we can't creat custom shortcuts and having troubles while
- application making. Please fix this bug on next update. I have an Ubuntu
- 19.04.
+ Error : Desktop configuration files are not launching from nautilus but its 
working from desktop.
+ Occured Error while : made a shortcut and tried to open from nautilus
+ {
+ [Desktop Entry]
+ Name=Install Niram
+ Exec=/usr/share/niram/NiramStock/install.sh
+ Type=Application
+ StartupNotify=true
+ Comment=Install Stock Niram Theme
+ Path=/usr/share
+ Icon=/home/newtron/Documents/NiramStock/20190107_201717.png
+ }
+ but it's opening in text editor. Also ubuntu's default examples have this 
error and showing it as a normal text file.
+ 
+ What I've expected : On older versions of nautilus and all versions of
+ nemo it directly opens .desktop files from file manager.
+ 
+ Now  I've modified this bug report and hopefully waiting for an answer.
  
  Tanks

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

Title:
  [ubuntu 19.04]All .desktop configuration files are not opening in
  nautilus

Status in glib2.0 package in Ubuntu:
  Incomplete

Bug description:
  Error : Desktop configuration files are not launching from nautilus but its 
working from desktop.
  Occured Error while : made a shortcut and tried to open from nautilus
  {
  [Desktop Entry]
  Name=Install Niram
  Exec=/usr/share/niram/NiramStock/install.sh
  Type=Application
  StartupNotify=true
  Comment=Install Stock Niram Theme
  Path=/usr/share
  Icon=/home/newtron/Documents/NiramStock/20190107_201717.png
  }
  but it's opening in text editor. Also ubuntu's default examples have this 
error and showing it as a normal text file.

  What I've expected : On older versions of nautilus and all versions of
  nemo it directly opens .desktop files from file manager.

  Now  I've modified this bug report and hopefully waiting for an
  answer.

  Tanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1829458/+subscriptions

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


[Desktop-packages] [Bug 1829458] Re: [ubuntu 19.04]All .desktop configuration files are not opening in nautilus

2019-05-21 Thread Ron Stephen Mathew
** Summary changed:

- [ubuntu 19.04]All .desktop configuration files are opening in text editor
+ [ubuntu 19.04]All .desktop configuration files are not opening in nautilus

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

Title:
  [ubuntu 19.04]All .desktop configuration files are not opening in
  nautilus

Status in glib2.0 package in Ubuntu:
  Incomplete

Bug description:
  All .desktop configuration files are opening in text editor. Because
  of that we can't creat custom shortcuts and having troubles while
  application making. Please fix this bug on next update. I have an
  Ubuntu 19.04.

  Tanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1829458/+subscriptions

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


[Desktop-packages] [Bug 1829458] [NEW] [ubuntu 19.04]All .desktop configuration files are opening in text editor

2019-05-16 Thread Ron Stephen Mathew
Public bug reported:

All .desktop configuration files are opening in text editor. Because of
that we can't creat custom shortcuts and having troubles while
application making. Please fix this bug on next update. I have an Ubuntu
19.04.

Tanks

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [ubuntu 19.04]All .desktop configuration files are opening in text
  editor

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  All .desktop configuration files are opening in text editor. Because
  of that we can't creat custom shortcuts and having troubles while
  application making. Please fix this bug on next update. I have an
  Ubuntu 19.04.

  Tanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1829458/+subscriptions

-- 
Mailing list: https://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 1823339] Re: Ubuntu 19.04: Simple scan found network scanner but could not connect to scanner

2019-04-05 Thread Stephen Waines
I tried to run app Port collect and it did not work

On April 5, 2019 10:15:46 AM Paul White <1823...@bugs.launchpad.net>
wrote:

> ** Package changed: ubuntu => simple-scan (Ubuntu)
>
> ** Tags added: disco
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1823339
>
> Title:
>  Ubuntu 19.04: Simple scan found network scanner but could not connect
>  to scanner
>
> Status in simple-scan package in Ubuntu:
>  New
>
> Bug description:
>  Upon trying to scan to network scanner, simple scan found the scanner
>  but could not connect to scan. Tried multiple times with a reboot in
>  b/t
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1823339/+subscriptions

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

Title:
  Ubuntu 19.04: Simple scan found network scanner but could not connect
  to scanner

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Upon trying to scan to network scanner, simple scan found the scanner
  but could not connect to scan. Tried multiple times with a reboot in
  b/t

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

-- 
Mailing list: https://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 1821552] Re: Ubuntu 19.04 Desktop:mouseover preview of option in firefox and mozilla not legible

2019-04-03 Thread Stephen Waines
Hello,

The problem seems to have rectified itself. I run updates frequently.

I ran your cmd, my output is as follows:

steve@Desktop-pc:~$ apt policy xserver-xorg-video-ati
xserver-xorg-video-ati:
   Installed: 1:19.0.1-0ubuntu1
   Candidate: 1:19.0.1-0ubuntu1
   Version table:
  *** 1:19.0.1-0ubuntu1 500
     500 http://ca.archive.ubuntu.com/ubuntu disco/main amd64 Packages
     100 /var/lib/dpkg/status

On 2019-04-03 11:32 a.m., Olivier Tilloy wrote:
> apt policy xserver-xorg-video-ati

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

-- 
Mailing list: https://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 1821552] Re: Ubuntu 19.04 Desktop:mouseover preview of option in firefox and mozilla not legible

2019-04-03 Thread Stephen Waines
Will do,

Seems to have fixed itself on my laptop , but will run this on my tower 
pc later on.

On 2019-04-03 11:32 a.m., Olivier Tilloy wrote:
> Can you run the following command in a terminal, and paste here the
> output?
>
>  apt policy xserver-xorg-video-ati
>
> Also, can you attach a screenshot demonstrating the problem?
>
> Thanks!
>

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

-- 
Mailing list: https://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 1821552] Re: Ubuntu 19.04 Desktop:mouseover preview of option in firefox and mozilla not legible

2019-04-03 Thread Stephen Waines
Hi Oliver
Yes I have been updating my system every single day for the past 3 weeks. 
The problem has still persisted..

I don't know how to install xorg server

On April 3, 2019 4:46:27 AM Olivier Tilloy  
wrote:

> This might be a duplicate of bug #1822075.
> Can you make sure to install all the latest updates, including the one for 
> xserver-xorg-video-ati, and test whether that resolves the issue? (you may 
> need to restart your computer for the updated driver to be in use)
>
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1821552
>
>
> Title:
>  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
>  mozilla not legible
>
>
> Status in firefox package in Ubuntu:
>  Incomplete
> Status in thunderbird package in Ubuntu:
>  Incomplete
>
>
> Bug description:
>  Hello,
>  I noticed on the gui when you hover your mouse over an option in 
>  thunderbird or mozilla, i is not legible.
>
>
>  -Steve
>  ---
>  ProblemType: Bug
>  AddonCompatCheckDisabled: False
>  ApportVersion: 2.20.10-0ubuntu23
>  Architecture: amd64
>  AudioDevicesInUse:
>   USERPID ACCESS COMMAND
>   /dev/snd/controlC2:  steve  2021 F pulseaudio
>   /dev/snd/controlC0:  steve  2021 F pulseaudio
>   /dev/snd/controlC1:  steve  2021 F pulseaudio
>  BuildID: 20190329023558
>  Channel: Unavailable
>  CurrentDesktop: ubuntu:GNOME
>  DistroRelease: Ubuntu 19.04
>  Extensions: extensions.sqlite corrupt or missing
>  ForcedLayersAccel: False
>  IfupdownConfig:
>   # interfaces(5) file used by ifup(8) and ifdown(8)
>   auto lo
>   iface lo inet loopback
>  IncompatibleExtensions: Unavailable (corrupt or non-existant 
>  compatibility.ini or extensions.sqlite)
>  InstallationDate: Installed on 2018-10-25 (159 days ago)
>  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
>  (20181017.3)
>  IpRoute:
>   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100
>   169.254.0.0/16 dev enp2s0 scope link metric 1000
>   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 
> 100
>  Locales: extensions.sqlite corrupt or missing
>  Package: thunderbird
>  PackageArchitecture: amd64
>  Plugins: Shockwave Flash - 
>  
> /usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so
>  
>  (browser-plugin-freshplayer-pepperflash)
>  PrefSources: prefs.js
>  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
>  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
>  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
>  RunningIncompatibleAddons: False
>  Tags:  disco
>  Themes: extensions.sqlite corrupt or missing
>  Uname: Linux 5.0.0-8-generic x86_64
>  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
>  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
>  _MarkForUpload: True
>  dmi.bios.date: 09/17/2012
>  dmi.bios.vendor: American Megatrends Inc.
>  dmi.bios.version: 0906
>  dmi.board.asset.tag: To be filled by O.E.M.
>  dmi.board.name: M5A97 R2.0
>  dmi.board.vendor: ASUSTeK COMPUTER INC.
>  dmi.board.version: Rev 1.xx
>  dmi.chassis.asset.tag: To Be Filled By O.E.M.
>  dmi.chassis.type: 3
>  dmi.chassis.vendor: To Be Filled By O.E.M.
>  dmi.chassis.version: To Be Filled By O.E.M.
>  dmi.modalias: 
>  
> dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
>  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/1821552/+subscriptions

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used 

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

2019-04-02 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

-- 
Mailing list: https://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 1821552] Re: Ubuntu 19.04 Desktop:mouseover preview of option in firefox and mozilla not legible

2019-04-02 Thread Stephen Waines
Hi,

I ran the cmd

authorized my accout and sent in the report to you.

On 2019-04-02 4:52 p.m., Olivier Tilloy wrote:
> Thank you for the report Stephen.
> Can you please run the following command in a terminal, this will attach 
> additional debugging information to the bug report?
>
>  apport-collect 1821552
>
> ** Changed in: firefox (Ubuntu)
> Status: Confirmed => Incomplete
>
> ** Changed in: thunderbird (Ubuntu)
> Status: Confirmed => Incomplete
>

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

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


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

2019-04-02 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

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


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

2019-04-02 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

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


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

2019-04-02 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

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


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

2019-04-02 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

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


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

2019-04-02 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

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


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

2019-04-02 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

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


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

2019-04-02 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

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


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

2019-04-02 Thread Stephen Waines
apport information

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
  RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
  RunningIncompatibleAddons: False
  Tags:  disco
  Themes: extensions.sqlite corrupt or missing
  Uname: Linux 5.0.0-8-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/17/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
  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/1821552/+subscriptions

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


[Desktop-packages] [Bug 1821552] Re: Ubuntu 19.04 Desktop:mouseover preview of option in firefox and mozilla not legible

2019-04-02 Thread Stephen Waines
apport information

** Tags added: apport-collected

** Description changed:

  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 
  
  -Steve
+ --- 
+ ProblemType: Bug
+ AddonCompatCheckDisabled: False
+ ApportVersion: 2.20.10-0ubuntu23
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  steve  2021 F pulseaudio
+  /dev/snd/controlC0:  steve  2021 F pulseaudio
+  /dev/snd/controlC1:  steve  2021 F pulseaudio
+ BuildID: 20190329023558
+ Channel: Unavailable
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 19.04
+ Extensions: extensions.sqlite corrupt or missing
+ ForcedLayersAccel: False
+ IfupdownConfig:
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
+ IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
+ InstallationDate: Installed on 2018-10-25 (159 days ago)
+ InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
+ IpRoute:
+  default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
+  169.254.0.0/16 dev enp2s0 scope link metric 1000 
+  192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
+ Locales: extensions.sqlite corrupt or missing
+ Package: thunderbird
+ PackageArchitecture: amd64
+ Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
+ PrefSources: prefs.js
+ ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
+ Profiles: Profile0 (Default) - LastVersion=66.0.2/20190329023558 (In use)
+ RelatedPackageVersions: browser-plugin-freshplayer-pepperflash 0.3.9-0ubuntu4
+ RunningIncompatibleAddons: False
+ Tags:  disco
+ Themes: extensions.sqlite corrupt or missing
+ Uname: Linux 5.0.0-8-generic x86_64
+ UpgradeStatus: Upgraded to disco on 2019-03-07 (26 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 09/17/2012
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 0906
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: M5A97 R2.0
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: Rev 1.xx
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd09/17/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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: SKU
+ dmi.product.version: To be filled by O.E.M.
+ dmi.sys.vendor: To be filled by O.E.M.

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

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  Incomplete
Status in thunderbird package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  steve  2021 F pulseaudio
   /dev/snd/controlC0:  steve  2021 F pulseaudio
   /dev/snd/controlC1:  steve  2021 F pulseaudio
  BuildID: 20190329023558
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-10-25 (159 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  IpRoute:
   default via 192.168.2.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   192.168.2.0/24 dev enp2s0 proto kernel scope link src 192.168.2.11 metric 100
  Locales: extensions.sqlite corrupt or missing
  Package: thunderbird
  PackageArchitecture: amd64
  Plugins: Shockwave Flash - 
/usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so 
(browser-plugin-freshplayer-pepperflash)
  PrefSources: prefs.js
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Profiles: Profile0 (Default) - 

Re: [Desktop-packages] [Bug 1821552] Re: Ubuntu 19.04 Desktop:mouseover preview of option in firefox and mozilla not legible

2019-03-25 Thread Stephen Waines
I see it happens in thunderbird too.

On 2019-03-25 5:15 p.m., Brian Murray wrote:
> ** Package changed: ubuntu => firefox (Ubuntu)
>

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

Title:
  Ubuntu 19.04 Desktop:mouseover preview of option in firefox and
  mozilla not legible

Status in firefox package in Ubuntu:
  New

Bug description:
  Hello,
  I noticed on the gui when you hover your mouse over an option in thunderbird 
or mozilla, i is not legible. 

  -Steve

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

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


[Desktop-packages] [Bug 1679307] Re: [XPS 15 9560, Realtek ALC3266, Black Headphone Out, Left] No sound at all

2019-03-21 Thread Stephen
I use Ubuntu 18.04 (Linux version 4.15.0-46-generic
(buildd@lgw01-amd64-038) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3))
#49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019) and I also have this issue.


This command (as given above):

alsactl restore

does work for me ... until it happens again. And then I just use the
command again. It would be nice for this to be resolved.

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

Title:
  [XPS 15 9560, Realtek ALC3266, Black Headphone Out, Left] No sound at
  all

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  My speakers are working on my Dell XPS 15 9560. But when I connect
  headphones to the computer there is no sound at all. Tried different
  headphones that should work.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.8.0-45.48-generic 4.8.17
  Uname: Linux 4.8.0-45-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  klas   2471 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Apr  3 22:44:05 2017
  InstallationDate: Installed on 2017-03-22 (12 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  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:  klas   2471 F pulseaudio
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: No sound at all
  Title: [XPS 15 9560, Realtek ALC3266, Black Headphone Out, Left] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.3
  dmi.board.name: 05FFDN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.3:bd01/18/2017:svnDellInc.:pnXPS159560:pvr:rvnDellInc.:rn05FFDN:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.name: XPS 15 9560
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1728012] Re: Many 3rd party scanner drivers are broken by a sane change

2019-03-16 Thread Stephen Turley
I'm having the save error with the Epson V550. Happy to help with a fix
if someone could show me where to start looking.

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

Title:
  Many 3rd party scanner drivers are broken by a sane change

Status in sane-backends package in Ubuntu:
  Confirmed

Bug description:
  Many scanners can no more be used since sane has changed something:
  The 3rd-party plug-in the vendor provides as .deb package will still
  install. But the scanner is no more recognized.

  Scanners that are affected are(besides others):
   - Epson Perfection V10
   - Epson Perfection V1000
   - Epson WorkForce GT-1500
   - Brother MFC-8510DN
   - Epson Perfection V33

  It is to note that the probability that the scanner manufacturers fix
  things others broke is below 100%.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libsane1 1.0.27-1~experimental2ubuntu2
  Uname: Linux 4.14.0-041400rc5-lowlatency x86_64
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  Date: Fri Oct 27 12:35:52 2017
  EcryptfsInUse: Yes
  SourcePackage: sane-backends
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1763892] Re: 144Hz/120Hz monitor but mutter seems to cap rendering at 60FPS

2019-03-02 Thread Stephen Turley
Confirmed fixed in Pop_OS 18.10 using the test case provided.

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

Title:
  144Hz/120Hz monitor but mutter seems to cap rendering at 60FPS

Status in Mutter:
  Fix Released
Status in mutter package in Ubuntu:
  Fix Released
Status in mutter source package in Bionic:
  Triaged
Status in mutter source package in Cosmic:
  Fix Committed

Bug description:
  [Impact]

  Gnome Shell redraws at 60 FPS at most, regardless of the hardware
  refresh rate, and regardless of the current display mode. This is
  particularly annoying for owners of 144Hz/120Hz/240Hz displays.

  [Test Case]

  0. Find a monitor or laptop with a high refresh rate (120Hz or more),
  noting NOT to trust gnome-control-center or xrandr because an
  unrelated bug in mutter may cause those to report 120Hz even on 60Hz
  displays. Make sure the advertised hardware specs show the display is
  a high frame rate.

  1. Edit /etc/environment and add:
     CLUTTER_SHOW_FPS=1

  2. Reboot.

  3. Open a terminal window and run:
     journalctl -f | grep FPS

  4. In a new window run 'glmark2' or some other OpenGL benchmark that
  is not frame rate limited (note: glxgears for unrelated reasons IS
  frame rate limited in Wayland sessions, but can be used in Xorg
  sessions).

  5. Verify the terminal window from step 4 shows high FPS values coming
  from the journalctl log that match the hardware spec, and are much
  higher than 60.

  [Regression Potential]

  Medium to low. This patch has been used upstream and in Ubuntu 19.04
  for some months already without any issues. Although minor syntactical
  changes had to be made to avoid conflicts when backporting it from
  mutter 3.32 to mutter 3.30. If regressions did occur they would be
  visible in the frame rate of the entire screen.

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

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


[Desktop-packages] [Bug 1813434] [NEW] package libpolkit-agent-1-0 0.105-20ubuntu0.18.04.4 failed to install/upgrade: unable to sync directory '/var/lib/dpkg/tmp.ci/': Input/output error

2019-01-26 Thread Stephen Baker
Public bug reported:

this shows up on startup

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libpolkit-agent-1-0 0.105-20ubuntu0.18.04.4
ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
Uname: Linux 4.15.0-43-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
Date: Sat Jan 26 18:30:41 2019
DuplicateSignature:
 package:libpolkit-agent-1-0:0.105-20ubuntu0.18.04.4
 Unpacking gir1.2-polkit-1.0 (0.105-20ubuntu0.18.04.4) over 
(0.105-20ubuntu0.18.04.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-STjm8e/008-libpolkit-agent-1-0_0.105-20ubuntu0.18.04.4_amd64.deb
 (--unpack):
  unable to sync directory '/var/lib/dpkg/tmp.ci/': Input/output error
ErrorMessage: unable to sync directory '/var/lib/dpkg/tmp.ci/': Input/output 
error
InstallationDate: Installed on 2013-11-13 (1900 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.6ubuntu0.1
SourcePackage: policykit-1
Title: package libpolkit-agent-1-0 0.105-20ubuntu0.18.04.4 failed to 
install/upgrade: unable to sync directory '/var/lib/dpkg/tmp.ci/': Input/output 
error
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: policykit-1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package libpolkit-agent-1-0 0.105-20ubuntu0.18.04.4 failed to
  install/upgrade: unable to sync directory '/var/lib/dpkg/tmp.ci/':
  Input/output error

Status in policykit-1 package in Ubuntu:
  New

Bug description:
  this shows up on startup

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: libpolkit-agent-1-0 0.105-20ubuntu0.18.04.4
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  Date: Sat Jan 26 18:30:41 2019
  DuplicateSignature:
   package:libpolkit-agent-1-0:0.105-20ubuntu0.18.04.4
   Unpacking gir1.2-polkit-1.0 (0.105-20ubuntu0.18.04.4) over 
(0.105-20ubuntu0.18.04.1) ...
   dpkg: error processing archive 
/tmp/apt-dpkg-install-STjm8e/008-libpolkit-agent-1-0_0.105-20ubuntu0.18.04.4_amd64.deb
 (--unpack):
unable to sync directory '/var/lib/dpkg/tmp.ci/': Input/output error
  ErrorMessage: unable to sync directory '/var/lib/dpkg/tmp.ci/': Input/output 
error
  InstallationDate: Installed on 2013-11-13 (1900 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 
3.6.7-1~18.04
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2.1
   apt  1.6.6ubuntu0.1
  SourcePackage: policykit-1
  Title: package libpolkit-agent-1-0 0.105-20ubuntu0.18.04.4 failed to 
install/upgrade: unable to sync directory '/var/lib/dpkg/tmp.ci/': Input/output 
error
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1810444] [NEW] possible gpsim fault

2019-01-03 Thread stephen philpott
Public bug reported:

I was trying unsuccessfully to load gpsim at the time the bug came to my
attention

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3.1
ProcVersionSignature: Ubuntu 4.15.0-43.46~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-43-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Jan  3 23:19:47 2019
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Device [8086:22b0] (rev 36) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation Device [8086:7270]
InstallationDate: Installed on 2018-12-20 (14 days ago)
InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 (20180731)
MachineType: ADSC Z140C
ProcEnviron:
 LANGUAGE=en_ZA:en
 PATH=(custom, no user)
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=2100f5b6-e85f-4f6c-8fd0-da01ce01659d ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/05/2017
dmi.bios.version: WH-BI-14-Y116CR210-CC341-037-C
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Cherry Trail CR
dmi.board.vendor: AMI Corporation
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 10
dmi.chassis.version: To be filled by O.E.M.
dmi.modalias: 
dmi:bvn:bvrWH-BI-14-Y116CR210-CC341-037-C:bd06/05/2017:svnADSC:pnZ140C:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnCherryTrailCR:rvrTobefilledbyO.E.M.:cvn:ct10:cvrTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: Z140C
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: ADSC
version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.91-2~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1
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
xserver.bootTime: Thu Jan  3 23:17:35 2019
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.6-1ubuntu4.1~16.04.2
xserver.video_driver: modeset

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


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

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

Title:
  possible gpsim fault

Status in xorg package in Ubuntu:
  New

Bug description:
  I was trying unsuccessfully to load gpsim at the time the bug came to
  my attention

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3.1
  ProcVersionSignature: Ubuntu 4.15.0-43.46~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Jan  3 23:19:47 2019
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Device [8086:22b0] (rev 36) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation Device [8086:7270]
  InstallationDate: Installed on 2018-12-20 (14 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  MachineType: ADSC Z140C
  ProcEnviron:
   LANGUAGE=en_ZA:en
   PATH=(custom, no user)
   LANG=en_ZA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=2100f5b6-e85f-4f6c-8fd0-da01ce01659d ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2017
  dmi.bios.version: WH-BI-14-Y116CR210-CC341-037-C
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Cherry Trail CR
  dmi.board.vendor: AMI Corporation
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.version: To be filled by O.E.M.
  

[Desktop-packages] [Bug 1805820] Re: Dependency error installing fontconfig-dbgsym

2018-11-29 Thread Stephen Kitt
It’s a bug in your Dockerfile. You should drop the proposed line. See
https://unix.stackexchange.com/q/484875/86440 for details.

** Changed in: fontconfig (Ubuntu)
   Status: New => Invalid

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

Title:
  Dependency error installing fontconfig-dbgsym

Status in fontconfig package in Ubuntu:
  Invalid

Bug description:
  I am trying to install fontconfig-dbgsym under Ubuntu 18.04 inside
  Docker, running on Docker for Mac.

  I use the following Dockerfile:

  FROM ubuntu:18.04
  ENV DEBIAN_FRONTEND=noninteractive
  RUN apt-get update
  RUN apt-get install -y ubuntu-dbgsym-keyring lsb-release
  RUN \
( \
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main 
restricted universe multiverse"; \
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates 
main restricted universe multiverse"; \
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed 
main restricted universe multiverse"; \
) > /etc/apt/sources.list.d/ddebs.list 
  RUN apt-get update
  RUN apt-get install -y fontconfig
  RUN apt-get install -y fontconfig-dbgsym

  Everything works except the last step, which fails with:

  Reading package lists...
  Building dependency tree...
  Reading state information...
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
   fontconfig-dbgsym : Depends: fontconfig (= 2.12.6-0ubuntu2.2) but 
2.12.6-0ubuntu2 is to be installed
  E: Unable to correct problems, you have held broken packages.
  The command '/bin/sh -c apt-get install -y fontconfig-dbgsym' returned a 
non-zero code: 100

  It complains the dependency `fontconfig=2.12.6-0ubuntu2.2` isn't
  installed, but it was successfully installed by the previous step.

  This looks like a bug.

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

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


[Desktop-packages] [Bug 1804029] [NEW] Touching on multiple touchscreens simultaneously breaks X11

2018-11-19 Thread Stephen D'Angelo
Public bug reported:

This bug is fixed in version 0.28.1, which is shipped with Cosmic. I am
requesting this be backported to Bionic. I know this was fixed
relatively recently, so I'm not sure if it's "in the queue" or not.

Here is the libinput bug report:

https://gitlab.freedesktop.org/libinput/libinput/issues/153

Here is the commit that fixes the bug:

https://gitlab.freedesktop.org/xorg/driver/xf86-input-
libinput/commit/a759610292a53067fc811e70703b8dc0cb16

I have verified that installing the following debs from Cosmic fixes the
issue I am seeing:

libinput-bin  1.12.1-1
libinput10:amd64  1.12.1-1
xserver-xorg-input-libinput   0.28.1-1

** Affects: xserver-xorg-input-libinput (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Touching on multiple touchscreens simultaneously breaks X11

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

Bug description:
  This bug is fixed in version 0.28.1, which is shipped with Cosmic. I
  am requesting this be backported to Bionic. I know this was fixed
  relatively recently, so I'm not sure if it's "in the queue" or not.

  Here is the libinput bug report:

  https://gitlab.freedesktop.org/libinput/libinput/issues/153

  Here is the commit that fixes the bug:

  https://gitlab.freedesktop.org/xorg/driver/xf86-input-
  libinput/commit/a759610292a53067fc811e70703b8dc0cb16

  I have verified that installing the following debs from Cosmic fixes
  the issue I am seeing:

  libinput-bin  1.12.1-1
  libinput10:amd64  1.12.1-1
  xserver-xorg-input-libinput   0.28.1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-libinput/+bug/1804029/+subscriptions

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


  1   2   3   4   5   6   7   8   9   10   >