[Desktop-packages] [Bug 1975557] Re: blank screen does not turn off display backlight

2022-07-24 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  blank screen does not turn off display backlight

Status in gnome-shell package in Ubuntu:
  Expired

Bug description:
  I updated a system from 21.10 to 22.04 and noticed that when the
  screen is blanked by no keyboard or mouse activity that the backlight
  in the VGA monitor is still on.  The "settings->Displays" has "Unknown
  Display" which I assume means the system does not know what commands
  to send to the monitor to shut it off.  I booted a live DVD of 21.10
  and the settings has the VGA display as 'AOC 22" ' which is correct
  and the screen blanking works correctly.  So it seems that the
  definition for the AOC displays have been removed from 22.04.

  This behavior is different on Ubuntu 21.10, the VGA display is blank and the 
backlight is off.  A minor nit is on 21.10 the "settings->Displays" shows the 
VGA display manufacture name, on 22.04 the
  VGA display manufacture name is "Unknown Display".

  I have discovered that the settings have the following options

  "settings->Power->Screen Blank" with a time value to be selected and the
  following text on the next line "Turns the screen off after a period of
  inactivity"

  "settings->Privacy->Screen->Blank Screen Display" with a time value to be
  selected and the following text on the next line "Period of inactivity after
  which the screen will go blank"

  The two options have different actions but seem to be connected because
  changing the time on one changes the time on the other.

  My guess is that the update changed the action for Ubuntu 22.04.  I
  would like the 21.10 behavior, that is to turn off the VGA display not
  just blank the display when selecting the "settings->Power->Screen
  Blank" for 22.04.

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


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


[Desktop-packages] [Bug 1769981] Re: Temporary screen freeze when coming back from screen standby

2022-07-24 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Temporary screen freeze when coming back from screen standby

Status in gnome-shell package in Ubuntu:
  Expired

Bug description:
  When waking up the PC screen from standby, quite often the screen freezes for 
10-20s.
  I can't move the mouse or type anything. After a while, it unfreezes.
  This is quite annoying because often the freeze is long enough to send the 
screen to standby again for absence of singal, so then I have to wake it up and 
wait again.

  This is not 100% reproducible but happens very frequently, both when
  the screen is locked and when it's not.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.1-0ubuntu2
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue May  8 20:26:27 2018
  DisplayManager: gdm3
  InstallationDate: Installed on 2018-02-25 (72 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180225)
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1980735] Re: calling import _gi causes ImportError _gi.cpython-38-aarch64-linu-gnu.so

2022-07-24 Thread elPraga
Finally,

I managed to fix the issue myself.

I found  this bug report describing a similar problem:
https://bugzilla.redhat.com/show_bug.cgi?id=1636626 - based on that, I:

1. uninstalled `apt purge nautilus-extension-fma nautilus-image-
converter` (to make sure none of the extensions are calling Python2.

after this step, I noticed another error (that previously did not
appear):

`(org.gnome.Nautilus:15062): Nautilus-Python-WARNING **: 05:32:20.623:
g_module_open libpython failed: /usr/lib/libpython3.8.so.1.0: cannot
open shared object file: No such file or directory`

2. I fixed the error by: `sudo ln -s /usr/lib/aarch64-linux-
gnu/libpython3.8.so.1.0 /usr/lib/`


** Bug watch added: Red Hat Bugzilla #1636626
   https://bugzilla.redhat.com/show_bug.cgi?id=1636626

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

Title:
  calling import _gi causes ImportError _gi.cpython-38-aarch64-linu-
  gnu.so

Status in pygobject package in Ubuntu:
  New

Bug description:
  I have noticed this error several days ago when overlay icons in
  nautilus stopped working. I cannot pinpoint any action that might have
  caused this behaviour as I do remember them working.

  I have even tried reinstalling using `apt` and even installing the
  GObject library locally in my home folder using `pip3`, but I am
  getting the same errors.

  I  am confident the bug is not in the Nextcould integration itself as
  I am getting the same error with other Nautilus extensions as well.

  I have been trying to find a clue on the internet for hours, but I was
  unable to find even a hint.

  Can someone please help? I would be grateful to get the extensions
  working again (mainly the overlay icons).

  
  These are the errors I am getting when starting Nautilus. I was getting the 
same errors when using the system-wide version. I tried installing the lib in 
my home folder to rule out corrupted filesystem.

  ```
  Initializing nautilus-image-converter extension
  ImportError: could not import gobject (error was: 
ImportError('/home/user/.local/lib/python3.8/site-packages/gi/_gi.cpython-38-aarch64-linux-gnu.so:
 undefined symbol: PyExc_NotImplementedError'))
  Traceback (most recent call last):
File "/usr/share/nautilus-python/extensions/syncstate-Nextcloud.py", line 
29, in 
  from gi.repository import GObject, Nautilus
File "/home/user/.local/lib/python3.8/site-packages/gi/__init__.py", line 
40, in 
  from . import _gi
  ImportError: 
/home/user/.local/lib/python3.8/site-packages/gi/_gi.cpython-38-aarch64-linux-gnu.so:
 undefined symbol: PyExc_NotImplementedError
  Traceback (most recent call last):
File "/usr/share/nautilus-python/extensions/nautilus-hide.py", line 19, in 

  from gi.repository import Nautilus, GObject
File "/home/user/.local/lib/python3.8/site-packages/gi/__init__.py", line 
40, in 
  from . import _gi
  ImportError: 
/home/user/.local/lib/python3.8/site-packages/gi/_gi.cpython-38-aarch64-linux-gnu.so:
 undefined symbol: PyExc_NotImplementedError
  Traceback (most recent call last):
File "/usr/share/nautilus-python/extensions/nautilus-gsconnect.py", line 
10, in 
  import gi
File "/home/user/.local/lib/python3.8/site-packages/gi/__init__.py", line 
40, in 
  from . import _gi
  ImportError: 
/home/user/.local/lib/python3.8/site-packages/gi/_gi.cpython-38-aarch64-linux-gnu.so:
 undefined symbol: PyExc_NotImplementedError
  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: python3-gi 3.36.0-1
  ProcVersionSignature: Ubuntu 5.4.0-1065.75-raspi 5.4.189
  Uname: Linux 5.4.0-1065-raspi aarch64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: arm64
  CasperMD5CheckResult: skip
  Date: Tue Jul  5 14:23:30 2022
  ImageMediaBuild: 20200423.1
  SourcePackage: pygobject
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1971768] Re: Totem not running on Ubuntu 22.04 Wayland

2022-07-24 Thread Daniel van Vugt
Comment #13 shows Uttam fixing this bug. The new issue that occurred
after that is an Nvidia Wayland bug 1966787.

** Summary changed:

- Totem not running on Ubuntu 22.04 Wayland 
+ Totem not running after upgrade to Ubuntu 22.04 (due to 
~/.cache/gstreamer-1.0)

** Changed in: totem (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Totem not running after upgrade to Ubuntu 22.04 (due to
  ~/.cache/gstreamer-1.0)

Status in totem package in Ubuntu:
  Confirmed

Bug description:
  $ totem

  ** (totem:106519): WARNING **: 01:12:30.962: Element 'gtkglsink' is
  missing, verify your installation

  ** (totem:106519): WARNING **: 01:12:30.962: Element 'glsinkbin' is
  missing, verify your installation

  (totem:106519): GStreamer-CRITICAL **: 01:12:33.537:
  gst_bus_set_flushing: assertion 'GST_IS_BUS (bus)' failed

  (totem:106519): GLib-GObject-CRITICAL **: 01:12:33.537: g_object_set: 
assertion 'G_IS_OBJECT (object)' failed
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2021-02-11 (448 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: totem 42.0-1ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.15.0-29.30-generic 5.15.35
  Tags:  wayland-session jammy
  Uname: Linux 5.15.0-29-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2022-04-30 (5 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

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


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


[Desktop-packages] [Bug 1982621] Re: Spinner vanishes from screen during 22.04 boot from USB

2022-07-24 Thread Kai-Heng Feng
** Also affects: plymouth (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Spinner vanishes from screen during 22.04 boot from USB

Status in linux package in Ubuntu:
  Confirmed
Status in plymouth package in Ubuntu:
  New

Bug description:
  I burnt Ubuntu 22.04 to USB and used it to boot a stock Dell XPS 15 laptop.
  It started the boot OK, showed the splash screen with the spinner rotating.
  After about two minutes the spinner disappears for 55 secs, then reappears,
  and the disappears again. The system continues to boot successfully from USB.

  The problem is that it is VERY unnerving for a new or potential user when the
  only sign of life vanishes without trace or warning. I have watched new users 
  get up and walk away permanently from systems that do this because to then it 
  means it has hung, and won't be coming back. Is it possible to nice(1) the
  background processes to the point where they do not usurp all cycles from the
  spinner? A blind process (like a splash screen) should NEVER stop 
communicating
  to the users that it is still alive and kicking.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 5442 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CasperVersion: 1.470
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  LiveMediaBuild: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0cf3:e300 Qualcomm Atheros Communications QCA61x4 
Bluetooth 4.0
   Bus 001 Device 004: ID 0c45:6713 Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 18a5:0302 Verbatim, Ltd Flash Drive
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9560
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-25-generic N/A
   linux-backports-modules-5.15.0-25-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu1
  Tags:  jammy
  Uname: Linux 5.15.0-25-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: 08/30/2017
  dmi.bios.release: 1.5
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.0
  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.5.0:bd08/30/2017:br1.5:svnDellInc.:pnXPS159560:pvr:rvnDellInc.:rn05FFDN:rvrA00:cvnDellInc.:ct10:cvr:sku07BE:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9560
  dmi.product.sku: 07BE
  dmi.sys.vendor: Dell Inc.

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


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


[Desktop-packages] [Bug 1809685] Re: The evince application often freezes

2022-07-24 Thread jbfoley
I'm also getting the issue where Evince freezes when I open the print
dialog.  I have two networked printers which work fine from any other
program.

More background I can offer: I had this problem once before on this
machine and I solved it by adding/changing some user permissions, but it
came back after a do-release-upgrade to 22.04 and I can't seem to find
the original instructions for the solution again.  It was something like
adding a particular user permission to a particular config file in
apparmor.  The first time I found the fix I was grasping at straws and
found it in an odd way, maybe from a much older version of Ubuntu.

I'm using Ubuntu Unity 22.04 with Evince/Document Viewer 42.3  Here's my
very similar relevant output from dmesg | tail showing apparmor denying
something to evince:

[ 7408.546706] audit: type=1400 audit(1658690699.607:33): apparmor="DENIED" 
operation="exec" profile="/usr/bin/evince" 
name="/usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings" pid=10089 
comm="sh" requested_mask="x" denied_mask="x" fsuid=1001 ouid=0
[ 7708.987550] audit: type=1400 audit(1658691000.048:34): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" name="/usr/bin/evince" 
pid=10802 comm="apparmor_parser"
[ 7709.009396] audit: type=1400 audit(1658691000.072:35): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="/usr/bin/evince//sanitized_helper" pid=10802 comm="apparmor_parser"
[ 7709.019154] audit: type=1400 audit(1658691000.080:36): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="/usr/bin/evince-previewer" pid=10802 comm="apparmor_parser"
[ 7709.049178] audit: type=1400 audit(1658691000.112:37): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="/usr/bin/evince-previewer//sanitized_helper" pid=10802 
comm="apparmor_parser"
[ 7709.054590] audit: type=1400 audit(1658691000.116:38): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="/usr/bin/evince-thumbnailer" pid=10802 comm="apparmor_parser"
[ 7717.645697] audit: type=1400 audit(1658691008.708:39): apparmor="DENIED" 
operation="exec" profile="/usr/bin/evince" 
name="/usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings" pid=10910 
comm="sh" requested_mask="x" denied_mask="x" fsuid=1001 ouid=0

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

Title:
  The evince application often freezes

Status in Evince:
  New
Status in evince package in Ubuntu:
  Triaged

Bug description:
  Hi!
  The evince application (pdf document viewer) often freezes. 
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: evince 3.28.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Dec 25 07:12:13 2018
  InstallationDate: Installed on 2018-05-06 (232 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1982340] Re: Clients of the WebExtensions portal see the FDs as closed when the portal is used for the first time

2022-07-24 Thread Mateusz Stachowski
I didn't exactly follow the test plan but I can confirm that
WebExtensions work in the firefox-native-messaging.

I already had the xdg-desktop-portal from proposed and had Firefox snap
from latest/beta channel and that didn't work. I installed that testing
snap manually with the --dangerous flag

snap install firefox_103.0b9-1_amd64.snap --dangerous

and when I opened it under GNOME Shell there was the modal dialog. I
clicked allow and then opened the local extensions page and I can see
all the extensions. Also I can enable or disable them and also change
their settings.

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

Title:
  Clients of the WebExtensions portal see the FDs as closed when the
  portal is used for the first time

Status in xdg-desktop-portal package in Ubuntu:
  Fix Released
Status in xdg-desktop-portal source package in Jammy:
  Fix Committed

Bug description:
  [Impact]

   * Without this patch, the WebExtensions portal won't allow native
  connectors to communicate with a browser the first time they are
  spawned by the portal. Closing and restarting the browser won't do,
  only killing the portal and letting it restart.

   * This patch is being backported to jammy as this is currently the
  primary target for the effort of enabling native messaging in the
  firefox snap (not widely available yet, but the portal is available in
  jammy, and once the firefox implementation lands in the snap, we want
  this to work seamlessly).

   * The patch is trivial, it adds a missing variable initialization,
  which fixes the problem.

  
  [Test Plan]

   * Steps to reproduce the bug:
 - in a fully up-to-date jammy VM, install the chrome-gnome-shell package, 
and download and side-load the latest test snap from 
https://launchpad.net/~osomon/+snap/firefox-native-messaging (because the 
firefox implementation hasn't landed upstream yet)
 - if it exists, delete ~/.local/share/flatpak/db/webextensions and reboot 
to ensure a pristine state
 - run the firefox snap, browse to 
https://addons.mozilla.org/firefox/addon/gnome-shell-integration/, and click 
the "Add to Firefox" blue button
 - accept the firefox prompt to install the extension
 - you will soon be prompted by GNOME Shell (with a modal dialog) to allow 
firefox to use the WebExtensions portal to start the native connector, click 
"Allow"
 - browse to https://extensions.gnome.org/local/
 - without the patch, you'll get a message that "an unexpected error 
occurred"
 - with the patch, firefox is able to talk to the native connector and 
displays a page with the currently installed GNOME Shell extensions

   * Note that this can also be tested with another extension that uses
  native messaging to talk to a native connector on the system, e.g.
  https://github.com/keepassxreboot/keepassxc-browser

  
  [Where problems could occur]

   * The patch is trivial and it's hard to imagine that initializing an
  uninitialized variable could have undesirable side effects.

   * In any case, the WebExtensions portal isn't currently used by any
  piece of software (this is being tested for firefox but isn't merged
  and therefore not widely available yet), so possible side effects
  wouldn't be noticed until the native messaging portal support lands in
  the firefox snap (see
  https://phabricator.services.mozilla.com/D140803).

  
  [Other Info]
   
   * We are still hoping to get the native messaging portal support in the 
firefox snap in time for Ubuntu 22.04.1, so for it to be a seamless experience 
this patch needs to land for the .1 release too.

  
  [Original Description]

  (this was initially reported here: https://github.com/flatpak/xdg-
  desktop-portal/pull/705#issuecomment-1123392120)

  When testing the WebExtensions portal against the only known client so
  far (firefox snap + the corresponding upstream patch
  https://phabricator.services.mozilla.com/D140803), I'm consistently
  seeing the following problem: the first time the user is prompted for
  authorization and accepts, the portal will spawn the native connector
  and pass the file descriptors to the client (firefox snap), but the
  client sees the file descriptors as closed. Closing the client and re-
  opening it doesn't help. Only when the portal is terminated and
  restarted does communication through FDs start working normally.

  It turns out this is caused by a missing variable initialization,
  which is trivially fixed by https://github.com/jhenstridge/xdg-
  desktop-portal/pull/2.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xdg-desktop-portal 1.14.4-1ubuntu1~22.04.1
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  Uname: Linux 5.15.0-41-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl icp
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  

[Desktop-packages] [Bug 1982688] Re: Make poweroff, logout and restart icons able to drag on dock

2022-07-24 Thread C de-Avillez
marking WISHLIST per request from OP on #ubuntu-discuss.

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Make poweroff, logout and restart icons able to drag on dock

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Ubuntu 22.04 desktop @ 24/07/2022

  Current situation: the power-off, reboot and logout icons are now searchable
  in application launcher but they cannot be dragged onto the dock

  Wishlist: please make these icons physical to be able to drag onto the dock
  so users can fastly power-off logout and restart their systems

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.2-0ubuntu0.2
  Uname: Linux 5.17.7-051707-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jul 24 11:29:51 2022
  DisplayManager: gdm3
  RelatedPackageVersions: mutter-common 42.2-0ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.xdg.autostart.gnome-shell-overrides-migration.desktop: 
2021-10-23T19:12:47.175230

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


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


[Desktop-packages] [Bug 1982693] Re: USB-Audio device UMC204HD disappears after suspend

2022-07-24 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => alsa-driver (Ubuntu)

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

Title:
  USB-Audio device UMC204HD disappears after suspend

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Coming back from sleep, Behringer UMC204HD is not in the list of
  devices in Settings > Sound. It comes back if I unplug and plug back
  in.

  I tried with/without a USB hub in between, I tried setting
  "usbcore.autosuspend=-1". No help.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  Uname: Linux 5.15.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jul 24 15:04:57 2022
  InstallationDate: Installed on 2022-04-21 (93 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:U192k successful
  Symptom_Card: HD Webcam C525 - HD Webcam C525
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [USB-Audio - UMC204HD 192k, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2018
  dmi.bios.release: 5.12
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.H0
  dmi.board.asset.tag: Default string
  dmi.board.name: H110M PRO-VH (MS-7996)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.H0:bd06/16/2018:br5.12:svnMSI:pnMS-7996:pvr1.0:rvnMSI:rnH110MPRO-VH(MS-7996):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: MS-7996
  dmi.product.sku: Default string
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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


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


[Desktop-packages] [Bug 1982693] [NEW] USB-Audio device UMC204HD disappears after suspend

2022-07-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Coming back from sleep, Behringer UMC204HD is not in the list of devices
in Settings > Sound. It comes back if I unplug and plug back in.

I tried with/without a USB hub in between, I tried setting
"usbcore.autosuspend=-1". No help.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: alsa-base 1.0.25+dfsg-0ubuntu7
ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
Uname: Linux 5.15.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun Jul 24 15:04:57 2022
InstallationDate: Installed on 2022-04-21 (93 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:U192k successful
Symptom_Card: HD Webcam C525 - HD Webcam C525
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: None of the above
Title: [USB-Audio - UMC204HD 192k, playback] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/16/2018
dmi.bios.release: 5.12
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2.H0
dmi.board.asset.tag: Default string
dmi.board.name: H110M PRO-VH (MS-7996)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.H0:bd06/16/2018:br5.12:svnMSI:pnMS-7996:pvr1.0:rvnMSI:rnH110MPRO-VH(MS-7996):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: MS-7996
dmi.product.sku: Default string
dmi.product.version: 1.0
dmi.sys.vendor: MSI

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


** Tags: amd64 apport-bug jammy wayland-session
-- 
USB-Audio device UMC204HD disappears after suspend
https://bugs.launchpad.net/bugs/1982693
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to alsa-driver in Ubuntu.

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


[Desktop-packages] [Bug 1982690] Re: screen flickering

2022-07-24 Thread Chris Guiver
Is this related to
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1982650 ?

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

Title:
  screen flickering

Status in xorg package in Ubuntu:
  New

Bug description:
  sometimes screen is continuously flickering

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-39.42-generic 5.15.35
  Uname: Linux 5.15.0-39-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jul 24 17:06:28 2022
  DistUpgraded: 2022-04-25 11:41:26,744 INFO cache.commit()
  DistroCodename: jammy
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Skylake GT2 [HD Graphics 520] [1028:06b2]
 Subsystem: Dell Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / 
Radeon 520 Mobile] [1028:06b2]
  InstallationDate: Installed on 2021-02-24 (515 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:07dc Intel Corp. Bluetooth wireless interface
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 064e:920b Suyin Corp. Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5559
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-39-generic 
root=UUID=e2bb84ca-dd6e-40ec-8b37-00f696fb958e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to jammy on 2022-04-25 (90 days ago)
  dmi.bios.date: 09/07/2020
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.0
  dmi.board.name: 04D1V1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.0:bd09/07/2020:br1.9:svnDellInc.:pnInspiron5559:pvr:rvnDellInc.:rn04D1V1:rvrA00:cvnDellInc.:ct10:cvr:sku06B2:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5559
  dmi.product.sku: 06B2
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.110-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
  version.libgl1-mesa-glx: libgl1-mesa-glx 22.0.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-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-2build3
  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

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


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


[Desktop-packages] [Bug 1905467] Re: [USB-Audio - Logitech Wireless Headset, playback] volume slider - sound audible only from 50% to 100% of the slider position

2022-07-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  [USB-Audio - Logitech Wireless Headset, playback] volume slider -
  sound audible only from 50% to 100% of the slider position

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  After establishing connection with Logitech H800 Wireless Headset via
  USB Dongle, the system sound has to be set at the minimum of 50% of
  the slider for the sound in the headphones to be audible. Below the
  50% volume slider position the sound is completely muted.

  Expected behaviour:
  Volume slider properly changing the sound level from 0% to 100% with the 
sound being muted at 0% and at maximum level at 100%.

  System: Ubuntu 20.04.1 LTS
  alsa-driver: k5.4.0-54-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  Uname: Linux 5.4.0-54-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  maciej 6716 F pulseaudio
   /dev/snd/pcmC3D0p:   maciej 6716 F...m pulseaudio
   /dev/snd/controlC0:  maciej 6716 F pulseaudio
   /dev/snd/controlC1:  maciej 6716 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 24 21:29:56 2020
  InstallationDate: Installed on 2020-06-22 (154 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: H600 [Wireless Headset] - Logitech Wireless Headset
  Symptom_PulseAudioLog:
   lis 22 12:33:32 y510p-ubuntu dbus-daemon[1500]: [system] Activating via 
systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.31' (uid=125 pid=1940 
comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo" label="unconfined")
   lis 22 12:33:34 y510p-ubuntu pulseaudio[1940]: Failed to find a working 
profile.
   lis 22 12:33:34 y510p-ubuntu pulseaudio[1940]: Failed to load module 
"module-alsa-card" (argument: "device_id="2" name="pci-_01_00.1" 
card_name="alsa_card.pci-_01_00.1" namereg_fail=false tsched=yes 
fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes 
avoid_resampling=no card_properties="module-udev-detect.discovered=1""): 
initialization failed.
   lis 24 09:41:02 y510p-ubuntu pulseaudio[1940]: Failed to create sink input: 
sink is suspended.
   lis 24 10:30:54 y510p-ubuntu pulseaudio[1940]: Failed to create sink input: 
sink is suspended.
  Symptom_Type: Volume slider, or mixer problems
  Title: [USB-Audio - Logitech Wireless Headset, playback] volume slider problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 1/30/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN47WW(V3.08)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN47WW(V3.08):bd1/30/2015:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr3193STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.sku: LENOVO_BI_IDEAPAD
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

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


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


[Desktop-packages] [Bug 1982690] Re: screen flickering

2022-07-24 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => xorg (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/1982690

Title:
  screen flickering

Status in xorg package in Ubuntu:
  New

Bug description:
  sometimes screen is continuously flickering

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-39.42-generic 5.15.35
  Uname: Linux 5.15.0-39-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jul 24 17:06:28 2022
  DistUpgraded: 2022-04-25 11:41:26,744 INFO cache.commit()
  DistroCodename: jammy
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Skylake GT2 [HD Graphics 520] [1028:06b2]
 Subsystem: Dell Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / 
Radeon 520 Mobile] [1028:06b2]
  InstallationDate: Installed on 2021-02-24 (515 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:07dc Intel Corp. Bluetooth wireless interface
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 064e:920b Suyin Corp. Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5559
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-39-generic 
root=UUID=e2bb84ca-dd6e-40ec-8b37-00f696fb958e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to jammy on 2022-04-25 (90 days ago)
  dmi.bios.date: 09/07/2020
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.0
  dmi.board.name: 04D1V1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.0:bd09/07/2020:br1.9:svnDellInc.:pnInspiron5559:pvr:rvnDellInc.:rn04D1V1:rvrA00:cvnDellInc.:ct10:cvr:sku06B2:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5559
  dmi.product.sku: 06B2
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.110-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
  version.libgl1-mesa-glx: libgl1-mesa-glx 22.0.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-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-2build3
  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

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


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


[Desktop-packages] [Bug 1982690] [NEW] screen flickering

2022-07-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

sometimes screen is continuously flickering

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-39.42-generic 5.15.35
Uname: Linux 5.15.0-39-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Jul 24 17:06:28 2022
DistUpgraded: 2022-04-25 11:41:26,744 INFO cache.commit()
DistroCodename: jammy
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
   Subsystem: Dell Skylake GT2 [HD Graphics 520] [1028:06b2]
   Subsystem: Dell Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / 
Radeon 520 Mobile] [1028:06b2]
InstallationDate: Installed on 2021-02-24 (515 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 8087:07dc Intel Corp. Bluetooth wireless interface
 Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 002: ID 064e:920b Suyin Corp. Integrated_Webcam_HD
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Inspiron 5559
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-39-generic 
root=UUID=e2bb84ca-dd6e-40ec-8b37-00f696fb958e ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to jammy on 2022-04-25 (90 days ago)
dmi.bios.date: 09/07/2020
dmi.bios.release: 1.9
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.9.0
dmi.board.name: 04D1V1
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.0:bd09/07/2020:br1.9:svnDellInc.:pnInspiron5559:pvr:rvnDellInc.:rn04D1V1:rvrA00:cvnDellInc.:ct10:cvr:sku06B2:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 5559
dmi.product.sku: 06B2
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.110-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx 22.0.1-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-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-2build3
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
-- 
screen flickering
https://bugs.launchpad.net/bugs/1982690
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to xorg in Ubuntu.

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


[Desktop-packages] [Bug 1982692] [NEW] screen flickering

2022-07-24 Thread Hari Prasad Rao
Public bug reported:

sometimes screen is continuously flickering

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-39.42-generic 5.15.35
Uname: Linux 5.15.0-39-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Jul 24 17:10:15 2022
DistUpgraded: 2022-04-25 11:41:26,744 INFO cache.commit()
DistroCodename: jammy
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
   Subsystem: Dell Skylake GT2 [HD Graphics 520] [1028:06b2]
   Subsystem: Dell Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / 
Radeon 520 Mobile] [1028:06b2]
InstallationDate: Installed on 2021-02-24 (515 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 8087:07dc Intel Corp. Bluetooth wireless interface
 Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 002: ID 064e:920b Suyin Corp. Integrated_Webcam_HD
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Inspiron 5559
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-39-generic 
root=UUID=e2bb84ca-dd6e-40ec-8b37-00f696fb958e ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to jammy on 2022-04-25 (90 days ago)
dmi.bios.date: 09/07/2020
dmi.bios.release: 1.9
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.9.0
dmi.board.name: 04D1V1
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.0:bd09/07/2020:br1.9:svnDellInc.:pnInspiron5559:pvr:rvnDellInc.:rn04D1V1:rvrA00:cvnDellInc.:ct10:cvr:sku06B2:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 5559
dmi.product.sku: 06B2
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.110-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx 22.0.1-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-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-2build3
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/1982692

Title:
  screen flickering

Status in xorg package in Ubuntu:
  New

Bug description:
  sometimes screen is continuously flickering

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-39.42-generic 5.15.35
  Uname: Linux 5.15.0-39-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jul 24 17:10:15 2022
  DistUpgraded: 2022-04-25 11:41:26,744 INFO cache.commit()
  DistroCodename: jammy
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Skylake GT2 [HD Graphics 520] [1028:06b2]
 Subsystem: Dell Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / 
Radeon 520 Mobile] [1028:06b2]
  InstallationDate: Installed on 2021-02-24 (515 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:07dc Intel Corp. Bluetooth wireless interface
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 064e:920b Suyin Corp. Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5559
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-39-generic 
root=UUID=e2bb84ca-dd6e-40ec-8b37-00f696fb958e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to jammy on 2022-04-25 (90 days ago)
  dmi.bios.date: 09/07/2020
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.0
  dmi.board.name: 04D1V1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 

[Desktop-packages] [Bug 1982688] [NEW] Make poweroff, logout and restart icons able to drag on dock

2022-07-24 Thread lotuspsychje
Public bug reported:

Ubuntu 22.04 desktop @ 24/07/2022

Current situation: the power-off, reboot and logout icons are now searchable
in application launcher but they cannot be dragged onto the dock

Wishlist: please make these icons physical to be able to drag onto the dock
so users can fastly power-off logout and restart their systems

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42.2-0ubuntu0.2
Uname: Linux 5.17.7-051707-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Jul 24 11:29:51 2022
DisplayManager: gdm3
RelatedPackageVersions: mutter-common 42.2-0ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.xdg.autostart.gnome-shell-overrides-migration.desktop: 
2021-10-23T19:12:47.175230

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


** Tags: amd64 apport-bug jammy third-party-packages wayland-session

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

Title:
  Make poweroff, logout and restart icons able to drag on dock

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Ubuntu 22.04 desktop @ 24/07/2022

  Current situation: the power-off, reboot and logout icons are now searchable
  in application launcher but they cannot be dragged onto the dock

  Wishlist: please make these icons physical to be able to drag onto the dock
  so users can fastly power-off logout and restart their systems

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.2-0ubuntu0.2
  Uname: Linux 5.17.7-051707-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jul 24 11:29:51 2022
  DisplayManager: gdm3
  RelatedPackageVersions: mutter-common 42.2-0ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.xdg.autostart.gnome-shell-overrides-migration.desktop: 
2021-10-23T19:12:47.175230

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


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