[Desktop-packages] [Bug 2003996] Re: /usr/bin/software-properties-gtk:TimeoutError:poll_for_magic_token:wait:_wait:get_magic_attach_token_info:request_url:readurl:urlopen:open:_open:_call_chain:https_

2023-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.99.32

---
software-properties (0.99.32) lunar; urgency=medium

  [ Nathan Pratta Teodosio ]
  * Disable the Ubuntu Pro UI with an explanation when not connected
(lp: #2004634)
  * Catch exceptions to wait (lp: #2003996)
  * Initialize pin as empty string (lp: #2004245)

 -- Sebastien Bacher   Thu, 02 Feb 2023 15:37:06
+0100

** Changed in: software-properties (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  /usr/bin/software-properties-
  
gtk:TimeoutError:poll_for_magic_token:wait:_wait:get_magic_attach_token_info:request_url:readurl:urlopen:open:_open:_call_chain:https_open:do_open:getresponse:begin:_read_status:readinto:recv_into:read

Status in software-properties package in Ubuntu:
  Fix Released
Status in software-properties source package in Bionic:
  Fix Committed
Status in software-properties source package in Focal:
  Fix Committed
Status in software-properties source package in Jammy:
  Fix Committed

Bug description:
  * Impact

  An error is triggered when opening the 'Enable Ubuntu Pro' dialog on a
  system not connected to internet

  * Test case

  Start software-properties-gtk on a offline system, go to the Ubuntu
  Pro tab, click 'Enable Ubuntu Pro', check that no error report dialog
  is displayed

  Verify the error track to ensure there is no report with the new version
  https://errors.ubuntu.com/problem/032c1f3f3d9b9b05e5087f7e37a05a3d0d40e699

  * Regression potential

  The fix is making the magic token request conditional to the
  connectivity status, if that was wrong we could end up in a situation
  where we should display a pincode but don't.

  --- 
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
software-properties.  This problem was most recently seen with package version 
0.99.22.5, the problem page at 
https://errors.ubuntu.com/problem/032c1f3f3d9b9b05e5087f7e37a05a3d0d40e699 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

  Traceback (most recent call last):
    File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogUaAttach.py", line 
144, in poll_for_magic_token
  response = wait(options)
    File 
"/usr/lib/python3/dist-packages/uaclient/api/u/pro/attach/magic/wait/v1.py", 
line 57, in wait
  return _wait(options, UAConfig())
    File 
"/usr/lib/python3/dist-packages/uaclient/api/u/pro/attach/magic/wait/v1.py", 
line 73, in _wait
  wait_resp = contract.get_magic_attach_token_info(
    File "/usr/lib/python3/dist-packages/uaclient/contract.py", line 202, in 
get_magic_attach_token_info
  response, _ = self.request_url(
    File "/usr/lib/python3/dist-packages/uaclient/serviceclient.py", line 72, 
in request_url
  response, headers = util.readurl(
    File "/usr/lib/python3/dist-packages/uaclient/util.py", line 324, in readurl
  resp = request.urlopen(req, timeout=timeout)
    File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
  return opener.open(url, data, timeout)
    File "/usr/lib/python3.10/urllib/request.py", line 519, in open
  response = self._open(req, data)
    File "/usr/lib/python3.10/urllib/request.py", line 536, in _open
  result = self._call_chain(self.handle_open, protocol, protocol +
    File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
  result = func(*args)
    File "/usr/lib/python3.10/urllib/request.py", line 1391, in https_open
  return self.do_open(http.client.HTTPSConnection, req,
    File "/usr/lib/python3.10/urllib/request.py", line 1352, in do_open
  r = h.getresponse()
    File "/usr/lib/python3.10/http/client.py", line 1374, in getresponse
  response.begin()
    File "/usr/lib/python3.10/http/client.py", line 318, in begin
  version, status, reason = self._read_status()
    File "/usr/lib/python3.10/http/client.py", line 279, in _read_status
  line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
    File "/usr/lib/python3.10/socket.py", line 705, in readinto
  return self._sock.recv_into(b)
    File "/usr/lib/python3.10/ssl.py", line 1274, in recv_into
  return self.read(nbytes, buffer)
    File "/usr/lib/python3.10/ssl.py", line 1130, in read
  return self._sslobj.read(len, buffer)
  TimeoutError: The read operation timed out

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


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

[Desktop-packages] [Bug 2004245] Re: /usr/bin/software-properties-gtk:AttributeError:on_radio_toggled:update_state

2023-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.99.32

---
software-properties (0.99.32) lunar; urgency=medium

  [ Nathan Pratta Teodosio ]
  * Disable the Ubuntu Pro UI with an explanation when not connected
(lp: #2004634)
  * Catch exceptions to wait (lp: #2003996)
  * Initialize pin as empty string (lp: #2004245)

 -- Sebastien Bacher   Thu, 02 Feb 2023 15:37:06
+0100

** Changed in: software-properties (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  /usr/bin/software-properties-
  gtk:AttributeError:on_radio_toggled:update_state

Status in software-properties package in Ubuntu:
  Fix Released
Status in software-properties source package in Bionic:
  Fix Committed
Status in software-properties source package in Focal:
  Fix Committed
Status in software-properties source package in Jammy:
  Fix Committed

Bug description:
  * Impact

  An error is triggered when fetching a pin from the Ubuntu Pro server
  is failing

  * Test case

  Start software-properties-gtk on a system offline or having internet
  connectivity issue, go to the Ubuntu Pro tab, click 'Enable Ubuntu
  Pro', check that no error report dialog is displayed

  Verify the error track to ensure there is no report with the new version
  https://errors.ubuntu.com/problem/0d4bb9d499df175309552a99a411e2909a88fab1

  * Regression potential

  The fix for that specific issue is to set an initial value to the pin
  label. If the change of value would confuse some code it would be
  visible in the Pin section of the Ubuntu Pro tab not reflected the pin
  code from the server as expected

  ---

  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
software-properties.  This problem was most recently seen with package version 
0.99.22.5, the problem page at 
https://errors.ubuntu.com/problem/0d4bb9d499df175309552a99a411e2909a88fab1 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


-- 
Mailing list: https://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 2004634] Re: Disable Ubuntu Pro registration when not online

2023-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.99.32

---
software-properties (0.99.32) lunar; urgency=medium

  [ Nathan Pratta Teodosio ]
  * Disable the Ubuntu Pro UI with an explanation when not connected
(lp: #2004634)
  * Catch exceptions to wait (lp: #2003996)
  * Initialize pin as empty string (lp: #2004245)

 -- Sebastien Bacher   Thu, 02 Feb 2023 15:37:06
+0100

** Changed in: software-properties (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Disable Ubuntu Pro registration when not online

Status in software-properties package in Ubuntu:
  Fix Released
Status in software-properties source package in Bionic:
  Fix Committed
Status in software-properties source package in Focal:
  Fix Committed
Status in software-properties source package in Jammy:
  Fix Committed

Bug description:
  * Impact

  The current UI allows the user to try to register to Ubuntu Pro even
  when the system isn't online, which eventually leads to an error since
  the client fails to contact the server. The updated design disable the
  registration UI in those cases and inform the user they need to get
  online to be able to register which is a better experience.

  * Test Case

  - ensure that the machine isn't attached to ubuntu pro (otherwise the screen 
would not be displayed) and is online
  $ pro status
  and `$ pro detach` if needed

  - disconnect the system, using for example the top panel indicator

  - start software-properties-gtk and select the Ubuntu Pro tab

  - click 'Enable Ubuntu Pro'

  - The dialog controls should be disabled and a string 'Unable to
  connect to Ubuntu Pro servers. Check your internet connection.'
  displayed at the bottom

  - reconnect the system

  - the dialog control should become active and the label be removed

  - register to Ubuntu Pro, that should be working

  * Regression potential

  If the connectivity check was wrong or not reliable it could be that
  the dialog controls would be disabled even if the system is online, or
  that it would fail to detect that the system isn't connected and let
  the user try to register anyway.

  The change also adds a new translatable string. Since currently we
  don't include translations for that new UI it isn't really a
  regression. We still plan to fix that by the next languagepack update.

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


-- 
Mailing list: https://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 1950282] Re: Fibocom WWAN FM350-GL-00 (Mediatek M80 5G) support

2023-02-21 Thread Dirk Su
Tested on machine with FM350 installed, with oem 6.0.0-1006 kernel,
modem manager 1.20.0-1~ubuntu22.04.1, libmbim-glib4 1.28.0-1~ubuntu20.04
and libqmi-glib5 1.32.0-1~ubuntu0.22.04.1. System can connect to 5g
network.

  ---
  General   |   path: /org/freedesktop/ModemManager1/Modem/0
|  device id: b429ecd3cf5b14431f765b3a415cda29db1d504b
  ---
  Hardware  |   manufacturer: generic
|  model: MBIM [14C3:4D75]
|  firmware revision: 81600..00.29.21.24_GC
| D47
|   h/w revision: V1.0.6
|  supported: gsm-umts, lte, 5gnr
|current: gsm-umts, lte, 5gnr
|   equipment id: 358198520003138
  ---
  System| device: 
/sys/devices/pci:00/:00:1c.0/:71:00.0
|drivers: mtk_t7xx
| plugin: generic
|   primary port: wwan0mbim0
|  ports: wwan0 (net), wwan0at0 (at), wwan0mbim0 
(mbim)
  ---
  Status|   lock: sim-pin2
| unlock retries: sim-pin2 (3)
|  state: connected
|power state: on
|access tech: lte, 5gnr
| signal quality: 64% (cached)
  ---
  Modes |  supported: allowed: 3g; preferred: none
| allowed: 4g; preferred: none
| allowed: 3g, 4g; preferred: none
| allowed: 5g; preferred: none
| allowed: 3g, 5g; preferred: none
| allowed: 4g, 5g; preferred: none
| allowed: 3g, 4g, 5g; preferred: none
|current: allowed: 3g, 4g, 5g; preferred: none
  ---
  IP|  supported: ipv4, ipv6, ipv4v6
  ---
  3GPP  |   imei: 358198520003138
|  enabled locks: fixed-dialing
|operator id: 46692
|  operator name: Chunghwa Telecom
|   registration: home
|   packet service state: attached
  ---
  3GPP EPS  |   ue mode of operation: csps-2
|initial bearer path: /org/freedesktop/ModemManager1/Bearer/0
| initial bearer apn: internet
| initial bearer ip type: ipv4v6
  ---
  3GPP 5GNR |  mico mode: disabled
  ---
  SIM   |   primary sim path: /org/freedesktop/ModemManager1/SIM/0
| sim slot paths: slot 1: 
/org/freedesktop/ModemManager1/SIM/0 (active)
| slot 2: 
/org/freedesktop/ModemManager1/SIM/1
  ---
  Bearer|  paths: /org/freedesktop/ModemManager1/Bearer/1


** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy

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

Title:
  Fibocom WWAN FM350-GL-00 (Mediatek M80 5G) support

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in libmbim package in Ubuntu:
  Fix Released
Status in libqmi package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Incomplete
Status in modemmanager package in Ubuntu:
  Fix Released
Status in libmbim source package in Jammy:
  Fix Committed
Status in libqmi source package in Jammy:
  Fix Committed
Status in linux source package in Jammy:
  New
Status in modemmanager source package in Jammy:
  Fix Committed

Bug description:
  * Impact

  Fibocom FM350 modems aren't working with the current version of
  modemmanager in 22.04.

  * Test case

  - install modemmanager, libmbim, and libqmi from -proposed
  - reboot and try WWAN function to see if any regression there.
  - perform dogfooding of its reverse dependencies (network-
     manager, gnome-control-center etc.)

  The verification should be done on FM350 to ensure it's correctly
  handled but also on other hardware to verify that there are no
  regressions

  * Regression potential

  The SRU does an update to new modemmanager serie so we should do a
  complete round of testing on different hardware and confirm there are
  no regression.

  ---

  :55:00.0 Wireless controller [0d40]: MEDIATEK Corp. Device [14c3:4d75] 
(rev 01)
 

[Desktop-packages] [Bug 2007974] Re: gnome-shell crashed with SIGSEGV

2023-02-21 Thread Daniel van Vugt
Please use 'journalctl' to find the system log messages that came
before:

[ 21.981578] gnome-shell[1839]: segfault at 5617f4861000 ip
7f85e353d8c5 sp 7ffc70c8cf70 error 4 in
libst-1.0.so[7f85e3513000+4e000]

Please also follow these steps to check for crash reports:

https://wiki.ubuntu.com/Bugs/Responses#Missing_a_crash_report_or_having_a_.crash_attachment

That said, we'd kind of be wasting our time if we didn't first establish
that the crash is caused by an official Ubuntu component. If it's come
from one of your extensions then we can't track the problem here.


** Summary changed:

- Session starts with all gnome-shell extensions disabled
+ gnome-shell crashed with SIGSEGV

** Summary changed:

- gnome-shell crashed with SIGSEGV
+ gnome-shell crashed with SIGSEGV in libst-1.0.so[7f85e3513000+4e000]

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

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

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

Title:
  gnome-shell crashed with SIGSEGV in libst-1.0.so[7f85e3513000+4e000]

Status in Ubuntu:
  Incomplete

Bug description:
  Hello,

  it happens every now and then, for few months ( I'd say since december
  '22 ).

  Power on the machine → login screen → password → gets back to login
  screen → again, password → session opens but all gnome-shell
  extensions are disabled.

  And each time, I can find this in dmesg :

  [   21.981578] gnome-shell[1839]: segfault at 5617f4861000 ip 
7f85e353d8c5 sp 7ffc70c8cf70 error 4 in libst-1.0.so[7f85e3513000+4e000]
  [   21.981588] Code: 74 5f 4c 89 e6 48 89 df 4c 63 e8 e8 95 7f fd ff 48 85 c0 
74 41 48 8b 15 d9 76 04 00 48 8b 2a 66 0f 1f 44 00 00 48 39 c3 74 0b <0f> b6 50 
ff f6 44 55 01 01 74 10 42 0f b6 14 28 84 d2 74 18 f6 44

  How narrow down a culprit ?

  Extensions installed :

  blur-my-shell@aunetx
  burn-my-wind...@schneegans.github.com
  hide-universal-acc...@akiirui.github.io
  lockkeys@fawtytoo
  transparent-top-...@ftpix.com
  un...@hardpixel.eu

  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.5-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  Uname: Linux 5.15.0-60-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 21 14:04:20 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-06-01 (264 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 42.5-0ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://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 2004475] Re: Archive type selection drop-down in archive creation window is clipped

2023-02-21 Thread Daniel van Vugt
** Tags added: fixed-in-nautilus-42.5 fixed-upstream rls-jj-incoming

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

Title:
  Archive type selection drop-down in archive creation window is clipped

Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  When you try to change type of the archive that you'd like to create
  the drop-down list is clipped from the left, which contains most
  important information about the type that you try to select. At the
  same time archive creation window has a fixed size and cannot be
  resized.

  See screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: nautilus 1:42.2-0ubuntu2.1
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  Uname: Linux 5.15.0-60-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Feb  1 16:40:30 2023
  InstallationDate: Installed on 2020-11-24 (799 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to jammy on 2023-01-18 (14 days ago)
  usr_lib_nautilus:
   file-roller   3.42.0-1
   nautilus-extension-gnome-terminal 3.44.0-1ubuntu1
   nautilus-share0.7.3-2ubuntu6
   python3-nautilus  1.2.3-3.1build1

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


-- 
Mailing list: https://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 2006646] Re: hwacc branch builds that use minigbm will switch to software compositor on amd.

2023-02-21 Thread Bram Stolk
Hard-coding the dri directory to point to the snap's dri dir fixes this,
as I now see:

Graphics Feature Status
Canvas: Hardware accelerated
Canvas out-of-process rasterization: Disabled
Direct Rendering Display Compositor: Disabled
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
OpenGL: Enabled
Rasterization: Hardware accelerated
Raw Draw: Disabled
Video Decode: Hardware accelerated
Video Encode: Software only. Hardware acceleration disabled
Vulkan: Disabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
WebGPU: Disabled

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

Title:
  hwacc branch builds that use minigbm will switch to software
  compositor on amd.

Status in chromium-browser package in Ubuntu:
  In Progress

Bug description:
  This pertains to the hwacc branches of snap_from_source chromium
  builds.

  Following the guide-0.9.1, we switched from system gbm to minigbm. 
  (These switches are in args.gn)

  use_system_minigbm = false
  use_intel_minigbm = true
  use_amdgpu_minigbm = true

  This enables us to better support intel hardware.

  However, there seems to be a regression on other gpus.

  Chromium will switch to software compositing on amd.
  When I revert back to system gbm, I get hardware compositing again.

  See attached screenshot.

  To reproduce: build chromium in two different ways, and compare the
  output from the chrome://gpu url.

  tested on: Radeon RX580 GPU.

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


-- 
Mailing list: https://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 1993191] Re: apport hook that collects snap's information is outdated

2023-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package chromium-browser -
1:85.0.4183.83-0ubuntu0.20.04.3

---
chromium-browser (1:85.0.4183.83-0ubuntu0.20.04.3) focal; urgency=medium

  [ Olivier Tilloy ]
  * debian/apport/chromium-browser.py: update the apport hook to collect
up-to-date information from the chromium snap (LP: #1993191)

 -- Nathan Pratta Teodosio   Mon, 17 Oct
2022 18:53:30 +0200

** Changed in: chromium-browser (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  apport hook that collects snap's information is outdated

Status in chromium-browser package in Ubuntu:
  Fix Released
Status in chromium-browser source package in Focal:
  Fix Released
Status in chromium-browser source package in Jammy:
  Fix Committed
Status in chromium-browser source package in Kinetic:
  Fix Released

Bug description:
  
  Impact
  --

  The Apport hook of the Chromium browser is outdated. It collects
  information about core18, but the snap uses core20.

  Moreover, it does not collect information about other interface
  providers.

  Test plan
  -

  1. Install the current chromium-browser.

  2. Generate a report with

apport-bug --save /tmp/c1 chromium-browser
   
  3. Install chromium-browser from proposed.

  4. Generate another report with

apport-bug --save /tmp/c2 chromium-browser

  Note: If the package was built and generated locally, you will need
  APPORT_DISABLE_DISTRO_CHECK=1 in the environment.

  5. Compare the files. The meaningful differences should be in the
  Snap.Info. sections, namely:

- Snap.Info.core18 -> Snap.Info.core20
- {None} -> Snap.Info.cups
- {None} -> Snap.Info.gnome-3-38-2004

  Differences should not be observed in Snap.Info.{chromium,core,gtk-
  common-themes}.

  Regression potential
  

  Being Apport a bug reporting program, an incorrect parsing of the
  SNAP_META file could lead to insertion of unwanted information in the
  report or to suppress the insertion of information about the relevant
  interfaces.

  
  Original report
  ---

  See https://bazaar.launchpad.net/~chromium-team/chromium-
  browser/groovy-stable/view/head:/debian/apport/chromium-
  browser.py#L59.

  It collects information about core18, but the chromium snap was
  rebased on core20 almost a year ago.

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


-- 
Mailing list: https://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 1993191] Update Released

2023-02-21 Thread Brian Murray
The verification of the Stable Release Update for chromium-browser has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  apport hook that collects snap's information is outdated

Status in chromium-browser package in Ubuntu:
  Fix Released
Status in chromium-browser source package in Focal:
  Fix Released
Status in chromium-browser source package in Jammy:
  Fix Committed
Status in chromium-browser source package in Kinetic:
  Fix Released

Bug description:
  
  Impact
  --

  The Apport hook of the Chromium browser is outdated. It collects
  information about core18, but the snap uses core20.

  Moreover, it does not collect information about other interface
  providers.

  Test plan
  -

  1. Install the current chromium-browser.

  2. Generate a report with

apport-bug --save /tmp/c1 chromium-browser
   
  3. Install chromium-browser from proposed.

  4. Generate another report with

apport-bug --save /tmp/c2 chromium-browser

  Note: If the package was built and generated locally, you will need
  APPORT_DISABLE_DISTRO_CHECK=1 in the environment.

  5. Compare the files. The meaningful differences should be in the
  Snap.Info. sections, namely:

- Snap.Info.core18 -> Snap.Info.core20
- {None} -> Snap.Info.cups
- {None} -> Snap.Info.gnome-3-38-2004

  Differences should not be observed in Snap.Info.{chromium,core,gtk-
  common-themes}.

  Regression potential
  

  Being Apport a bug reporting program, an incorrect parsing of the
  SNAP_META file could lead to insertion of unwanted information in the
  report or to suppress the insertion of information about the relevant
  interfaces.

  
  Original report
  ---

  See https://bazaar.launchpad.net/~chromium-team/chromium-
  browser/groovy-stable/view/head:/debian/apport/chromium-
  browser.py#L59.

  It collects information about core18, but the chromium snap was
  rebased on core20 almost a year ago.

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


-- 
Mailing list: https://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 1993191] Re: apport hook that collects snap's information is outdated

2023-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package chromium-browser -
1:85.0.4183.83-0ubuntu2.22.10.1

---
chromium-browser (1:85.0.4183.83-0ubuntu2.22.10.1) kinetic; urgency=medium

  [ Olivier Tilloy ]
  * debian/apport/chromium-browser.py: update the apport hook to collect
up-to-date information from the chromium snap (LP: #1993191)

 -- Nathan Pratta Teodosio   Mon, 17 Oct
2022 18:53:30 +0200

** Changed in: chromium-browser (Ubuntu Kinetic)
   Status: Fix Committed => Fix Released

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

Title:
  apport hook that collects snap's information is outdated

Status in chromium-browser package in Ubuntu:
  Fix Released
Status in chromium-browser source package in Focal:
  Fix Released
Status in chromium-browser source package in Jammy:
  Fix Committed
Status in chromium-browser source package in Kinetic:
  Fix Released

Bug description:
  
  Impact
  --

  The Apport hook of the Chromium browser is outdated. It collects
  information about core18, but the snap uses core20.

  Moreover, it does not collect information about other interface
  providers.

  Test plan
  -

  1. Install the current chromium-browser.

  2. Generate a report with

apport-bug --save /tmp/c1 chromium-browser
   
  3. Install chromium-browser from proposed.

  4. Generate another report with

apport-bug --save /tmp/c2 chromium-browser

  Note: If the package was built and generated locally, you will need
  APPORT_DISABLE_DISTRO_CHECK=1 in the environment.

  5. Compare the files. The meaningful differences should be in the
  Snap.Info. sections, namely:

- Snap.Info.core18 -> Snap.Info.core20
- {None} -> Snap.Info.cups
- {None} -> Snap.Info.gnome-3-38-2004

  Differences should not be observed in Snap.Info.{chromium,core,gtk-
  common-themes}.

  Regression potential
  

  Being Apport a bug reporting program, an incorrect parsing of the
  SNAP_META file could lead to insertion of unwanted information in the
  report or to suppress the insertion of information about the relevant
  interfaces.

  
  Original report
  ---

  See https://bazaar.launchpad.net/~chromium-team/chromium-
  browser/groovy-stable/view/head:/debian/apport/chromium-
  browser.py#L59.

  It collects information about core18, but the chromium snap was
  rebased on core20 almost a year ago.

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


-- 
Mailing list: https://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 1915910] Update Released

2023-02-21 Thread Brian Murray
The verification of the Stable Release Update for evince has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  evince does not print (apparmor, pxgsettings)

Status in evince package in Ubuntu:
  Fix Released
Status in libproxy package in Ubuntu:
  Invalid
Status in evince source package in Jammy:
  Fix Committed
Status in evince source package in Kinetic:
  Fix Released
Status in evince package in Debian:
  Fix Released

Bug description:
  * Impact

  Evince hangs when opening the printing dialog for some users with a
  remote printer configured and connected

  * Test case

  - configure a remote printer and turn it on
  - open a pdf
  - try to print the document

  the print dialog shouldn't freeze the viewer

  * What could go wrong

  The change is only allowing access to one extra system binary from the
  apparmor profile so shouldn't really have an impact on the software
  behaviour. If the syntax or content of the change was incorrect it
  could make the apparmor profile not been loaded anymore or block
  access to thing that should be allowed, so ensure that opening
  documents, printing and thumbnailing are still working

  --

  
  audit: type=1400 audit(1613557537.646:81): apparmor="DENIED" operation="exec" 
profile="/usr/bin/evince" 
name="/usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings" pid=3500 comm="sh" 
requested_mask="x" denied_mask="x" fsuid=1000 ouid=0

  It seems that evince has no rights to print if I understand this
  correctly

  Printing the same pdf-file from the same origin/folder works with
  OCULAR

  The error is reproduceable

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


-- 
Mailing list: https://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 1915910] Re: evince does not print (apparmor, pxgsettings)

2023-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package evince - 43.0-1ubuntu1

---
evince (43.0-1ubuntu1) kinetic; urgency=medium

  * debian/apparmor-profile:
- allow access to the libproxy helper pxgsettings which is needed on
  some configuration to access remote printers (LP: #1915910)

 -- Sebastien Bacher   Thu, 08 Dec 2022 20:37:29
+0100

** Changed in: evince (Ubuntu Kinetic)
   Status: Fix Committed => Fix Released

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

Title:
  evince does not print (apparmor, pxgsettings)

Status in evince package in Ubuntu:
  Fix Released
Status in libproxy package in Ubuntu:
  Invalid
Status in evince source package in Jammy:
  Fix Committed
Status in evince source package in Kinetic:
  Fix Released
Status in evince package in Debian:
  Fix Released

Bug description:
  * Impact

  Evince hangs when opening the printing dialog for some users with a
  remote printer configured and connected

  * Test case

  - configure a remote printer and turn it on
  - open a pdf
  - try to print the document

  the print dialog shouldn't freeze the viewer

  * What could go wrong

  The change is only allowing access to one extra system binary from the
  apparmor profile so shouldn't really have an impact on the software
  behaviour. If the syntax or content of the change was incorrect it
  could make the apparmor profile not been loaded anymore or block
  access to thing that should be allowed, so ensure that opening
  documents, printing and thumbnailing are still working

  --

  
  audit: type=1400 audit(1613557537.646:81): apparmor="DENIED" operation="exec" 
profile="/usr/bin/evince" 
name="/usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings" pid=3500 comm="sh" 
requested_mask="x" denied_mask="x" fsuid=1000 ouid=0

  It seems that evince has no rights to print if I understand this
  correctly

  Printing the same pdf-file from the same origin/folder works with
  OCULAR

  The error is reproduceable

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


-- 
Mailing list: https://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 1971538] Re: My machine has Wi-Fi Hotspot broken after upgrade to 22.04

2023-02-21 Thread Mark Hampton
I'm having similar issues. Following what Fabio mentioned, I think I had
a firewall issue but disabling the firewall was not enough, I needed to
restart the wifi after disabling the firewall. I guess that is the
sequence which addresses the problem for Fabio too.

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

Title:
  My machine has Wi-Fi Hotspot broken after upgrade to 22.04

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  * Impact
  The hotspot feature fails to forward the data to the clients

  * Test case
  - log into an Ubuntu or GNOME session
  - connect the machine to an eth cable for internet
  - go to gnome-control-center -> wifi
  - enable the hotspot from the menu in the headerbar
  - connect another device to the wifi created
  -> the client should connect and access to internet work correctly

  Upon updating to 22.04, none of my machines can use the connection.

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


-- 
Mailing list: https://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 1988836] Autopkgtest regression report (linux-restricted-modules-azure-cvm/5.4.0-1103.109+cvm1)

2023-02-21 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-restricted-modules-azure-cvm 
(5.4.0-1103.109+cvm1) for focal have finished running.
The following regressions have been reported in tests triggered by the package:

nvidia-graphics-drivers-390/390.157-0ubuntu0.20.04.1 (i386)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-restricted-modules-azure-cvm

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  LRMv7: Enable the open NVIDIA kernel modules

Status in linux-restricted-modules package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-515 package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in linux-restricted-modules source package in Focal:
  In Progress
Status in nvidia-graphics-drivers-515 source package in Focal:
  Fix Released
Status in ubuntu-drivers-common source package in Focal:
  Fix Committed
Status in linux-restricted-modules source package in Jammy:
  In Progress
Status in nvidia-graphics-drivers-515 source package in Jammy:
  Fix Released
Status in ubuntu-drivers-common source package in Jammy:
  Fix Committed

Bug description:
  [ Impact ]

   * The 515 series introduced open kernel modules for the NVIDIA driver. They 
come with an open source licence, and should be provided as an option for 
datacenter GPUs:
 
https://developer.nvidia.com/blog/nvidia-releases-open-source-gpu-kernel-modules/

 Currently, this is only production-ready (and enabled) on
  datacenter GPUs.

   * We should enable signed modules for the 515-open drivers, giving
  users the option to try the drivers.

   * The ubuntu-drivers tool should set a lower priority for the -open
  flavour, so that we do not end up recommending it over the plain 515
  flavour.

  [ Test Plan ]

   * [ubuntu-drivers-common]:
 "sudo ubuntu-drivers install (to make sure the driver is not installed by 
default)"

   * [nvidia driver]

 "sudo ubuntu-drivers install nvidia:515-open" to make sure that the
  driver can be installed manually.

 Please make sure that this installs the correct linux-restricted-
  modules.

 Note: support for GeForce and Workstation GPUs is alpha-quality,
  and is disabled by default. This means that desktop testing is not
  needed at the moment.

  [ Where problems could occur ]

   * This adds a new driver combination, which is not meant to be default, and 
is only enabled for a limited amount of devices (datacenter GPUs).
   * We need to be sure that the driver is not recommended over the other 
drivers.

  [ Other Info ]
   
  -

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


-- 
Mailing list: https://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 2006646] Re: hwacc branch builds that use minigbm will switch to software compositor on amd.

2023-02-21 Thread Bram Stolk
I've added logging to 
third_party/minigbm/src/amdgpu.c
third_party/minigbm/src/drv.c

This yielded:

drm_version->name: amdgpu
backend_list[0] = amdgpu
drv_get_backend(13) returned 0x55bf084e4338
dri_init() failed for path /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so driver 
radeonsi: No such file or directory
backend init() failed: -19
[27925:27925:0221/111810.067118:WARNING:ozone_platform_wayland.cc(273)] Failed 
to find drm render node path.
[27925:27925:0221/111810.068456:WARNING:wayland_buffer_manager_gpu.cc(437)] 
Failed to initialize drm render node handle.

Checking with:

sudo snap run --shell chromium

...it turns out that there is no /usr/lib/x86_64-linux-gnu/dri/
directory in the snap.

NOTE: There is a /snap/chromium/current/usr/lib/x86_64-linux-gnu/dri
directory, but that only contains video drivers, like
radeonsi_drv_video.so


** Summary changed:

- hwacc branch builds with minigbm switch to software compositor on amd.
+ hwacc branch builds that use minigbm will switch to software compositor on 
amd.

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

Title:
  hwacc branch builds that use minigbm will switch to software
  compositor on amd.

Status in chromium-browser package in Ubuntu:
  In Progress

Bug description:
  This pertains to the hwacc branches of snap_from_source chromium
  builds.

  Following the guide-0.9.1, we switched from system gbm to minigbm. 
  (These switches are in args.gn)

  use_system_minigbm = false
  use_intel_minigbm = true
  use_amdgpu_minigbm = true

  This enables us to better support intel hardware.

  However, there seems to be a regression on other gpus.

  Chromium will switch to software compositing on amd.
  When I revert back to system gbm, I get hardware compositing again.

  See attached screenshot.

  To reproduce: build chromium in two different ways, and compare the
  output from the chrome://gpu url.

  tested on: Radeon RX580 GPU.

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


-- 
Mailing list: https://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 1908429] Re: gnome-shell fills syslog: Attempting to run a JS callback during garbage collection. This is most likely caused by destroying a Clutter actor or GTK widget with ::

2023-02-21 Thread Corey Huinker
This happens to me too. Most common reason cause seems to be switching
to another window in Chrome that happens to be a youtube video.

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

Title:
  gnome-shell fills syslog: Attempting to run a JS callback during
  garbage collection. This is most likely caused by destroying a Clutter
  actor or GTK widget with ::destroy signal connected, or using the
  destroy(), dispose(), or remove() vfuncs. Because it would crash the
  application, it has been blocked. The offending callback was
  SourceFunc().

Status in GNOME Shell:
  New
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Issue is explained in detail here:
  https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/1868

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.4-1ubuntu1~20.04.2
  ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
  Uname: Linux 5.4.0-53-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Wed Dec 16 18:56:56 2020
  DisplayManager: gdm3
  InstallationDate: Installed on 2020-04-01 (258 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  RelatedPackageVersions: mutter-common 3.36.6-1ubuntu0.20.04.2
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://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 2007998] [NEW] Arrow before folders when you enable expandability in the list view, to be visible only if subfolders or files are present in the parent folder

2023-02-21 Thread Marius
Public bug reported:

OS: Ubuntu 22.04.2 LTS
Release: 22.04

In Ubuntu 22.04 Nautilus > Preferences you have "Expandable Folders in List 
View"
If you activate the "Tree" option, the arrow in front of the folders will be 
present even for empty folders.

The arrow should only be present before folders when the parent
directory is not empty, but it is always present, which causes a lot of
confusion. What's the trick to expanding an empty folder?

I use Nemo as File Manager on another laptop and the arrow before the
folder is only present if that folder is not empty. Which also makes
sense!

A few days ago I posted this issue (including screenshots) on AskUbuntu
and other users confirmed that it's a BUG, as it is reproduced to them
too:

https://askubuntu.com/questions/1454724/arrow-before-folders-when-you-
enable-expandability-in-the-list-view-to-be-visib

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

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

Title:
  Arrow before folders when you enable expandability in the list view,
  to be visible only if subfolders or files are present in the parent
  folder

Status in nautilus package in Ubuntu:
  New

Bug description:
  OS: Ubuntu 22.04.2 LTS
  Release: 22.04

  In Ubuntu 22.04 Nautilus > Preferences you have "Expandable Folders in List 
View"
  If you activate the "Tree" option, the arrow in front of the folders will be 
present even for empty folders.

  The arrow should only be present before folders when the parent
  directory is not empty, but it is always present, which causes a lot
  of confusion. What's the trick to expanding an empty folder?

  I use Nemo as File Manager on another laptop and the arrow before the
  folder is only present if that folder is not empty. Which also makes
  sense!

  A few days ago I posted this issue (including screenshots) on
  AskUbuntu and other users confirmed that it's a BUG, as it is
  reproduced to them too:

  https://askubuntu.com/questions/1454724/arrow-before-folders-when-you-
  enable-expandability-in-the-list-view-to-be-visib

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


-- 
Mailing list: https://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 1993621] Re: Force update keyboard LEDs after calling EnableDevice to fix its hardware state after VT switching

2023-02-21 Thread Timo Aaltonen
sorry, I didn't notice you had debdiffs here already, so I prepared the
uploads myself.. anyway, j/k/l all uploaded

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

** Changed in: xorg-server (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: xorg-server (Ubuntu Kinetic)
   Status: New => In Progress

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

Title:
  Force update keyboard LEDs after calling EnableDevice to fix its
  hardware state after VT switching

Status in OEM Priority Project:
  New
Status in X.Org X server:
  New
Status in xorg-server package in Ubuntu:
  In Progress
Status in xorg-server source package in Jammy:
  In Progress
Status in xorg-server source package in Kinetic:
  In Progress

Bug description:
  [ Impact ]

   * This change will force update keyboard LED status after calling
  EnableDevice, in order to resolve LED status not syncing after
  switching VT to a X session.

   * This also fixes the issue with NVIDIA driver and Xorg, that after
  resuming from suspend the keyboard LED is always off.

  [ Test Plan ]

  1. Log onto an GNOME Xorg session (KDE Kwin worked this issue around)

  2. Turn on NumLock on the keyboard

  3. Use Ctrl-Alt-F3 to switch to a text console, then Ctrl-Alt-F2 to
  switch back to desktop

  NumLock LED should be on after switching back to the desktop

  [ Where problems could occur ]

   * The changes are to push status to the device when enabling it
  regardless of actual keyboard state change, therefore switching
  between VTs and adding/removing keyboard/mouse/xinput devices should
  be affected by this change.

  [ Original Report ]

  Switching virtual terminals [Ctrl-Alt-F1 - F7] to a X session turns
  off keyboard LEDs.

  This issue is reproducible on 2:21.1.3-2ubuntu2.1 (on 22.04)

  To reproduce:
  1. Log on a X session desktop (GNOME Xorg for example)
  2. Turn on NumLock
  3. Use Ctrl-Alt-F3 to switch to a text console, then Ctrl-Alt-F2 to switch 
back to desktop

  Expected:
  NumLock LED should be on

  Actual:
  NumLock LED is off, but functions like NumLock is on.  If NumLock is pressed 
the LED turns off as well as the function.  If CapsLock is pressed the LED 
states sync back (LED turns back on).

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


-- 
Mailing list: https://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 1576844] Re: Touchpad/Trackpad freezes then eventually unfreezes (repeatedly)

2023-02-21 Thread Célian Godefroid
Also affects on 22.04.2, been encountering this bug for the 2 years I've
been having my Dell XPS 17.

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

Title:
  Touchpad/Trackpad freezes then eventually unfreezes (repeatedly)

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  $ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  Several times yesterday and today (April 28-29, 2016) the touchpad
  (trackpad) on the Dell XPS 13 9343 has frozen.  Other functions
  (keyboard, screen, etc.) have been fine but the pointer has been
  frozen in place.  Then after 1-3 minutes functionality returns.

  Thank you very much for your assistance and I'd be happy to provide
  more information.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  BootLog:

  CompizPlugins: [core,composite,opengl,cube,rotate]
  CompositorRunning: None
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Fri Apr 29 16:09:32 2016
  DistUpgraded: 2016-04-27 15:53:13,798 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-36-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.4.0-22-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Dell Broadwell-U Integrated Graphics [1028:0665]
  InstallationDate: Installed on 2015-08-06 (267 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. XPS 13 9343
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-27 (2 days ago)
  dmi.bios.date: 07/14/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0TM99H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd07/14/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Wed Apr 27 15:54:22 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5152
   vendor SHP
  xserver.version: 2:1.18.3-1ubuntu2

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


-- 
Mailing list: https://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 1988836] Autopkgtest regression report (linux-restricted-modules-lowlatency-hwe-5.19/5.19.0-1018.19~22.04.1)

2023-02-21 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted 
linux-restricted-modules-lowlatency-hwe-5.19 (5.19.0-1018.19~22.04.1) for jammy 
have finished running.
The following regressions have been reported in tests triggered by the package:

nvidia-graphics-drivers-390/390.157-0ubuntu0.22.04.1 (i386)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/jammy/update_excuses.html#linux-restricted-modules-lowlatency-
hwe-5.19

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  LRMv7: Enable the open NVIDIA kernel modules

Status in linux-restricted-modules package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-515 package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in linux-restricted-modules source package in Focal:
  In Progress
Status in nvidia-graphics-drivers-515 source package in Focal:
  Fix Released
Status in ubuntu-drivers-common source package in Focal:
  Fix Committed
Status in linux-restricted-modules source package in Jammy:
  In Progress
Status in nvidia-graphics-drivers-515 source package in Jammy:
  Fix Released
Status in ubuntu-drivers-common source package in Jammy:
  Fix Committed

Bug description:
  [ Impact ]

   * The 515 series introduced open kernel modules for the NVIDIA driver. They 
come with an open source licence, and should be provided as an option for 
datacenter GPUs:
 
https://developer.nvidia.com/blog/nvidia-releases-open-source-gpu-kernel-modules/

 Currently, this is only production-ready (and enabled) on
  datacenter GPUs.

   * We should enable signed modules for the 515-open drivers, giving
  users the option to try the drivers.

   * The ubuntu-drivers tool should set a lower priority for the -open
  flavour, so that we do not end up recommending it over the plain 515
  flavour.

  [ Test Plan ]

   * [ubuntu-drivers-common]:
 "sudo ubuntu-drivers install (to make sure the driver is not installed by 
default)"

   * [nvidia driver]

 "sudo ubuntu-drivers install nvidia:515-open" to make sure that the
  driver can be installed manually.

 Please make sure that this installs the correct linux-restricted-
  modules.

 Note: support for GeForce and Workstation GPUs is alpha-quality,
  and is disabled by default. This means that desktop testing is not
  needed at the moment.

  [ Where problems could occur ]

   * This adds a new driver combination, which is not meant to be default, and 
is only enabled for a limited amount of devices (datacenter GPUs).
   * We need to be sure that the driver is not recommended over the other 
drivers.

  [ Other Info ]
   
  -

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


-- 
Mailing list: https://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 2007974] Re: Session starts with all gnome-shell extensions disabled

2023-02-21 Thread Coeur Noir
** Description changed:

  Hello,
  
  it happens every now and then, for few months ( I'd say since december
  '22 ).
  
  Power on the machine → login screen → password → gets back to login
  screen → again, password → session opens but all gnome-shell extensions
  are disabled.
  
  And each time, I can find this in dmesg :
  
  [   21.981578] gnome-shell[1839]: segfault at 5617f4861000 ip 
7f85e353d8c5 sp 7ffc70c8cf70 error 4 in libst-1.0.so[7f85e3513000+4e000]
  [   21.981588] Code: 74 5f 4c 89 e6 48 89 df 4c 63 e8 e8 95 7f fd ff 48 85 c0 
74 41 48 8b 15 d9 76 04 00 48 8b 2a 66 0f 1f 44 00 00 48 39 c3 74 0b <0f> b6 50 
ff f6 44 55 01 01 74 10 42 0f b6 14 28 84 d2 74 18 f6 44
  
  How narrow down a culprit ?
  
+ Extensions installed :
+ 
+ blur-my-shell@aunetx
+ burn-my-wind...@schneegans.github.com
+ hide-universal-acc...@akiirui.github.io
+ lockkeys@fawtytoo
+ transparent-top-...@ftpix.com
+ un...@hardpixel.eu
+ 
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.5-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  Uname: Linux 5.15.0-60-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 21 14:04:20 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-06-01 (264 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 42.5-0ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Session starts with all gnome-shell extensions disabled

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Hello,

  it happens every now and then, for few months ( I'd say since december
  '22 ).

  Power on the machine → login screen → password → gets back to login
  screen → again, password → session opens but all gnome-shell
  extensions are disabled.

  And each time, I can find this in dmesg :

  [   21.981578] gnome-shell[1839]: segfault at 5617f4861000 ip 
7f85e353d8c5 sp 7ffc70c8cf70 error 4 in libst-1.0.so[7f85e3513000+4e000]
  [   21.981588] Code: 74 5f 4c 89 e6 48 89 df 4c 63 e8 e8 95 7f fd ff 48 85 c0 
74 41 48 8b 15 d9 76 04 00 48 8b 2a 66 0f 1f 44 00 00 48 39 c3 74 0b <0f> b6 50 
ff f6 44 55 01 01 74 10 42 0f b6 14 28 84 d2 74 18 f6 44

  How narrow down a culprit ?

  Extensions installed :

  blur-my-shell@aunetx
  burn-my-wind...@schneegans.github.com
  hide-universal-acc...@akiirui.github.io
  lockkeys@fawtytoo
  transparent-top-...@ftpix.com
  un...@hardpixel.eu

  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.5-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  Uname: Linux 5.15.0-60-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 21 14:04:20 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-06-01 (264 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 42.5-0ubuntu1
  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/2007974/+subscriptions


-- 
Mailing list: https://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 2007974] [NEW] Session starts with all gnome-shell extensions disabled

2023-02-21 Thread Coeur Noir
Public bug reported:

Hello,

it happens every now and then, for few months ( I'd say since december
'22 ).

Power on the machine → login screen → password → gets back to login
screen → again, password → session opens but all gnome-shell extensions
are disabled.

And each time, I can find this in dmesg :

[   21.981578] gnome-shell[1839]: segfault at 5617f4861000 ip 7f85e353d8c5 
sp 7ffc70c8cf70 error 4 in libst-1.0.so[7f85e3513000+4e000]
[   21.981588] Code: 74 5f 4c 89 e6 48 89 df 4c 63 e8 e8 95 7f fd ff 48 85 c0 
74 41 48 8b 15 d9 76 04 00 48 8b 2a 66 0f 1f 44 00 00 48 39 c3 74 0b <0f> b6 50 
ff f6 44 55 01 01 74 10 42 0f b6 14 28 84 d2 74 18 f6 44

How narrow down a culprit ?

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42.5-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
Uname: Linux 5.15.0-60-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Feb 21 14:04:20 2023
DisplayManager: gdm3
InstallationDate: Installed on 2022-06-01 (264 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 42.5-0ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy 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/2007974

Title:
  Session starts with all gnome-shell extensions disabled

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Hello,

  it happens every now and then, for few months ( I'd say since december
  '22 ).

  Power on the machine → login screen → password → gets back to login
  screen → again, password → session opens but all gnome-shell
  extensions are disabled.

  And each time, I can find this in dmesg :

  [   21.981578] gnome-shell[1839]: segfault at 5617f4861000 ip 
7f85e353d8c5 sp 7ffc70c8cf70 error 4 in libst-1.0.so[7f85e3513000+4e000]
  [   21.981588] Code: 74 5f 4c 89 e6 48 89 df 4c 63 e8 e8 95 7f fd ff 48 85 c0 
74 41 48 8b 15 d9 76 04 00 48 8b 2a 66 0f 1f 44 00 00 48 39 c3 74 0b <0f> b6 50 
ff f6 44 55 01 01 74 10 42 0f b6 14 28 84 d2 74 18 f6 44

  How narrow down a culprit ?

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.5-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  Uname: Linux 5.15.0-60-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 21 14:04:20 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-06-01 (264 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 42.5-0ubuntu1
  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/2007974/+subscriptions


-- 
Mailing list: https://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 2004532] Re: Hardware acceleration broken for amdgpu/mesa in snap

2023-02-21 Thread lev murakami
I also have been affected by this bug.
Firefox browser's gpu acceratation feature is unusable on x11 session.

My GPU:
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 
14 [Radeon RX 5500/5500M / Pro 5500M] (rev c5)
OS:
Ubuntu 22.04.2 LTS

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

Title:
  Hardware acceleration broken for amdgpu/mesa in snap

Status in chromium-browser package in Ubuntu:
  Triaged
Status in firefox package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Confirmed

Bug description:
  Snap packages which use hardware accelerated graphics are broken after
  the last routine system upgrade via apt. My system is using AMD Radeon
  RX 5500 XT graphics card from ASUS, with stock amdgpu kernel drivers.
  Two snap packages which are now unusable are Mozilla Firefox and
  Chromium browsers. Both display animated speckled color garbage inside
  their windows, overlayed with the correct image. Disabling hardware
  acceleration in the settings for the snap version of Firefox fixed it.
  Also, Firefox version installed from the original Mozilla tarball into
  /opt/ works just fine with the acceleration enabled on the same
  system, as well as glmark2 benchmark. Looks like the issue is only
  affecting snap packages.

  $ snap list firefox chromium
  Name  Version Rev   Tracking   Publisher   Notes
  chromium  109.0.5414.119  2295  latest/stable  canonical✓  -
  firefox   109.0.1-1   2311  latest/stable  mozilla✓-

  $ dpkg -l snapd|grep ^ii
  ii  snapd  2.58+22.10   amd64Daemon and tooling that enable 
snap packages

  $ dpkg -l mesa\* | grep ^ii
  ii  mesa-utils8.5.0-1   amd64Miscellaneous 
Mesa utilities -- symlinks
  ii  mesa-utils-bin:amd64  8.5.0-1   amd64Miscellaneous 
Mesa utilities -- native applications
  ii  mesa-va-drivers:amd64 22.2.5-0ubuntu0.1 amd64Mesa VA-API 
video acceleration drivers
  ii  mesa-vdpau-drivers:amd64  22.2.5-0ubuntu0.1 amd64Mesa VDPAU video 
acceleration drivers
  ii  mesa-vulkan-drivers:amd64 22.2.5-0ubuntu0.1 amd64Mesa Vulkan 
graphics drivers

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 22.10
  Release:22.10
  Codename:   kinetic

  $ uname -a
  Linux xx 5.19.0-29-generic #30-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 4 
12:14:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: snap (not installed)
  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: unknown
  CurrentDesktop: KDE
  Date: Wed Feb  1 22:55:48 2023
  InstallationDate: Installed on 2020-08-02 (913 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: snap
  UpgradeStatus: Upgraded to kinetic on 2023-02-02 (0 days ago)
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  DRM.card0-DP-1:
   enabled: enabled
   dpms: On
   status: connected
   edid-base64: 
AP///wAebQd34yoBAAQcAQS1PCJ4nz4xrlBHrCcMUFQhCABxQIGAgcCpwNHAgQABAQEBTdAAoPBwPoAwIGUMWFQhAAAaKGgAoPBwPoAIkGUMWFQhAAAa/QAwPYeHOAEKICAgICAg/ABMRyBIRFIgNEsKICAgAfsCAxlxRJAEAwEjCQcHgwEAAOMFwADjBgUBAjqAGHE4LUBYLEUAWFQhAAAeVl4AoKCgKVAwIDUAWFQhAAAaKQ==
   modes: 3840x2160 3840x2160 3840x2160 3840x2160 3840x2160 2560x1440 1920x1200 
1920x1080 1920x1080 1920x1080 1600x1200 1680x1050 1600x900 1280x1024 1440x900 
1280x800 1152x864 1280x720 1280x720 1280x720 1024x768 800x600 720x480 720x480 
640x480 640x480 640x480
  DRM.card0-DP-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-DP-3:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-HDMI-A-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DiskUsage:
   Filesystem Type   Size  Used Avail Use% Mounted on
   /dev/nvme0n1p2 ext4   916G  222G  648G  26% /
   tmpfs  tmpfs   16G 0   16G   0% /dev/shm
   /dev/nvme0n1p2 ext4   916G  222G  648G  26% /
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2020-08-02 (914 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: ASUS System Product Name
  Package: chromium-browser 1:85.0.4183.83-0ubuntu2
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-29-generic 
root=UUID=1a37d538-d59f-477b-96f0-f949ce9b4553 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 

[Desktop-packages] [Bug 2004475] Re: Archive type selection drop-down in archive creation window is clipped

2023-02-21 Thread Sebastien Bacher
** Tags added: desktop-lts-wishlist

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

Title:
  Archive type selection drop-down in archive creation window is clipped

Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  When you try to change type of the archive that you'd like to create
  the drop-down list is clipped from the left, which contains most
  important information about the type that you try to select. At the
  same time archive creation window has a fixed size and cannot be
  resized.

  See screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: nautilus 1:42.2-0ubuntu2.1
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  Uname: Linux 5.15.0-60-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Feb  1 16:40:30 2023
  InstallationDate: Installed on 2020-11-24 (799 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to jammy on 2023-01-18 (14 days ago)
  usr_lib_nautilus:
   file-roller   3.42.0-1
   nautilus-extension-gnome-terminal 3.44.0-1ubuntu1
   nautilus-share0.7.3-2ubuntu6
   python3-nautilus  1.2.3-3.1build1

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


-- 
Mailing list: https://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 2007620] Re: In the nautilus compressor dialogue descriptions are cut off on X11 22.04 LTS

2023-02-21 Thread Sebastien Bacher
*** This bug is a duplicate of bug 2004475 ***
https://bugs.launchpad.net/bugs/2004475

** This bug has been marked a duplicate of bug 2004475
   Archive type selection drop-down in archive creation window is clipped

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2007620

Title:
  In the nautilus compressor dialogue descriptions are cut off on X11
  22.04 LTS

Status in Nautilus:
  Unknown
Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  Hello,

  I found a bug in the nautilus file archiver/compressor feature. If you
  right click on a file/folder, then go to "Compress" then you will see
  the corrupted descriptions when you select the package format (.zip
  etc.) I made a screenshot of it. At least in German and maybe in other
  languages where you have a long description text.

  According to my tests it happens
  - only on X11, not on Wayland
  - on every scaling factor (100% original, 150% fractional, 200%)

  I read the changelogs of nautilus and it seems that this bug was fixed in 
nautilus 42.5:
  "* Really fix the cropped compress format popover on X11 (Ondrej Holy)"
  Source: https://gitlab.gnome.org/GNOME/nautilus/-/blob/gnome-42/NEWS
  (nautilus on Ubuntu Jammy uses only version 42.2)

  So it would be nice if this patch could be transferred to Ubuntu 22.04
  LTS, because I currently can't read the descriptions.

  With best reagards
  Malsabku

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


-- 
Mailing list: https://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 1993621] Re: Force update keyboard LEDs after calling EnableDevice to fix its hardware state after VT switching

2023-02-21 Thread Yao Wei
** Description changed:

  [ Impact ]
  
   * This change will force update keyboard LED status after calling
  EnableDevice, in order to resolve LED status not syncing after switching
  VT to a X session.
  
   * This also fixes the issue with NVIDIA driver and Xorg, that after
  resuming from suspend the keyboard LED is always off.
  
  [ Test Plan ]
  
- 1. Log onto an GNOME session (KDE Kwin worked this issue around)
+ 1. Log onto an GNOME Xorg session (KDE Kwin worked this issue around)
  
  2. Turn on NumLock on the keyboard
  
  3. Use Ctrl-Alt-F3 to switch to a text console, then Ctrl-Alt-F2 to
  switch back to desktop
  
  NumLock LED should be on after switching back to the desktop
  
  [ Where problems could occur ]
  
   * The changes are to push status to the device when enabling it
  regardless of actual keyboard state change, therefore switching between
  VTs and adding/removing keyboard/mouse/xinput devices should be affected
  by this change.
  
  [ Original Report ]
  
  Switching virtual terminals [Ctrl-Alt-F1 - F7] to a X session turns off
  keyboard LEDs.
  
  This issue is reproducible on 2:21.1.3-2ubuntu2.1 (on 22.04)
  
  To reproduce:
  1. Log on a X session desktop (GNOME Xorg for example)
  2. Turn on NumLock
  3. Use Ctrl-Alt-F3 to switch to a text console, then Ctrl-Alt-F2 to switch 
back to desktop
  
  Expected:
  NumLock LED should be on
  
  Actual:
  NumLock LED is off, but functions like NumLock is on.  If NumLock is pressed 
the LED turns off as well as the function.  If CapsLock is pressed the LED 
states sync back (LED turns back on).

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

Title:
  Force update keyboard LEDs after calling EnableDevice to fix its
  hardware state after VT switching

Status in OEM Priority Project:
  New
Status in X.Org X server:
  New
Status in xorg-server package in Ubuntu:
  New
Status in xorg-server source package in Jammy:
  New
Status in xorg-server source package in Kinetic:
  New

Bug description:
  [ Impact ]

   * This change will force update keyboard LED status after calling
  EnableDevice, in order to resolve LED status not syncing after
  switching VT to a X session.

   * This also fixes the issue with NVIDIA driver and Xorg, that after
  resuming from suspend the keyboard LED is always off.

  [ Test Plan ]

  1. Log onto an GNOME Xorg session (KDE Kwin worked this issue around)

  2. Turn on NumLock on the keyboard

  3. Use Ctrl-Alt-F3 to switch to a text console, then Ctrl-Alt-F2 to
  switch back to desktop

  NumLock LED should be on after switching back to the desktop

  [ Where problems could occur ]

   * The changes are to push status to the device when enabling it
  regardless of actual keyboard state change, therefore switching
  between VTs and adding/removing keyboard/mouse/xinput devices should
  be affected by this change.

  [ Original Report ]

  Switching virtual terminals [Ctrl-Alt-F1 - F7] to a X session turns
  off keyboard LEDs.

  This issue is reproducible on 2:21.1.3-2ubuntu2.1 (on 22.04)

  To reproduce:
  1. Log on a X session desktop (GNOME Xorg for example)
  2. Turn on NumLock
  3. Use Ctrl-Alt-F3 to switch to a text console, then Ctrl-Alt-F2 to switch 
back to desktop

  Expected:
  NumLock LED should be on

  Actual:
  NumLock LED is off, but functions like NumLock is on.  If NumLock is pressed 
the LED turns off as well as the function.  If CapsLock is pressed the LED 
states sync back (LED turns back on).

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


-- 
Mailing list: https://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 2007912] Re: PCI/internal sound card not detected

2023-02-21 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/2007912

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  The system cannot use the built-in mini-jack connections as output devices.
  The device is not listed in the available sound devices.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu7
  ProcVersionSignature: Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 21 08:04:04 2023
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2022-04-30 (296 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ca_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2021
  dmi.bios.release: 5.13
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: M01EWR120
  dmi.board.asset.tag: OEM Default string000
  dmi.board.name: OEM Default string000
  dmi.board.vendor: OEM Default string000
  dmi.board.version: OEM Default string000
  dmi.chassis.asset.tag: OEM Default string000
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Default string000
  dmi.chassis.version: OEM Default string000
  dmi.ec.firmware.release: 1.2
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrM01EWR120:bd10/20/2021:br5.13:efr1.2:svnCHUWIInnovationAndTechnology(ShenZhen)co.,Ltd:pnCoreBox:pvrOEMDefaultstring000:rvnOEMDefaultstring000:rnOEMDefaultstring000:rvrOEMDefaultstring000:cvnOEMDefaultstring000:ct10:cvrOEMDefaultstring000:skuOEMDefaultstring000:
  dmi.product.family: OEM Default string000
  dmi.product.name: CoreBox
  dmi.product.sku: OEM Default string000
  dmi.product.version: OEM Default string000
  dmi.sys.vendor: CHUWI Innovation And Technology(ShenZhen)co.,Ltd
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2022-05-15T20:34:56.735127

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


-- 
Mailing list: https://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 2007912] [NEW] PCI/internal sound card not detected

2023-02-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The system cannot use the built-in mini-jack connections as output devices.
The device is not listed in the available sound devices.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: alsa-base 1.0.25+dfsg-0ubuntu7
ProcVersionSignature: Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17
Uname: Linux 5.19.0-32-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Feb 21 08:04:04 2023
EcryptfsInUse: Yes
InstallationDate: Installed on 2022-04-30 (296 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ca_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/20/2021
dmi.bios.release: 5.13
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: M01EWR120
dmi.board.asset.tag: OEM Default string000
dmi.board.name: OEM Default string000
dmi.board.vendor: OEM Default string000
dmi.board.version: OEM Default string000
dmi.chassis.asset.tag: OEM Default string000
dmi.chassis.type: 10
dmi.chassis.vendor: OEM Default string000
dmi.chassis.version: OEM Default string000
dmi.ec.firmware.release: 1.2
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrM01EWR120:bd10/20/2021:br5.13:efr1.2:svnCHUWIInnovationAndTechnology(ShenZhen)co.,Ltd:pnCoreBox:pvrOEMDefaultstring000:rvnOEMDefaultstring000:rnOEMDefaultstring000:rvrOEMDefaultstring000:cvnOEMDefaultstring000:ct10:cvrOEMDefaultstring000:skuOEMDefaultstring000:
dmi.product.family: OEM Default string000
dmi.product.name: CoreBox
dmi.product.sku: OEM Default string000
dmi.product.version: OEM Default string000
dmi.sys.vendor: CHUWI Innovation And Technology(ShenZhen)co.,Ltd
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2022-05-15T20:34:56.735127

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


** Tags: amd64 apport-bug jammy
-- 
PCI/internal sound card not detected
https://bugs.launchpad.net/bugs/2007912
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