[Desktop-packages] [Bug 2018672] Re: Gnome 44: GDM background configurable with gsettings

2023-05-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Gnome 44: GDM background configurable with gsettings

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  [Description]
  The prior implementation of exposing the login screen background setting via 
`gsettings` is not working as expected in Gnome 44 and Ubuntu 23.04. 
Specifically, the background image is infact set, however, the default Gnome 
theme appears as an overlay on top of the com.ubuntu.login-screen schema.

  This appears as the default grey background with a remarkably high
  alpha value of 0.975 from my inspection. If you set a very high
  contrast background image, you can just make out the outline in
  beneath the greeter.

  My expectation would be that we can set the greeter parameters using
  the provided gsettings keys, and set the background-color to
  transparent to only display the configured background-picture-uri key.

  gdm@zen:~$ gsettings list-keys com.ubuntu.login-screen 
  background-color
  background-picture-uri
  background-repeat
  background-size

  [Test Case]
  1. Boot a desktop session
  2. Verify that the default aubergine background is displayed in the greeter.
  3. Login as the administrator of the machine
  4. Install systemd-container
  5. Switch to the GDM user:
$ sudo machinectl shell gdm@ /bin/bash
  6. Apply a different background with the command:
$ gsettings set com.ubuntu.login-screen background-picture-uri 
'file:///usr/share/backgrounds/Lunar-lobster-side_by_Gixo-light.png'
  7. Logout
  8. Verify that the image 'Lunar-lobster-side_by_Gixo-light.png' is displayed 
as the background of the greeter.
  9. Observe the remaining grey overlay with high alpha value. After login, the 
background image is briefly displayed without the overlay before initiating the 
user gnome shell session.

  [Further Investigation]
  PRATAP-KUMAR has done some excellent work overcoming this with their GitHub 
project, and it appears that modifying the Gnome theme with this script 
correctly sets the transparency. However, perhaps there are two layers to the 
greeter, and even though the background image is set, the additional layer is 
not exposed for configuration via gsettings.

  https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-
  background/blob/main/ubuntu-gdm-set-
  background-23.04-transparent#L168-L171

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2018672/+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 2018672] [NEW] Gnome 44: GDM background configurable with gsettings

2023-05-06 Thread berglh
Public bug reported:

[Description]
The prior implementation of exposing the login screen background setting via 
`gsettings` is not working as expected in Gnome 44 and Ubuntu 23.04. 
Specifically, the background image is infact set, however, the default Gnome 
theme appears as an overlay on top of the com.ubuntu.login-screen schema.

This appears as the default grey background with a remarkably high alpha
value of 0.975 from my inspection. If you set a very high contrast
background image, you can just make out the outline in beneath the
greeter.

My expectation would be that we can set the greeter parameters using the
provided gsettings keys, and set the background-color to transparent to
only display the configured background-picture-uri key.

gdm@zen:~$ gsettings list-keys com.ubuntu.login-screen 
background-color
background-picture-uri
background-repeat
background-size

[Test Case]
1. Boot a desktop session
2. Verify that the default aubergine background is displayed in the greeter.
3. Login as the administrator of the machine
4. Install systemd-container
5. Switch to the GDM user:
  $ sudo machinectl shell gdm@ /bin/bash
6. Apply a different background with the command:
  $ gsettings set com.ubuntu.login-screen background-picture-uri 
'file:///usr/share/backgrounds/Lunar-lobster-side_by_Gixo-light.png'
7. Logout
8. Verify that the image 'Lunar-lobster-side_by_Gixo-light.png' is displayed as 
the background of the greeter.
9. Observe the remaining grey overlay with high alpha value. After login, the 
background image is briefly displayed without the overlay before initiating the 
user gnome shell session.

[Further Investigation]
PRATAP-KUMAR has done some excellent work overcoming this with their GitHub 
project, and it appears that modifying the Gnome theme with this script 
correctly sets the transparency. However, perhaps there are two layers to the 
greeter, and even though the background image is set, the additional layer is 
not exposed for configuration via gsettings.

https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-
background/blob/main/ubuntu-gdm-set-
background-23.04-transparent#L168-L171

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

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

Title:
  Gnome 44: GDM background configurable with gsettings

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  [Description]
  The prior implementation of exposing the login screen background setting via 
`gsettings` is not working as expected in Gnome 44 and Ubuntu 23.04. 
Specifically, the background image is infact set, however, the default Gnome 
theme appears as an overlay on top of the com.ubuntu.login-screen schema.

  This appears as the default grey background with a remarkably high
  alpha value of 0.975 from my inspection. If you set a very high
  contrast background image, you can just make out the outline in
  beneath the greeter.

  My expectation would be that we can set the greeter parameters using
  the provided gsettings keys, and set the background-color to
  transparent to only display the configured background-picture-uri key.

  gdm@zen:~$ gsettings list-keys com.ubuntu.login-screen 
  background-color
  background-picture-uri
  background-repeat
  background-size

  [Test Case]
  1. Boot a desktop session
  2. Verify that the default aubergine background is displayed in the greeter.
  3. Login as the administrator of the machine
  4. Install systemd-container
  5. Switch to the GDM user:
$ sudo machinectl shell gdm@ /bin/bash
  6. Apply a different background with the command:
$ gsettings set com.ubuntu.login-screen background-picture-uri 
'file:///usr/share/backgrounds/Lunar-lobster-side_by_Gixo-light.png'
  7. Logout
  8. Verify that the image 'Lunar-lobster-side_by_Gixo-light.png' is displayed 
as the background of the greeter.
  9. Observe the remaining grey overlay with high alpha value. After login, the 
background image is briefly displayed without the overlay before initiating the 
user gnome shell session.

  [Further Investigation]
  PRATAP-KUMAR has done some excellent work overcoming this with their GitHub 
project, and it appears that modifying the Gnome theme with this script 
correctly sets the transparency. However, perhaps there are two layers to the 
greeter, and even though the background image is set, the additional layer is 
not exposed for configuration via gsettings.

  https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-
  background/blob/main/ubuntu-gdm-set-
  background-23.04-transparent#L168-L171

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


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

[Desktop-packages] [Bug 2000868] Re: backport required for virtio_gpu_dri.so

2023-05-06 Thread Launchpad Bug Tracker
[Expired for mesa (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  backport required for virtio_gpu_dri.so

Status in mesa package in Ubuntu:
  Expired

Bug description:
  Hi,

  xorg crashing when using modsetting with virtio_gpu_dri as graphics
  driver in kvm guest. Kindly look into this conversation

  https://gitlab.freedesktop.org/virgl/virglrenderer/-/issues/291#note_1701920

  I think we need to backport
  https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19655 to fix
  this issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2000868/+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 2017926] Re: Unused content snaps not autoremoved

2023-05-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: update-notifier (Ubuntu)
   Status: New => Confirmed

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

Title:
  Unused content snaps not autoremoved

Status in snapd package in Ubuntu:
  Confirmed
Status in ubuntu-meta package in Ubuntu:
  Confirmed
Status in update-notifier package in Ubuntu:
  Confirmed

Bug description:
  $ snap connections --all | grep gnome
  content   -   
 gnome-3-28-1804:gnome-3-28-1804   -
  content   -   
 gnome-3-34-1804:gnome-3-34-1804   -
  content[gnome-3-38-2004]  chromium:gnome-3-38-2004
 gnome-3-38-2004:gnome-3-38-2004   -
  content[gnome-3-38-2004]  firefox:gnome-3-38-2004 
 gnome-3-38-2004:gnome-3-38-2004   -
  content[gnome-42-2204]mattermost-desktop:gnome-42-2204
 gnome-42-2204:gnome-42-2204   -
  content[gnome-42-2204]snap-store:gnome-42-2204
 gnome-42-2204:gnome-42-2204   -
  content[gnome-42-2204]snapd-desktop-integration:gnome-42-2204 
 gnome-42-2204:gnome-42-2204   -

  my system has 4 gnome-* content snaps, that were pulled in as
  dependencies. The apps that used them, have moved on to newer
  versions. Something on my system must clean then up for me, for
  example apt autoremoves automatically installed packages & obsolete
  kernels, and so should also happen with snaps.

  It can be done by snapd itself, or by something else on the classic
  desktop - i.e. update-manager. Note it is easy to detect such snaps,
  as it provides no apps; has content interface only; which is not
  plugged by anything. If it is ever needed by any future or past
  revision of any other snap it would be autoinstalled back.

  On my system they take up 824M of disk space (2 revisions, of 2 unused
  content snaps = 4 snaps)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2017926/+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 2017926] Re: Unused content snaps not autoremoved

2023-05-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-meta (Ubuntu)
   Status: New => Confirmed

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

Title:
  Unused content snaps not autoremoved

Status in snapd package in Ubuntu:
  Confirmed
Status in ubuntu-meta package in Ubuntu:
  Confirmed
Status in update-notifier package in Ubuntu:
  Confirmed

Bug description:
  $ snap connections --all | grep gnome
  content   -   
 gnome-3-28-1804:gnome-3-28-1804   -
  content   -   
 gnome-3-34-1804:gnome-3-34-1804   -
  content[gnome-3-38-2004]  chromium:gnome-3-38-2004
 gnome-3-38-2004:gnome-3-38-2004   -
  content[gnome-3-38-2004]  firefox:gnome-3-38-2004 
 gnome-3-38-2004:gnome-3-38-2004   -
  content[gnome-42-2204]mattermost-desktop:gnome-42-2204
 gnome-42-2204:gnome-42-2204   -
  content[gnome-42-2204]snap-store:gnome-42-2204
 gnome-42-2204:gnome-42-2204   -
  content[gnome-42-2204]snapd-desktop-integration:gnome-42-2204 
 gnome-42-2204:gnome-42-2204   -

  my system has 4 gnome-* content snaps, that were pulled in as
  dependencies. The apps that used them, have moved on to newer
  versions. Something on my system must clean then up for me, for
  example apt autoremoves automatically installed packages & obsolete
  kernels, and so should also happen with snaps.

  It can be done by snapd itself, or by something else on the classic
  desktop - i.e. update-manager. Note it is easy to detect such snaps,
  as it provides no apps; has content interface only; which is not
  plugged by anything. If it is ever needed by any future or past
  revision of any other snap it would be autoinstalled back.

  On my system they take up 824M of disk space (2 revisions, of 2 unused
  content snaps = 4 snaps)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2017926/+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 2017926] Re: Unused content snaps not autoremoved

2023-05-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: snapd (Ubuntu)
   Status: New => Confirmed

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

Title:
  Unused content snaps not autoremoved

Status in snapd package in Ubuntu:
  Confirmed
Status in ubuntu-meta package in Ubuntu:
  Confirmed
Status in update-notifier package in Ubuntu:
  Confirmed

Bug description:
  $ snap connections --all | grep gnome
  content   -   
 gnome-3-28-1804:gnome-3-28-1804   -
  content   -   
 gnome-3-34-1804:gnome-3-34-1804   -
  content[gnome-3-38-2004]  chromium:gnome-3-38-2004
 gnome-3-38-2004:gnome-3-38-2004   -
  content[gnome-3-38-2004]  firefox:gnome-3-38-2004 
 gnome-3-38-2004:gnome-3-38-2004   -
  content[gnome-42-2204]mattermost-desktop:gnome-42-2204
 gnome-42-2204:gnome-42-2204   -
  content[gnome-42-2204]snap-store:gnome-42-2204
 gnome-42-2204:gnome-42-2204   -
  content[gnome-42-2204]snapd-desktop-integration:gnome-42-2204 
 gnome-42-2204:gnome-42-2204   -

  my system has 4 gnome-* content snaps, that were pulled in as
  dependencies. The apps that used them, have moved on to newer
  versions. Something on my system must clean then up for me, for
  example apt autoremoves automatically installed packages & obsolete
  kernels, and so should also happen with snaps.

  It can be done by snapd itself, or by something else on the classic
  desktop - i.e. update-manager. Note it is easy to detect such snaps,
  as it provides no apps; has content interface only; which is not
  plugged by anything. If it is ever needed by any future or past
  revision of any other snap it would be autoinstalled back.

  On my system they take up 824M of disk space (2 revisions, of 2 unused
  content snaps = 4 snaps)

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


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


Re: [Desktop-packages] [Bug 1943752] Re: cheese does not work with laptop webcam in Ubuntu 21.10+

2023-05-06 Thread warren
Fred J,
Did you look at the following articles on Phoronix.com?
https://www.phoronix.com/news/Greg-KH-No-ADL-Webcam-Laptop
https://www.phoronix.com/news/Intel-IPU6-MIPI-Mess-Patches

On Fri, Apr 21, 2023 at 8:37 PM Keith Clemmons 
wrote:

> Fred,
> I do not own a HP Elite Dragonfly  13.5 inch G3 Notebook PC so I did not
> get the webcam to work. My testing was done on a HP Elitebook 840 G3.
> Linux Certified Hardware Links
> https://ubuntu.com/certified/laptops?q==20=HP
>
> https://catalog.redhat.com/hardware/search?type=Laptop=1=HP%20Inc.|Hewlett-Packard
> 
>
>
>
> On Fri, Apr 21, 2023 at 2:21 AM Fred J <1943...@bugs.launchpad.net> wrote:
>
>> Hi,
>> I have tried much of that... Bios updated too.
>> There is no /dev/video0 says v4l2
>> Can you confirm you managed to make camera work on HP Elite Dragonfly
>> 13.5 inch G3 Notebook PC (4J044AV) ?
>> They say here (https://www.linuxnow.com.au) that they can ship it with
>> ubuntu installed...
>>
>> Best,
>> -Fred
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1943752
>>
>> Title:
>>   cheese does not work with laptop webcam in Ubuntu 21.10+
>>
>> Status in cheese package in Ubuntu:
>>   Confirmed
>>
>> Bug description:
>>   Ubuntu 21.10 from live usb on a HP 840 G3 laptop
>>   1.Ubuntu Impish Indri (development branch)
>>   2.cheese version installed: 3.38.0-4, candidate: 3.38.0-4
>>   version table:***3.38.0-4 500
>>   3.cheese should display an image from laptop camera after being opened.
>>   4.The error has reproduced by me on this hardware at least 4 times.
>>   When opening the cheese app no image is displayed until closing and
>> reopening the app at least 3 times. The cheese app works as expected in
>> both Ubuntu 18.04 and Ubuntu 20.04.
>>
>>   ProblemType: Bug
>>   DistroRelease: Ubuntu 21.10
>>   Package: cheese 3.38.0-4
>>   ProcVersionSignature: Ubuntu 5.13.0-14.14-generic 5.13.1
>>   Uname: Linux 5.13.0-14-generic x86_64
>>   NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
>>   ApportVersion: 2.20.11-0ubuntu68
>>   Architecture: amd64
>>   CasperMD5CheckResult: pass
>>   CasperVersion: 1.465
>>   CurrentDesktop: ubuntu:GNOME
>>   Date: Wed Sep 15 17:10:23 2021
>>   LiveMediaBuild: Ubuntu 21.10 "Impish Indri" - Alpha amd64 (20210915)
>>   MachineType: HP HP EliteBook 840 G3
>>   ProcEnviron:
>>TERM=xterm-256color
>>PATH=(custom, no user)
>>XDG_RUNTIME_DIR=
>>LANG=en_US.UTF-8
>>SHELL=/bin/bash
>>   RelatedPackageVersions:
>>cheese3.38.0-4
>>cheese-common 3.38.0-4
>>   SourcePackage: linux
>>   UpgradeStatus: No upgrade log present (probably fresh install)
>>   dmi.bios.date: 04/20/2021
>>   dmi.bios.release: 1.52
>>   dmi.bios.vendor: HP
>>   dmi.bios.version: N75 Ver. 01.52
>>   dmi.board.name: 8079
>>   dmi.board.vendor: HP
>>   dmi.board.version: KBC Version 85.79
>>   dmi.chassis.type: 10
>>   dmi.chassis.vendor: HP
>>   dmi.ec.firmware.release: 133.121
>>   dmi.modalias:
>> dmi:bvnHP:bvrN75Ver.01.52:bd04/20/2021:br1.52:efr133.121:svnHP:pnHPEliteBook840G3:pvr:sku2FZ00UP#ABA:rvnHP:rn8079:rvrKBCVersion85.79:cvnHP:ct10:cvr:
>>   dmi.product.family: 103C_5336AN HP EliteBook
>>   dmi.product.name: HP EliteBook 840 G3
>>   dmi.product.sku: 2FZ00UP#ABA
>>   dmi.sys.vendor: HP
>>   lsusb:
>>Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
>>Bus 001 Device 004: ID 04f2:b51c Chicony Electronics Co., Ltd HP HD
>> Camera
>>Bus 001 Device 003: ID 138a:003f Validity Sensors, Inc. VFS495
>> Fingerprint Reader
>>Bus 001 Device 002: ID 154b:0054 PNY USB 2.0 FD
>>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>>   ---
>>   ProblemType: Bug
>>   ApportVersion: 2.20.11-0ubuntu68
>>   Architecture: amd64
>>   AudioDevicesInUse:
>>USERPID ACCESS COMMAND
>>/dev/snd/controlC0:  ubuntu 5074 F pulseaudio
>>   CasperMD5CheckResult: pass
>>   CasperVersion: 1.465
>>   CurrentDesktop: ubuntu:GNOME
>>   DistroRelease: Ubuntu 21.10
>>   LiveMediaBuild: Ubuntu 21.10 "Impish Indri" - Alpha amd64 (20210915)
>>   Lsusb:
>>Bus 002 Device 002: ID 0781:5581 SanDisk Corp. Ultra
>>Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
>>Bus 001 Device 003: ID 04f2:b51c Chicony Electronics Co., Ltd HP HD
>> Camera
>>Bus 001 Device 002: ID 138a:003f Validity Sensors, Inc. VFS495
>> Fingerprint Reader
>>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>>   MachineType: HP HP EliteBook 840 G3
>>   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 

[Desktop-packages] [Bug 2012388] Re: X11 window at top-right of the screen is invisible and steals mouse clicks

2023-05-06 Thread Luis Alvarado
If it serves any purpose. When the error happens and you go play CSGO
there is a gray area at the top as seen here https://imgur.com/a/uAQe3N9

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

Title:
  X11 window at top-right of the screen is invisible and steals mouse
  clicks

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

Bug description:
  Hardware Model: Dell Inc. Inspiron 16 Plus 7620
  Firmware version: 1.5.1
  CPU i7-12700H x20
  GPU: Nvidia RTX3060 / MaxQ
  GPU: Intel Alder Lake-P
  Release: Lunar Lobster
  Architecture: AMD64
  Kernel: 6.1.0-16-generic
  GNOME version: 44.rc

  Using Latest daily image of Ubuntu Lunar Lobster, I noticed an issue
  with window focus when windows are placed under the top-right system
  tray.

  Since it is hard to explain, I am attaching a screenshot. I am unable to 
click or interact with anything in the area within green rectangle. 
Applications affected:
  - Firefox (snap)
  - Chromium (snap)
  - Vivaldi Browser (deb)
  - Mattermost (snap)

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: gnome-shell 44~rc-1ubuntu2
  ProcVersionSignature: Ubuntu 6.1.0-16.16-generic 6.1.6
  Uname: Linux 6.1.0-16-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.26.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Mar 21 20:35:05 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2023-01-23 (56 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  RelatedPackageVersions: mutter-common 44~rc-1ubuntu3
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to lunar on 2023-03-02 (19 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/2012388/+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 2018661] [NEW] package libxxf86vm1 1:1.1.4-1build3 failed to install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error exit status 2

2023-05-06 Thread Michael McConnell
Public bug reported:

Attempting to install steam

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: libxxf86vm1 1:1.1.4-1build3
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.1
Architecture: amd64
BootLog:
 
CasperMD5CheckResult: pass
CompositorRunning: None
Date: Sat May  6 16:04:28 2023
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ErrorMessage: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated Graphics 
Controller [1043:122d]
InstallationDate: Installed on 2023-02-14 (81 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
MachineType: ASUSTeK COMPUTER INC. X750JA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-32-generic 
root=/dev/mapper/vgubuntu-root ro recovery nomodeset dis_ucode_ldr
Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.4-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.1
 apt  2.4.6
SourcePackage: libxxf86vm
Title: package libxxf86vm1 1:1.1.4-1build3 failed to install/upgrade: dpkg-deb 
--fsys-tarfile subprocess returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/14/2013
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X750JB.208
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X750JA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX750JB.208:bd08/14/2013:br4.6:svnASUSTeKCOMPUTERINC.:pnX750JA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750JA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:skuASUS-NotebookSKU:
dmi.product.family: X
dmi.product.name: X750JA
dmi.product.sku: ASUS-NotebookSKU
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.113-2~ubuntu0.22.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.2.5-0ubuntu0.1~22.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-package jammy ubuntu

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

Title:
  package libxxf86vm1 1:1.1.4-1build3 failed to install/upgrade: dpkg-
  deb --fsys-tarfile subprocess returned error exit status 2

Status in libxxf86vm package in Ubuntu:
  New

Bug description:
  Attempting to install steam

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: libxxf86vm1 1:1.1.4-1build3
  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.1
  Architecture: amd64
  BootLog:
   
  CasperMD5CheckResult: pass
  CompositorRunning: None
  Date: Sat May  6 16:04:28 2023
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  ErrorMessage: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:122d]
  InstallationDate: Installed on 2023-02-14 (81 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  MachineType: ASUSTeK COMPUTER INC. X750JA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-32-generic 
root=/dev/mapper/vgubuntu-root ro recovery nomodeset dis_ucode_ldr
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.4-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.6
  SourcePackage: libxxf86vm
  Title: package libxxf86vm1 1:1.1.4-1build3 failed to install/upgrade: 
dpkg-deb --fsys-tarfile subprocess returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2013
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X750JB.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X750JA
  

[Desktop-packages] [Bug 2018656] [NEW] login process frozen in between username and password

2023-05-06 Thread Jeff Panasuik
Public bug reported:

 MY SYSTEM 
No LSB modules are available.
Description:Ubuntu 23.04
Release:23.04

gnome-online-accounts:
  Installed: 3.48.0-1
  Candidate: 3.48.0-1
  Version table:
 *** 3.48.0-1 500
500 http://us.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
100 /var/lib/dpkg/status


I have tested this on my desktop running 23.04 on Intel I-9, and the second 
desktop running the same (23.04) but on Intel I-7, and both of them show the 
same problem.

-PROBLEM---

When I entered my email address in my Google account, I could provide my
email address, and after I clicked on the following form to enter my
password.  The form was able to pick up my email address and moved to
the following form for password entry; it just froze in between.
Sometimes, the password form could pick up the first keyboard character
but never go past 2nd character.  Sometimes, it just froze without being
able to pick up the first keyboard character.

Then a bit later, the whole box of gnome-online-accounts blacks out.
Closing with X didn't work, so I had to xkill the app.

-TYPICAL BEHAVIOR---

Usually, on 22.04, I never had a problem adding online accounts,
particularly for Google accounts.   The first form asked for my email
address, and quickly moved on to the following form asking for a
password.  Once the password is accepted, it will move on to the next
form requesting my authorization for GNOME to connect to my account on
Google before adding it to my Ubuntu system (I'd see the drive folder on
the bar on Nautilus).

ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: gnome-online-accounts 3.48.0-1
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat May  6 13:51:07 2023
InstallationDate: Installed on 2023-05-04 (2 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
ProcEnviron:
 LANG=en_US.UTF-8
 LANGUAGE=en_US
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
SourcePackage: gnome-online-accounts
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug lunar

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

Title:
  login process frozen in between username and password

Status in gnome-online-accounts package in Ubuntu:
  New

Bug description:
   MY SYSTEM 
  No LSB modules are available.
  Description:  Ubuntu 23.04
  Release:  23.04

  gnome-online-accounts:
Installed: 3.48.0-1
Candidate: 3.48.0-1
Version table:
   *** 3.48.0-1 500
  500 http://us.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  100 /var/lib/dpkg/status

  
  I have tested this on my desktop running 23.04 on Intel I-9, and the second 
desktop running the same (23.04) but on Intel I-7, and both of them show the 
same problem.

  -PROBLEM---

  When I entered my email address in my Google account, I could provide
  my email address, and after I clicked on the following form to enter
  my password.  The form was able to pick up my email address and moved
  to the following form for password entry; it just froze in between.
  Sometimes, the password form could pick up the first keyboard
  character but never go past 2nd character.  Sometimes, it just froze
  without being able to pick up the first keyboard character.

  Then a bit later, the whole box of gnome-online-accounts blacks out.
  Closing with X didn't work, so I had to xkill the app.

  -TYPICAL BEHAVIOR---

  Usually, on 22.04, I never had a problem adding online accounts,
  particularly for Google accounts.   The first form asked for my email
  address, and quickly moved on to the following form asking for a
  password.  Once the password is accepted, it will move on to the next
  form requesting my authorization for GNOME to connect to my account on
  Google before adding it to my Ubuntu system (I'd see the drive folder
  on the bar on Nautilus).

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: gnome-online-accounts 3.48.0-1
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  6 13:51:07 2023
  InstallationDate: Installed on 2023-05-04 (2 days ago)
  InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
  ProcEnviron:
   LANG=en_US.UTF-8
   LANGUAGE=en_US
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
  

[Desktop-packages] [Bug 2018650] Re: package firefox 112.0.2+build1-0ubuntu0.20.04.1 failed to install/upgrade: new firefox package pre-installation script subprocess returned error exit status 1

2023-05-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package firefox 112.0.2+build1-0ubuntu0.20.04.1 failed to
  install/upgrade: new firefox package pre-installation script
  subprocess returned error exit status 1

Status in firefox package in Ubuntu:
  New

Bug description:
  i was trying to upgrade to ubuntu jam jelly when this error occurred

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: firefox 112.0.2+build1-0ubuntu0.20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-71.78~20.04.1-generic 5.15.92
  Uname: Linux 5.15.0-71-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.11-0ubuntu82.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rohit  1515 F pulseaudio
  BuildID: 20230424110519
  CasperMD5CheckResult: unknown
  Channel: Unavailable
  Date: Sat May  6 19:37:59 2023
  ErrorMessage: new firefox package pre-installation script subprocess returned 
error exit status 1
  ForcedLayersAccel: False
  InstallationDate: Installed on 2023-05-02 (3 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  IpRoute:
   default via 192.168.164.191 dev wlo1 proto dhcp metric 600 
   169.254.0.0/16 dev wlo1 scope link metric 1000 
   192.168.164.0/24 dev wlo1 proto kernel scope link src 192.168.164.223 metric 
600
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.9
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Title: package firefox 112.0.2+build1-0ubuntu0.20.04.1 failed to 
install/upgrade: new firefox package pre-installation script subprocess 
returned error exit status 1
  UpgradeStatus: Upgraded to jammy on 2023-05-06 (0 days ago)
  dmi.bios.date: 03/04/2019
  dmi.bios.release: 15.52
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.52
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 832A
  dmi.board.vendor: HP
  dmi.board.version: 23.70
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 23.70
  dmi.modalias: 
dmi:bvnInsyde:bvrF.52:bd03/04/2019:br15.52:efr23.70:svnHP:pnHP250G6NotebookPC:pvrType1ProductConfigId:rvnHP:rn832A:rvr23.70:cvnHP:ct10:cvrChassisVersion:sku5XD48PA#ACJ:
  dmi.product.family: 103C_5336AN HP 200
  dmi.product.name: HP 250 G6 Notebook PC
  dmi.product.sku: 5XD48PA#ACJ
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2018650/+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 2017445] Re: live session can not access other partitions

2023-05-06 Thread corrado venturini
Problem does not occur with the new ubuntu-desktop-installer 
stable/ubuntu-23.10 982 in the ISO of Ubuntu 23.10 Mantic Minotaur
so I change this bug to INVALID.

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

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

Title:
  live session can not access other partitions

Status in nautilus package in Ubuntu:
  Invalid

Bug description:
  I started installation and in 'files' click 'Other Locations' other partition 
of my PC does not appear.
  Other partitions whare available with old versions of ubuntu-desktop-installer

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: nautilus 1:44.0-1ubuntu2
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.480
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 23 18:52:15 2023
  GsettingsChanges: b'org.gnome.nautilus.preferences' b'migrated-gtk-settings' 
b'true'
  LiveMediaBuild: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
  ProcEnviron:
   LANG=C.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:
   file-roller   43.0-1
   nautilus-extension-gnome-terminal 3.48.0-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/2017445/+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 2018649] [NEW] double click does not open / right click open does not work

2023-05-06 Thread Coeur Noir
Public bug reported:

Hi,

here is a dell optiplex 3240.

And a fresh install of Ubuntu 22.04 LTS.

Double click on an icon does not open the file.
Right click on an icon → open → does not work either.

But… right click → open with another application → works.

Tested on Xorg and Wayland, same behaviour.

I don't have this problem on another machine with more or less the same
installation, but made months before.


ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell-extension-desktop-icons-ng 43-2ubuntu1
ProcVersionSignature: Ubuntu 5.19.0-41.42~22.04.1-generic 5.19.17
Uname: Linux 5.19.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.4
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat May  6 16:46:47 2023
InstallationDate: Installed on 2023-04-23 (12 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell-extension-desktop-icons-ng
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell-extension-desktop-icons-ng (Ubuntu)
 Importance: Undecided
 Status: New


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

** Description changed:

  Hi,
  
  here is a dell optiplex 3240.
  
  And a fresh install of Ubuntu 22.04 LTS.
  
  Double click on an icon does not open the file.
  Right click on an icon → open → does not work either.
  
  But… right click → open with another application → works.
  
  Tested on Xorg and Wayland, same behaviour.
+ 
+ I don't have this problem on another machine with more or less the same
+ installation, but made months before.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell-extension-desktop-icons-ng 43-2ubuntu1
  ProcVersionSignature: Ubuntu 5.19.0-41.42~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.4
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  6 16:46:47 2023
  InstallationDate: Installed on 2023-04-23 (12 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  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
  SourcePackage: gnome-shell-extension-desktop-icons-ng
  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-extension-desktop-icons-ng
in Ubuntu.
https://bugs.launchpad.net/bugs/2018649

Title:
  double click does not open / right click open does not work

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

Bug description:
  Hi,

  here is a dell optiplex 3240.

  And a fresh install of Ubuntu 22.04 LTS.

  Double click on an icon does not open the file.
  Right click on an icon → open → does not work either.

  But… right click → open with another application → works.

  Tested on Xorg and Wayland, same behaviour.

  I don't have this problem on another machine with more or less the
  same installation, but made months before.


  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell-extension-desktop-icons-ng 43-2ubuntu1
  ProcVersionSignature: Ubuntu 5.19.0-41.42~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.4
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  6 16:46:47 2023
  InstallationDate: Installed on 2023-04-23 (12 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell-extension-desktop-icons-ng
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+bug/2018649/+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 2018650] [NEW] package firefox 112.0.2+build1-0ubuntu0.20.04.1 failed to install/upgrade: new firefox package pre-installation script subprocess returned error exit status 1

2023-05-06 Thread Rohit Mishra
Public bug reported:

i was trying to upgrade to ubuntu jam jelly when this error occurred

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: firefox 112.0.2+build1-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.15.0-71.78~20.04.1-generic 5.15.92
Uname: Linux 5.15.0-71-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.11-0ubuntu82.4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rohit  1515 F pulseaudio
BuildID: 20230424110519
CasperMD5CheckResult: unknown
Channel: Unavailable
Date: Sat May  6 19:37:59 2023
ErrorMessage: new firefox package pre-installation script subprocess returned 
error exit status 1
ForcedLayersAccel: False
InstallationDate: Installed on 2023-05-02 (3 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
IpRoute:
 default via 192.168.164.191 dev wlo1 proto dhcp metric 600 
 169.254.0.0/16 dev wlo1 scope link metric 1000 
 192.168.164.0/24 dev wlo1 proto kernel scope link src 192.168.164.223 metric 
600
NoProfiles: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.1
 apt  2.4.9
RunningIncompatibleAddons: False
SourcePackage: firefox
Title: package firefox 112.0.2+build1-0ubuntu0.20.04.1 failed to 
install/upgrade: new firefox package pre-installation script subprocess 
returned error exit status 1
UpgradeStatus: Upgraded to jammy on 2023-05-06 (0 days ago)
dmi.bios.date: 03/04/2019
dmi.bios.release: 15.52
dmi.bios.vendor: Insyde
dmi.bios.version: F.52
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 832A
dmi.board.vendor: HP
dmi.board.version: 23.70
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 23.70
dmi.modalias: 
dmi:bvnInsyde:bvrF.52:bd03/04/2019:br15.52:efr23.70:svnHP:pnHP250G6NotebookPC:pvrType1ProductConfigId:rvnHP:rn832A:rvr23.70:cvnHP:ct10:cvrChassisVersion:sku5XD48PA#ACJ:
dmi.product.family: 103C_5336AN HP 200
dmi.product.name: HP 250 G6 Notebook PC
dmi.product.sku: 5XD48PA#ACJ
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: amd64 apport-package jammy

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

Title:
  package firefox 112.0.2+build1-0ubuntu0.20.04.1 failed to
  install/upgrade: new firefox package pre-installation script
  subprocess returned error exit status 1

Status in firefox package in Ubuntu:
  New

Bug description:
  i was trying to upgrade to ubuntu jam jelly when this error occurred

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: firefox 112.0.2+build1-0ubuntu0.20.04.1
  ProcVersionSignature: Ubuntu 5.15.0-71.78~20.04.1-generic 5.15.92
  Uname: Linux 5.15.0-71-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.11-0ubuntu82.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rohit  1515 F pulseaudio
  BuildID: 20230424110519
  CasperMD5CheckResult: unknown
  Channel: Unavailable
  Date: Sat May  6 19:37:59 2023
  ErrorMessage: new firefox package pre-installation script subprocess returned 
error exit status 1
  ForcedLayersAccel: False
  InstallationDate: Installed on 2023-05-02 (3 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  IpRoute:
   default via 192.168.164.191 dev wlo1 proto dhcp metric 600 
   169.254.0.0/16 dev wlo1 scope link metric 1000 
   192.168.164.0/24 dev wlo1 proto kernel scope link src 192.168.164.223 metric 
600
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.9
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Title: package firefox 112.0.2+build1-0ubuntu0.20.04.1 failed to 
install/upgrade: new firefox package pre-installation script subprocess 
returned error exit status 1
  UpgradeStatus: Upgraded to jammy on 2023-05-06 (0 days ago)
  dmi.bios.date: 03/04/2019
  dmi.bios.release: 15.52
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.52
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 832A
  dmi.board.vendor: HP
  dmi.board.version: 23.70
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  

[Desktop-packages] [Bug 2017939] Re: Firefox fails to start

2023-05-06 Thread Lazaro Morales
Thanks Daniel, I didn't know it would have that impact. Thanks for
letting me know.

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

Title:
  Firefox fails to start

Status in firefox package in Ubuntu:
  New

Bug description:
  After installing Firefox from the ppa I tried to run it and nothing
  happened. I tried to run it from the terminal and that’s when I saw
  that it hangs after showing this:

  ATTENTION: default value for option mesa_glthread overriden by environment.
  MESA: error: Failed to query drm service.
  libGL error: glx: failed to create dri3 screen
  libGL error: failed to load driver iris

  Any ideas?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2017939/+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 2018648] [NEW] package libatk-wrapper-java 0.38.0-5build1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting con

2023-05-06 Thread Gabrijel Ević
Public bug reported:

The Java package failed to install

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: libatk-wrapper-java 0.38.0-5build1
ProcVersionSignature: Ubuntu 5.19.0-41.42~22.04.1-generic 5.19.17
Uname: Linux 5.19.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.4
AptOrdering:
 libatk-wrapper-java-jni:amd64: Install
 openjdk-8-jre:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: pass
Date: Sat May  6 14:51:25 2023
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2023-05-05 (0 days ago)
InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
PackageArchitecture: all
Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.1
 apt  2.4.9
SourcePackage: java-atk-wrapper
Title: package libatk-wrapper-java 0.38.0-5build1 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: java-atk-wrapper (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package jammy

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

Title:
  package libatk-wrapper-java 0.38.0-5build1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in java-atk-wrapper package in Ubuntu:
  New

Bug description:
  The Java package failed to install

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: libatk-wrapper-java 0.38.0-5build1
  ProcVersionSignature: Ubuntu 5.19.0-41.42~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.4
  AptOrdering:
   libatk-wrapper-java-jni:amd64: Install
   openjdk-8-jre:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Sat May  6 14:51:25 2023
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2023-05-05 (0 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.9
  SourcePackage: java-atk-wrapper
  Title: package libatk-wrapper-java 0.38.0-5build1 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-atk-wrapper/+bug/2018648/+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 2013542] Re: [lunar] windows size/position is not saved for some apps

2023-05-06 Thread Adriano dos Santos Fernandes
I'm having this issue in a machine upgraded from Ubuntu 22.10 to 23.04.
It's very annoying!

In a VM installed with 23.04 directly, it does not happen.

Do you know reasons or possible reasons for that?

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

Title:
  [lunar] windows size/position is not saved for some apps

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  Lunar up to date, Ubuntu session, Wayland or X11

  1) open Synaptic not in full screen
  2) change window size to full screen
  3) close Synaptic
  4) open Synaptic
  5) its window is not maximized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2013542/+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 1903632]

2023-05-06 Thread Stephane-guillou-i
*** Bug 140721 has been marked as a duplicate of this bug. ***

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

Title:
  Touchscreen can't be used to scroll anymore. Instead it will select
  everything on its way.

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Ever since I upgrade to 20.10 from 20.04, I have been experiencing this issue.
  There are times when a user might want to scroll their screen by touching 
their screen. But I can't do this anymore.

  I want to know what went wrong? What can I do?

  Any info is appreciated.

  Note:
  Currently, I can scroll without in issue in Nautilus. But I can't do the same 
in Firefox, Tor browser, Libre Office, etc. Except Nautilus, all apps select 
words on screen whenever I touch my screen to scroll. 

  But we all know, SCROLL ≠ SELECT.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: xorg 1:7.7+19ubuntu15
  ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
  Uname: Linux 5.8.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 10 09:25:39 2020
  DistUpgraded: 2020-10-28 23:47:17,717 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
  DistroCodename: groovy
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 6.1.14, 5.8.0-26-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA 
controller])
     Subsystem: Dell HD Graphics 5500 [1028:0641]
  InstallationDate: Installed on 2020-02-16 (267 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. Inspiron 5548
  ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_i45x0v@/vmlinuz-5.8.0-26-generic 
root=ZFS=rpool/ROOT/ubuntu_i45x0v ro quiet splash vt.handoff=1
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to groovy on 2020-10-28 (12 days ago)
  dmi.bios.date: 05/28/2019
  dmi.bios.release: 5.4
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0FFJC4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A10
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd05/28/2019:br5.4:svnDellInc.:pnInspiron5548:pvrA10:rvnDellInc.:rn0FFJC4:rvrA00:cvnDellInc.:ct8:cvrA10:
  dmi.product.name: Inspiron 5548
  dmi.product.sku: 0641
  dmi.product.version: A10
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.102-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.1-1
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.2.1-1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1903632/+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 2017898] Re: MESA 22.2 Regression Causes Kwin Crashes (Fix Available)

2023-05-06 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 2003339 ***
https://bugs.launchpad.net/bugs/2003339

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mesa (Ubuntu)
   Status: New => Confirmed

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

Title:
  MESA 22.2 Regression Causes Kwin Crashes (Fix Available)

Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  MESA 22.2 contains a malfunction which causes kwin to exit regularly /
  frequently, leaving the system without window management.

  This is a regression compared to MESA 22.1 and fixed again in MESA
  22.3.

  See following MESA bug:

  * https://gitlab.freedesktop.org/mesa/mesa/-/issues/7674
  * just for reference, corresponding KDE Bugtracker entry: 
https://bugs.kde.org/show_bug.cgi?id=461316

  Maybe the fix could be backported?

  It currently is something between inconvenient (for very technically
  savy users) and rendering the system unusable (for less technically
  savy users - suddenly, Window Management will be gone and switching
  windows, accessing panels, and controlling most applications even if
  they are in foreground at the time of a crash become impossible).

  ProblemType: Bug
  DistroRelease: KDE neon 22.04
  Package: libgl1-mesa-dri 22.2.5-0ubuntu0.1~22.04.1 [origin: Ubuntu]
  ProcVersionSignature: Ubuntu 5.19.0-40.41~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-40-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.4
  Architecture: amd64
  BootLog:
   
  CasperMD5CheckResult: unknown
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  CurrentDesktop: KDE
  Date: Thu Apr 27 14:26:47 2023
  DistUpgraded: 2020-10-11 12:05:38,766 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: jammy
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox/6.1.38, 5.19.0-40-generic, x86_64: installed
   virtualbox/6.1.38, 5.19.0-41-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 630 [8086:591b] (rev 04) (prog-if 00 [VGA 
controller])
 Subsystem: Dell HD Graphics 630 [1028:07bf]
 Subsystem: Dell GM107GLM [Quadro M1200 Mobile] [1028:07bf]
  MachineType: Dell Inc. Precision 5520
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-40-generic 
root=/dev/mapper/ubuntu--vg--970-root ro resume=/dev/ubuntu-vg-970/swap 
fsck.mode=force rd.driver.blacklist=nouveau pcie_aspm=off
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: mesa
  UpgradeStatus: Upgraded to jammy on 2020-10-11 (928 days ago)
  dmi.bios.date: 11/10/2022
  dmi.bios.release: 1.31
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.31.0
  dmi.board.name: 0R6JFH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.31.0:bd11/10/2022:br1.31:svnDellInc.:pnPrecision5520:pvr:rvnDellInc.:rn0R6JFH:rvrA00:cvnDellInc.:ct10:cvr:sku07BF:
  dmi.product.family: Precision
  dmi.product.name: Precision 5520
  dmi.product.sku: 07BF
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.115-0xneon+22.04+jammy+release+build8
  version.libgl1-mesa-dri: libgl1-mesa-dri 22.2.5-0ubuntu0.1~22.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 22.2.5-0ubuntu0.1~22.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-2build1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2017898/+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 2017898] Re: MESA 22.2 Regression Causes Kwin Crashes (Fix Available)

2023-05-06 Thread Kai Kasurinen
*** This bug is a duplicate of bug 2003339 ***
https://bugs.launchpad.net/bugs/2003339

** This bug has been marked a duplicate of bug 2003339
   kwin_x11: The X11 connection broke: I/O error (code 1)

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

Title:
  MESA 22.2 Regression Causes Kwin Crashes (Fix Available)

Status in mesa package in Ubuntu:
  New

Bug description:
  MESA 22.2 contains a malfunction which causes kwin to exit regularly /
  frequently, leaving the system without window management.

  This is a regression compared to MESA 22.1 and fixed again in MESA
  22.3.

  See following MESA bug:

  * https://gitlab.freedesktop.org/mesa/mesa/-/issues/7674
  * just for reference, corresponding KDE Bugtracker entry: 
https://bugs.kde.org/show_bug.cgi?id=461316

  Maybe the fix could be backported?

  It currently is something between inconvenient (for very technically
  savy users) and rendering the system unusable (for less technically
  savy users - suddenly, Window Management will be gone and switching
  windows, accessing panels, and controlling most applications even if
  they are in foreground at the time of a crash become impossible).

  ProblemType: Bug
  DistroRelease: KDE neon 22.04
  Package: libgl1-mesa-dri 22.2.5-0ubuntu0.1~22.04.1 [origin: Ubuntu]
  ProcVersionSignature: Ubuntu 5.19.0-40.41~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-40-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.4
  Architecture: amd64
  BootLog:
   
  CasperMD5CheckResult: unknown
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  CurrentDesktop: KDE
  Date: Thu Apr 27 14:26:47 2023
  DistUpgraded: 2020-10-11 12:05:38,766 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: jammy
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox/6.1.38, 5.19.0-40-generic, x86_64: installed
   virtualbox/6.1.38, 5.19.0-41-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 630 [8086:591b] (rev 04) (prog-if 00 [VGA 
controller])
 Subsystem: Dell HD Graphics 630 [1028:07bf]
 Subsystem: Dell GM107GLM [Quadro M1200 Mobile] [1028:07bf]
  MachineType: Dell Inc. Precision 5520
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-40-generic 
root=/dev/mapper/ubuntu--vg--970-root ro resume=/dev/ubuntu-vg-970/swap 
fsck.mode=force rd.driver.blacklist=nouveau pcie_aspm=off
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: mesa
  UpgradeStatus: Upgraded to jammy on 2020-10-11 (928 days ago)
  dmi.bios.date: 11/10/2022
  dmi.bios.release: 1.31
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.31.0
  dmi.board.name: 0R6JFH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.31.0:bd11/10/2022:br1.31:svnDellInc.:pnPrecision5520:pvr:rvnDellInc.:rn0R6JFH:rvrA00:cvnDellInc.:ct10:cvr:sku07BF:
  dmi.product.family: Precision
  dmi.product.name: Precision 5520
  dmi.product.sku: 07BF
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.115-0xneon+22.04+jammy+release+build8
  version.libgl1-mesa-dri: libgl1-mesa-dri 22.2.5-0ubuntu0.1~22.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 22.2.5-0ubuntu0.1~22.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-2build1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2017898/+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 2018600] Re: [SRU] libreoffice 7.4.7 for kinetic

2023-05-06 Thread Rico Tzschichholz
** Description changed:

  [Impact]
  
   * LibreOffice 7.4.7 is in its seventh bugfix release of the 7.4 line:
   https://wiki.documentfoundation.org/ReleasePlan/7.4#7.4.7_release
  
   * Version 7.4.6 is currently released in kinetic. For a list of fixed bugs 
compared to 7.4.6 see the list of bugs fixed in the release candidates of 7.4.7 
(that's a total of 73 bugs):
   https://wiki.documentfoundation.org/Releases/7.4.7/RC1#List_of_fixed_bugs
   https://wiki.documentfoundation.org/Releases/7.4.7/RC2#List_of_fixed_bugs
  
   * Given the nature of the project, the complexity of the codebase and
  the high level of quality assurance upstream, it is preferable to SRU a
  minor release rather than cherry-pick selected bug fixes.
  
  [Testing]
  
   * Upstream testing. Bugs fixed upstream typically include
  unit/regression tests, and the release itself is extensively exercised
  (both in an automated manner and manually).
  
    * A recent set of upstream's automated jenkins testing can be found here:
  https://ci.libreoffice.org/job/gerrit_74/1827/
  
    * More information about the upstream QA testing can be found here:
  * Automated tests
    https://wiki.documentfoundation.org/QA/Testing/Automated_Tests
  * Automated UI tests
    https://wiki.documentfoundation.org/Development/UITests
  * Regression tests
    https://wiki.documentfoundation.org/QA/Testing/Regression_Tests
  * Feature tests
    https://wiki.documentfoundation.org/QA/Testing/Feature_Tests
  
   * Launchpad testing. The libreoffice packages include autopkgtests that were 
run and verified as passing.
  Tested build can be found at 
https://launchpad.net/~ricotz/+archive/ubuntu/ppa/+sourcepub/14734942/+listing-archive-extra
  * [amd64] 
https://autopkgtest.ubuntu.com/results/autopkgtest-kinetic-ricotz-ppa/kinetic/amd64/libr/libreoffice/20230504_151518_a9360@/log.gz
  * [arm64] 
https://autopkgtest.ubuntu.com/results/autopkgtest-kinetic-ricotz-ppa/kinetic/arm64/libr/libreoffice/20230504_200542_1dfdd@/log.gz
  * [armhf] 
https://autopkgtest.ubuntu.com/results/autopkgtest-kinetic-ricotz-ppa/kinetic/armhf/libr/libreoffice/20230505_142551_a6b85@/log.gz
  * [ppc64el] 
https://autopkgtest.ubuntu.com/results/autopkgtest-kinetic-ricotz-ppa/kinetic/ppc64el/libr/libreoffice/20230504_161525_fdb04@/log.gz
- * [s390x] ...
+ * [s390x] 
https://autopkgtest.ubuntu.com/results/autopkgtest-kinetic-ricotz-ppa/kinetic/s390x/libr/libreoffice/20230506_054745_25b3f@/log.gz
   * General smoke testing of all the applications in the office suite were 
carried out by going through the manual testplan as documented by: 
https://wiki.ubuntu.com/Process/Merges/TestPlans/libreoffice
  
  [Regression Potential]
  
   * A minor release with a total of 73 bug fixes always carries the
  potential for introducing regressions, even though it is a bugfix-only
  release, meaning that no new features were added, and no existing
  features were removed.
  
   * A combination of autopkgtests and careful smoke testing as described
  above should provide reasonable confidence that no regressions sneaked
  in.

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

Title:
  [SRU] libreoffice 7.4.7 for kinetic

Status in libreoffice package in Ubuntu:
  Fix Released
Status in libreoffice source package in Kinetic:
  New

Bug description:
  [Impact]

   * LibreOffice 7.4.7 is in its seventh bugfix release of the 7.4 line:
   https://wiki.documentfoundation.org/ReleasePlan/7.4#7.4.7_release

   * Version 7.4.6 is currently released in kinetic. For a list of fixed bugs 
compared to 7.4.6 see the list of bugs fixed in the release candidates of 7.4.7 
(that's a total of 73 bugs):
   https://wiki.documentfoundation.org/Releases/7.4.7/RC1#List_of_fixed_bugs
   https://wiki.documentfoundation.org/Releases/7.4.7/RC2#List_of_fixed_bugs

   * Given the nature of the project, the complexity of the codebase and
  the high level of quality assurance upstream, it is preferable to SRU
  a minor release rather than cherry-pick selected bug fixes.

  [Testing]

   * Upstream testing. Bugs fixed upstream typically include
  unit/regression tests, and the release itself is extensively exercised
  (both in an automated manner and manually).

    * A recent set of upstream's automated jenkins testing can be found here:
  https://ci.libreoffice.org/job/gerrit_74/1827/

    * More information about the upstream QA testing can be found here:
  * Automated tests
    https://wiki.documentfoundation.org/QA/Testing/Automated_Tests
  * Automated UI tests
    https://wiki.documentfoundation.org/Development/UITests
  * Regression tests
    https://wiki.documentfoundation.org/QA/Testing/Regression_Tests
  * Feature tests