[Desktop-packages] [Bug 1630176] Re: Ubuntu version reported wrong in system settings

2021-10-13 Thread Knut J Bjuland
This affects me to

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

Title:
  Ubuntu version reported wrong in system settings

Status in unity-control-center package in Ubuntu:
  Expired

Bug description:
  https://help.ubuntu.com/community/CheckingYourUbuntuVersion describes
  two ways of getting your current Ubuntu version: via system settings,
  and via terminal. For me, those two methods give me a different
  version (14.04 vs 16.04, see attached screenshot). I upgraded my pre-
  installed trusty to xenial, so the version printed on terminal is
  correct. That means that the system settings displays the wrong
  version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1630176/+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 1891165] Re: gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but 3.28.4-0ubuntu18.04.2 is to be installed

2021-10-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gsettings-desktop-schemas (Ubuntu)
   Status: New => Confirmed

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

Title:
  gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but
  3.28.4-0ubuntu18.04.2 is to be installed

Status in gsettings-desktop-schemas package in Ubuntu:
  Confirmed

Bug description:
  I was about to upgrade ubuntu 18 to ubuntu 20, but it says “Your python3 
install is corrupted. Please fix the '/usr/bin/python3'”, So i tried to run 
sudo ln -sf /usr/bin/python2.7 /usr/bin/python as suggested in 
https://askubuntu.com/questions/1185813/how-to-fix-ubuntu-19-04-cannot-upgrade-to-19-10-error-your-python3-install-is.
 But i got more errors 
   

  The following packages have unmet dependencies:
   gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but 
3.28.4-0ubuntu18.04.2 is to be installed
   libgirepository-1.0-1 : Breaks: python-gi (< 3.34.0-4~) but 3.26.1-2ubuntu1 
is to be installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

  sudo ln -sf /usr/bin/python2.7 /usr/bin/python

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: mutter 3.28.4-0ubuntu18.04.2
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Aug 11 20:38:08 2020
  InstallationDate: Installed on 2020-02-08 (184 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1891165/+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 1945969] Re: Update to 0.52.6 in impish

2021-10-13 Thread Lukas Märdian
** Also affects: vala (Ubuntu Impish)
   Importance: High
 Assignee: Rico Tzschichholz (ricotz)
   Status: Fix Released

** Also affects: libunity (Ubuntu Impish)
   Importance: High
 Assignee: Lukas Märdian (slyon)
   Status: Fix Committed

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

Title:
  Update to 0.52.6 in impish

Status in libunity package in Ubuntu:
  Fix Committed
Status in vala package in Ubuntu:
  Fix Released
Status in libunity source package in Impish:
  Fix Committed
Status in vala source package in Impish:
  Fix Released

Bug description:
  [Impact]

   * libunity FTBFS using valac 0.52.6, which makes it hard to apply any
  (security) updates in a timely manner.

  [Test Plan]

   * Check the Launchpad build logs to make sure that libunity
  7.1.4+19.04.20190319-6 built successfully
   * Attach build logs to this bug

  [Where problems could occur]

   * The build could still fail for some reason and we would be back to
  status quo.

  [Other Info]

   * I'm hijacking this valac bug for the libunity 0-day SRU
   * PPA pre-testing has been done here: 
https://launchpad.net/~slyon/+archive/ubuntu/testing/+sourcepub/12784335/+listing-archive-extra

  
  === Original Bug Description ===

  The 0.52.x series is receiving further bug fix releases for GNOME 40.x.
  See https://wiki.gnome.org/Projects/Vala

  Upstream changes since 0.52.5:

  Vala 0.52.6
  ===
   * Various improvements and bug fixes:
    - codegen:
  + Fix property access inside opaque compact class
  + Add type declaration for implicit temporary local variable
    - vala:
  + Warn about unsupported cast to void and drop it [#1070]
  + Don't restrict element type of GLib.Array [#1227]
  + Multi-dimensional params-array not allowed [#1230]
  + Accept NullType as generic type argument
  + Set source references of created DataType instances in OCE
    - valadoc: Correctly format background of inline @link's [#1226]

   * Bindings:
    - gio-2.0: Unhide a few usable symbols which are marked not introspectable 
[#1222]
    - gio-2.0: Backport fixes from 0.54.2
    - glib-2.0: Current constants in GLib.Math are part of glib.h [#1220]
    - glib-2.0: Add RefString since 2.58 [#723]
    - gtk4: Backport fixes from 0.54.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libunity/+bug/1945969/+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 1945592] Re: Viewing PDF doesn't use full screen width

2021-10-13 Thread Alistair Cunningham
Reported upstream:

https://bugzilla.mozilla.org/show_bug.cgi?id=1735480

** Bug watch added: Mozilla Bugzilla #1735480
   https://bugzilla.mozilla.org/show_bug.cgi?id=1735480

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

Title:
  Viewing PDF doesn't use full screen width

Status in thunderbird package in Ubuntu:
  New

Bug description:
  In Thunderbird 91, clicking on a .pdf attachment to an email loads the
  PDF file in a new tab, which is good. However, the view of the PDF
  file only uses about 2/3rds of the screen width, and leaves a large
  empty grey area on the right hand side of the screen. Zooming in on
  the document only zooms within the existing area, and does not expand
  to the grey area.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: thunderbird 1:91.1.1+build2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.11-0ubuntu69
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alistair   2076 F pulseaudio
   /dev/snd/pcmC0D0p:   alistair   2076 F...m pulseaudio
  BuildID: 20210916142849
  CasperMD5CheckResult: unknown
  Channel: Unavailable
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Thu Sep 30 10:33:51 2021
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   # Include files from /etc/network/interfaces.d:
   source-directory /etc/network/interfaces.d
  IncompatibleExtensions:
   Lightning - {e2fda1a4-762b-4020-b5ad-a41df1933103}
   English (GB) Language Pack - langpack-en...@thunderbird.mozilla.org
   Thunderbird (default) - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2020-07-14 (442 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  IpRoute:
   default via 172.30.3.254 dev wlp0s20f3 proto dhcp metric 600 
   10.0.0.0/24 dev wg0 proto kernel scope link src 10.0.0.2 
   169.254.0.0/16 dev wg0 scope link metric 1000 
   172.30.0.0/22 dev wlp0s20f3 proto kernel scope link src 172.30.0.92 metric 
600
  PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/thunderbird/omni.ja:greprefs.js:359
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=91.1.1/20210916142849 (In use)
  RebootRequiredPkgs: Error: path contained symlinks.
  RunningIncompatibleAddons: True
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to impish on 2021-09-24 (6 days ago)
  dmi.bios.date: 06/21/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2WET29W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20U9CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0R32862 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.8
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2WET29W(1.19):bd06/21/2021:br1.19:efr1.8:svnLENOVO:pn20U9CTO1WW:pvrThinkPadX1CarbonGen8:skuLENOVO_MT_20U9_BU_Think_FM_ThinkPadX1CarbonGen8:rvnLENOVO:rn20U9CTO1WW:rvrSDK0R32862WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad X1 Carbon Gen 8
  dmi.product.name: 20U9CTO1WW
  dmi.product.sku: LENOVO_MT_20U9_BU_Think_FM_ThinkPad X1 Carbon Gen 8
  dmi.product.version: ThinkPad X1 Carbon Gen 8
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1945592/+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 1945592] Re: Viewing PDF doesn't use full screen width

2021-10-13 Thread Sebastien Bacher
Thanks for reporting it upstream! The issue is not happening here using
the current 91.1.2 deb or the 91.2.0 snap

** Changed in: thunderbird (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Viewing PDF doesn't use full screen width

Status in thunderbird package in Ubuntu:
  New

Bug description:
  In Thunderbird 91, clicking on a .pdf attachment to an email loads the
  PDF file in a new tab, which is good. However, the view of the PDF
  file only uses about 2/3rds of the screen width, and leaves a large
  empty grey area on the right hand side of the screen. Zooming in on
  the document only zooms within the existing area, and does not expand
  to the grey area.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: thunderbird 1:91.1.1+build2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.11-0ubuntu69
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alistair   2076 F pulseaudio
   /dev/snd/pcmC0D0p:   alistair   2076 F...m pulseaudio
  BuildID: 20210916142849
  CasperMD5CheckResult: unknown
  Channel: Unavailable
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Thu Sep 30 10:33:51 2021
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   # Include files from /etc/network/interfaces.d:
   source-directory /etc/network/interfaces.d
  IncompatibleExtensions:
   Lightning - {e2fda1a4-762b-4020-b5ad-a41df1933103}
   English (GB) Language Pack - langpack-en...@thunderbird.mozilla.org
   Thunderbird (default) - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2020-07-14 (442 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  IpRoute:
   default via 172.30.3.254 dev wlp0s20f3 proto dhcp metric 600 
   10.0.0.0/24 dev wg0 proto kernel scope link src 10.0.0.2 
   169.254.0.0/16 dev wg0 scope link metric 1000 
   172.30.0.0/22 dev wlp0s20f3 proto kernel scope link src 172.30.0.92 metric 
600
  PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/thunderbird/omni.ja:greprefs.js:359
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=91.1.1/20210916142849 (In use)
  RebootRequiredPkgs: Error: path contained symlinks.
  RunningIncompatibleAddons: True
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to impish on 2021-09-24 (6 days ago)
  dmi.bios.date: 06/21/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2WET29W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20U9CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0R32862 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.8
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2WET29W(1.19):bd06/21/2021:br1.19:efr1.8:svnLENOVO:pn20U9CTO1WW:pvrThinkPadX1CarbonGen8:skuLENOVO_MT_20U9_BU_Think_FM_ThinkPadX1CarbonGen8:rvnLENOVO:rn20U9CTO1WW:rvrSDK0R32862WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad X1 Carbon Gen 8
  dmi.product.name: 20U9CTO1WW
  dmi.product.sku: LENOVO_MT_20U9_BU_Think_FM_ThinkPad X1 Carbon Gen 8
  dmi.product.version: ThinkPad X1 Carbon Gen 8
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1945592/+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 1945741]

2021-10-13 Thread 9-henry
Could this be from bug 1698140? Because pdf attachments are treated as
HTML files instead.

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

Title:
  [upstream] PDF attachment opens in Firefox instead of the built-in
  viewer when opened from the compose window

Status in Mozilla Thunderbird:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  In Thunderbird 78, you could double click on an attachment you've just
  attached when composing an email. This was very useful, so that you
  could double check that you attached the correct file. In Thunderbird
  91, this doesn't seem to work. When you double click on the
  attachment, nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: thunderbird 1:91.1.1+build2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.11-0ubuntu69
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alistair   2076 F pulseaudio
  BuildID: 20210916142849
  CasperMD5CheckResult: unknown
  Channel: Unavailable
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Fri Oct  1 08:44:34 2021
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   # Include files from /etc/network/interfaces.d:
   source-directory /etc/network/interfaces.d
  IncompatibleExtensions:
   Lightning - {e2fda1a4-762b-4020-b5ad-a41df1933103}
   English (GB) Language Pack - langpack-en...@thunderbird.mozilla.org
   Thunderbird (default) - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2020-07-14 (443 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  IpRoute:
   default via 172.30.3.254 dev wlp0s20f3 proto dhcp metric 600 
   10.0.0.0/24 dev wg0 proto kernel scope link src 10.0.0.2 
   169.254.0.0/16 dev wg0 scope link metric 1000 
   172.30.0.0/22 dev wlp0s20f3 proto kernel scope link src 172.30.0.92 metric 
600
  PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/thunderbird/omni.ja:greprefs.js:359
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=91.1.1/20210916142849 (In use)
  RebootRequiredPkgs: Error: path contained symlinks.
  RunningIncompatibleAddons: True
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to impish on 2021-09-24 (6 days ago)
  dmi.bios.date: 06/21/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2WET29W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20U9CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0R32862 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.8
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2WET29W(1.19):bd06/21/2021:br1.19:efr1.8:svnLENOVO:pn20U9CTO1WW:pvrThinkPadX1CarbonGen8:skuLENOVO_MT_20U9_BU_Think_FM_ThinkPadX1CarbonGen8:rvnLENOVO:rn20U9CTO1WW:rvrSDK0R32862WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad X1 Carbon Gen 8
  dmi.product.name: 20U9CTO1WW
  dmi.product.sku: LENOVO_MT_20U9_BU_Think_FM_ThinkPad X1 Carbon Gen 8
  dmi.product.version: ThinkPad X1 Carbon Gen 8
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1945741/+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 1946143] Re: Apply upstream patches to display 5G NSA status

2021-10-13 Thread Sebastien Bacher
They are in the unapproved queue for now, needing review from the SRU
team (including impish so probably the release team decided it was not
one to take for the release and is postponing as an update)

https://launchpad.net/ubuntu/impish/+queue?queue_state=1

** Changed in: libqmi (Ubuntu)
   Status: New => Fix Committed

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

Title:
  Apply upstream patches to display 5G NSA status

Status in OEM Priority Project:
  In Progress
Status in libqmi package in Ubuntu:
  Fix Committed

Bug description:
  [Impact]

  The 5G NSA status can not be displayed in the libqmi version 1.28.6-1. 
(LP#1937012)
  The 5G NSA status is supported in the libqmi version 1.30.2.

  The requested upstream patches are listed as below:
  * 5G NSA status patches

https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/commit/29905223c5ae6e5e4ef9246dd9dd4d01b2819d9a
 

  * qmicli,nas: flag as 'n/a' the 5G NSA signal quality if not connected

https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/commit/b05df7b658f9cfb4c5e74a3e07913de689914a8f
 

  
  [Test Plan]

  1. Install the Ubuntu image.
  2. Boot and login the system.
  3. Verify if the field “5G NSA Available: ” can be displayed via executing:

$ sudo qmicli --device=/dev/wwan0p2MBIM --device-open-proxy 
--nas-get-system-info
...
5G NSA Available: 'no'
...

  
  [Where problems could occur]

  The requested upstream patches are for displaying the status information of 
5G NSA network.
  This should not affect existing generic functions.

  
  [Other Info]

  The latest version of libqmi suit can display the 5G NSA status.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946143/+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 1946096] Re: Apply upstream patches to fix problems for Foxconn and Quectel modems.

2021-10-13 Thread Sebastien Bacher
The stable queue needs review from the SRU team

https://launchpad.net/ubuntu/hirsute/+queue?queue_state=1

for example

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

Title:
  Apply upstream patches to fix problems for Foxconn and Quectel modems.

Status in OEM Priority Project:
  In Progress
Status in modemmanager package in Ubuntu:
  Fix Committed

Bug description:
  [Impact]

  The following 2 modems need the ModemManager v1.16.6 suite to be patched from 
v1.18.2 to fix some problems(LP#1943774, LP#1943780):
  * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
  * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem 

  The requested upstream patches are listed as below:
  * for Quectel EM160 4G
** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
 
  * for Foxconn T99W175
** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9

**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
 

  
  [Test Plan]

  1. Install the Ubuntu image.
  2. Boot and login the system.
  3. Prepare the modem’s firmware and install the firmware upgrading 
application provided by Foxconn and Quectel
  4. Using the firmware upgrading application to upgrade the modem’s firmware 
  5. Verify if the modem’s firmware upgrading is successful
  6. Reboot 
  7. Verify if the upgraded modem firmware is still working

  
  [Where problems could occur]

  The requested upstream patches are for these 2 specific modems and the status 
information.
  This should not affect existing generic functions and other modems.

  
  [Other Info]

  The firmware and the upgrading application can be downloaded from the 
following link:
  * LP#1943774 for Quectel modems
  * LP#1943780 for Foxconn modems

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+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 1946769] Re: impish firefox:' + c = ć instead of ç

2021-10-13 Thread Sebastien Bacher
Thank you for your bug report. Which desktop environment, locale and
keyboard layout are you using?

** Changed in: firefox (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  impish firefox:' + c = ć instead of ç

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Since I upgraded to impish, firefox is the only application on my
  desktop which produces "ć" instead of "ç" when I enter the combination
  "'" + "c". I suspect it's because now it's a snap, and is not
  respecting some system-wide configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1946769/+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 1946769] Re: impish firefox:' + c = ć instead of ç

2021-10-13 Thread Sebastien Bacher
also doing ''' and then 'c' on my laptop does write 'c, are you using
some compose key?

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

Title:
  impish firefox:' + c = ć instead of ç

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Since I upgraded to impish, firefox is the only application on my
  desktop which produces "ć" instead of "ç" when I enter the combination
  "'" + "c". I suspect it's because now it's a snap, and is not
  respecting some system-wide configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1946769/+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 1925837] Re: [Wayland] Sharing indicator window is not frameless

2021-10-13 Thread Olivier Tilloy
Yes it is.

** Changed in: firefox (Ubuntu Impish)
   Status: Confirmed => Fix Released

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

Title:
  [Wayland] Sharing indicator window is not frameless

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released
Status in firefox source package in Impish:
  Fix Released

Bug description:
  I'm running updated hirsute with the firefox 87.0+build3-0ubuntu4 deb,
  just as it comes. This system was a fresh install of 20.10 that was
  then upgraded to 21.04.

  When I have a tab that will start using my webcam/mic, there is a new
  ff window that is created with these icons. The window is (more or
  less) minimized to fit the size of the icons (see screenshot). I can
  close the window by clicking the normal x, and closing this window
  does not interrupt my webcam/mic usage.

  What I normally expect is that when my webcam/mic is being used by some ff 
tab, the ff/webcam/mic icons are displayed constantly in the top middle of my 
display.
  --- 
  ProblemType: Bug
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  BuildID: 20210318103112
  CasperMD5CheckResult: unknown
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  DefaultProfileLocales: extensions.sqlite corrupt or missing
  DefaultProfilePrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:352
  DefaultProfileThemes: extensions.sqlite corrupt or missing
  DistroRelease: Ubuntu 21.04
  ForcedLayersAccel: False
  InstallationDate: Installed on 2021-01-04 (108 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  IpRoute:
   default via 192.168.0.1 dev enp3s0 proto dhcp metric 100 
   10.0.3.0/24 dev lxcbr0 proto kernel scope link src 10.0.3.1 linkdown 
   169.254.0.0/16 dev virbr0 scope link metric 1000 linkdown 
   192.168.0.0/24 dev enp3s0 proto kernel scope link src 192.168.0.6 metric 100 
   192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 
linkdown
  Package: firefox 87.0+build3-0ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
  Profile0Extensions: extensions.sqlite corrupt or missing
  Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile0Locales: extensions.sqlite corrupt or missing
  Profile0PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:352
  Profile0PrefSources: prefs.js
  Profile0Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile1 (Default) - LastVersion=None/None (Out of date)
   Profile0 - LastVersion=87.0/20210318103112 (In use)
  RunningIncompatibleAddons: False
  Tags:  wayland-session hirsute
  Uname: Linux 5.11.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/21/2014
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1402
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z77-V LK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1402:bd03/21/2014:br4.6:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLK:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1925837/+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 1946960] [NEW] Dell Inspiron 3501 Audio crackles on Ubuntu 20.04

2021-10-13 Thread Rahim
Public bug reported:

Recently I bought a new Inspiron 3501, and it came pre-installed with
Windows 10. I wanted to try Ubuntu linux on it so, I dual-booted Ubuntu
20.04 on it to check if everything is working fine. After installation,
everything is working fine except the audio output. The sound kind of
crackles. It works perfectly fine on windows though. I tested inbuilt
speakers, Bluetooth headset, and output from 3.5 mm audio jack but no
difference. I tried youtube videos and local audio and video files but
the outcome is the same. I tried many online solutions but without any
success. I also installed Ubuntu 21.04, to check if the new kernel
brings any improvement but the condition was the same. Don't know how to
fix this issue. Any help is appreciated.

Hardware specs:

Processor: 11th Generation Intel Core i5-1135G7
RAM: 16 GB DDR4
Audio: Cirrus Logic CS8409 (CS42L42 + SN005825)
Storage: 256 GB SSD + 1 TB HDD
Display 15.6 Inch 1920x1080 FHD
GPU: Integrated Intel Iris Xe Graphics

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: pulseaudio 1:13.99.1-1ubuntu3.11
ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rahim  1445 F pulseaudio
 /dev/snd/pcmC0D0c:   rahim  1445 F...m pulseaudio
 /dev/snd/pcmC0D0p:   rahim  1445 F...m pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct 13 15:58:01 2021
InstallationDate: Installed on 2021-10-11 (1 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
SourcePackage: pulseaudio
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Speaker, Internal
Symptom_PulseAudioLog:
 Oct 13 15:41:41 rahim-Inspiron-3501 dbus-daemon[758]: [system] Activating via 
systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.28' (uid=125 pid=990 
comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo" label="unconfined")
 Oct 13 15:42:26 rahim-Inspiron-3501 systemd[961]: pulseaudio.service: 
Succeeded.
 Oct 13 15:42:36 rahim-Inspiron-3501 systemd[961]: pulseaudio.socket: Succeeded.
Symptom_PulsePlaybackTest: PulseAudio playback test failed
Symptom_Type: Underruns, dropouts, or "crackling" sound
Title: [Inspiron 3501, Cirrus Logic CS8409/CS42L42, Speaker, Internal] 
Underruns, dropouts or crackling sound
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/19/2021
dmi.bios.release: 1.8
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.8.0
dmi.board.name: 0XGX0C
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.0:bd07/19/2021:br1.8:svnDellInc.:pnInspiron3501:pvr:sku0A25:rvnDellInc.:rn0XGX0C:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 3501
dmi.product.sku: 0A25
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug focal

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

Title:
  Dell Inspiron 3501 Audio crackles on Ubuntu 20.04

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Recently I bought a new Inspiron 3501, and it came pre-installed with
  Windows 10. I wanted to try Ubuntu linux on it so, I dual-booted
  Ubuntu 20.04 on it to check if everything is working fine. After
  installation, everything is working fine except the audio output. The
  sound kind of crackles. It works perfectly fine on windows though. I
  tested inbuilt speakers, Bluetooth headset, and output from 3.5 mm
  audio jack but no difference. I tried youtube videos and local audio
  and video files but the outcome is the same. I tried many online
  solutions but without any success. I also installed Ubuntu 21.04, to
  check if the new kernel brings any improvement but the condition was
  the same. Don't know how to fix this issue. Any help is appreciated.

  Hardware specs:

  Processor: 11th Generation Intel Core i5-1135G7
  RAM: 16 GB DDR4
  Audio: Cirrus Logic CS8409 (CS42L42 + SN005825)
  Storage: 256 GB SSD + 1 TB HDD
  Display 15.6 Inch 1920x1080 FHD
  GPU: Integrated Intel Iris Xe Graphics

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pulseaudio 1:13.99.1-1ubuntu3.11
  ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
  Uname: Linux 5.11.0-37-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.20
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rahim  1445 F pulseaudio
   /dev/snd/pcmC0D0c:   rahim  1445 F...m pulseaudio
   /dev/snd/pcmC0D0p: 

[Desktop-packages] [Bug 1946156] Re: [snap] Chromium hangs and is unstable in reproducible ways

2021-10-13 Thread jixbo
I'm having a similar issue here. I'm Ubuntu 21.10, Wayland, AMD cpu with 
integrated radeon.
Whenever I right click, I get an empty menu, and chromium freezes. Maybe 
related to this:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1927205?comments=all

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

Title:
  [snap] Chromium hangs and is unstable in reproducible ways

Status in chromium-browser package in Ubuntu:
  Incomplete

Bug description:
  As described on this issue:
  https://bugs.chromium.org/p/chromium/issues/detail?id=1256489

  Briefly, moving around selected text from the browser and opening
  comboboxes are very prone to make the browser freeze for a minute or
  so.

  The binaries distributed by Canonical via Snap do not behave as
  expected. Google Chrome builds and AppImage Chromium builds do. This
  issue did not occur weeks ago.

  I believe the issue comes from the build from Canonical. Issue
  reproduced with Snap builds from Stable and Beta channels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1946156/+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 1946961] [NEW] Chromium freezes then crashes when right click or drop down menu used.

2021-10-13 Thread jixbo
Public bug reported:

When I right click, chromium freezes, and I have to force quit.
Used to have some flags, but can't be changed now, cause clicking on the drop 
down crashes the browser.
Tried after resetting them, and the issue persists.

The drop down or right click menu show blank with no text, but seems
about the right size, after that the browser does not respond.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: chromium-browser 1:85.0.4183.83-0ubuntu2
Uname: Linux 5.15.0-051500rc3-generic x86_64
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
DRM.card0-DP-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-DP-2:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-HDMI-A-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-eDP-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
AP///wAw5AgGAAAcAQSlHxF4AuCFo1ROmyYOUFQBAQEBAQEBAQEBAQEBAQEBLjaAoHA4H0AwIDUANa4QAAAaVCuAoHA4H0AwIDUANa4QAAAa/gBMRyBEaXNwbGF5CiAg/gBMUDE0MFdGOS1TUEYxANU=
 modes: 1920x1080 1920x1080 1680x1050 1280x1024 1440x900 1280x800 1280x720 
1024x768 800x600 640x480
Date: Wed Oct 13 12:42:10 2021
DiskUsage:
 FilesystemType   Size  Used Avail Use% Mounted on
 /dev/mapper/vgubuntu-root ext4   899G  567G  288G  67% /
 tmpfs tmpfs   15G   84M   15G   1% /dev/shm
 /dev/mapper/vgubuntu-root ext4   899G  567G  288G  67% /
InstallationDate: Installed on 2020-04-10 (550 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
MachineType: LENOVO 20Y1CTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-051500rc3-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash iommu=pt tsc=nowatchdog 
acpi_osi=Linux vt.handoff=7
Snap.Changes: no changes found
Snap.ChromeDriverVersion: ChromeDriver 94.0.4606.81 
(5a03c5f1033171d5ee1671d219a59e29cf75e054-refs/branch-heads/4606@{#1320})
Snap.ChromiumVersion: Chromium 94.0.4606.81 snap
SourcePackage: chromium-browser
UpgradeStatus: Upgraded to impish on 2021-09-25 (17 days ago)
dmi.bios.date: 07/30/2021
dmi.bios.release: 1.35
dmi.bios.vendor: LENOVO
dmi.bios.version: R1BET66W(1.35 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20Y1CTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.35
dmi.modalias: 
dmi:bvnLENOVO:bvrR1BET66W(1.35):bd07/30/2021:br1.35:efr1.35:svnLENOVO:pn20Y1CTO1WW:pvrThinkPadP14sGen1:rvnLENOVO:rn20Y1CTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20Y1_BU_Think_FM_ThinkPadP14sGen1:
dmi.product.family: ThinkPad P14s Gen 1
dmi.product.name: 20Y1CTO1WW
dmi.product.sku: LENOVO_MT_20Y1_BU_Think_FM_ThinkPad P14s Gen 1
dmi.product.version: ThinkPad P14s Gen 1
dmi.sys.vendor: LENOVO

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish snap wayland-session

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

Title:
  Chromium freezes then crashes when right click or drop down menu used.

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  When I right click, chromium freezes, and I have to force quit.
  Used to have some flags, but can't be changed now, cause clicking on the drop 
down crashes the browser.
  Tried after resetting them, and the issue persists.

  The drop down or right click menu show blank with no text, but seems
  about the right size, after that the browser does not respond.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: chromium-browser 1:85.0.4183.83-0ubuntu2
  Uname: Linux 5.15.0-051500rc3-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DRM.card0-DP-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-DP-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-HDMI-A-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-eDP-1:
   enabled: enabled
   dpms: On
   status: connected
   edid-base64: 
AP///wAw5AgGAAAcAQSlHxF4AuCFo1ROmyYOUFQBAQEBAQEBAQEBAQEBAQEBLjaAoHA4H0AwIDUANa4QAAAaVCuAoHA4H0AwIDUANa4QAAAa/gBMRyBEaXNwbGF5CiAg/gBMUDE0MFdGOS1TUEYxANU=
   modes: 1920x1080 1920x1080 1680x1050 1280x1024 1440x900 1280x800 1280x720 
1024x768 800x600 640x480
  Date: Wed Oct 13 12:42:10 2021
  DiskUsage:
   FilesystemType   Size  Used Avail Use% Mounted on
   /dev/mapper/vgubuntu-root ext4   899G  567G  288G  67% /
   tmpfs tmpfs   15G   84M   15G   1% /dev/shm
 

[Desktop-packages] [Bug 1946963] [NEW] libical3-dev does not provide CMake config files

2021-10-13 Thread Kevin Funk
Public bug reported:

The libical-dev package on Ubuntu 21.10 (impish) does not provide CMake
config files.

% dpkg -L libical-dev | grep cmake
... returns nothing.

As of today:

# Packages file listings on 20.04, 20.10

The package provides CMake config files in:

```
/usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfigVersion.cmake
/usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets-none.cmake
/usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets.cmake
```

... which is wrong, but tracked here:
https://bugs.launchpad.net/ubuntu/+source/libical/+bug/1920587


# Packages file listings on 21.04, 21.10:

The package does not provide CMake config files at all, while it should.

See:

https://packages.ubuntu.com/hirsute/amd64/libical-dev/filelist
https://packages.ubuntu.com/impish/amd64/libical-dev/filelist

Seems like there are multiple issues with libcal packaging here.

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

** Description changed:

- The libical-dev package on Ubuntu 20.10 (impish) does not provide CMake
+ The libical-dev package on Ubuntu 21.10 (impish) does not provide CMake
  config files.
  
  % dpkg -L libical-dev | grep cmake
  ... returns nothing.
  
  
  As of today:
- 
  
  # Packages file listings on 20.04, 20.10
  
  The package provides CMake config files in:
  
  ```
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfigVersion.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets-none.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets.cmake
  ```
  
  ... which is wrong, but tracked here:
  https://bugs.launchpad.net/ubuntu/+source/libical/+bug/1920587
  
- 
  # File listings on 21.04, 21.10:
  
  The package does not provide CMake config files at all, while it should.
  
  See:
  
  https://packages.ubuntu.com/hirsute/amd64/libical-dev/filelist
  https://packages.ubuntu.com/impish/amd64/libical-dev/filelist
  
- 
  Seems like there are multiple issues with libcal packaging here.

** Description changed:

  The libical-dev package on Ubuntu 21.10 (impish) does not provide CMake
  config files.
  
  % dpkg -L libical-dev | grep cmake
  ... returns nothing.
- 
  
  As of today:
  
  # Packages file listings on 20.04, 20.10
  
  The package provides CMake config files in:
  
  ```
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfigVersion.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets-none.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets.cmake
  ```
  
  ... which is wrong, but tracked here:
  https://bugs.launchpad.net/ubuntu/+source/libical/+bug/1920587
  
- # File listings on 21.04, 21.10:
+ 
+ # Packages file listings on 21.04, 21.10:
  
  The package does not provide CMake config files at all, while it should.
  
  See:
  
  https://packages.ubuntu.com/hirsute/amd64/libical-dev/filelist
  https://packages.ubuntu.com/impish/amd64/libical-dev/filelist
  
  Seems like there are multiple issues with libcal packaging here.

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

Title:
  libical3-dev does not provide CMake config files

Status in libical3 package in Ubuntu:
  New

Bug description:
  The libical-dev package on Ubuntu 21.10 (impish) does not provide
  CMake config files.

  % dpkg -L libical-dev | grep cmake
  ... returns nothing.

  As of today:

  # Packages file listings on 20.04, 20.10

  The package provides CMake config files in:

  ```
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfigVersion.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets-none.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets.cmake
  ```

  ... which is wrong, but tracked here:
  https://bugs.launchpad.net/ubuntu/+source/libical/+bug/1920587

  
  # Packages file listings on 21.04, 21.10:

  The package does not provide CMake config files at all, while it
  should.

  See:

  https://packages.ubuntu.com/hirsute/amd64/libical-dev/filelist
  https://packages.ubuntu.com/impish/amd64/libical-dev/filelist

  Seems like there are multiple issues with libcal packaging here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libical3/+bug/1946963/+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 1847570] Re: PulseAudio automatically switches to HDMI sound output on login

2021-10-13 Thread Lonnie Lee Best
This is still an issue in Ubuntu 20.04.

Instead of remembering my preference of wanting to use my television's
speakers as output, each time I reboot, the laptop's internal speakers
are set to be the output device instead.

I'm astonished that after all this time this is still not fixed.

How hard can this be to fix? When someone changes the output device,
save that setting to a file! When the user reboots, access that file and
set it to whatever their saved preference was if that device is
currently connected.

The status of this is Fix Released? Then why doesn't this still not work
in Ubuntu 20.04 LTS. LTS stands for Long Term Support, not Long Tardy
Support!

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

Title:
  PulseAudio automatically switches to HDMI sound output on login

Status in PulseAudio:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in pulseaudio source package in Eoan:
  Fix Released
Status in pulseaudio source package in Focal:
  Fix Released

Bug description:
  [Impact]

  On my freshly installed eoan system I have two output devices:
  - HDMI/DisplayPort 2 - GK208 ...
  - Line Out - Family 17h ...

  When I login into the system pulseaudio always select the "wrong"
  one (HDMI) and I need to go to gnome-settings/Sound/Output Device
  and switch to "line out". This applies to every login/logout not
  just reboots.

  [Test Case]

  0. Plug in a monitor that supports HDMI audio (one that appears in
  your Settings>Sound)

  1. Log out and in again.

  Verify the default audio device in Settings is still speakers or
  headphones. Not the monitor's HDMI audio device.

  [Regression Potential]

  The behaviour is changed back to what it was before 19.10, some users
  might find it inconvenient and prefer the auto switch but the feedback
  we got shows it's unreliable and an annoying for the majority of our
  users so we will got back to default to safest behaviour.

  The fix proposed just reverts to the same code used in PulseAudio 12
  and earlier. It has also been released and verified on focal already.

  [Workaround]

  Comment out:

  load-module module-switch-on-port-available
  load-module module-switch-on-connect

  from /etc/pulse/default.pa

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1847570/+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 1946481] Re: GNOME Control Center cannot connect to ModemManager with "org.freedesktop.DBus.Error.AccessDenied"

2021-10-13 Thread Pirouette Cacahuète
According to the policies in place for ModemManager in
/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf it looks like
only root can really do something. Assuming this is right, then I'm
wondering why GNOME Control Center tries to directly access ModemManager
instead of going via NetworkManager ?

At least that is what I am wondering from the error in message #1 from
`(uid=1000 pid=49211 comm="gnome-control-center " label="unconfined")`

** Summary changed:

- NetworkManager cannot connect to ModemManager with 
"org.freedesktop.DBus.Error.AccessDenied"
+ GNOME Control Center cannot connect to ModemManager with 
"org.freedesktop.DBus.Error.AccessDenied"

** Bug watch added: 
gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues #402
   https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/402

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

Title:
  GNOME Control Center cannot connect to ModemManager with
  "org.freedesktop.DBus.Error.AccessDenied"

Status in modemmanager package in Ubuntu:
  New

Bug description:
  Upgraded my laptop (ThinkPad P14s Gen2) from 21.04 to 21.10, trying to get 
access to Modem Manager fails with:
  > error: couldn't create manager: 
GDBus.Error:org.freedesktop.DBus.Error.AccessDenied

  This was working on 21.04.

  STR:
   - Open Settings, go to "Network"
  OR
   - mmcli -m 0

  Running mmcli as root workaround the problem, but I'm not able to use
  network applet to connect my modem.

  > $ id
  uid=1000(alex) gid=1000(alex) 
groupes=1000(alex),4(adm),6(disk),20(dialout),24(cdrom),27(sudo),30(dip),44(video),46(plugdev),107(lpadmin),124(sambashare),137(libvirtd),155(docker)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1946481/+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 1946481] Re: GNOME Control Center cannot connect to ModemManager with "org.freedesktop.DBus.Error.AccessDenied"

2021-10-13 Thread Pirouette Cacahuète
NetworkManager itself is able to properly talk to ModemManager:
> $ nmcli con show |grep gsm
> Orange Internet0a196fc4-89e3-479b-b049-ab13dfff897b  gsm   --

And a `nmcli con "Orange Internet" up` works (assuming you have enabled
the modem which is blocked on https://gitlab.freedesktop.org/mobile-
broadband/ModemManager/-/issues/402 in my case)

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

Title:
  GNOME Control Center cannot connect to ModemManager with
  "org.freedesktop.DBus.Error.AccessDenied"

Status in modemmanager package in Ubuntu:
  New

Bug description:
  Upgraded my laptop (ThinkPad P14s Gen2) from 21.04 to 21.10, trying to get 
access to Modem Manager fails with:
  > error: couldn't create manager: 
GDBus.Error:org.freedesktop.DBus.Error.AccessDenied

  This was working on 21.04.

  STR:
   - Open Settings, go to "Network"
  OR
   - mmcli -m 0

  Running mmcli as root workaround the problem, but I'm not able to use
  network applet to connect my modem.

  > $ id
  uid=1000(alex) gid=1000(alex) 
groupes=1000(alex),4(adm),6(disk),20(dialout),24(cdrom),27(sudo),30(dip),44(video),46(plugdev),107(lpadmin),124(sambashare),137(libvirtd),155(docker)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1946481/+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 1946970] [NEW] Memory leak in gnome-shell after lock and unlock the screen

2021-10-13 Thread Balazs Pere
Public bug reported:

When the screen is locked and unlocked extra ~100MB memory remains in
use and never freed up. After each lock/unlock action additional 10-20MB
will be used, and the memory consumption of gnome-shell grows and grows.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: gnome-shell 40.5-1ubuntu2
ProcVersionSignature: Ubuntu 5.13.0-18.18-generic 5.13.14
Uname: Linux 5.13.0-18-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct 13 14:06:17 2021
DisplayManager: gdm3
EcryptfsInUse: Yes
InstallationDate: Installed on 2021-10-06 (7 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 40.5-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug impish

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

Title:
  Memory leak in gnome-shell after lock and unlock the screen

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  When the screen is locked and unlocked extra ~100MB memory remains in
  use and never freed up. After each lock/unlock action additional
  10-20MB will be used, and the memory consumption of gnome-shell grows
  and grows.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: gnome-shell 40.5-1ubuntu2
  ProcVersionSignature: Ubuntu 5.13.0-18.18-generic 5.13.14
  Uname: Linux 5.13.0-18-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 13 14:06:17 2021
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2021-10-06 (7 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 40.5-1ubuntu2
  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/1946970/+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 1945750] Re: GDM3 does not correctly memorize the Wayland choice for NVIDIA cards (driver 470) and randomly launches X11.

2021-10-13 Thread MV
I think this bug is fixed.

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

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

Title:
  GDM3 does not correctly memorize the Wayland choice for NVIDIA cards
  (driver 470) and randomly launches X11.

Status in gdm3 package in Ubuntu:
  Fix Released

Bug description:
  GDM3 does not correctly memorize the Wayland choice for NVIDIA cards
  (driver 470) and randomly launches X11. The user must always select
  Wayland before logging if he wants to be sure to have a Wayland
  session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1945750/+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 1946769] Re: impish firefox:' + c = ć instead of ç

2021-10-13 Thread Andreas Hasenack
gnome, wayland, us international is the keyboard layout, locale is:

andreas@nsnx:~$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE=pt_BR.UTF-8
LC_NUMERIC=pt_BR.UTF-8
LC_TIME=pt_BR.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=pt_BR.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=pt_BR.UTF-8
LC_NAME=pt_BR.UTF-8
LC_ADDRESS=pt_BR.UTF-8
LC_TELEPHONE=pt_BR.UTF-8
LC_MEASUREMENT=pt_BR.UTF-8
LC_IDENTIFICATION=pt_BR.UTF-8
LC_ALL=

No compose. And it's just firefox that is the outlier, and it was working 
before the upgrade to impish (was on hirsute before).
Apps where ' + c produce ç (just going over the list of graphical apps that I 
use most often):
- xchat
- chrome
- chromium (which is also a snap, btw)
- terminator
- gnome-terminal
- virt-manager
- vscode

Note it's a bug as old as linux almost: if you google, you will find
Brazilians complaining about ' + c NOT producing ç since the early days,
and tons of workarounds and solutions. Every now and then, it
resurfaces.

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

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

Title:
  impish firefox:' + c = ć instead of ç

Status in firefox package in Ubuntu:
  New

Bug description:
  Since I upgraded to impish, firefox is the only application on my
  desktop which produces "ć" instead of "ç" when I enter the combination
  "'" + "c". I suspect it's because now it's a snap, and is not
  respecting some system-wide configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1946769/+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 1946769] Re: impish firefox:' + c = ć instead of ç

2021-10-13 Thread Olivier Tilloy
Thanks for the report Andreas.

I'm not familiar with the US intl. layout, but I changed to it on my
impish desktop, and I'm consistently getting "ć" in all applications I
tested for [´ + c]. I googled around a bit (admittedly not very long)
and found this answer (https://askubuntu.com/a/599538) that suggests
that the correct key combination for "ç" is [AltGr + , + c], and that [´
+ c] really is an acute accent on top of a "c", i.e. "ć".

Not sure how much truth there is in this (as I said I have no prior
experience or knowledge on the topic), but it does seem to make sense to
me.

That probably doesn't help if all other apps are behaving differently
though, so some investigation is needed to understand why.

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

Title:
  impish firefox:' + c = ć instead of ç

Status in firefox package in Ubuntu:
  New

Bug description:
  Since I upgraded to impish, firefox is the only application on my
  desktop which produces "ć" instead of "ç" when I enter the combination
  "'" + "c". I suspect it's because now it's a snap, and is not
  respecting some system-wide configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1946769/+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 1946987] [NEW] HDMI not recognized after upgrading from 18.04 to 20.04.3

2021-10-13 Thread Jarno Suni
Public bug reported:

I tried both nouveau and nvidia-340 deivers. It used to work at least by
the latter one in Xubuntu 18.04, even with HWE kernel

When using the nvidia-340 driver:
$ xrandr 
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1200, current 1920 x 1200, maximum 1920 x 1200
default connected 1920x1200+0+0 0mm x 0mm
   1920x1200 77.00* 

A device is connected in HDMI and xrand does not even list the
connector. When using nouveau, HDMI is listed but it shows as
disconnected.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-88.99-generic 5.4.140
Uname: Linux 5.4.0-88-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.108  Wed Dec 11 11:06:58 
PST 2019
 GCC version:  gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: XFCE
Date: Wed Oct 13 16:27:00 2021
DistUpgraded: 2021-10-13 15:24:05,135 DEBUG Running PostInstallScript: 
'/usr/lib/ubuntu-advantage/upgrade_lts_contract.py'
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus: nvidia-340, 340.108, 5.4.0-88-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
InstallationDate: Installed on 2019-05-08 (888 days ago)
InstallationMedia: Xubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-88-generic 
root=UUID=dd272475-45e5-4fca-b9ab-1b1f3f3015bd ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to focal on 2021-10-13 (0 days ago)
dmi.bios.date: 12/01/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68MVD Ver. F.20
dmi.board.name: 30C5
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 71.36
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
dmi.product.family: 103C_5336AN
dmi.product.version: F.20
dmi.sys.vendor: Hewlett-Packard
nvidia-settings:
 ERROR: Unable to load info from any available system
 
 
 ERROR: Unable to load info from any available system
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~20.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.3
version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.3~20.04.3
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu

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

Title:
  HDMI not recognized after upgrading from 18.04 to 20.04.3

Status in xorg package in Ubuntu:
  New

Bug description:
  I tried both nouveau and nvidia-340 deivers. It used to work at least
  by the latter one in Xubuntu 18.04, even with HWE kernel

  When using the nvidia-340 driver:
  $ xrandr 
  xrandr: Failed to get size of gamma for output default
  Screen 0: minimum 1920 x 1200, current 1920 x 1200, maximum 1920 x 1200
  default connected 1920x1200+0+0 0mm x 0mm
 1920x1200 77.00* 

  A device is connected in HDMI and xrand does not even list the
  connector. When using nouveau, HDMI is listed but it shows as
  disconnected.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-88.99-generic 5.4.140
  Uname: Linux 5.4.0-88-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64

[Desktop-packages] [Bug 1946769] Re: impish firefox:' + c = ć instead of ç

2021-10-13 Thread Andreas Hasenack
As I said, it's a beef that brazilians have with the us international
layout since life began. We don't like having to use altgr + ,.
Eventually the ~200milion population won the debate, and MacOS uses '+c,
Windows uses '+c, and Ubuntu used to use '+c. Note this is probably only
for pt_BR (those 200 million people), pt_PT and others probably settled
on ' + c producing ć.

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

Title:
  impish firefox:' + c = ć instead of ç

Status in firefox package in Ubuntu:
  New

Bug description:
  Since I upgraded to impish, firefox is the only application on my
  desktop which produces "ć" instead of "ç" when I enter the combination
  "'" + "c". I suspect it's because now it's a snap, and is not
  respecting some system-wide configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1946769/+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 1946978] [NEW] Bottom side of `Show Application` button is 1px too short

2021-10-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This is more annoying than I'd like to admit, please take a look at the 
attached video
As I hope you can see, the left side is unaffected
This occurs both in Wayland and X11, and it's always the bottom side regardless 
of the position of the dock
I am on 21.10 and don't remember this occurring in 21.04

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


** Tags: impish
-- 
Bottom side of `Show Application` button is 1px too short
https://bugs.launchpad.net/bugs/1946978
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to gnome-shell in Ubuntu.

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


[Desktop-packages] [Bug 1946978] Re: Bottom side of `Show Application` button is 1px too short

2021-10-13 Thread Brian Murray
** Package changed: ubuntu => gnome-shell (Ubuntu)

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

Title:
  Bottom side of `Show Application` button is 1px too short

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  This is more annoying than I'd like to admit, please take a look at the 
attached video
  As I hope you can see, the left side is unaffected
  This occurs both in Wayland and X11, and it's always the bottom side 
regardless of the position of the dock
  I am on 21.10 and don't remember this occurring in 21.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1946978/+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 1946717] Re: Giving up after 5 attempts. Error: Error reading from file: Invalid argument

2021-10-13 Thread Kenneth Loafman
A couple more requests:

1) Please run:
'ls -l 
/var/run/user/220586/gvfs/smb-share\:server\=ealfsafestig423.pgs\,share\=bcq_gae/vincent.cieslak/backup'

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

Title:
  Giving up after 5 attempts. Error: Error reading from file: Invalid
  argument

Status in Duplicity:
  Incomplete
Status in duplicity package in Ubuntu:
  Incomplete

Bug description:
  After ask backup, the backup check failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1946717/+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 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2021-10-13 Thread Christian Ehrhardt 
As outlined in #55 unless we identify a smaller set of fixes I'm unsure
what we could do for Focal.

I'm out of ideas, the only one good thing is that it seems better in
later versions and got more rare. But I hate when I do not understand
all of a problem, here I might need help from Desktop-oriented thinking
- hence I'll subscribe the desktop team if they might know better.

** Changed in: spice-protocol (Ubuntu Focal)
   Status: Triaged => Won't Fix

** Changed in: spice-gtk (Ubuntu Focal)
   Status: Triaged => Won't Fix

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

Title:
  Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM
  guests)

Status in qemu package in Ubuntu:
  Invalid
Status in spice package in Ubuntu:
  Invalid
Status in spice-gtk package in Ubuntu:
  Fix Released
Status in spice-protocol package in Ubuntu:
  Fix Released
Status in spice-vdagent package in Ubuntu:
  Fix Released
Status in virt-manager package in Ubuntu:
  Invalid
Status in spice-gtk source package in Focal:
  Won't Fix
Status in spice-protocol source package in Focal:
  Won't Fix
Status in spice-vdagent source package in Focal:
  Invalid
Status in spice-vdagent package in Debian:
  Fix Released
Status in spice package in Fedora:
  Unknown

Bug description:
  https://gitlab.freedesktop.org/spice/linux/vd_agent/issues/9

  ---

  I'm testing Ubuntu 20.04 LTS (Focal Fossa) Beta.

  I installed Kubuntu 20.04 and virt-manager as I did many times on
  Ubuntu 18.04. Unfortunatelly when I run a VM (QEMU-KVM, libvirt,
  libspice-server1 and spice-vdagent) with another Kubuntu 20.04 guest
  or with Ubuntu 20.04 guest then clipboard doesn't work right.

  To test it, please install Kubuntu 20.04 and then install Kubuntu /
  Ubuntu 20.04 as VM (guest). Open some simple text editor and start
  Ctrl + C and Ctrl + V plain text. 90% of time it will work and 10% of
  time it won't.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: virt-manager 1:2.2.1-3ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu26
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Mon Apr 13 15:02:22 2020
  InstallationDate: Installed on 2020-04-09 (4 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  PackageArchitecture: all
  SourcePackage: virt-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1872527/+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 1946717] Re: Giving up after 5 attempts. Error: Error reading from file: Invalid argument

2021-10-13 Thread Kenneth Loafman
OK, fat-fingered the post and now we continue...

2) if #1 shows duplicity backup files, please try the verify with the
pexpect+sftp: schema rather than the files: schema to avoid gio.

3) please also provide the output of:
$ python3 -c 'import sys; print(sys.getfilesystemencoding())'

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

Title:
  Giving up after 5 attempts. Error: Error reading from file: Invalid
  argument

Status in Duplicity:
  Incomplete
Status in duplicity package in Ubuntu:
  Incomplete

Bug description:
  After ask backup, the backup check failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1946717/+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 1617630] Re: Mousepad show the warning Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus -*

2021-10-13 Thread Vasiliy Koshechkin
All GTK programs are broken. Same message:
x@warp:~$ export LANG="ru_RU.UTF-8"; leafpad
(leafpad:18666): dbind-WARNING **: 23:43:20.266: Couldn't register with 
accessibility bus: Did not receive a reply. Possible causes include: the remote 
application did not send a reply, the message bus security policy blocked the 
reply, the reply timeout expired, or the network connection was broken.

Launching with sudo or (export NO_AT_BRIDGE=1; leafpad) fix problem:
x@warp:~$ sudo leafpad
(leafpad:28016): GLib-GIO-CRITICAL **: 00:27:57.489: g_dbus_proxy_new: 
assertion 'G_IS_DBUS_CONNECTION (connection)' failed

Dbus is running.
x@warp:~$ echo $DBUS_SESSION_BUS_ADDRESS
unix:path=/run/user/1000/bus
x@warp:~$ echo $DBUS_SESSION_BUS_PID

(empty string)

This happen after upgrade from 16.04.6 to 18.04.5 (proved on another 2 PC's  
after upgrade). Kernel 5.4.0-42-generic. I have old kernels and can test with 
it. PC on MSI P67S motherboard, no suspends, just XscreenSaver.

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

Title:
  Mousepad show the warning Couldn't connect to accessibility bus:
  Failed to connect to socket /tmp/dbus -*

Status in at-spi2-core package in Ubuntu:
  Confirmed

Bug description:
  When I start mousepad in a terminal, I have this warning :

  ** (mousepad:25021): WARNING **: Couldn't connect to accessibility
  bus: Failed to connect to socket /tmp/dbus-5pX3Lo3SAH: Connexion
  refusée

  When I start it with GKSU, the warning is not displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1617630/+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 1641919] Re: hibernation has stopped working in 16.10 Yakkety Yak

2021-10-13 Thread Paride Legovini
This bug was last reported happening in Ubuntu 17.10, which is EOL,
while Ubuntu 16.04 reached end of standard support, and this bug doesn't
qualify for it.

I'm marking this bug report as Incomplete for the moment; if anybody can
confirm that Ubuntu >= Bionic is still affected by this please chime in
and we'll look at this again. Thanks!

** Changed in: nouveau-firmware (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: pm-utils (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  hibernation has stopped working in 16.10 Yakkety Yak

Status in nouveau-firmware package in Ubuntu:
  Incomplete
Status in pm-utils package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to 16.10 (from 16.04) hibernation has stopped working.
  I've been using hibernation for years already without problems (with
  some initial tuning).

  I am talking about using "pm-hibernate"

  There is a workaround to make it work I've described here:
  http://askubuntu.com/a/849679/208566

  Also, there are some warnings while updating initramfs, which had not been 
present before:
  
  sudo update-initramfs -u
  update-initramfs: Generating /boot/initrd.img-4.8.0-27-generic
  W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for 
module i915
  W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module 
i915
  

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: ubuntu-release-upgrader-core 1:16.10.8
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  Uname: Linux 4.8.0-27-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: XFCE
  Date: Tue Nov 15 12:19:19 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-06 (374 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: Upgraded to yakkety on 2016-11-12 (3 days ago)
  VarLogDistupgradeTermlog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nouveau-firmware/+bug/1641919/+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 1946992] [NEW] PCI/internal sound card not detected

2021-10-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After installing a graphics card, I cannot get the sound output to work anymore.
I initially thought it would be a bios problem 
(https://askubuntu.com/questions/18417/no-sound-after-installing-a-new-graphics-card)
 but there aren't any settings I haven't tried to modify already.
Is there a chance to find the old internal sound "card" from the main board 
that I have been using before installing the GPU?

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-37-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  johannes   1537 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct 13 15:58:53 2021
InstallationDate: Installed on 2021-10-08 (5 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/04/2017
dmi.bios.release: 5.12
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.00
dmi.board.asset.tag: Default string
dmi.board.name: Z370 PC PRO (MS-7B49)
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: 1.0
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00:bd09/04/2017:br5.12:svnMicro-StarInternationalCo.,Ltd.:pnMS-7B49:pvr1.0:skuDefaultstring:rvnMicro-StarInternationalCo.,Ltd.:rnZ370PCPRO(MS-7B49):rvr1.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr1.0:
dmi.product.family: Default string
dmi.product.name: MS-7B49
dmi.product.sku: Default string
dmi.product.version: 1.0
dmi.sys.vendor: Micro-Star International Co., Ltd.

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


** Tags: amd64 apport-bug focal
-- 
PCI/internal sound card not detected
https://bugs.launchpad.net/bugs/1946992
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to alsa-driver in Ubuntu.

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


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

2021-10-13 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/1946992

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  After installing a graphics card, I cannot get the sound output to work 
anymore.
  I initially thought it would be a bios problem 
(https://askubuntu.com/questions/18417/no-sound-after-installing-a-new-graphics-card)
 but there aren't any settings I haven't tried to modify already.
  Is there a chance to find the old internal sound "card" from the main board 
that I have been using before installing the GPU?

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
  Uname: Linux 5.11.0-37-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.20
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  johannes   1537 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 13 15:58:53 2021
  InstallationDate: Installed on 2021-10-08 (5 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/04/2017
  dmi.bios.release: 5.12
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00
  dmi.board.asset.tag: Default string
  dmi.board.name: Z370 PC PRO (MS-7B49)
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00:bd09/04/2017:br5.12:svnMicro-StarInternationalCo.,Ltd.:pnMS-7B49:pvr1.0:skuDefaultstring:rvnMicro-StarInternationalCo.,Ltd.:rnZ370PCPRO(MS-7B49):rvr1.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr1.0:
  dmi.product.family: Default string
  dmi.product.name: MS-7B49
  dmi.product.sku: Default string
  dmi.product.version: 1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1946992/+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 1946558] Re: [SRU] libreoffice 7.2.2 for impish

2021-10-13 Thread Rico Tzschichholz
** Description changed:

  [Impact]
  
   * LibreOffice 7.2.2 is in its second bugfix release of the 7.2 line:
   https://wiki.documentfoundation.org/ReleasePlan/7.2#7.2.2_release
  
-  * Version 7.2.1 is currently released in impish. For a list of fixed bugs 
compared to 7.2.1 see the list of bugs fixed in the release candidates of 7.2.2 
(that's a total of ? bugs):
+  * Version 7.2.1 is currently released in impish. For a list of fixed bugs 
compared to 7.2.1 see the list of bugs fixed in the release candidates of 7.2.2 
(that's a total of 68 bugs):
   https://wiki.documentfoundation.org/Releases/7.2.2/RC1#List_of_fixed_bugs
   https://wiki.documentfoundation.org/Releases/7.2.2/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_72/854/
  
    * 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.
  * [amd64] 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish-libreoffice-libreoffice-prereleases/impish/amd64/libr/libreoffice/20211010_212128_a2213@/log.gz
  * [arm64] 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish-libreoffice-libreoffice-prereleases/impish/arm64/libr/libreoffice/20211011_063847_cff27@/log.gz
  * [armhf] 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish-libreoffice-libreoffice-prereleases/impish/armhf/libr/libreoffice/20211010_152042_46a77@/log.gz
  * [ppc64el] 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish-libreoffice-libreoffice-prereleases/impish/ppc64el/libr/libreoffice/20211010_131403_b895a@/log.gz
  * [s390x] 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish-libreoffice-libreoffice-prereleases/impish/s390x/libr/libreoffice/20211010_145947_98155@/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 ? bug fixes always carries the
+  * A minor release with a total of 68 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/1946558

Title:
  [SRU] libreoffice 7.2.2 for impish

Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  [Impact]

   * LibreOffice 7.2.2 is in its second bugfix release of the 7.2 line:
   https://wiki.documentfoundation.org/ReleasePlan/7.2#7.2.2_release

   * Version 7.2.1 is currently released in impish. For a list of fixed bugs 
compared to 7.2.1 see the list of bugs fixed in the release candidates of 7.2.2 
(that's a total of 68 bugs):
   https://wiki.documentfoundation.org/Releases/7.2.2/RC1#List_of_fixed_bugs
   https://wiki.documentfoundation.org/Releases/7.2.2/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_72/854/

    * 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
     

[Desktop-packages] [Bug 1946969] [NEW] ibus-x11 does not start automatically

2021-10-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

ibus-x11 does not start automatically due to Xwayland on demand by default.
IBus user does not input any cjkv languages before start to ibus-x11 or 
xwayland process.

Steps to reproduce:

1. run Ubuntu 21.10 installer
2. select Japanese language
3. finish to install and reboot
4. login
5. push Windows key + Space key and select Japanese (Mozc)
6. run gedit
7. push Hankaku/Zenkaku key

Expected results:

show any Japanese characters

Actual results:

input any alphabetical key which I push

observation:

This may be mutter's matter. 
Xwayland on demand by default
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1673

workaround:

1. run gnome-terminal and run command "ibus-daemon -rxd"
2. run any xwayland application like Libreoffice
3. use X session
4. restart IBus automatically when log in

exaple: 
$ sudo editor /etc/xdg/autostart/ibus-autostart.desktop

[Desktop Entry]
Name=ibus-autostart
Exec=sh -c 'if [ "${IM_CONFIG_CHECK_ENV}" = "1" ] && [ "${XDG_SESSION_TYPE}" = 
"wayland" ] && [ "${XDG_CURRENT_DESKTOP}" = "ubuntu:GNOME" ] || [ 
"${XDG_CURRENT_DESKTOP}" = "GNOME" ]; then ibus-daemon -rxd true; fi'
TryExec=ibus-daemon
Type=Application

** Affects: im-config (Ubuntu)
 Importance: High
 Assignee: Gunnar Hjalmarsson (gunnarhj)
 Status: In Progress


** Tags: bot-comment
-- 
ibus-x11 does not start automatically
https://bugs.launchpad.net/bugs/1946969
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to im-config in Ubuntu.

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


[Desktop-packages] [Bug 1946969] Re: ibus-x11 does not start automatically

2021-10-13 Thread Gunnar Hjalmarsson
Hi Ikuya, Mitsuya!

Confirmed here as well.

My understanding is that not all IBus IMs need ibus-x11, which may
explain why the GNOME folks didn't notice this issue as regards ibus-
mozc. It would be good if any of you could submit an upstream GNOME
issue. I suppose that candidate projects are mutter and gnome-shell.

In the meantime im-config is the natural package for a workaround. This
PPA:

https://launchpad.net/~gunnarhj/+archive/ubuntu/im-config

contains a modified im-config, which I think deals with the issue for
now. I chose to edit two existing files instead of adding yet another
autostart script.

Please let me know if you consider the im-config change to be
sufficient, and also if you see any adverse side effects. If it's ok, we
should make an SRU soon after the 21.10 release.

** Package changed: ubuntu => im-config (Ubuntu)

** Changed in: im-config (Ubuntu)
   Importance: Undecided => High

** Changed in: im-config (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: im-config (Ubuntu)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

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

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

** Tags added: impish regression-release

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

Title:
  ibus-x11 does not start automatically

Status in gnome-shell package in Ubuntu:
  New
Status in im-config package in Ubuntu:
  In Progress
Status in mutter package in Ubuntu:
  New

Bug description:
  ibus-x11 does not start automatically due to Xwayland on demand by default.
  IBus user does not input any cjkv languages before start to ibus-x11 or 
xwayland process.

  Steps to reproduce:

  1. run Ubuntu 21.10 installer
  2. select Japanese language
  3. finish to install and reboot
  4. login
  5. push Windows key + Space key and select Japanese (Mozc)
  6. run gedit
  7. push Hankaku/Zenkaku key

  Expected results:

  show any Japanese characters

  Actual results:

  input any alphabetical key which I push

  observation:

  This may be mutter's matter. 
  Xwayland on demand by default
  https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1673

  workaround:

  1. run gnome-terminal and run command "ibus-daemon -rxd"
  2. run any xwayland application like Libreoffice
  3. use X session
  4. restart IBus automatically when log in

  exaple: 
  $ sudo editor /etc/xdg/autostart/ibus-autostart.desktop

  [Desktop Entry]
  Name=ibus-autostart
  Exec=sh -c 'if [ "${IM_CONFIG_CHECK_ENV}" = "1" ] && [ "${XDG_SESSION_TYPE}" 
= "wayland" ] && [ "${XDG_CURRENT_DESKTOP}" = "ubuntu:GNOME" ] || [ 
"${XDG_CURRENT_DESKTOP}" = "GNOME" ]; then ibus-daemon -rxd true; fi'
  TryExec=ibus-daemon
  Type=Application

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1946969/+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 1947029] [NEW] Its saying about my hard disk having an error and i really need help

2021-10-13 Thread Sameer Njoroge
Public bug reported:

it also stopped ubuntu from installing

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: udisks2 2.8.4-1ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckMismatches: ./casper/filesystem.squashfs
CasperMD5CheckResult: fail
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
CustomUdevRuleFiles: 70-snap.snap-store.rules 70-snap.snapd.rules
Date: Wed Oct 13 21:53:17 2021
LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
MachineType: Dell Inc. Inspiron 3521
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/username.seed 
maybe-ubiquity quiet splash ---
SourcePackage: udisks2
Symptom: storage
Title: No permission to access files on storage device
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/21/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0N1XH2
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A04
dmi.ec.firmware.release: 1.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd11/21/2012:efr1.1:svnDellInc.:pnInspiron3521:pvrA04:rvnDellInc.:rn0N1XH2:rvrA00:cvnDellInc.:ct8:cvrA04:
dmi.product.family: 103C_5335KV
dmi.product.name: Inspiron 3521
dmi.product.sku: xxx123x#ABA
dmi.product.version: A04
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug focal

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

Title:
  Its saying about my hard disk having an error and i really need help

Status in udisks2 package in Ubuntu:
  New

Bug description:
  it also stopped ubuntu from installing

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: udisks2 2.8.4-1ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-27-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckMismatches: ./casper/filesystem.squashfs
  CasperMD5CheckResult: fail
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  CustomUdevRuleFiles: 70-snap.snap-store.rules 70-snap.snapd.rules
  Date: Wed Oct 13 21:53:17 2021
  LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  MachineType: Dell Inc. Inspiron 3521
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  SourcePackage: udisks2
  Symptom: storage
  Title: No permission to access files on storage device
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/21/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0N1XH2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A04
  dmi.ec.firmware.release: 1.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd11/21/2012:efr1.1:svnDellInc.:pnInspiron3521:pvrA04:rvnDellInc.:rn0N1XH2:rvrA00:cvnDellInc.:ct8:cvrA04:
  dmi.product.family: 103C_5335KV
  dmi.product.name: Inspiron 3521
  dmi.product.sku: xxx123x#ABA
  dmi.product.version: A04
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1947029/+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 1946969] Re: ibus-x11 does not start automatically

2021-10-13 Thread Gunnar Hjalmarsson
Hi Osamu,

This issue is reasonably present in bookworm too, and also your eyes on
the patch in the PPA would be appreciated. Especially there is one thing
I'm not sure about: To make it work I had to set IM_CONFIG_CHECK_ENV=0,
and with that bypass the check in im-launch.

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

Title:
  ibus-x11 does not start automatically

Status in gnome-shell package in Ubuntu:
  New
Status in im-config package in Ubuntu:
  In Progress
Status in mutter package in Ubuntu:
  New

Bug description:
  ibus-x11 does not start automatically due to Xwayland on demand by default.
  IBus user does not input any cjkv languages before start to ibus-x11 or 
xwayland process.

  Steps to reproduce:

  1. run Ubuntu 21.10 installer
  2. select Japanese language
  3. finish to install and reboot
  4. login
  5. push Windows key + Space key and select Japanese (Mozc)
  6. run gedit
  7. push Hankaku/Zenkaku key

  Expected results:

  show any Japanese characters

  Actual results:

  input any alphabetical key which I push

  observation:

  This may be mutter's matter. 
  Xwayland on demand by default
  https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1673

  workaround:

  1. run gnome-terminal and run command "ibus-daemon -rxd"
  2. run any xwayland application like Libreoffice
  3. use X session
  4. restart IBus automatically when log in

  exaple: 
  $ sudo editor /etc/xdg/autostart/ibus-autostart.desktop

  [Desktop Entry]
  Name=ibus-autostart
  Exec=sh -c 'if [ "${IM_CONFIG_CHECK_ENV}" = "1" ] && [ "${XDG_SESSION_TYPE}" 
= "wayland" ] && [ "${XDG_CURRENT_DESKTOP}" = "ubuntu:GNOME" ] || [ 
"${XDG_CURRENT_DESKTOP}" = "GNOME" ]; then ibus-daemon -rxd true; fi'
  TryExec=ibus-daemon
  Type=Application

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1946969/+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 1947032] [NEW] I can't install ubuntu

2021-10-13 Thread Sameer Njoroge
Public bug reported:

It keeps on telling me i need a disk to boot from and i already insert
one

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

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

Title:
  I can't install ubuntu

Status in udisks2 package in Ubuntu:
  New

Bug description:
  It keeps on telling me i need a disk to boot from and i already insert
  one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1947032/+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 1947033] [NEW] video driver not detected

2021-10-13 Thread Javad Kazemi
Public bug reported:

My intel video card can not be detected ob ubuntu 18.04

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 5.4.0-87.98~18.04.1-generic 5.4.140
Uname: Linux 5.4.0-87-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.26
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct 13 21:22:53 2021
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Device [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:5088]
InstallationDate: Installed on 2021-10-13 (0 days ago)
InstallationMedia: Ubuntu 18.04.6 LTS "Bionic Beaver" - Release amd64 (20210915)
MachineType: LENOVO 20TBS0WY00
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-87-generic 
root=UUID=10fbaf52-7d04-4fb1-bc3e-fe0d7dcad9aa ro quiet splash vt.handoff=1
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/05/2021
dmi.bios.vendor: LENOVO
dmi.bios.version: R1EET32W(1.32 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20TBS0WY00
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrR1EET32W(1.32):bd01/05/2021:svnLENOVO:pn20TBS0WY00:pvrThinkPadE14Gen2:rvnLENOVO:rn20TBS0WY00:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad E14 Gen 2
dmi.product.name: 20TBS0WY00
dmi.product.sku: LENOVO_MT_20TB_BU_Think_FM_ThinkPad E14 Gen 2
dmi.product.version: ThinkPad E14 Gen 2
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  video driver not detected

Status in xorg package in Ubuntu:
  New

Bug description:
  My intel video card can not be detected ob ubuntu 18.04

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.4.0-87.98~18.04.1-generic 5.4.140
  Uname: Linux 5.4.0-87-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.26
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 13 21:22:53 2021
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5088]
  InstallationDate: Installed on 2021-10-13 (0 days ago)
  InstallationMedia: Ubuntu 18.04.6 LTS "Bionic Beaver" - Release amd64 
(20210915)
  MachineType: LENOVO 20TBS0WY00
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-87-generic 
root=UUID=10fbaf52-7d04-4fb1-bc3e-fe0d7dcad9aa ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/05/2021
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R1EET32W(1.32 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20TBS0WY00
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR1EET32W(1.32):bd01/05/2021:svnLENOVO:pn20TBS0WY00:pvrThinkPadE14Gen2:rvnLENOVO:rn20TBS0WY00:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E14 Gen 2
  dmi.product.name: 20TBS0WY00
  dmi.product.sku: LENOVO_MT_20TB_BU_Think_FM_ThinkPad E14 Gen 2
  dmi.product.version: ThinkPad E14 Gen 2
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notificati

[Desktop-packages] [Bug 1947018] [NEW] Does not let me execute any command via GUI or CLI

2021-10-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

There are few problems that started on display. Note: There is no image
distortion or breaks or no blue/black screen.

Examples of issues that I have been experiencing are as follows-

1. Characters get deleted when I type, especially when I hit Spacebar. Tried to 
toggle Insert but didn't help.
2. Something, I dont know what, does not let me use right click pop window. It 
disappears instantly. e.g right click on desktop screen, drop down click to 
power off, or right click to application in taskbar etc.
3. If I try to launch activities, it disappears instantly. I try multiple time 
but it won't let me access it.
4. Commands do not appear as I type in Terminal. For example, when I type 'sudo 
apt-get update', the terminal takes only sudo, and does not allow me to enter 
character further and then executes just 'sudo' command.
5.Netflix/Youtube on Chrome will not let me maximise the screen. If I do so it 
instantly reverts to small/default screen.
6. All of a sudden, especially Netflix window will start flickering, and would 
not resolve unless I power off and start again.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-88.99-generic 5.4.140
Uname: Linux 5.4.0-88-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct 13 23:00:30 2021
DistUpgraded: 2021-01-21 16:29:36,380 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))
DistributionChannelDescriptor:
 # This is the distribution channel descriptor for the OEM CDs
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-bionic-amd64-20180608-47+bison-elk-cougar-mlk+X54
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus: oem-pci-sunix-1769839-xenial-osp1, 2.0.4.4ubuntu2, 4.15.0-1080-oem, 
x86_64: installed (WARNING! Diff between built and installed module!)
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation UHD Graphics 630 (Desktop) [8086:3e92] (prog-if 00 [VGA 
controller])
   Subsystem: Dell UHD Graphics 630 (Desktop) [1028:092f]
 Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 / 
Radeon 520 OEM] [1002:6611] (rev 87) (prog-if 00 [VGA controller])
   Subsystem: Dell Oland [Radeon HD 8570 / R7 240/340 / Radeon 520 OEM] 
[1028:1711]
InstallationDate: Installed on 2019-10-03 (741 days ago)
InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 413c:301a Dell Computer Corp. Dell MS116 USB Optical 
Mouse
 Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 1M
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
 |__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
 |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
 |__ Port 10: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
MachineType: Dell Inc. OptiPlex 5070
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-88-generic 
root=UUID=e9c0c50d-bbd2-4ca2-8775-47eccf91a03e ro mem_sleep_default=deep quiet 
splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to focal on 2021-01-21 (265 days ago)
dmi.bios.date: 06/07/2021
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.8.4
dmi.board.name: 0YJMC0
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.4:bd06/07/2021:svnDellInc.:pnOptiPlex5070:pvr:rvnDellInc.:rn0YJMC0:rvrA01:cvnDellInc.:ct3:cvr:
dmi.product.family: OptiPlex
dmi.product.name: OptiPlex 5070
dmi.product.sku: 092F
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~20.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.3~20.04.2
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu
-- 
Does not let me execute any comma

[Desktop-packages] [Bug 1947018] Re: Does not let me execute any command via GUI or CLI

2021-10-13 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => xorg (Ubuntu)

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

Title:
  Does not let me execute any command via GUI or CLI

Status in xorg package in Ubuntu:
  New

Bug description:
  There are few problems that started on display. Note: There is no
  image distortion or breaks or no blue/black screen.

  Examples of issues that I have been experiencing are as follows-

  1. Characters get deleted when I type, especially when I hit Spacebar. Tried 
to toggle Insert but didn't help.
  2. Something, I dont know what, does not let me use right click pop window. 
It disappears instantly. e.g right click on desktop screen, drop down click to 
power off, or right click to application in taskbar etc.
  3. If I try to launch activities, it disappears instantly. I try multiple 
time but it won't let me access it.
  4. Commands do not appear as I type in Terminal. For example, when I type 
'sudo apt-get update', the terminal takes only sudo, and does not allow me to 
enter character further and then executes just 'sudo' command.
  5.Netflix/Youtube on Chrome will not let me maximise the screen. If I do so 
it instantly reverts to small/default screen.
  6. All of a sudden, especially Netflix window will start flickering, and 
would not resolve unless I power off and start again.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-88.99-generic 5.4.140
  Uname: Linux 5.4.0-88-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.20
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 13 23:00:30 2021
  DistUpgraded: 2021-01-21 16:29:36,380 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))
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20180608-47+bison-elk-cougar-mlk+X54
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus: oem-pci-sunix-1769839-xenial-osp1, 2.0.4.4ubuntu2, 
4.15.0-1080-oem, x86_64: installed (WARNING! Diff between built and installed 
module!)
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation UHD Graphics 630 (Desktop) [8086:3e92] (prog-if 00 [VGA 
controller])
 Subsystem: Dell UHD Graphics 630 (Desktop) [1028:092f]
   Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 / 
Radeon 520 OEM] [1002:6611] (rev 87) (prog-if 00 [VGA controller])
 Subsystem: Dell Oland [Radeon HD 8570 / R7 240/340 / Radeon 520 OEM] 
[1028:1711]
  InstallationDate: Installed on 2019-10-03 (741 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:301a Dell Computer Corp. Dell MS116 USB Optical 
Mouse
   Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 1M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
   |__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
   |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
   |__ Port 10: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 
1.5M
  MachineType: Dell Inc. OptiPlex 5070
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-88-generic 
root=UUID=e9c0c50d-bbd2-4ca2-8775-47eccf91a03e ro mem_sleep_default=deep quiet 
splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2021-01-21 (265 days ago)
  dmi.bios.date: 06/07/2021
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.4
  dmi.board.name: 0YJMC0
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.4:bd06/07/2021:svnDellInc.:pnOptiPlex5070:pvr:rvnDellInc.:rn0YJMC0:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.family: OptiPlex
  dmi.product.name: OptiPlex 5070
  dmi.product.sku: 092F
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.105-3~20.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.3~20.04.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2

[Desktop-packages] [Bug 1940836] Re: Libreoffice Calc rendering very slow on GTK3

2021-10-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Libreoffice Calc rendering very slow on GTK3

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  I'm on a MATE 20.04 machine, with Nvidia proprietary drivers (for
  reference, can't use Nouveau, since my machine doesn't boot with it).

  Libreoffice Calc renders slow. The delay is very noticeable, even when
  just typing characters.

  If I remove the GTK3 styling (`libreoffice-gtk3` package), then the
  rendering speed is fine (but of course, the program is unstyled, with
  some workflow consequences).

  I've tried to run on GTK2 (`libreoffice-gtk2` package installed), but
  I see Calc as unstyled, so it seems it's not actually running on GTK2.

  I've also tried to disable HW acceleration, but there is no
  improvement.

  I don't experience this slowness on any other program on my
  installation.

  I've noticed that when there's a delay, the Xorg process CPU
  occupation skyrockets (depending on how fast I type, it may go even to
  100% (single thread)).

  I've reproduced the same problem on all the LO versions, from the
  default (6.4.7) to the latest (7.2).

  The kernel version doesn't affect the problem as well (experienced on
  different 5.x versions).

  I've tried a packaged LO (from https://libreoffice.soluzioniopen.com),
  and it has the same behavior.

  I'd be perfectly happy to run on GTK2 as workaround, if that allowed
  persistent copy/paste :)

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libreoffice-calc 1:6.4.7-0ubuntu0.20.04.1
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Mon Aug 23 15:21:08 2021
  InstallationDate: Installed on 2020-07-01 (418 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1940836/+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 1946599]

2021-10-13 Thread Ryanvm
Comment on attachment 9244377
Bug 1732580 - Allow read access to files under $SNAP/ in the webcontent sandbox.

Approved for 94.0b5.

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946599]

2021-10-13 Thread Ryanvm
Comment on attachment 9244377
Bug 1732580 - Allow read access to files under $SNAP/ in the webcontent sandbox.

Approved for 91.3esr.

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946599]

2021-10-13 Thread Ryanvm
Does this need an ESR91 approval request also?

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946599]

2021-10-13 Thread Olivier Tilloy
Yes indeed, this is clearly a candidate for an ESR91 uplift. Thanks for
the suggestion Ryan.

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946599]

2021-10-13 Thread Olivier Tilloy
Comment on attachment 9244377
Bug 1732580 - Allow read access to files under $SNAP/ in the webcontent sandbox.

### ESR Uplift Approval Request
* **If this is not a sec:{high,crit} bug, please state case for ESR 
consideration**: Snap packaging has changed significantly between ESR78 and 
ESR91. In ESR78 WebGL works in Wayland sessions, whereas it doesn't in ESR91, 
making it a very visible functional regression.
* **User impact if declined**: WebGL doesn't work for users of the firefox snap 
in Wayland sessions.
* **Fix Landed on Version**: 94.0b5
* **Risk to taking this patch**: Low
* **Why is the change risky/not risky? (and alternatives if risky)**: Not risky 
because only the snap package is affected (the sandbox allows one additional 
folder for readonly access if the $SNAP environment variable is set).
* **String or UUID changes made by this patch**:

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946599]

2021-10-13 Thread Ryanvm
Looks like this depends on bug 1718084, though?

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946599]

2021-10-13 Thread Ryanvm
https://hg.mozilla.org/releases/mozilla-beta/rev/111441e21e18

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1940836] Re: Libreoffice Calc rendering very slow on GTK3

2021-10-13 Thread hackel
Experiencing similar slowdowns running the LibreOffice 7.2 snap on
Ubuntu 21.04.  After clicking on a cell, it takes ~1.5 seconds for the
display to update and show the cell as highlighted.  Text doesn't appear
for ~1 second after being typed.  All the while the Xorg process is
pegged at 100%.  Also stuck using Nvidia proprietary drivers on this
machine.

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

Title:
  Libreoffice Calc rendering very slow on GTK3

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  I'm on a MATE 20.04 machine, with Nvidia proprietary drivers (for
  reference, can't use Nouveau, since my machine doesn't boot with it).

  Libreoffice Calc renders slow. The delay is very noticeable, even when
  just typing characters.

  If I remove the GTK3 styling (`libreoffice-gtk3` package), then the
  rendering speed is fine (but of course, the program is unstyled, with
  some workflow consequences).

  I've tried to run on GTK2 (`libreoffice-gtk2` package installed), but
  I see Calc as unstyled, so it seems it's not actually running on GTK2.

  I've also tried to disable HW acceleration, but there is no
  improvement.

  I don't experience this slowness on any other program on my
  installation.

  I've noticed that when there's a delay, the Xorg process CPU
  occupation skyrockets (depending on how fast I type, it may go even to
  100% (single thread)).

  I've reproduced the same problem on all the LO versions, from the
  default (6.4.7) to the latest (7.2).

  The kernel version doesn't affect the problem as well (experienced on
  different 5.x versions).

  I've tried a packaged LO (from https://libreoffice.soluzioniopen.com),
  and it has the same behavior.

  I'd be perfectly happy to run on GTK2 as workaround, if that allowed
  persistent copy/paste :)

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libreoffice-calc 1:6.4.7-0ubuntu0.20.04.1
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Mon Aug 23 15:21:08 2021
  InstallationDate: Installed on 2020-07-01 (418 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1940836/+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 1946599]

2021-10-13 Thread Olivier Tilloy
If pulling in the patches from bug 1718084 is deemed too risky for ESR91, I can 
rework this patch to not depend on them.
That would imply no unit tests, but on the upside the patch would be trivial.

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946599]

2021-10-13 Thread Ryanvm
https://hg.mozilla.org/releases/mozilla-esr91/rev/13c638762db7

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946599]

2021-10-13 Thread Olivier Tilloy
Yes, I hadn't realized this, but it depends on bug 1718084 indeed.

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946599]

2021-10-13 Thread Ryanvm
I think we should take it unless there's a strong reason I'm missing.
It's been baking for a couple months now, we're early in the ESR91
lifespan, and I won't be surprised if we eventually need to backport
other patches that depend on it.

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

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  In Progress

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1946599/+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 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file des

2021-10-13 Thread Norbert
The following method of VTE compilation does not work:

```
sudo sed -i "s/# deb-src/deb-src/g" /etc/apt/sources.list
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get build-dep vte2.91

cd ~/Downloads
wget 
http://archive.ubuntu.com/ubuntu/pool/main/v/vte2.91/vte2.91_0.62.3.orig.tar.gz
tar -xf vte2.91_0.62.3.orig.tar.gz
cd vte-0.62.3
wget 
http://archive.ubuntu.com/ubuntu/pool/main/v/vte2.91/vte2.91_0.62.3-1ubuntu1.debian.tar.xz
tar -xf vte2.91_0.62.3-1ubuntu1.debian.tar.xz
rm vte2.91_0.62.3-1ubuntu1.debian.tar.xz

dpkg-buildpackage -us -us -b
```

with the following errors:

```
dpkg-buildpackage: info: source package vte2.91
dpkg-buildpackage: info: source version 0.62.3-1ubuntu1
dpkg-buildpackage: info: source distribution hirsute
dpkg-buildpackage: info: source changed by Gunnar Hjalmarsson 

dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/i/Downloads/vte-0.62.3'
dh_auto_clean --builddirectory=build-deb
make[1]: Leaving directory '/home/i/Downloads/vte-0.62.3'
   dh_gnome_clean
   debian/rules override_dh_clean
make[1]: Entering directory '/home/i/Downloads/vte-0.62.3'
rm -f debian/libvte-2.91-common.install.kfreebsd
rm -f debian/libvte-2.91-common.install.hurd
dh_clean
make[1]: Leaving directory '/home/i/Downloads/vte-0.62.3'
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/i/Downloads/vte-0.62.3'
dh_auto_configure --builddirectory=build-deb -- -Ddocs=true -Dgir=true 
-Dgnutls=true
cd build-deb && LC_ALL=C.UTF-8 meson .. --wrap-mode=nodownload 
--buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=lib/x86_64-linux-gnu -Ddocs=true -Dgir=true -Dgnutls=true
The Meson build system
Version: 0.56.2
Source dir: /home/i/Downloads/vte-0.62.3
Build dir: /home/i/Downloads/vte-0.62.3/build-deb
Build type: native build
Project name: vte
Project version: 0.62.3
Using 'CFLAGS' from environment with value: '-g -O2 
-ffile-prefix-map=/home/i/Downloads/vte-0.62.3=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -Wformat -Werror=format-security'
Using 'LDFLAGS' from environment with value: '-Wl,-Bsymbolic-functions 
-flto=auto -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs'
Using 'CPPFLAGS' from environment with value: '-Wdate-time -D_FORTIFY_SOURCE=2'
C compiler for the host machine: cc (gcc 11.2.0 "cc (Ubuntu 11.2.0-7ubuntu2) 
11.2.0")
C linker for the host machine: cc ld.bfd 2.37
Using 'CXXFLAGS' from environment with value: '-g -O2 
-ffile-prefix-map=/home/i/Downloads/vte-0.62.3=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -Wformat -Werror=format-security'
Using 'LDFLAGS' from environment with value: '-Wl,-Bsymbolic-functions 
-flto=auto -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs'
Using 'CPPFLAGS' from environment with value: '-Wdate-time -D_FORTIFY_SOURCE=2'
C++ compiler for the host machine: c++ (gcc 11.2.0 "c++ (Ubuntu 
11.2.0-7ubuntu2) 11.2.0")
C++ linker for the host machine: c++ ld.bfd 2.37
Using 'CFLAGS' from environment with value: '-g -O2 
-ffile-prefix-map=/home/i/Downloads/vte-0.62.3=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -Wformat -Werror=format-security'
Using 'LDFLAGS' from environment with value: '-Wl,-Bsymbolic-functions 
-flto=auto -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs'
Using 'CPPFLAGS' from environment with value: '-Wdate-time -D_FORTIFY_SOURCE=2'
Using 'CXXFLAGS' from environment with value: '-g -O2 
-ffile-prefix-map=/home/i/Downloads/vte-0.62.3=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -Wformat -Werror=format-security'
Using 'LDFLAGS' from environment with value: '-Wl,-Bsymbolic-functions 
-flto=auto -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs'
Using 'CPPFLAGS' from environment with value: '-Wdate-time -D_FORTIFY_SOURCE=2'
Host machine cpu family: x86_64
Host machine cpu: x86_64
Has header "locale.h" : YES 
Has header "pty.h" : YES 
Has header "stropts.h" : NO 
Has header "sys/resource.h" : YES 
Has header "sys/select.h" : YES 
Has header "sys/syslimits.h" : NO 
Has header "sys/termios.h" : YES 
Has header "sys/types.h" : YES 
Has header "sys/wait.h" : YES 
Has header "termios.h" : YES 
Has header "util.h" : NO 
Has header "wchar.h" : YES 
Header  has symbol "TIOCGWINSZ" : YES 
Checking for function "fork" : YES 
Checking for function "grantpt" : YES 
Checking for function "posix_openpt" : YES 
Checking for function "ptsname" : YES 
Checking for function "tcgetattr" : YES 
Checking for function "unlockpt" : YES 
Checking for function "explicit_bzero" : YES 
Checking for function "fdwalk" : NO 
Checking for function "pread" : YES 
Checking for function "pwrite" : YES 
Checking for function "strchrnul" : YES 
Library m found: YES
Checking for function "ceil" with dependency -lm: YES 
Checking for function "floor" with dependency -lm: YES 
Checking for function "

[Desktop-packages] [Bug 1946969] Re: ibus-x11 does not start automatically

2021-10-13 Thread Ikuya Awashiro
** Description changed:

  ibus-x11 does not start automatically due to Xwayland on demand by default.
  IBus user does not input any cjkv languages before start to ibus-x11 or 
xwayland process.
  
  Steps to reproduce:
  
  1. run Ubuntu 21.10 installer
  2. select Japanese language
  3. finish to install and reboot
  4. login
- 5. push Windows key + Space key and select Japanese (Mozc)
- 6. run gedit
- 7. push Hankaku/Zenkaku key
+ 5. reboot
+ 6. login
+ 7. push Windows key + Space key and select Japanese (Mozc)
+ 8. run gedit
+ 9. push Hankaku/Zenkaku key
  
  Expected results:
  
  show any Japanese characters
  
  Actual results:
  
  input any alphabetical key which I push
  
  observation:
  
- This may be mutter's matter. 
+ This may be mutter's matter.
  Xwayland on demand by default
  https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1673
  
  workaround:
  
  1. run gnome-terminal and run command "ibus-daemon -rxd"
  2. run any xwayland application like Libreoffice
  3. use X session
  4. restart IBus automatically when log in
  
- exaple: 
+ exaple:
  $ sudo editor /etc/xdg/autostart/ibus-autostart.desktop
  
  [Desktop Entry]
  Name=ibus-autostart
  Exec=sh -c 'if [ "${IM_CONFIG_CHECK_ENV}" = "1" ] && [ "${XDG_SESSION_TYPE}" 
= "wayland" ] && [ "${XDG_CURRENT_DESKTOP}" = "ubuntu:GNOME" ] || [ 
"${XDG_CURRENT_DESKTOP}" = "GNOME" ]; then ibus-daemon -rxd true; fi'
  TryExec=ibus-daemon
  Type=Application

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

Title:
  ibus-x11 does not start automatically

Status in gnome-shell package in Ubuntu:
  New
Status in im-config package in Ubuntu:
  In Progress
Status in mutter package in Ubuntu:
  New

Bug description:
  ibus-x11 does not start automatically due to Xwayland on demand by default.
  IBus user does not input any cjkv languages before start to ibus-x11 or 
xwayland process.

  Steps to reproduce:

  1. run Ubuntu 21.10 installer
  2. select Japanese language
  3. finish to install and reboot
  4. login
  5. reboot
  6. login
  7. push Windows key + Space key and select Japanese (Mozc)
  8. run gedit
  9. push Hankaku/Zenkaku key

  Expected results:

  show any Japanese characters

  Actual results:

  input any alphabetical key which I push

  observation:

  This may be mutter's matter.
  Xwayland on demand by default
  https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1673

  workaround:

  1. run gnome-terminal and run command "ibus-daemon -rxd"
  2. run any xwayland application like Libreoffice
  3. use X session
  4. restart IBus automatically when log in

  exaple:
  $ sudo editor /etc/xdg/autostart/ibus-autostart.desktop

  [Desktop Entry]
  Name=ibus-autostart
  Exec=sh -c 'if [ "${IM_CONFIG_CHECK_ENV}" = "1" ] && [ "${XDG_SESSION_TYPE}" 
= "wayland" ] && [ "${XDG_CURRENT_DESKTOP}" = "ubuntu:GNOME" ] || [ 
"${XDG_CURRENT_DESKTOP}" = "GNOME" ]; then ibus-daemon -rxd true; fi'
  TryExec=ibus-daemon
  Type=Application

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1946969/+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 1718227] Re: replacement of ifupdown with netplan needs integration for /etc/network/if{up, down}.d scripts

2021-10-13 Thread Sergio Durigan Junior
FWIW, I submitted a Merge Request against the Debian nss-pam-ldapd here:

https://salsa.debian.org/debian/nss-pam-ldapd/-/merge_requests/2

Hopefully it will be accepted & merged into Ubuntu soon.  If not, I will
submit an MP to add this change as a delta to our package.

** Changed in: nss-pam-ldapd (Ubuntu)
   Status: New => Triaged

** Changed in: nss-pam-ldapd (Ubuntu)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

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

Title:
  replacement of ifupdown with netplan needs integration for
  /etc/network/if{up,down}.d scripts

Status in aiccu package in Ubuntu:
  Invalid
Status in aoetools package in Ubuntu:
  New
Status in avahi package in Ubuntu:
  New
Status in bind9 package in Ubuntu:
  Invalid
Status in chrony package in Ubuntu:
  Fix Released
Status in clamav package in Ubuntu:
  Triaged
Status in controlaula package in Ubuntu:
  Invalid
Status in ethtool package in Ubuntu:
  Triaged
Status in guidedog package in Ubuntu:
  New
Status in htpdate package in Ubuntu:
  New
Status in ifenslave package in Ubuntu:
  Won't Fix
Status in ifmetric package in Ubuntu:
  Won't Fix
Status in ifupdown-multi package in Ubuntu:
  New
Status in ifupdown-scripts-zg2 package in Ubuntu:
  Invalid
Status in isatapd package in Ubuntu:
  New
Status in lprng package in Ubuntu:
  New
Status in miredo package in Ubuntu:
  New
Status in mythtv package in Ubuntu:
  New
Status in nplan package in Ubuntu:
  New
Status in nss-pam-ldapd package in Ubuntu:
  Triaged
Status in ntp package in Ubuntu:
  Won't Fix
Status in openntpd package in Ubuntu:
  New
Status in openresolv package in Ubuntu:
  Won't Fix
Status in openssh package in Ubuntu:
  Fix Released
Status in openvpn package in Ubuntu:
  Confirmed
Status in openvswitch package in Ubuntu:
  Triaged
Status in postfix package in Ubuntu:
  New
Status in quicktun package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  New
Status in sendmail package in Ubuntu:
  New
Status in shorewall-init package in Ubuntu:
  New
Status in sidedoor package in Ubuntu:
  New
Status in slrn package in Ubuntu:
  New
Status in tinc package in Ubuntu:
  New
Status in ubuntu-fan package in Ubuntu:
  Fix Released
Status in ucarp package in Ubuntu:
  New
Status in uml-utilities package in Ubuntu:
  New
Status in uruk package in Ubuntu:
  New
Status in vlan package in Ubuntu:
  Won't Fix
Status in vzctl package in Ubuntu:
  Triaged
Status in wide-dhcpv6 package in Ubuntu:
  New
Status in wpa package in Ubuntu:
  New

Bug description:
  when network is configured with ifupdown, scripts in
  /etc/network/ifup.d/ were called on network being brought up and
  /etc/network/ifdown.d were called on network being brought down.

  Any packages that shipped these hooks need to be verified to have the
  same functionality under a netplan configured system.

  # binpkgs=$(apt-file search /etc/network/if-up | sed 's,: .*,,' | sort -u)
  # for i in $binpkgs; do
src=$(apt-cache show $i | awk '$1 == "Source:" { print $2; exit(0); }');
[ -z "$src" ] && src="$i"; echo $src; done | sort -u

  aiccu
  aoetools
  avahi
  bind9
  chrony
  clamav
  controlaula
  epoptes
  ethtool
  guidedog
  htpdate
  ifenslave
  ifmetric
  ifupdown-extra
  ifupdown-multi
  ifupdown-scripts-zg2
  isatapd
  lprng
  miredo
  mythtv-backend
  nss-pam-ldapd
  ntp
  openntpd
  openresolv
  openssh
  openvpn
  postfix
  quicktun
  resolvconf
  sendmail
  shorewall-init
  sidedoor
  slrn
  tinc
  ubuntu-fan
  ucarp
  uml-utilities
  uruk
  vlan
  vzctl
  wide-dhcpv6
  wpa

  
  Related bugs:
   * bug 1718227: replacement of ifupdown with netplan needs integration for 
/etc/network/if{up,down}.d scripts 
   * bug 1713803: replacement of resolvconf with systemd needs integration 
   * bug 1717983: replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: netplan (not installed)
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Sep 19 10:53:08 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (789 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: plan
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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

[Desktop-packages] [Bug 1947018] Re: Does not let me execute any command via GUI or CLI

2021-10-13 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Bug reporting is mostly about finding & fixing problems thus preventing
future users from hitting the same bug.

I suspect a Support site would be more appropriate, eg.
https://answers.launchpad.net/ubuntu. You can also find help with your
problem in the support forum of your local Ubuntu community
http://loco.ubuntu.com/ or asking at https://askubuntu.com or
https://ubuntuforums.org, or for more support options please look at
https://discourse.ubuntu.com/t/community-support/709

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

Title:
  Does not let me execute any command via GUI or CLI

Status in xorg package in Ubuntu:
  New

Bug description:
  There are few problems that started on display. Note: There is no
  image distortion or breaks or no blue/black screen.

  Examples of issues that I have been experiencing are as follows-

  1. Characters get deleted when I type, especially when I hit Spacebar. Tried 
to toggle Insert but didn't help.
  2. Something, I dont know what, does not let me use right click pop window. 
It disappears instantly. e.g right click on desktop screen, drop down click to 
power off, or right click to application in taskbar etc.
  3. If I try to launch activities, it disappears instantly. I try multiple 
time but it won't let me access it.
  4. Commands do not appear as I type in Terminal. For example, when I type 
'sudo apt-get update', the terminal takes only sudo, and does not allow me to 
enter character further and then executes just 'sudo' command.
  5.Netflix/Youtube on Chrome will not let me maximise the screen. If I do so 
it instantly reverts to small/default screen.
  6. All of a sudden, especially Netflix window will start flickering, and 
would not resolve unless I power off and start again.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-88.99-generic 5.4.140
  Uname: Linux 5.4.0-88-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.20
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 13 23:00:30 2021
  DistUpgraded: 2021-01-21 16:29:36,380 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))
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20180608-47+bison-elk-cougar-mlk+X54
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus: oem-pci-sunix-1769839-xenial-osp1, 2.0.4.4ubuntu2, 
4.15.0-1080-oem, x86_64: installed (WARNING! Diff between built and installed 
module!)
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation UHD Graphics 630 (Desktop) [8086:3e92] (prog-if 00 [VGA 
controller])
 Subsystem: Dell UHD Graphics 630 (Desktop) [1028:092f]
   Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 / 
Radeon 520 OEM] [1002:6611] (rev 87) (prog-if 00 [VGA controller])
 Subsystem: Dell Oland [Radeon HD 8570 / R7 240/340 / Radeon 520 OEM] 
[1028:1711]
  InstallationDate: Installed on 2019-10-03 (741 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:301a Dell Computer Corp. Dell MS116 USB Optical 
Mouse
   Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 1M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
   |__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
   |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
   |__ Port 10: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 
1.5M
  MachineType: Dell Inc. OptiPlex 5070
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-88-generic 
root=UUID=e9c0c50d-bbd2-4ca2-8775-47eccf91a03e ro mem_sleep_default=deep quiet 
splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2021-01-21 (265 days ago)
  dmi.bios.date: 06/07/2021
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.4
  dmi.board.name: 0YJMC0
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalia

[Desktop-packages] [Bug 1947032] Re: I can't install ubuntu

2021-10-13 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Bug reporting is mostly about finding & fixing problems thus preventing
future users from hitting the same bug.

I suspect a Support site would be more appropriate, eg.
https://answers.launchpad.net/ubuntu. You can also find help with your
problem in the support forum of your local Ubuntu community
http://loco.ubuntu.com/ or asking at https://askubuntu.com or
https://ubuntuforums.org, or for more support options please look at
https://discourse.ubuntu.com/t/community-support/709

Please execute the following command only once, as it will automatically
gather debugging information, in a terminal:

apport-collect 1947032

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

You've filed this about 'udisks2' (udisks is an abstraction for
enumerating block devices and performing operations on them, such as
creating file systems or mounting) and not against an installer
(ubiquity, subiquity, calamares, debian-installer etc) which doesn't
match an installation issue. You've provided no product, release details
provided (though these will be known once you complete the apport-
collect).

As such I'll mark this as incomplete.  If you believe I'm in error, you
can return the status to "New" after leaving a comment as to why.

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

Title:
  I can't install ubuntu

Status in udisks2 package in Ubuntu:
  New

Bug description:
  It keeps on telling me i need a disk to boot from and i already insert
  one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1947032/+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 1941752]

2021-10-13 Thread Tony
*** Bug 443651 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 exiv2 in Ubuntu.
https://bugs.launchpad.net/bugs/1941752

Title:
  Regression: exiv2 0.27.3-3ubuntu1.5 makes Gwenview crash when opening
  images exported by darktable

Status in Gwenview:
  Unknown
Status in exiv2 package in Ubuntu:
  Confirmed
Status in gwenview package in Ubuntu:
  Confirmed

Bug description:
  Since the recent security update of exiv2, Gwenview crashes when
  trying to open image files that got exported by darktable.

  Steps to reproduce:

  * Make a test installation of Kubuntu 21.04 in VirtualBox
  * Install all updates
  * Install darktable
  * Copy one of the images in /usr/share/wallpapers (or any other image) to 
your home directory and open it with darktable
  * Within darktable, export a copy of the image (no need to do any actual 
modifications)
  * Try to open that copy with Gwenview. Gwenview will crash.

  I'm attaching a crash report hinting that this is related to exiv2.

  Temporary workaround:
  If I downgrade libexiv2-27 to 0.27.3-3ubuntu1.4, Gwenview doesn't crash, so 
it seems the crash is related to changes in 0.27.3-3ubuntu1.5.

  I don't know if the underlying cause is actually some bug in exiv2,
  Gwenview or darktable.

  Kind regards, Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: libexiv2-27 0.27.3-3ubuntu1.5
  ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
  Uname: Linux 5.11.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Thu Aug 26 15:16:47 2021
  InstallationDate: Installed on 2021-08-26 (0 days ago)
  InstallationMedia: Kubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  SourcePackage: exiv2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwenview/+bug/1941752/+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 1936826]

2021-10-13 Thread marcopurt_6
Similar problem has been detected:

The Problem occured at startup, right after the login

reporter:   libreport-2.15.2
backtrace_rating: 4
cgroup: 
0::/user.slice/user-1000.slice/user@1000.service/session.slice/org.gnome.Shell@wayland.service
cmdline:/usr/bin/gnome-shell
crash_function: st_focus_manager_remove_group
dso_list:   /usr/bin/gnome-shell gnome-shell-40.4-1.fc34.x86_64 (Fedora 
Project) 1633731387
executable: /usr/bin/gnome-shell
journald_cursor: 
s=6e7591237ca749fbaa3126667643fdff;i=1388a;b=333aaf759a8a4fa59f2b2ce296df8ec6;m=93aa8f69;t=5ce126227a135;x=904e84a2b44dff45
kernel: 5.14.9-200.fc34.x86_64
package:gnome-shell-40.4-1.fc34
reason: gnome-shell killed by SIGSEGV
rootdir:/
runlevel:   N 5
type:   CCpp
uid:1000

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

Title:
  gnome-shell crashed with SIGSEGV in st_focus_manager_remove_group()
  [st-focus-manager.c:199]

Status in GNOME Shell:
  Unknown
Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gnome-shell package in Fedora:
  Confirmed

Bug description:
  https://errors.ubuntu.com/problem/a7fed12980ff951be9a10c4f2e04d99a23b010ae

  ---

  Testing daily Ubuntu Impish ISO 2021-07-19

  Test machine : Dell [Latitude] 7280 (i5-7300U,

  Received the error message - Ubuntu has experienced an internal error
  ...do you want to send ...etc, etc.

  This bug occurred when I was scrolling up and down on the "Settings"
  app and selected "Appearance".

  ProblemType: Crash
  DistroRelease: Ubuntu 21.10
  Package: gnome-shell 40.2-1ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-20.21+21.10.1-generic 5.11.21
  Uname: Linux 5.11.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu67
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 19 12:15:54 2021
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  GsettingsChanges:
   b'org.gnome.shell' b'welcome-dialog-last-shown-version' b"'40.2'"
   b'org.gnome.desktop.input-sources' b'sources' b"[('xkb', 'is')]"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
   b'org.gnome.desktop.privacy' b'report-technical-problems' b'true'
  InstallationDate: Installed on 2021-07-19 (0 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Alpha amd64 (20210719)
  ProcCmdline: /usr/bin/gnome-shell
  RelatedPackageVersions: mutter-common 40.2.1-1ubuntu1
  Signal: 11
  SourcePackage: gnome-shell
  StacktraceTop:
   st_focus_manager_remove_group () from /usr/lib/gnome-shell/libst-1.0.so
   g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-shell crashed with SIGSEGV in st_focus_manager_remove_group()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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

2021-10-13 Thread jadahl
Does https://koji.fedoraproject.org/koji/taskinfo?taskID=76792394 help?

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

Title:
  gnome-shell crashed with SIGSEGV in st_focus_manager_remove_group()
  [st-focus-manager.c:199]

Status in GNOME Shell:
  Unknown
Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gnome-shell package in Fedora:
  Confirmed

Bug description:
  https://errors.ubuntu.com/problem/a7fed12980ff951be9a10c4f2e04d99a23b010ae

  ---

  Testing daily Ubuntu Impish ISO 2021-07-19

  Test machine : Dell [Latitude] 7280 (i5-7300U,

  Received the error message - Ubuntu has experienced an internal error
  ...do you want to send ...etc, etc.

  This bug occurred when I was scrolling up and down on the "Settings"
  app and selected "Appearance".

  ProblemType: Crash
  DistroRelease: Ubuntu 21.10
  Package: gnome-shell 40.2-1ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-20.21+21.10.1-generic 5.11.21
  Uname: Linux 5.11.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu67
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 19 12:15:54 2021
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  GsettingsChanges:
   b'org.gnome.shell' b'welcome-dialog-last-shown-version' b"'40.2'"
   b'org.gnome.desktop.input-sources' b'sources' b"[('xkb', 'is')]"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
   b'org.gnome.desktop.privacy' b'report-technical-problems' b'true'
  InstallationDate: Installed on 2021-07-19 (0 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Alpha amd64 (20210719)
  ProcCmdline: /usr/bin/gnome-shell
  RelatedPackageVersions: mutter-common 40.2.1-1ubuntu1
  Signal: 11
  SourcePackage: gnome-shell
  StacktraceTop:
   st_focus_manager_remove_group () from /usr/lib/gnome-shell/libst-1.0.so
   g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-shell crashed with SIGSEGV in st_focus_manager_remove_group()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1936826/+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 1947058] [NEW] Options missing in arm64 build compared to amd64 build

2021-10-13 Thread fprietog
Public bug reported:

There are some options missing in the arm64 built compared to the same
amd64 build: the arm64 build misses the rightmost icon that includes the
"Extensions", "About" and "Exit" options.

Here are both screenshots from amd64 and arm64 builds, same gnome-todo
version (3.28.1-6build2) and same Ubuntu version (21.10), where you can
see the missing icon:

This is the amd64 screenshot (OK):
https://images2.imgbox.com/18/9c/E8pwQflW_o.png

This is the arm64 screenshot (missing icon):
https://images2.imgbox.com/7b/5b/atge11R3_o.png

Details:


arm64:
--
root@fpgrpi:~# lsb_release -rd
Description:Ubuntu 21.10
Release:21.10

root@fpgrpi:~# apt-cache policy gnome-todo
gnome-todo:
  Instalados: 3.28.1-6build2
  Candidato:  3.28.1-6build2
  Tabla de versión:
 *** 3.28.1-6build2 500
500 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 Packages
100 /var/lib/dpkg/status

amd64:
--
root@fpglinux:~# lsb_release -rd
Description:Ubuntu 21.10
Release:21.10

root@fpglinux:~# apt-cache policy gnome-todo
gnome-todo:
  Instalados: 3.28.1-6build2
  Candidato:  3.28.1-6build2
  Tabla de versión:
 *** 3.28.1-6build2 500
500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
100 /var/lib/dpkg/status

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

** Description changed:

  There are some options missing in the arm64 built compared to the same
  amd64 build: the arm64 build misses the rightmost icon that includes the
  "Extensions", "About" and "Exit" options.
  
  Here are both screenshots from amd64 and arm64 builds, same gnome-todo
  version (3.28.1-6build2) and same Ubuntu version (21.10), where you can
  see the missing icon:
  
  This is the amd64 screenshot (OK):
- https://images2.imgbox.com/9c/a9/3CiIanbc_o.png
+ https://images2.imgbox.com/18/9c/E8pwQflW_o.png
  
  This is the arm64 screenshot (missing icon):
  https://images2.imgbox.com/7b/5b/atge11R3_o.png
  
  Details:
  
  
  arm64:
  --
  root@fpgrpi:~# lsb_release -rd
  Description:  Ubuntu 21.10
  Release:  21.10
  
  root@fpgrpi:~# apt-cache policy gnome-todo
  gnome-todo:
-   Instalados: 3.28.1-6build2
-   Candidato:  3.28.1-6build2
-   Tabla de versión:
-  *** 3.28.1-6build2 500
- 500 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 Packages
- 100 /var/lib/dpkg/status
+   Instalados: 3.28.1-6build2
+   Candidato:  3.28.1-6build2
+   Tabla de versión:
+  *** 3.28.1-6build2 500
+ 500 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 Packages
+ 100 /var/lib/dpkg/status
  
  amd64:
  --
  root@fpglinux:~# lsb_release -rd
  Description:  Ubuntu 21.10
  Release:  21.10
  
  root@fpglinux:~# apt-cache policy gnome-todo
  gnome-todo:
-   Instalados: 3.28.1-6build2
-   Candidato:  3.28.1-6build2
-   Tabla de versión:
-  *** 3.28.1-6build2 500
- 500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Instalados: 3.28.1-6build2
+   Candidato:  3.28.1-6build2
+   Tabla de versión:
+  *** 3.28.1-6build2 500
+ 500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
+ 100 /var/lib/dpkg/status

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

Title:
  Options missing in arm64 build compared to amd64 build

Status in gnome-todo package in Ubuntu:
  New

Bug description:
  There are some options missing in the arm64 built compared to the same
  amd64 build: the arm64 build misses the rightmost icon that includes
  the "Extensions", "About" and "Exit" options.

  Here are both screenshots from amd64 and arm64 builds, same gnome-todo
  version (3.28.1-6build2) and same Ubuntu version (21.10), where you
  can see the missing icon:

  This is the amd64 screenshot (OK):
  https://images2.imgbox.com/18/9c/E8pwQflW_o.png

  This is the arm64 screenshot (missing icon):
  https://images2.imgbox.com/7b/5b/atge11R3_o.png

  Details:
  

  arm64:
  --
  root@fpgrpi:~# lsb_release -rd
  Description:  Ubuntu 21.10
  Release:  21.10

  root@fpgrpi:~# apt-cache policy gnome-todo
  gnome-todo:
    Instalados: 3.28.1-6build2
    Candidato:  3.28.1-6build2
    Tabla de versión:
   *** 3.28.1-6build2 500
  500 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 Packages
  100 /var/lib/dpkg/status

  amd64:
  --
  root@fpglinux:~# lsb_release -rd
  Description:  Ubuntu 21.10
  Release:  21.10

  root@fpglinux:~# apt-cache policy gnome-todo
  gnome-todo:
    Instalados: 3.28.1-6build2
    Candidato:  3.28.1-6build2
    Tabla de versión:
   *** 3.28.1-6build2 500
  500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
  100 /var/lib/dpkg/status

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

[Desktop-packages] [Bug 1946691] Re: using xorg driver for graphics card prevents suspend

2021-10-13 Thread dluu13
Files are attached in the zip.

This is the explanation of the filenames:
filename_nvidia: output before I installed xorg driver
filename_xorg1: output immediately after I installed xorg driver (no reboot)
filename_xorg2: output after failed suspend and power cycle

Hope this helps.
Thanks!

** Attachment added: "journal and lspci.zip"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1946691/+attachment/5532631/+files/journal%20and%20lspci.zip

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

Title:
  using xorg driver for graphics card prevents suspend

Status in xorg-server package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Incomplete

Bug description:
  ubuntu 20.04.3 LTS

  Not sure what package this belongs to, but this has to do with trying
  to suspend the computer.

  What I expect: 
  selecting power off->suspend suspends my computer e.g. turns off screen, 
turns off fans, etc.

  What happens:
  In "Software & Updates" Additional Drivers tab, for my GeForce GT 745M, if I 
select the "Using X.Org X server" open source driver and then I try to suspend, 
the computer will log off, and the screen will turn black except for blinking 
cursor in the top left corner. The computer will never power down.

  The workaround:
  I work around this by selecting "Using NVIDIA driver metapackage" from 
nvidia-driver-470 (proprietary, tested)
  After this, my computer properly suspends.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1946691/+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 1857191] Re: Dark themes don't work well with highlighted current line in gedit

2021-10-13 Thread Craig McQueen
What does it take to get bugs fixed in LTS?

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

Title:
  Dark themes don't work well with highlighted current line in gedit

Status in GtkSourceView:
  Fix Released
Status in gtksourceview4 package in Ubuntu:
  Triaged
Status in yaru-theme package in Ubuntu:
  Fix Released

Bug description:
  In order to checkout out an old bug report I started gedit, enabled
  "Highlight current line" and changed the application theme to "Yaru-
  dark" The current line is highlighted correctly but the text is
  unreadable because it is too light. The text needs to be much darker.

  This is not a theme that I would normally use so I'm not too bothered
  about how the problem is fixed but this configuration makes gedit very
  difficult to use as you can't actually see the text that you're
  adding, changing or deleting.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: yaru-theme-gtk 19.10.4
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Dec 21 16:33:03 2019
  InstallationDate: Installed on 2019-05-17 (218 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190517)
  PackageArchitecture: all
  SourcePackage: yaru-theme
  UpgradeStatus: Upgraded to focal on 2019-11-08 (42 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtksourceview/+bug/1857191/+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 1296020] Re: [Asus U36JC] Non-existent display detected in both intel driver and nvidia driver (Optimus Laptop) (ubuntu trusty 14.04)

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: nvidia-prime (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  [Asus U36JC] Non-existent display detected in both intel driver and
  nvidia driver (Optimus Laptop) (ubuntu trusty 14.04)

Status in nvidia-prime package in Ubuntu:
  Triaged
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in nvidia-prime source package in Precise:
  Won't Fix
Status in ubuntu-drivers-common source package in Precise:
  Invalid
Status in nvidia-prime source package in Trusty:
  Invalid
Status in ubuntu-drivers-common source package in Trusty:
  Fix Released

Bug description:
  SRU Request

  Systems with Optimus (Intel+NVIDIA GPUs) can have ghost VGA devices
  hardcoded in the BIOS. This leads the system into thinking that there
  is actually one more active output than there really is.

  [Impact]
   * The ghost VGA output confuses lightdm and the gnome-settings-daemon making 
the system unusable.

  [Test Case]
   * Install the nvidia binary driver, reboot, and check the output of the 
"xrandr -q" command
  - Expected: only the outputs that are actually connected will be marked 
as active.
  - Bad behavior: a non-existent VGA device will show up in the output.

  [Regression Potential]
   * Low, as it only disables CRT outputs in the nvidia driver.

  [Other Info]
   * N/A

  --

  There is a non existent display detected in both intel driver only and nvidia 
331 driver installation.
  The non existent display is "Unknown Display" shown in gnome-control-center 
--> display and "CRT-0" in nvidia-settings, and "VGA-0" in xrandr -q output.
  It will cause gdm failed to start. gnome-shell has some crazy layouts. 
lightdm will only occupy 2/3 of monitor in top left corner.
  I tested this in intel driver only environment. and nvidia-331 installation 
environment.
  My laptop is Asus U36JC. My monitor correct resolution is 1366x768.

  The following is the output of "xrandr -q" in gnome-shell with
  nvidia-331 installed:

  $ xrandr -q
  Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
  VGA-0 connected primary 680x384+0+0 (normal left inverted right x axis y 
axis) 0mm x 0mm panning 1366x768+0+0
     680x384 60.0*+
     1366x768 60.0
     1360x768 60.0
  HDMI-0 disconnected (normal left inverted right x axis y axis)
  LVDS-1-0 connected 1366x768+0+0 (normal left inverted right x axis y axis) 
293mm x 165mm
     1366x768 60.0*+
     1360x768 59.8 60.0
     1024x768 60.0 60.0
     960x720 60.0
     928x696 60.1
     896x672 60.0
     960x600 60.0
     960x540 60.0
     800x600 60.0 60.3 56.2
     840x525 60.0 59.9
     800x512 60.2
     700x525 60.0
     640x512 60.0
     720x450 59.9
     640x480 60.0 59.9
     680x384 59.8 60.0
     576x432 60.1
     512x384 60.0
     400x300 60.3 56.3
     320x240 60.1
  VGA-1-0 disconnected (normal left inverted right x axis y axis)
  HDMI-1-0 disconnected (normal left inverted right x axis y axis)
  DisplayPort-1-0 disconnected (normal left inverted right x axis y axis)
    1366x768 (0x46) 69.3MHz
  h: width 1366 start 1425 end 1464 total 1472 skew 0 clock 47.1KHz
  v: height 768 start 773 end 782 total 785 clock 60.0Hz
    1360x768 (0x48) 72.0MHz
  h: width 1360 start 1408 end 1440 total 1520 skew 0 clock 47.4KHz
  v: height 768 start 771 end 781 total 790 clock 60.0Hz
    680x384 (0x5c) 36.0MHz
  h: width 680 start 704 end 720 total 760 skew 0 clock 47.4KHz
  v: height 384 start 385 end 390 total 395 clock 60.0Hz

  The following is the output of "xrandr -q" in lxde with nvidia-331
  installed:

  $ xrandr -q
  Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
  VGA-0 connected primary 1024x768+31+0 (normal left inverted right x axis y 
axis) 0mm x 0mm panning 1366x768+0+0
     680x38460.0 +
     1366x768   60.0
     1360x768   60.0
  HDMI-0 disconnected (normal left inverted right x axis y axis)
  LVDS-1-0 connected 1366x768+0+0 (normal left inverted right x axis y axis) 
293mm x 165mm
     1366x768   60.0*+
     1360x768   59.8 60.0
     1024x768   60.0 60.0
     960x72060.0
     928x69660.1
     896x67260.0
     960x60060.0
     960x54060.0
     800x60060.0 60.3 56.2
     840x52560.0 59.9
     800x51260.2
     700x52560.0
     640x51260.0
     720x45059.9
     640x48060.0 59.9
     680x38459.8 60.0
     576x43260.1
     512x38460.0
     400x30060.3 56.3
     320x24060.1
  VGA-1-0 disconnected (normal left inverted right x axis y axis)
  HDMI-1-0 disconnected (normal left inverted right x axis y ax

[Desktop-packages] [Bug 1471949] Re: Firefox 39 crashes on startup or within a few seconds on Precise/x86

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: gcc-mozilla (Ubuntu Precise)
   Status: Fix Committed => Won't Fix

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

Title:
  Firefox 39 crashes on startup or within a few seconds on Precise/x86

Status in firefox package in Ubuntu:
  Invalid
Status in gcc-4.8 package in Ubuntu:
  Fix Released
Status in gcc-mozilla package in Ubuntu:
  Invalid
Status in firefox source package in Precise:
  Fix Released
Status in gcc-mozilla source package in Precise:
  Won't Fix
Status in firefox source package in Trusty:
  New
Status in gcc-4.8 source package in Trusty:
  New

Bug description:
  This is blocking publication of Firefox 39.

  The build for x86 on 12.04 currently crashes on startup, or within a
  few seconds of startup. It's basically unusable. An example crash
  report is: https://crash-
  stats.mozilla.com/report/index/d0d97dbb-f6bc-4e4d-88ff-e5fff2150702.

  Unfortunately, despite the warning in the PPA description for
  https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa,
  ordinary users are still installing pre-release packages from it.

  It works on all other releases and on Precise/x86-64. I did test
  Firefox 39 with this toolchain when it was still the nightly version
  whilst preparing the switch to GCC 4.8, and it worked fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1471949/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: network-manager (Ubuntu Precise)
   Status: Incomplete => Won't Fix

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in dnsmasq package in Ubuntu:
  Triaged
Status in network-manager package in Ubuntu:
  Invalid
Status in dnsmasq source package in Precise:
  Won't Fix
Status in network-manager source package in Precise:
  Won't Fix
Status in dnsmasq package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and "nameserver 127.0.0.1" to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: dnsmasq (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in dnsmasq package in Ubuntu:
  Triaged
Status in network-manager package in Ubuntu:
  Invalid
Status in dnsmasq source package in Precise:
  Won't Fix
Status in network-manager source package in Precise:
  Won't Fix
Status in dnsmasq package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and "nameserver 127.0.0.1" to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 873545] Re: gnome-settings-daemon segfaults in send_selection_notify() (incorrect clipboard handling)

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: gnome-settings-daemon (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  gnome-settings-daemon segfaults in send_selection_notify() (incorrect
  clipboard handling)

Status in GNOME Settings Daemon:
  Expired
Status in gnome-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-settings-daemon source package in Oneiric:
  Won't Fix
Status in gnome-settings-daemon source package in Precise:
  Won't Fix

Bug description:
  As described in [1] the crashes are caused by gnome-settings-daemons
  integrated clipboard manager trying to get clipboard content of
  applications being closed.

  Stacktrace:
  https://launchpadlibrarian.net/86505734/g-s-d_gdb_bt.log

  Workaround:
  gsettings set org.gnome.settings-daemon.plugins.clipboard active false

  [1] http://my.opera.com/ruario/blog/2011/12/02/styling-lost-opera-
  shutdown

  --
  I just updated to Ubuntu 11.10 - and everything looked perfectly okay - 
except Nautilus!
  All icons are the same, they are black/white and really "boring". The 
breadcrumb view looks like back in Windows 3.1 times...
  :-(

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.0-0ubuntu5
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Thu Oct 13 19:58:36 2011
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/873545/+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 1111522] Re: Recommended driver for HP-Color-LaserJet-CM3530-MFP creates unsupported PDF versions

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: system-config-printer (Ubuntu Precise)
   Status: New => Won't Fix

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

Title:
  Recommended driver for HP-Color-LaserJet-CM3530-MFP creates
  unsupported PDF versions

Status in system-config-printer package in Ubuntu:
  Fix Released
Status in system-config-printer source package in Precise:
  Won't Fix

Bug description:
  * Description of the problem:
  - PDF-based Printer driver for CM3530 listed as Recommended in 
system-config-printer produces errors when printing
  - Printing to CM3530 using recommended driver results print job abort and 
"Unsupported PDF version" error
  - Printer produces page with "Unsupported PDF Version 1.5" when using "PDF" 
driver
  - Printer only support PDF 1.4 according to docs (   
http://www.shopping.hp.com/shopping/pdf/cc519a.pdf  )

  * This happens with the following:
  - Precise 12.04
  - cups 1.5.3-0ubuntu1
  - HP Color LaserJet CM3530 MFP

  * Test case:
  - Setup printer using driver HP -> HP CM3530 mfp -> PDF (Recommended)
  - Print a webpage

  * Actual Results
  - Print to printer -> "Unsupported PDF Version" error page output from printer

  *  Expected Results
  - Printing properly.

  * Workaround
  - Use PCL driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/522/+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 1116317] Re: [ffe] allow option to create user connections by default

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: network-manager-applet (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  [ffe] allow option to create user connections by default

Status in NetworkManager:
  Confirmed
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-applet source package in Precise:
  Won't Fix
Status in network-manager-applet source package in Quantal:
  Won't Fix
Status in network-manager-applet source package in Raring:
  Invalid
Status in network-manager-applet source package in Saucy:
  Won't Fix
Status in network-manager-applet source package in Trusty:
  Fix Released

Bug description:
  NetworkManager needs a setting that makes it create new connections as
  user connections by default.

  org.freedesktop.NetworkManager.settings.modify.system can be used to
  allow access, however, you don't always want to have users edit system
  connections.

  [Impact]
  Before 12.04, new connections in NetworkManager were user-connections. 
Organisations could use this to lock down certain connections to system 
connections.

  Today, non-admin users are shown a "Please enter root password" prompt
  when trying to connect to an unknown (wireless) network. Which is
  undesirable as these users may not know the root password.

  A workaround is to grant the users
  'org.freedesktop.NetworkManager.settings.modify.system' access,
  however this may be desirable as corporate networks may be defined in
  system-connections that adminstators may not want users to change.

  [Test Case]

   * Today: Connect to a new wireless network as a non-admin user, see
  that a password dialog is displayed.

   * With patch, set a PolicyKit rule of:

  """
  [Adding or changing system-wide NetworkManager connections]
  Identity=unix-user:*
  Action=org.freedesktop.NetworkManager.settings.modify.system
  ResultActive=no

  [Adding or changing user-owned NetworkManager connections]
  Identity=unix-user:*
  Action=org.freedesktop.NetworkManager.settings.modify.own
  ResultActive=yes
  """

  ...connect to a new wireless network as a non-admin user and see in
  /etc/NetworkManager/system-connections that a user-connection instead
  of system one has been defined, no root password should be requested
  either.

  [Regression Potential]
  None, as we do not touch the default configuration for 12.04 LTS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1116317/+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 1006858] Re: gnomad2 can't transfer music tracks to Zen Vision:M MTP Player in 12.04 any more

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: libmtp (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  gnomad2 can't transfer music tracks to Zen Vision:M MTP Player in
  12.04 any more

Status in libmtp package in Ubuntu:
  Fix Released
Status in libmtp source package in Precise:
  Won't Fix

Bug description:
  Hi,

  I can't transfer music tracks to the Zen Vision:M Player anymore by
  using gnomad2 on a precise pangolin system.

  - It worked fine on the same machine with oneiric before.
  - It works fine by using a standard virtualbox image of oneirc downloaded 
vrom virtualboxes.org (by using the same precise pangolin system from above as 
host)

  - By starting gnomad via the console I get the following output as
  soon as I try to transfer a single music track:

  Device 0 (VID=041e and PID=413e) is a Creative ZEN Vision:M.
  Queried Creative Zen Vision:M
  Error sending file "/tmp/gnomad-AP3CCI/03 Alimony.mp3" to MTP device!
  Error 2: PTP Layer error 2002: add_object_to_cache(): couldn't add object to 
cache
  Error 2: (Look this up in ptp.h for an explanation.)
  Error 1: LIBMTP_Send_File_From_File_Descriptor(): Could not retrieve updated 
metadata.
  Error 1: LIBMTP_Send_Track_From_File_Descriptor(): subcall to 
LIBMTP_Send_File_From_File_Descriptor failed.
  (gnomad2:18273): Gtk-CRITICAL **: IA__gtk_widget_destroy: assertion 
`GTK_IS_WIDGET (widget)' failed

  Do you need further informations?

  Thanks,
  Dirk

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnomad2 2.9.6-3
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Thu May 31 13:57:38 2012
  ExecutablePath: /usr/bin/gnomad2
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
  SourcePackage: gnomad2
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  Package: gnomad2 2.9.6-3
  PackageArchitecture: i386
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Tags:  precise
  Uname: Linux 3.2.0-24-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmtp/+bug/1006858/+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 976463] Re: mission-control-5 crashed with SIGABRT in __libc_message()

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: telepathy-glib (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

Title:
  mission-control-5 crashed with SIGABRT in __libc_message()

Status in telepathy-glib package in Ubuntu:
  Confirmed
Status in telepathy-glib source package in Precise:
  Won't Fix

Bug description:
  Crash when empathy is open

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: telepathy-mission-control-5 1:5.12.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic-pae 3.2.14
  Uname: Linux 3.2.0-22-generic-pae i686
  ApportVersion: 2.0-0ubuntu4
  Architecture: i386
  CrashCounter: 1
  Date: Sun Apr  8 10:32:46 2012
  ExecutablePath: /usr/lib/telepathy/mission-control-5
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta i386 (20120328)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic-pae 
root=UUID=8d150169-5e88-4885-9b44-d1a61449b3c6 ro quiet splash vt.handoff=7
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
  Signal: 6
  SourcePackage: telepathy-mission-control-5
  Title: mission-control-5 crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-glib/+bug/976463/+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 1072096] Re: Update to mesa 8.0.5

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: mesa (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  Update to mesa 8.0.5

Status in mesa package in Ubuntu:
  Fix Released
Status in mesa source package in Precise:
  Won't Fix

Bug description:
  [Impact]
  As per the Technical Board's provisional mesa MRE policy, upate mesa in 12.04 
to version 8.0.5.  This brings several specific fixes, including those 
mentioned in this bug report.

  Changelog for this release is at
  http://www.mesa3d.org/relnotes-8.0.5.html, with highlights summarized
  below:

  [New features]
  None.

  [Bug fixes]
  Bug 44912 - [bisected] WebGL conformance/textures/texture-mips tests fails
  Bug 46644 - Sandybridge Mobile: ARBfp TXP with coords from fragment.color 
doesn't apply W divide
  Bug 46784 - MAD using multiply written register fails
  Bug 47375 - Blender crash on startup after upgrade to mesa 8.0.1
  Bug 48120 - GL_EXT_texture_sRGB_decode still broken
  Bug 48628 - [bisected ILK]Oglc fogexp(basic.allCases) regressed
  Bug 49772 - [SNB]Oglc depth-stencil(basic.read.ds) regressed
  Bug 52129 - [Bisected ILK]Piglit 
spec_ARB_shader_texture_lod_execution_glsl-fs-shadow2DGradARB-01 regressed
  Bug 52382 - [ivb gt1] Severe image corruption and GPU Hang, too many PS 
threads
  Bug 52563 - build failure - struct radeon_renderbuffer has no member 
named Base
  Bug 53311 - [Bisected IVB]Oglc 
transform_feedback(advanced.transformFeedback.points) Invalid argument
  Bug 53314 - [llvmpipe] 
src/gallium/drivers/llvmpipe/lp_texture.c:920:llvmpipe_get_texture_tile_layout: 
Assertion `x < lpr->tiles_per_row[level]' failed.
  Bug 53316 - [llvmpipe] 
src/gallium/drivers/llvmpipe/lp_texture.c:601:llvmpipe_get_transfer: Assertion 
`resource' failed.
  Bug 53317 - [llvmpipe] SIGSEGV 
src/gallium/auxiliary/gallivm/lp_bld_sample.c:99
  Bug 53318 - [softpipe] sp_state_shader.c:194:softpipe_delete_fs_state: 
Assertion `var != softpipe->fs_variant' failed.
  Bug 53319 - [softpipe] sp_texture.c:322:softpipe_get_transfer: Assertion 
`level <= resource->last_level' failed.
  Bug 53618 - [Bisected i915]Piglit 
glx_GLX_ARB_create_context_NULL_attribute_list Aborted
  Bug 53972 - Black Mirror III: too dark
  Bug 54183 - [Bisected ILK regression]many piglit/oglc/ogles2 cases 
Segmentation fault
  Bug 54193 - output_components uninitialized in 
fs_visitor::emit_fb_writes()
  Bug 54301 - [Bisected ILK regression]Piglit 
glx_GLX_ARB_create_context_forward-compatible_flag_with_3.0 Segmentation fault
  Bug 56211 - 
src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture: 
Assertion `u_minify(stImage->pt->height0, src_level) == stImage->base.Height' 
failed.
  ...this list is likely incomplete.

  [Original Report]
  Mesa 8.0.5 contains the following two commits which would be good to bring to 
Ubuntu 12.04 "Precise Pangolin".  The regression potential should be zero, as 
they just add PCI ids for new hardware.

  author Alex Deucher 2012-06-05 14:15:16 (GMT)
  committer Andreas Boll 2012-10-16 19:58:54 (GMT)
  commit a8f95de93687ab31609e775c154c1dcb7f7b071b
  tree 9bff3218e44f9d7144aae8c4d0bf3d49e9943c2b
  parent 0c597717d9443f005fae20756c2ef3d25ca80122

  r600g: add new Sumo, Palm, BTC pci ids
  Note this is a candidate for the stable branch.

  Signed-off-by: Alex Deucher (cherry picked from commit
  6ce298f9ce575444029a7c8aac5e86fcf368582a)

  and

  author Alex Deucher 2012-08-06 14:49:47 (GMT)
  committer Andreas Boll 2012-10-16 19:59:47 (GMT)
  commit 46d39db6f180880a64abb88c2e4658607ab549a8
  tree 720fb153aa6e7ccb644f6fc0360d0deefe6628f8
  parent a8f95de93687ab31609e775c154c1dcb7f7b071b

  r600g: add additional evergreen pci ids
  Note: this is a candidate for the stable branches.

  Signed-off-by: Alex Deucher (cherry picked from commit
  a6146d2566182279c9441133aa669945befe5204)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1072096/+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 983835] Re: jackdbus sigsegv handling itself crashes [SRU]

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: jackd2 (Ubuntu Precise)
   Status: Incomplete => Won't Fix

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

Title:
  jackdbus sigsegv handling itself crashes [SRU]

Status in jackd2 package in Ubuntu:
  Expired
Status in jackd2 source package in Precise:
  Won't Fix
Status in jackd2 source package in Quantal:
  Expired

Bug description:
  [Problem]
  <1-2 sentence summary of the issue>

  [Impact]
  

  [Development Fix]
  

  [Stable Fix]
  

  [Text Case]
  
  1.
  2.
  3.
  Broken Behavior: 
  Fixed Behavior: 

  [Regression Potential]
  

  [Original Report]
  On shutdown (calling stop from qjackctl) jackdbus crashes. The (first?) error 
seems to be in the sigsegv chain itself. See attached patch.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: jackd2 1.9.8~dfsg.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu4
  Architecture: amd64
  Date: Tue Apr 17 12:26:00 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120103)
  SourcePackage: jackd2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jackd2/+bug/983835/+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 981053] Re: should not segfault on profile errors

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: d-conf (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  should not segfault on profile errors

Status in dconf:
  Fix Released
Status in d-conf package in Ubuntu:
  Triaged
Status in d-conf source package in Precise:
  Won't Fix

Bug description:
  I'm trying to create a system dconf configuration, and it's causing
  lightdm to crash.

  In /etc/dconf/profile/user I have
  user-db:user
  system-db:local
  system-db:site

  Then I create empty files /etc/dconf/db/local and /etc/dconf/db/site.

  On start, lightdm crashes, and x-0-greeter.log has this:

  /usr/lib/lightdm/lightdm-greeter-session: line 35:  5782
  Trace/breakpoint trap   (core dumped) exec $@

  If I remove the system configs, it works fine.

  If I don't have the empty files in /etc/dconf/db, I get a warning that
  the local one can't be found, and then the crash (I don't get a
  warning about the site one).

To manage notifications about this bug go to:
https://bugs.launchpad.net/dconf/+bug/981053/+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 973491] Re: nautilus popup menu highlighting using copy and paste incorrect (items displayed unactive when they are not)

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: gtk+3.0 (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  nautilus popup menu highlighting using copy and paste incorrect (items
  displayed unactive when they are not)

Status in GTK+:
  Fix Released
Status in light-themes:
  Invalid
Status in Linux Mint:
  Invalid
Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Precise:
  Won't Fix

Bug description:
  When an item is right clicked and cut or copy are selected, at the
  time of paste (using right click) the menu doesn't reflect that there
  is an item available to be pasted. While the paste is still possible,
  the menu line is grayed out.

  If another nautilus window is opened then the Paste menu item is
  correctly enabled and not greyed out.

  When nautilus is restarted and there is nothing availble to be pasted
  the menu item is greyed out and not selectable.

  This is with Precise 12.04 beta 2 using gnome-shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/973491/+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 935296] Re: java-atk-wrapper prevents java applications from starting

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: openjdk-6 (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  java-atk-wrapper prevents java applications from starting

Status in java-atk-wrapper package in Ubuntu:
  Fix Released
Status in openjdk-6 package in Ubuntu:
  Fix Released
Status in openjdk-7 package in Ubuntu:
  Fix Released
Status in java-atk-wrapper source package in Precise:
  Won't Fix
Status in openjdk-6 source package in Precise:
  Won't Fix
Status in openjdk-7 source package in Precise:
  Won't Fix
Status in java-atk-wrapper package in Debian:
  Fix Released

Bug description:
  
  default java at command line is still java6.  invoke java from command line, 
and minecraft fails to start, usually with no 
  message, but there is some variety.  Most usual:

  charles@basquette:~/Desktop$ java -jar ./minecraft.jar

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  ** WARNING **: Couldn't connect to accessibility bus: Failed to connect to 
socket /tmp/dbus-oSohfHsLYR: Connection refused
  charles@basquette:~/Desktop$

  another case:

  charles@basquette:~/Desktop$ java -jar ./minecraft.jar

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  ** WARNING **: Couldn't connect to accessibility bus: Failed to connect to 
socket /tmp/dbus-oSohfHsLYR: Connection refused
  [xcb] Unknown sequence number while processing queue
  [xcb] Most likely this is a multi-threaded client and XInitThreads has not 
been called
  [xcb] Aborting, sorry about that.
  java: ../../src/xcb_io.c:273: poll_for_event: Assertion 
`!xcb_xlib_threads_sequence_lost' failed.
  Aborted (core dumped)
  charles@basquette:~/Desktop$ 

  another version, as suggested by:
  http://ubuntuforums.org/showthread.php?p=11696963

  is to invoke as root, yielding:

  root@basquette:/home/charles/Desktop# java -jar ./minecraft.jar

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  ** WARNING **: Unable to create Ubuntu Menu Proxy: The connection is
  closed

  ** WARNING **: Couldn't connect to accessibility bus: Failed to connect to 
socket /tmp/dbus-oSohfHsLYR: Connection refused
  java.io.FileNotFoundException: /root/.minecraft/lastlogin (No such file or 
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:137)
at net.minecraft.LoginForm.readUsername(LoginForm.java:131)
at net.minecraft.LoginForm.(LoginForm.java:76)
at net.minecraft.LauncherFrame.(LauncherFrame.java:30)
at net.minecraft.LauncherFrame.main(LauncherFrame.java:158)
at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:13)
  ^Croot@basquette:/home/charles/Desktop# exit

  minecraft is stock .jar  unchanged for several weeks/months

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-6-jre 6b24-1.11.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
  Uname: Linux 3.2.0-16-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Sat Feb 18 09:39:32 2012
  InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 
(20111011)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: openjdk-6
  UpgradeStatus: Upgraded to precise on 2012-01-15 (34 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-atk-wrapper/+bug/935296/+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 959592] Re: Multi monitor mirrored instead of using primary/selected monitor

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: gnome-settings-daemon (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

Title:
  Multi monitor mirrored instead of using primary/selected monitor

Status in GNOME Settings Daemon:
  New
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in gnome-settings-daemon source package in Precise:
  Won't Fix

Bug description:
  When lightdm starts after rebooting or switching on, I'm greeted with
  the login which is mirrored on both of my displays and the primary
  monitor resolution is reduced from widescreen to a 4:3 resolution. If
  I replug the external monitor, the display is no longer mirrored and
  the correct resolution is displayed on the primary monitor. I also get
  the Ubuntu logo in the centre of the external display of which I
  assume is the correct behaviour. This is on a Lenovo G570 notebook.

  $ sudo lspci -vv
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA 
controller])
Subsystem: Lenovo Device 3975
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0c00c  Data: 4161
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: i915
Kernel modules: i915

  
   $ lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  $ apt-cache policy lightdm
  lightdm:
Installed: 1.1.8-0ubuntu1
Candidate: 1.1.8-0ubuntu1
Version table:
   *** 1.1.8-0ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/959592/+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 960649] Re: vino-server SIGABRT, "buffer overflow detected" in clipboard handling code

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: vino (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  vino-server SIGABRT, "buffer overflow detected" in clipboard handling
  code

Status in vino:
  New
Status in vino package in Ubuntu:
  Triaged
Status in vino source package in Precise:
  Won't Fix

Bug description:
  vino crashed in the background while I was doing unrelated tasks in
  the foreground.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: vino 3.3.92-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-19.30-generic 3.2.11
  Uname: Linux 3.2.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Tue Mar 20 23:49:49 2012
  ExecutablePath: /usr/lib/vino/vino-server
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120315)
  ProcCmdline: /usr/lib/vino/vino-server --sm-disable
  Signal: 6
  SourcePackage: vino
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   ?? () from /lib/x86_64-linux-gnu/libc.so.6
   __fortify_fail () from /lib/x86_64-linux-gnu/libc.so.6
   __chk_fail () from /lib/x86_64-linux-gnu/libc.so.6
  Title: vino-server crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/vino/+bug/960649/+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 935296] Re: java-atk-wrapper prevents java applications from starting

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: java-atk-wrapper (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

Title:
  java-atk-wrapper prevents java applications from starting

Status in java-atk-wrapper package in Ubuntu:
  Fix Released
Status in openjdk-6 package in Ubuntu:
  Fix Released
Status in openjdk-7 package in Ubuntu:
  Fix Released
Status in java-atk-wrapper source package in Precise:
  Won't Fix
Status in openjdk-6 source package in Precise:
  Won't Fix
Status in openjdk-7 source package in Precise:
  Won't Fix
Status in java-atk-wrapper package in Debian:
  Fix Released

Bug description:
  
  default java at command line is still java6.  invoke java from command line, 
and minecraft fails to start, usually with no 
  message, but there is some variety.  Most usual:

  charles@basquette:~/Desktop$ java -jar ./minecraft.jar

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  ** WARNING **: Couldn't connect to accessibility bus: Failed to connect to 
socket /tmp/dbus-oSohfHsLYR: Connection refused
  charles@basquette:~/Desktop$

  another case:

  charles@basquette:~/Desktop$ java -jar ./minecraft.jar

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  ** WARNING **: Couldn't connect to accessibility bus: Failed to connect to 
socket /tmp/dbus-oSohfHsLYR: Connection refused
  [xcb] Unknown sequence number while processing queue
  [xcb] Most likely this is a multi-threaded client and XInitThreads has not 
been called
  [xcb] Aborting, sorry about that.
  java: ../../src/xcb_io.c:273: poll_for_event: Assertion 
`!xcb_xlib_threads_sequence_lost' failed.
  Aborted (core dumped)
  charles@basquette:~/Desktop$ 

  another version, as suggested by:
  http://ubuntuforums.org/showthread.php?p=11696963

  is to invoke as root, yielding:

  root@basquette:/home/charles/Desktop# java -jar ./minecraft.jar

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  ** WARNING **: Unable to create Ubuntu Menu Proxy: The connection is
  closed

  ** WARNING **: Couldn't connect to accessibility bus: Failed to connect to 
socket /tmp/dbus-oSohfHsLYR: Connection refused
  java.io.FileNotFoundException: /root/.minecraft/lastlogin (No such file or 
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:137)
at net.minecraft.LoginForm.readUsername(LoginForm.java:131)
at net.minecraft.LoginForm.(LoginForm.java:76)
at net.minecraft.LauncherFrame.(LauncherFrame.java:30)
at net.minecraft.LauncherFrame.main(LauncherFrame.java:158)
at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:13)
  ^Croot@basquette:/home/charles/Desktop# exit

  minecraft is stock .jar  unchanged for several weeks/months

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-6-jre 6b24-1.11.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
  Uname: Linux 3.2.0-16-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Sat Feb 18 09:39:32 2012
  InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 
(20111011)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: openjdk-6
  UpgradeStatus: Upgraded to precise on 2012-01-15 (34 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-atk-wrapper/+bug/935296/+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 915468] Re: the unity-greeter keyboard's selection doesn't respect the user config

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: unity-greeter (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  the unity-greeter keyboard's selection doesn't respect the user config

Status in accountsservice package in Ubuntu:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in unity-greeter package in Ubuntu:
  Fix Released
Status in accountsservice source package in Precise:
  Fix Released
Status in gnome-settings-daemon source package in Precise:
  Fix Released
Status in lightdm source package in Precise:
  Fix Released
Status in unity-greeter source package in Precise:
  Won't Fix

Bug description:
  Using the current trunk from lightdm and unity-greeter, unity-greeter
  display a keyboard indicator but default to "en" where my system and
  user .dmrc are set to fr.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/915468/+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 893031] Re: Empathy is not working behind the proxy servers SINCE Ubuntu 11.10

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: telepathy-gabble (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

Title:
  Empathy is not working behind the proxy servers SINCE Ubuntu 11.10

Status in telepathy-gabble:
  Unknown
Status in libproxy package in Ubuntu:
  Fix Released
Status in telepathy-gabble package in Ubuntu:
  Fix Released
Status in libproxy source package in Precise:
  Fix Released
Status in telepathy-gabble source package in Precise:
  Won't Fix

Bug description:
  Empathy is unable to connect behind the proxy servers whatever way we try. It 
doesn't utilize the proxy settings given globally to the system. There is no 
proxy option in the program also. I tried connecting to empathy from Ubuntu 
11.10 in three systems behind a proxy server and in all cases it failed.
  I tried all of the following but none worked:

  1. Changing settings with gconf-editor ( Walk down the tree to system -> 
http_proxy . Search for use_http_proxy and check it. )
  Even after doing that there is no change in behaviour of empathy
  2. gksudo gedit /etc/bash.bashrc
  export http_proxy=http://proxyhost:port/
  export ftp_proxy=http://proxyhost:port/
  save and exit
  This also didnt help anything
  3. Using tsocks and editing its config files also.
  In that case the result was:
  "tsocks dbus-launch  empathy" fails to retrieve the accounts list.
  "tsocks empathy" launches empathy, but it is unable to connect..

  Please generate a patch for this problem and release new version of
  the program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/893031/+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 935296] Re: java-atk-wrapper prevents java applications from starting

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: openjdk-7 (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  java-atk-wrapper prevents java applications from starting

Status in java-atk-wrapper package in Ubuntu:
  Fix Released
Status in openjdk-6 package in Ubuntu:
  Fix Released
Status in openjdk-7 package in Ubuntu:
  Fix Released
Status in java-atk-wrapper source package in Precise:
  Won't Fix
Status in openjdk-6 source package in Precise:
  Won't Fix
Status in openjdk-7 source package in Precise:
  Won't Fix
Status in java-atk-wrapper package in Debian:
  Fix Released

Bug description:
  
  default java at command line is still java6.  invoke java from command line, 
and minecraft fails to start, usually with no 
  message, but there is some variety.  Most usual:

  charles@basquette:~/Desktop$ java -jar ./minecraft.jar

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  ** WARNING **: Couldn't connect to accessibility bus: Failed to connect to 
socket /tmp/dbus-oSohfHsLYR: Connection refused
  charles@basquette:~/Desktop$

  another case:

  charles@basquette:~/Desktop$ java -jar ./minecraft.jar

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  ** WARNING **: Couldn't connect to accessibility bus: Failed to connect to 
socket /tmp/dbus-oSohfHsLYR: Connection refused
  [xcb] Unknown sequence number while processing queue
  [xcb] Most likely this is a multi-threaded client and XInitThreads has not 
been called
  [xcb] Aborting, sorry about that.
  java: ../../src/xcb_io.c:273: poll_for_event: Assertion 
`!xcb_xlib_threads_sequence_lost' failed.
  Aborted (core dumped)
  charles@basquette:~/Desktop$ 

  another version, as suggested by:
  http://ubuntuforums.org/showthread.php?p=11696963

  is to invoke as root, yielding:

  root@basquette:/home/charles/Desktop# java -jar ./minecraft.jar

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  Gtk-WARNING **: Unable to locate theme engine in module_path:
  "pixmap",

  ** WARNING **: Unable to create Ubuntu Menu Proxy: The connection is
  closed

  ** WARNING **: Couldn't connect to accessibility bus: Failed to connect to 
socket /tmp/dbus-oSohfHsLYR: Connection refused
  java.io.FileNotFoundException: /root/.minecraft/lastlogin (No such file or 
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:137)
at net.minecraft.LoginForm.readUsername(LoginForm.java:131)
at net.minecraft.LoginForm.(LoginForm.java:76)
at net.minecraft.LauncherFrame.(LauncherFrame.java:30)
at net.minecraft.LauncherFrame.main(LauncherFrame.java:158)
at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:13)
  ^Croot@basquette:/home/charles/Desktop# exit

  minecraft is stock .jar  unchanged for several weeks/months

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-6-jre 6b24-1.11.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
  Uname: Linux 3.2.0-16-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Sat Feb 18 09:39:32 2012
  InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 
(20111011)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: openjdk-6
  UpgradeStatus: Upgraded to precise on 2012-01-15 (34 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-atk-wrapper/+bug/935296/+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 723841] Re: file-roller crashed with SIGSEGV in egg_tree_multi_drag_button_release_event()

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: file-roller (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  file-roller crashed with SIGSEGV in
  egg_tree_multi_drag_button_release_event()

Status in File Roller:
  Confirmed
Status in file-roller package in Ubuntu:
  Triaged
Status in file-roller source package in Precise:
  Won't Fix

Bug description:
  Binary package hint: file-roller

  I opened a .7z archive and attempted to browse its contents by double-
  clicking on the single top-level folder it contained. That was when
  this crash occurred.

  This appears to be similar or identical to bug 577380, but I didn't
  want to mark this as a duplicate (since that bug is Invalid), and I
  didn't want to upload this information there (as confusion could
  result if the author of that report then also provides the requested
  information).

  Please let me know if there is other information I should provide. In
  particular, I'd be willing to try to create a small, redistributable
  .7z file that produces this problem.

  This crash occurred on a Maverick amd64 system with file-roller
  2.32.0-0ubuntu1 and p7zip-full 9.04~dfsg.1-1.

  ProblemType: Crash
  DistroRelease: Ubuntu 10.10
  Package: file-roller 2.32.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-27.47-generic 2.6.35.11
  Uname: Linux 2.6.35-27-generic x86_64
  Architecture: amd64
  Date: Wed Feb 23 11:58:03 2011
  ExecutablePath: /usr/bin/file-roller
  InstallationMedia: Xubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100406)
  ProcCmdline: file-roller /media/Alucard/OS\ Disk\ Images/Windows.FLP.7z
  ProcEnviron:
   LANGUAGE=en_US.utf8
   PATH=(custom, no user)
   LANG=en_US.utf8
   LC_MESSAGES=en_US.utf8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x41d090:  mov0x0(%rbp),%rsi
   PC (0x0041d090) ok
   source "0x0(%rbp)" (0x0058) not located in a known VMA region (needed 
readable region)!
   destination "%rsi" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: file-roller
  StacktraceTop:
   ?? ()
   _gtk_marshal_BOOLEAN__BOXED (closure=0x276e8d0, return_value=0x7fffcd0ca9b0, 
n_param_values=, param_values=0x2754f60, 
invocation_hint=, marshal_data=0x41d060) at 
/build/buildd/gtk+2.0-2.22.0/gtk/gtkmarshalers.c:86
   g_closure_invoke (closure=0x276e8d0, return_value=0x7fffcd0ca9b0, 
n_param_values=2, param_values=0x2754f60, invocation_hint=0x7fffcd0ca970) at 
/build/buildd/glib2.0-2.26.1/gobject/gclosure.c:766
   signal_emit_unlocked_R (node=0x24b1cc0, detail=, 
instance=, emission_return=, 
instance_and_params=) at 
/build/buildd/glib2.0-2.26.1/gobject/gsignal.c:3252
   g_signal_emit_valist (instance=0x25141a0, signal_id=, 
detail=0, var_args=0x7fffcd0cab60) at 
/build/buildd/glib2.0-2.26.1/gobject/gsignal.c:2993
  Title: file-roller crashed with SIGSEGV in _gtk_marshal_BOOLEAN__BOXED()
  UserGroups: adm admin cdrom lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/723841/+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 821018] Re: gvfsd-archive crashed with SIGABRT: (!job->finished)

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: gvfs (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

Title:
  gvfsd-archive crashed with SIGABRT: (!job->finished)

Status in gvfs package in Ubuntu:
  Confirmed
Status in gvfs source package in Precise:
  Won't Fix

Bug description:
  Trying to mount an iso image file from nautilus, nautilus crashed and
  restarted

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gvfs-backends 1.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-10.46-server 2.6.38.7
  Uname: Linux 2.6.38-10-server x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Aug  4 13:46:46 2011
  ExecutablePath: /usr/lib/gvfs/gvfsd-archive
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcCmdline: /usr/lib/gvfs/gvfsd-archive 
file=/sinapsis/temp/Torrents/Done/THOR\ GOD\ OF\ THUNDER/THOR\ GOD\ OF\ 
THUNDER.iso
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: gvfs
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
  Title: gvfsd-archive crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to natty on 2011-04-15 (110 days ago)
  UserGroups: adm admin audio cdrom dialout disk libvirtd lpadmin mythtv 
plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/821018/+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 1411100] Re: Guest user not removed after guest session ends when using bash as default shell

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: lightdm (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  Guest user not removed after guest session ends when using bash as
  default shell

Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Precise:
  Won't Fix
Status in lightdm source package in Trusty:
  Fix Released
Status in lightdm source package in Utopic:
  Fix Released

Bug description:
  The /usr/sbin/giest-account script contains a bug which prevents the
  removal of guest accounts:

  $ sudo /usr/sbin/guest-account remove guest-Hhiook
  /usr/sbin/guest-account: line 129: UID: readonly variable

  Maybe this is related to /bin/sh actually beeing a Bash:

  $ ll -d /bin/sh
  lrwxrwxrwx 1 root root 4 Jan  1 01:44 /bin/sh -> bash*

  But since using Bash as default sh is still a "feature" of Ubuntu, all
  scripts should work with both.

  Running the script with dash actually works:

  $ sudo dash /usr/sbin/guest-account remove guest-ZWCtva
  umount: /tmp/guest-ZWCtva: mountpoint not found
  umount: /tmp/guest-ZWCtva: mountpoint not found
  Removing user `guest-ZWCtva' ...
  Warning: group `guest-ZWCtva' has no more members.
  Done.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1411100/+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 1326257] Re: [nvidia-prime] Cannot adjust brightness in guest session and results in black screen while changing the resolution

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: nvidia-prime (Ubuntu Precise)
   Status: In Progress => Won't Fix

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

Title:
  [nvidia-prime] Cannot adjust brightness in guest session and results
  in black screen while changing the resolution

Status in HWE Next:
  Fix Released
Status in Nvidia:
  New
Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project trusty series:
  Fix Released
Status in nvidia-prime package in Ubuntu:
  In Progress
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in nvidia-prime source package in Precise:
  Won't Fix
Status in ubuntu-drivers-common source package in Precise:
  Invalid
Status in xorg-server-lts-saucy source package in Precise:
  New
Status in nvidia-prime source package in Trusty:
  Invalid
Status in ubuntu-drivers-common source package in Trusty:
  Fix Released
Status in xorg-server-lts-saucy source package in Trusty:
  New

Bug description:
  SRU Request

  Systems with Optimus (Intel+NVIDIA GPUs) can have problems with the
  backlight (private bug #1290694) and when detecting and switching to
  different resolutions (private bug #1285062). Using the intel driver
  (with SNA) works better than the current solution (the modesetting
  driver).

  [Impact]
   * Backlight control and resolution changes fail on some Optimus systems.

  [Test Case]
   * Select performance mode from the nvidia-settings panel and try to adjust 
the backlight or to cycle through the available resolutions
  - Expected: the backlight can be adjusted, and changing the resolution 
works.
  - Bad behavior: the backlight can't be adjusted and changing the 
resolution can some times result in a black screen.

  [Regression Potential]
   * Low, as the intel driver is more feature complete than modesetting.

  [Other Info]
   * N/A

  
  --

  Running the proprietary nvidia drivers in an Optimus config works
  (Intel+NVIDIA) can discover two issues:

  1. Cannot adjust brightness in the guest session (private bug #1290694)
  [Test Case]
   * Switch to guest session and adjust brightness from settings or hotkey or 
command line
  - Expected: Can adjust the brightness
  - Bad behavior: Cannot adjust brightness

  2. Black screen while changing the resolution (private bug #1285062)
  but switching to the guest session results in a black screen.
  [Test Case]
   * Go to display setting, set rotation to counterclockwise/clockwise/180 
degrees and click apply
    - Expected results: Can switch display rotation successfully
    - Actual results: Black screen when switching display rotation

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1326257/+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 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: tar (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in curtin:
  Fix Released
Status in MAAS:
  Fix Released
Status in curtin package in Ubuntu:
  Fix Released
Status in iputils package in Ubuntu:
  Fix Released
Status in maas package in Ubuntu:
  Fix Released
Status in tar package in Ubuntu:
  Fix Released
Status in tar source package in Precise:
  Won't Fix
Status in maas source package in Saucy:
  Won't Fix
Status in tar source package in Saucy:
  Won't Fix
Status in curtin source package in Trusty:
  Fix Released
Status in maas source package in Trusty:
  Fix Released
Status in tar source package in Trusty:
  Fix Released
Status in maas source package in Vivid:
  Won't Fix
Status in maas source package in Wily:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

  Related Bugs:
   * bug 1382632: horizon insecure key file permissions
   * bug 1386237: tar strange behavior with --acl and xattr
   * bug 1313550: ping broken (xattrs lost in tar extraction)
   * bug 1302192: capabilities not preserved on installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1313550/+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 1186273] Re: DUN via bluetooth with a password fails

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: network-manager (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

Title:
  DUN via bluetooth with a password fails

Status in NetworkManager:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Precise:
  Won't Fix
Status in network-manager source package in Quantal:
  Won't Fix
Status in network-manager source package in Raring:
  Fix Released

Bug description:
  [Impact]

   * Unable to connect to a DUN n/w via bluetooth .

  [Test Case]

   * Create a bluetooth connection via DUN capable device ( Nokia 6680) using 
bluetooth settings from gnome-control-center . 
   * I have posted a sample connection created below, with username and 
password keyed in manually

  $ cat /etc/NetworkManager/system-connection/example
  [connection]
  id=Mobil-BT connection
  uuid=c57749ea-92fb-4297-8db4-875b66b3319a
  type=bluetooth
  autoconnect=false

  [bluetooth]
  bdaddr=00:16:4E:24:EA:2F
  type=dun

  [gsm]
  number=*99#
  apn=apn.example.com
  username=userexample
  password=secret

  [serial]
  baud=115200

   * Click on the connection from network icon in panel

  
  [Regression Potential] 

   * I dont see any regression potential with the patch for 
precise/raring/saucy. 
   * This looks good as per upstream
   * Fixes issue with dun connection, and works fine with PAN (bt) and phone as 
modem.

  [Other Info]
   
   * Upstream - https://bugzilla.gnome.org/show_bug.cgi?id=701507 .

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1186273/+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 1076458] Re: [network]: gnome-control-center crashed with SIGSEGV in nm_device_get_udi()

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: network-manager (Ubuntu Precise)
   Status: In Progress => Won't Fix

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

Title:
  [network]: gnome-control-center crashed with SIGSEGV in
  nm_device_get_udi()

Status in NetworkManager:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Precise:
  Won't Fix
Status in network-manager source package in Trusty:
  Invalid
Status in network-manager package in Debian:
  Fix Released

Bug description:
  [Impact]

   * gnome-control-center will crash when you get into network panel.

  [Test Case]

   * open gnome-control-center
   * click network   --2
   * go back to main panel  --3
   * repeat step 2 and 3

  [Regression Potential]

   * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696143  it has
  been accepted by upstream for a very long time. And our qe has
  verified it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1076458/+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 1064140] Re: Authenticated printing on remote servers broken

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: gtk+2.0 (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  Authenticated printing on remote servers broken

Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Precise:
  Won't Fix

Bug description:
  Currently, Gtk2 applications (e.g. Firefox) can't print on printers
  that require authentication if they don't connect to the IPP server
  via a local unix socket, but over TCP. (the authentication dialog pops
  up once, but the client only sends an empty password to the server
  after that).

  This was fixed in the upstream Gtk3 branch some time ago (commit
  f807f7834fea0db7b0b68cd1a0dfa3dbe0985ec2), but still hasn't been
  applied to the Gtk2 branch. The upstream bug report is
  https://bugzilla.gnome.org/show_bug.cgi?id=664640

  I have confirmed that the Gtk3 patch also fixes the problem for Gtk2;
  it would be nice to have the fix included in the Precise Gtk2 packages
  as I need this feature to work. It probably also affects other Ubuntu
  releases.

  
  System:

  Description:Ubuntu 12.04.1 LTS
  Release:12.04

  libgtk2.0-0 2.24.10-0ubuntu6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1064140/+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 975360] Re: shell-recorder does not close file when recording is stopped

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: gnome-shell (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  shell-recorder does not close file when recording is stopped

Status in gnome-shell package in Ubuntu:
  Fix Released
Status in gnome-shell source package in Precise:
  Won't Fix

Bug description:
  According to https://live.gnome.org/GnomeShell/CheatSheet the GS
  screencast tool can be started and stopped with the key combination
  Control+Shift+Alt+R. I've found that stopping a recording does not
  close the file that is being recorded to (visible in the output of
  `lsof | grep webm`).

  If I press Control+Shift+Alt+R again, instead of incrementing a
  counter and starting a recording to a new file, as the docs state, the
  recording is appended to the previous file (even if it has since been
  moved somewhere else). It definitely appears as if the file descriptor
  is not being closed, and shell-recorder is in fact pausing the the
  recording, rather than stopping it. See
  http://developer.gnome.org/shell/unstable/shell-shell-recorder.html

  Another thing to note is that when playing back the recorded .webm
  file, VLC shoes "0:00" as the recording length, eg. it appears unable
  to determine the length, as if the file is incomplete... or was never
  closed properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/975360/+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 1370014] Re: Window size larger than workspace

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: remmina (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  Window size larger than workspace

Status in remmina package in Ubuntu:
  Fix Released
Status in remmina source package in Precise:
  Won't Fix
Status in remmina source package in Trusty:
  In Progress
Status in remmina source package in Utopic:
  Won't Fix

Bug description:
  Please view this video of the bug I'm reporting:
  http://youtu.be/wKGLff7HhS8

  To reproduce this bug, you will have to Enable Workspaces In Ubuntu
  Unity, like this:

  System Settings > Appearance > Behavior > Enable Workspaces

  Essentially, when using the Unity desktop (using workspaces), Remmina
  is launching remote sessions into a window larger than the workspace
  to which I'm launching it.

  Another thing to note about my set up, is that I do use Ubuntu's
  scaling feature to make things about 10% larger than the default size
  (to accommodate my otherwise straining eyes). Some times I use large
  text too. These facts may be totally unrelated to the bug, but I
  thought I would at least mention them. Also, I do use multiple
  monitors, but this too might be unrelated to the bug. I think the
  essential thing, is that I have Workspaces enabled.

  I'm using a fully update Ubuntu 14.04 Desktop 64bit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1370014/+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 1045579] Re: software-properties-gtk makes a change resulting in a conf file prompt on upgrade that's unnecessary

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: ubuntu-release-upgrader (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  software-properties-gtk makes a change resulting in a conf file prompt
  on upgrade that's unnecessary

Status in software-properties package in Ubuntu:
  Fix Released
Status in ubuntu-release-upgrader package in Ubuntu:
  Fix Released
Status in software-properties source package in Precise:
  Fix Released
Status in ubuntu-release-upgrader source package in Precise:
  Won't Fix
Status in software-properties source package in Quantal:
  Fix Released
Status in ubuntu-release-upgrader source package in Quantal:
  Fix Released

Bug description:
  1. Install Ubuntu 12.04.
  2. Software Sources > "Updates" > "Notify me of a new Ubuntu version" > "For 
any new version".
  3. update-manager -d
  4. "Upgrade"

  What happens: A silly prompt appears, "Replace the customized
  configuration file '/etc/update-manager/release-upgrades'?"

  When you uncheck the LTS box on the updates tab, the line in 
/etc/update-manager/release-upgrades looks like:
  prompt=normal
  on upgrade the following is expected:
  Prompt=normal

  Marking this high as an unnecessary prompt on upgrade seems RC to me.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: software-properties-gtk 0.82.7.2
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic x86_64
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Mon Sep  3 19:52:56 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/software-properties-gtk
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-properties
  UpgradeStatus: Upgraded to precise on 2012-01-29 (218 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1045579/+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 1039604] Re: Please re-enable PIE and BIND_NOW

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: totem (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  Please re-enable PIE and BIND_NOW

Status in totem package in Ubuntu:
  Fix Released
Status in totem source package in Precise:
  Won't Fix
Status in totem source package in Quantal:
  Fix Released

Bug description:
  Ubuntu 11.10 added hardening options to totem, bug Ubuntu 12.04 and
  12.10 lost PIE and BIND_NOW. These are important compiler hardening
  features that help protect users from malicious content.

  This can be seen with the hardening check command:
  /tmp/built-binaries-74x5kX/totem/usr/bin/totem-video-thumbnailer:
   Position Independent Executable: no, normal executable!
   Stack protected: no, not found! (ignored)
   Immediate binding: no, not found!
  /tmp/built-binaries-74x5kX/totem/usr/bin/totem-audio-preview:
   Position Independent Executable: no, normal executable!
   Stack protected: no, not found! (ignored)
   Immediate binding: no, not found!
  /tmp/built-binaries-74x5kX/totem/usr/bin/totem:
   Position Independent Executable: no, normal executable!
   Stack protected: no, not found! (ignored)
   Immediate binding: no, not found!
  /tmp/built-binaries-74x5kX/totem/usr/lib/totem/totem-plugin-viewer:
   Position Independent Executable: no, normal executable!
   Immediate binding: no, not found!

  (the stack-protector check can be ignored since it depends on the code
  having certain characteristics).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1039604/+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 1057956] Re: Ericsson H5321gw's new USB ID

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: modemmanager (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  Ericsson H5321gw's new USB ID

Status in modemmanager package in Ubuntu:
  Fix Released
Status in modemmanager source package in Precise:
  Won't Fix

Bug description:
  There's a new version of Ericsson H5321gw 3G modem in the wild now.
  The previous one had USB ID of 0dbd:1919, the new version is
  0dbd:1926. This new modem is found atleast in Lenovo Thinkpad L530 and
  T430 models.

  The new one works when its ID is added to modem manager's database.

  I'm attaching a small patch with the proper line added.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: modemmanager 0.5.2.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Fri Sep 28 11:01:42 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: modemmanager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1057956/+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 1042111] Re: gs can't render some fonts. Example was created with 10.04

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: ghostscript (Ubuntu Precise)
   Status: Triaged => Won't Fix

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

Title:
  gs can't render some fonts. Example was created with 10.04

Status in evince package in Ubuntu:
  Fix Released
Status in ghostscript package in Ubuntu:
  Fix Released
Status in evince source package in Precise:
  Invalid
Status in ghostscript source package in Precise:
  Won't Fix

Bug description:
  ~/gs_bug$ gs example.ps
  GPL Ghostscript 9.05 (2012-02-08)
  Copyright (C) 2010 Artifex Software, Inc.  All rights reserved.
  This software comes with NO WARRANTY: see the file PUBLIC for details.
  Loading NimbusSanL-Regu font from 
/usr/share/fonts/type1/gsfonts/n019003l.pfb... 3570464 2174523 4095864 2794995 
3 done.
  GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = 
-1
  Error: /rangecheck in --.FAPIBuildChar--
  Operand stack:
 --nostringval--   --nostringval--   --dict:17/19(ro)(L)--   57
  Execution stack:
 %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1910   1   3   %oparray_pop   
1909   1   3   %oparray_pop   1893   1   3   %oparray_pop   1787   1   3   
%oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval--   
--nostringval--   --nostringval--   2   %stopped_push   --nostringval--   
%finish_show   --nostringval--   --nostringval--   8   4   2   --nostringval--  
 (gs_show_enum)   %op_show_continue
  Dictionary stack:
 --dict:1160/1684(ro)(G)--   --dict:0/20(G)--   --dict:78/200(L)--   
--dict:23/40(L)--
  Current allocation mode is local
  Current file position is 17648
  GPL Ghostscript 9.05: Unrecoverable error, exit code 1

  # I think the problem happens because of a freetype problem
  # also evince, gv can't display this file
  # We have tons of these scientific output files created in 10.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: ghostscript 9.05~dfsg-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Mon Aug 27 10:14:30 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  Lpstat:
   device for MX700-series: usb://Canon/MX700%20series?serial=12707F&interface=1
   device for MX700-series-FAX: 
usb://Canon/MX700%20series%20FAX?serial=12707F&interface=3
  MachineType: LENOVO 3323DBG
  Papersize: a4
  PpdFiles:
   MX700-series: Canon PIXMA MX700 - CUPS+Gutenprint v5.2.8-pre1
   MX700-series-FAX: Canon PIXMA MX700 - CUPS+Gutenprint v5.2.8-pre1
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=8a48bae5-46f2-4f8e-8354-7ffb351edacf ro quiet splash vt.handoff=7
  SourcePackage: ghostscript
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/15/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6QET53WW (1.23 )
  dmi.board.name: 3323DBG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6QET53WW(1.23):bd09/15/2010:svnLENOVO:pn3323DBG:pvrThinkPadX201:rvnLENOVO:rn3323DBG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3323DBG
  dmi.product.version: ThinkPad X201
  dmi.sys.vendor: LENOVO

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


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


  1   2   3   >