[Bug 2034895] [NEW] [Mantic] No system-config-printer button in Printers tab

2023-09-07 Thread Francois Thirioux
Public bug reported:

Hi,

Since cups-deb has been finally chosen, this useful button is missing.
At least, system-config-printer should be offered in apps list, not only in 
command line.

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

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

Title:
  [Mantic] No system-config-printer button in Printers tab

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034672] Re: gnome-shell crashed with GLXBadDrawable on startup in a Xorg session

2023-09-07 Thread Daniel van Vugt
The latest proposed fixes are:
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3255
https://salsa.debian.org/gnome-team/mutter/-/merge_requests/106

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

Title:
  gnome-shell crashed with GLXBadDrawable on startup in a Xorg session

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1841810] Re: Ubuntu login screen does not show full name if it's slightly too long (but not really that long)

2023-09-07 Thread Daniel van Vugt
** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #6989
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6989

** Also affects: gnome-shell via
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6989
   Importance: Unknown
   Status: Unknown

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

Title:
  Ubuntu login screen does not show full name if it's slightly too long
  (but not really that long)

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034722] Re: High CPU usage causing slowdown

2023-09-07 Thread Daniel van Vugt
Those KMS messages are due to MUTTER_DEBUG=kms which should not be set
by default. Do you have it in /etc/environment or /etc/environment.d/* ?

There's also a little bit of bug 2034664 in your log.

** Tags added: logspam

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

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

Title:
  High CPU usage causing slowdown

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1865226] Re: gdm-smartcard pam config needs to be updated for Ubuntu and installed

2023-09-07 Thread Treviño
** Description changed:

  [ Impact ]
  
  the pam profile for gdm-smartcard is missing. gdm refuses to login with
  a smartcard. Looking at ubuntu/+source/gdm3, other pam files are
  pregenerated into debian/ and installed from there; gdm-smartcard is
  left out.
  
  [ Test case ]
  
  1. When in GDM, insert a smartcard
  2. The GDM interface should require for an user
  3. The user should be set (or empty may be provided,
     depending on sssd configuration)
  4. The smartcard PIN should be requested and once introduce the
     user must login.
  
  Note that this requires configuring sssd before, a simple local
  configuration could require having sssd.conf filled with:
  
  ```ini
  [sssd]
  enable_files_domain = True
  services = pam
  
  [certmap/implicit_files/$USER]
  matchrule = .*YOUR CARD IDENTIFIER*
  
  [pam]
  pam_cert_auth = True
  ```
  
  The UI authentication can also be simulated via pamtester:
  
  # Must be ran as user
  sudo apt install pamtester
  pamtester -v gdm-smartcard $USER authenticate
  
  Expected output is
  + pamtester -v gdm-smartcard ubuntu authenticate
  pamtester: invoking pam_start(gdm-smartcard, ubuntu, ...)
  pamtester: performing operation - authenticate
  PIN for Test Organization Sub Int Token:
  pamtester: successfully authenticated
  
  ---
  
  Alternatively, if no smartcard or hardware is available, this can be tested 
and simulated using these scripts (they will reset the system setup at each 
run, but it's suggested to run them in a VM, lxd container or in a test 
installation):
-  https://gist.github.com/3v1n0/287d02ca8e03936f1c7bba992173d47a
+  https://gist.github.com/3v1n0/287d02ca8e03936f1c7bba992173d47a
  
  - sudo apt install gdm3 pamtester softhsm2 openssl wget sssd gnutls-bin && \
-   sudo apt-mark auto gdm3 pamtester softhsm2 openssl wget sssd gnutls-bin
+   sudo apt-mark auto gdm3 pamtester softhsm2 openssl wget sssd gnutls-bin
  - wget 
https://gist.github.com/3v1n0/287d02ca8e03936f1c7bba992173d47a/raw/sssd-gdm-smartcard-pam-auth-tester.sh
- - sudo sssd-gdm-smartcard-pam-auth-tester.sh
+ - wget 
https://gist.github.com/3v1n0/287d02ca8e03936f1c7bba992173d47a/raw/sssd-softhism2-certificates-tests.sh
+ - sudo bash ./sssd-gdm-smartcard-pam-auth-tester.sh
  
  The script will generate some fake CA authority, issue some
  certificates, will install them in some software-based smartcards (using
  softhsm2) and test that they work properly to login with gdm-smartcard.
  
  Using `WAIT` environment variable set (to any value) will make it to
  restart gdm at each iteration so that an user can try to access, using
  the username that launched the script and the pin of 123456.
  
  [ Regression potential ]
  
  Smartcard authentication using custom methods using via a custom
  configured system nss database may not work anymore.
  
  ---
  
  ProblemType: BugDistroRelease: Ubuntu 18.04
  Package: gdm3 3.28.3-0ubuntu18.04.4
  ProcVersionSignature: Ubuntu 5.3.0-24.26~18.04.2-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.9-0ubuntu7.11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb 28 14:30:30 2020
  InstallationDate: Installed on 2016-05-23 (1376 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.gdm3.Xsession: 2018-04-27T11:41:04.766901

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

Title:
  gdm-smartcard pam config needs to be updated for Ubuntu and installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1865226/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1865226] Re: gdm-smartcard pam config needs to be updated for Ubuntu and installed

2023-09-07 Thread Treviño
Andreas:

 - I've now added SSSD to the bug
 - I had not uploaded the remaining bits yet as I was waiting for SSSD to hit 
the queue first
 - GNOME settings daemon is also uploaded now to the queue
 - GDM will be uploaded soon by Jeremy

The bug has now been updated to have a proper SRU template, with all the
tests required to check all the 3 packages.

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

** Changed in: sssd (Ubuntu)
   Status: New => In Progress

** Changed in: sssd (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** No longer affects: gdm3 (Ubuntu Focal)

** No longer affects: gnome-settings-daemon (Ubuntu Focal)

** Also affects: gnome-settings-daemon (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: sssd (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: gdm3 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: gdm3 (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: gdm3 (Ubuntu Focal)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Changed in: gnome-settings-daemon (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: gnome-settings-daemon (Ubuntu Focal)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Changed in: sssd (Ubuntu Focal)
   Status: New => In Progress

** Changed in: sssd (Ubuntu Focal)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Changed in: gdm3 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: gnome-settings-daemon (Ubuntu Focal)
   Status: New => In Progress

** Changed in: sssd (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  gdm-smartcard pam config needs to be updated for Ubuntu and installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1865226/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1865226] Re: gdm-smartcard pam config needs to be updated for Ubuntu and installed

2023-09-07 Thread Treviño
** Description changed:

+ [ Impact ]
+ 
  the pam profile for gdm-smartcard is missing. gdm refuses to login with
  a smartcard. Looking at ubuntu/+source/gdm3, other pam files are
  pregenerated into debian/ and installed from there; gdm-smartcard is
  left out.
  
- ProblemType: Bug
- DistroRelease: Ubuntu 18.04
+ [ Test case ]
+ 
+ 1. When in GDM, insert a smartcard
+ 2. The GDM interface should require for an user
+ 3. The user should be set (or empty may be provided,
+depending on sssd configuration)
+ 4. The smartcard PIN should be requested and once introduce the
+user must login.
+ 
+ Note that this requires configuring sssd before, a simple local
+ configuration could require having sssd.conf filled with:
+ 
+ ```ini
+ [sssd]
+ enable_files_domain = True
+ services = pam
+ 
+ [certmap/implicit_files/$USER]
+ matchrule = .*YOUR CARD IDENTIFIER*
+ 
+ [pam]
+ pam_cert_auth = True
+ ```
+ 
+ The UI authentication can also be simulated via pamtester:
+ 
+ # Must be ran as user
+ sudo apt install pamtester
+ pamtester -v gdm-smartcard $USER authenticate
+ 
+ Expected output is
+ + pamtester -v gdm-smartcard ubuntu authenticate
+ pamtester: invoking pam_start(gdm-smartcard, ubuntu, ...)
+ pamtester: performing operation - authenticate
+ PIN for Test Organization Sub Int Token:
+ pamtester: successfully authenticated
+ 
+ [ Regression potential ]
+ 
+ Smartcard authentication using custom methods using via a custom
+ configured system nss database may not work anymore.
+ 
+ ---
+ 
+ ProblemType: BugDistroRelease: Ubuntu 18.04
  Package: gdm3 3.28.3-0ubuntu18.04.4
  ProcVersionSignature: Ubuntu 5.3.0-24.26~18.04.2-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.9-0ubuntu7.11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb 28 14:30:30 2020
  InstallationDate: Installed on 2016-05-23 (1376 days ago)
- InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
- SourcePackage: gdm3
+ InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.gdm3.Xsession: 2018-04-27T11:41:04.766901

** Description changed:

  [ Impact ]
  
  the pam profile for gdm-smartcard is missing. gdm refuses to login with
  a smartcard. Looking at ubuntu/+source/gdm3, other pam files are
  pregenerated into debian/ and installed from there; gdm-smartcard is
  left out.
  
  [ Test case ]
  
  1. When in GDM, insert a smartcard
  2. The GDM interface should require for an user
  3. The user should be set (or empty may be provided,
-depending on sssd configuration)
+    depending on sssd configuration)
  4. The smartcard PIN should be requested and once introduce the
-user must login.
+    user must login.
  
  Note that this requires configuring sssd before, a simple local
  configuration could require having sssd.conf filled with:
  
  ```ini
  [sssd]
  enable_files_domain = True
  services = pam
  
  [certmap/implicit_files/$USER]
  matchrule = .*YOUR CARD IDENTIFIER*
  
  [pam]
  pam_cert_auth = True
  ```
  
  The UI authentication can also be simulated via pamtester:
  
  # Must be ran as user
  sudo apt install pamtester
  pamtester -v gdm-smartcard $USER authenticate
  
  Expected output is
  + pamtester -v gdm-smartcard ubuntu authenticate
  pamtester: invoking pam_start(gdm-smartcard, ubuntu, ...)
  pamtester: performing operation - authenticate
  PIN for Test Organization Sub Int Token:
  pamtester: successfully authenticated
  
+ ---
+ 
+ Alternatively, if no smartcard or hardware is available, this can be tested 
and simulated using these scripts (they will reset the system setup at each 
run, but it's suggested to run them in a VM, lxd container or in a test 
installation):
+  https://gist.github.com/3v1n0/287d02ca8e03936f1c7bba992173d47a
+ 
+ - sudo apt install gdm3 pamtester softhsm2 openssl wget sssd gnutls-bin && \
+   sudo apt-mark auto gdm3 pamtester softhsm2 openssl wget sssd gnutls-bin
+ - wget 
https://gist.github.com/3v1n0/287d02ca8e03936f1c7bba992173d47a/raw/sssd-gdm-smartcard-pam-auth-tester.sh
+ - sudo sssd-gdm-smartcard-pam-auth-tester.sh
+ 
+ The script will generate some fake CA authority, issue some
+ certificates, will install them in some software-based smartcards (using
+ softhsm2) and test that they work properly to login with gdm-smartcard.
+ 
+ Using `WAIT` environment variable set (to any value) will make it to
+ restart gdm at each iteration so that an user can try to access, using
+ the username that launched the script and the pin of 123456.
+ 
  [ Regression potential ]
  
  Smartcard authentication using custom methods using via a custom
  configured system nss database may not work anymore.
  
  ---
  
  ProblemType: BugDistroRelease: Ubuntu 18.04
  Package: gdm3 3.28.3-0ubuntu18.04.4
  ProcVersion

[Bug 2034724] Re: minimize, maximize, close buttons in title bar become invisible

2023-09-07 Thread Jeremy Bícha
Ok, unmarking as duplicate. Locking the screen might be a trigger, but
in my case, this issue only happens sometimes.

** This bug is no longer a duplicate of bug 2002624
   firefox maximize button gets hidden after the screen gets (un)locked

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

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

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

Title:
  minimize, maximize, close buttons in title bar become invisible

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034724] Re: minimize, maximize, close buttons in title bar become invisible

2023-09-07 Thread Jonathan Kamens
*** This bug is a duplicate of bug 2002624 ***
https://bugs.launchpad.net/bugs/2002624

I am not able to reproduce this merely by locking and unlocking my
screen so I don't think this is the same as #2002624.

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

Title:
  minimize, maximize, close buttons in title bar become invisible

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034763] Re: Flatpak applications ignore appearance settings with glib2.0 2.77.3 and xdg-desktop-portal 1.17.2

2023-09-07 Thread Paul White
** Package changed: ubuntu => glib2.0 (Ubuntu)

** Also affects: xdg-desktop-portal (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: mantic

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

Title:
  Flatpak applications ignore appearance settings with glib2.0 2.77.3
  and xdg-desktop-portal 1.17.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/2034763/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034763] [NEW] Flatpak applications ignore appearance settings with glib2.0 2.77.3 and xdg-desktop-portal 1.17.2

2023-09-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I use Plasma desktop in Mantic. With the latest versions of glib2.0 and
xdg-desktop-portal all Flatpak applications ignore host settings like
GTK theme, cursor theme and window controls position. I can get proper
appearance only in the following state:

> sudo apt list --upgradable 
Listing... Done
libglib2.0-0/mantic 2.77.3-1 amd64 [upgradable from: 2.77.1-1]
libglib2.0-bin/mantic 2.77.3-1 amd64 [upgradable from: 2.77.1-1]
libglib2.0-data/mantic,mantic 2.77.3-1 all [upgradable from: 2.77.1-1]
xdg-desktop-portal/mantic 1.17.2-1ubuntu1 amd64 [upgradable from: 
1.16.0-3ubuntu1]

Upgrading either glib2.0 or xdg-desktop-portal causes the problem, so I
don't know exactly which package causes this incompatibility.

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Flatpak applications ignore appearance settings with glib2.0 2.77.3 and 
xdg-desktop-portal 1.17.2
https://bugs.launchpad.net/bugs/2034763
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to glib2.0 in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1938605] Re: Gnome Terminal "Copy As HTML" produces deprecated HTML5 font elements

2023-09-07 Thread wontfix
Fix was not released upstream. It was reverted.
https://gitlab.gnome.org/GNOME/vte/-/issues/2604
https://gitlab.gnome.org/GNOME/vte/-/issues/2625
GNOME is holding back standards compliance because of the current Matrix 
Protocol.

** Bug watch added: gitlab.gnome.org/GNOME/vte/-/issues #2604
   https://gitlab.gnome.org/GNOME/vte/-/issues/2604

** Bug watch added: gitlab.gnome.org/GNOME/vte/-/issues #2625
   https://gitlab.gnome.org/GNOME/vte/-/issues/2625

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

Title:
  Gnome Terminal "Copy As HTML" produces deprecated HTML5 font elements

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034724] Re: minimize, maximize, close buttons in title bar become invisible

2023-09-07 Thread Jeremy Bícha
*** This bug is a duplicate of bug 2002624 ***
https://bugs.launchpad.net/bugs/2002624

Ok, I believe that's a Firefox issue so I'm marking this a duplicate of
a previously reported issue.

There is a recent gnome-control-center bug with one of its pages: LP:
#2033658

** This bug has been marked a duplicate of bug 2002624
   firefox maximize button gets hidden after the screen gets (un)locked

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

Title:
  minimize, maximize, close buttons in title bar become invisible

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034724] Re: minimize, maximize, close buttons in title bar become invisible

2023-09-07 Thread Jonathan Kamens
I believe so. For example I believe I've noticed it in the Settings app.
I will keep an eye out and confirm here when I see it in another app.

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

Title:
  minimize, maximize, close buttons in title bar become invisible

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034724] Re: minimize, maximize, close buttons in title bar become invisible

2023-09-07 Thread Jeremy Bícha
Your screenshot is of Firefox, right? Have you noticed this issue in any
other apps?

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

Title:
  minimize, maximize, close buttons in title bar become invisible

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034602] Re: libadwaita applications don't respect dark theme

2023-09-07 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-session - 44.0-4ubuntu1

---
gnome-session (44.0-4ubuntu1) mantic; urgency=medium

  * Merge with Debian to fix Dark Theme regression (LP: #2034602).
Remaining changes:
- debian/control.in:
  + Recommend session-migration
  + Move xwayland dependency to gnome-session and make gnome-session
Arch: any
  + Split gnome-startup-applications to a separate binary package so
that it can be uninstalled without breaking the system
  + Add unity-session
- debian/rules: Ensure pot file is generated to translate session files
- Split ubuntu-session out of gnome-session.
- debian/data: Add old-style systemd user session used by Unity
- debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
   Moved registering gnome-session binary as a session manager to
   gnome-session-bin package
- don't install gnome-mimeapps.list (installed by desktop-file-utils in
  Ubuntu):
  debian/gnome-session-common.dirs, gnome-session-common.install,
  gnome-session-common.maintscript, gnome-session-common.postinst
- debian/patches/ubuntu/support_autostart_delay.patch:
  + Bugzilla patch to support adding a delay to autostart apps, using
a "X-GNOME-Autostart-Delay" key in the desktop file
- debian/patches/ubuntu/ubuntu_sessions.patch:
  + Add ubuntu sessions
- debian/patches/ubuntu/remove_session_saving_from_gui.patch:
  + Add GNOME_SESSION_SAVE environment variable for people wanting to
use the save session still, knowing that it can break your system
if used unwisely
- debian/patches/ubuntu/add_sessionmigration.patch:
  + launch session-migration if present at the start of the session.
This sync tool runns different session migration scripts that can be
provided in various desktop packages.
- debian/patches/ubuntu/dbus_request_shutdown.patch:
  + Add "RequestShutdown" and "RequestReboot" DBus methods to allow
other applications to shutdown or reboot the machine via the session
manager.
- debian/patches/ubuntu/ignore_gsettings_region.patch:
  + Ignore the "region" gsettings value - users' setting of LC_*
variables saved in ~/.pam_environment.
- debian/patches/revert_remove_gnome_session_properties.patch:
  + Don't merge translations into gnome-session-properties.desktop
- debian/ubuntu-settings-migrate-to-defaults.18.10.1.py:
  + Migrate users using old default ubuntu-settings to current ones
- debian/xdg_dirs_desktop_session.sh: Install a new script into
  /etc/profile.d to prepend a $DESKTOP_SESSION related directory to
  $XDG_{CONFIG,DATA}_DIRS.

gnome-session (44.0-4) unstable; urgency=medium

  * Cherry-pick 2 more patches from upstream:
- Also set LC_ADDRESS and LC_TELEPHONE from configured user region
- Make gsm-system's return_false actually return FALSE

gnome-session (44.0-3) unstable; urgency=medium

  * Team upload
  * d/p/data-Add-gnome-portals.conf.patch:
Add patch proposed upstream to add a gnome-portals.conf for use by
xdg-desktop-portal >= 1.17.1.
This is the replacement for the UseIn field in .portal files, and is
analogous to how we ship a mimeapps.list to configure preferred apps
to handle MIME types in GNOME.
  * d/gnome-session-common.install: Install gnome-portals.conf

 -- Jeremy Bícha   Thu, 07 Sep 2023 10:35:01 -0400

** Changed in: gnome-session (Ubuntu Mantic)
   Status: Fix Committed => Fix Released

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

Title:
  libadwaita applications don't respect dark theme

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034481] Re: Cannot verify fingerprint if the storage is empty (Synaptics)

2023-09-07 Thread Launchpad Bug Tracker
This bug was fixed in the package libfprint - 1:1.94.6+tod1-0ubuntu3

---
libfprint (1:1.94.6+tod1-0ubuntu3) mantic; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * Update changelog
  * Merge with debian changes
  * debian/patches: Remove execution bit from test asset

  [ Debian Janitor ]
  * Apply multi-arch hints. + libfprint-2-2: Drop Multi-Arch: same.
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * Remove constraints unnecessary since buster (oldstable)

  [ Andy Chi ]
  * d/p/synaptics-fix-enroll_identify-problem-after-user-reset-da.patch
(LP: #2034481)

 -- Marco Trevisan (Treviño)   Thu, 07 Sep 2023
17:59:33 +0200

** Changed in: libfprint (Ubuntu Mantic)
   Status: In Progress => Fix Released

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

Title:
  Cannot verify fingerprint if the storage is empty (Synaptics)

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1971434] Re: Display powersave only blanks, but does not turn off

2023-09-07 Thread Dawn Smith
I'm on 22.04 and can also confirm that the fix in #33 worked for me.
Thanks for the help Daniel!

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

Title:
  Display powersave only blanks, but does not turn off

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034602] Re: libadwaita applications don't respect dark theme

2023-09-07 Thread Marcos Alano
I just got the update and now everything is working again as expected.
Thank you everybody!

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

Title:
  libadwaita applications don't respect dark theme

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1938605] Re: Gnome Terminal "Copy As HTML" produces deprecated HTML5 font elements

2023-09-07 Thread Bug Watch Updater
** Changed in: gnome-terminal
   Status: Unknown => Fix Released

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

Title:
  Gnome Terminal "Copy As HTML" produces deprecated HTML5 font elements

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1938605] Re: Gnome Terminal "Copy As HTML" produces deprecated HTML5 font elements

2023-09-07 Thread wontfix
** Also affects: gnome-terminal (Debian)
   Importance: Undecided
   Status: New

** Bug watch added: gitlab.gnome.org/GNOME/gnome-terminal/-/issues #8001
   https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/8001

** Also affects: gnome-terminal via
   https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/8001
   Importance: Unknown
   Status: Unknown

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

Title:
  Gnome Terminal "Copy As HTML" produces deprecated HTML5 font elements

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034121] Re: Support goodix fingerprint [27c6:633C]

2023-09-07 Thread Treviño
** Changed in: libfprint (Ubuntu)
   Status: New => Fix Released

** Also affects: libfprint (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

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

Title:
  Support goodix fingerprint [27c6:633C]

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1938605] Re: Gnome Terminal "Copy As HTML" produces deprecated HTML5 font elements

2023-09-07 Thread wontfix
** Summary changed:

- Gnome Terminal "Copy As HTML" produces HTML containing depreciated features
+ Gnome Terminal "Copy As HTML" produces deprecated HTML5 font elements

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

Title:
  Gnome Terminal "Copy As HTML" produces deprecated HTML5 font elements

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034722] Re: High CPU usage causing slowdown

2023-09-07 Thread Umayr Saghir
Taking a look at the log via journalctl I'm noticing non stop spam
relating to KMS.

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

Title:
  High CPU usage causing slowdown

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034724] Re: minimize, maximize, close buttons in title bar become invisible

2023-09-07 Thread Jonathan Kamens
** Attachment added: "2023-09-07_11-35.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2034724/+attachment/5698315/+files/2023-09-07_11-35.png

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

Title:
  minimize, maximize, close buttons in title bar become invisible

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034724] [NEW] minimize, maximize, close buttons in title bar become invisible

2023-09-07 Thread Jonathan Kamens
Public bug reported:

Recently when I go to minimize, maximize, or close a window (I have the
minimize and maximize buttons enabled in Tweaks) I discover that the
buttons are invisible. I know they're there, just invisible, because I
can click where they should be visible and the expected thing happens.
If I quit and restart the application in question the buttons become
visible again. This only affects some windows (usually just one) at any
given time, not all of my windows. See attached screenshots for an
example of what I'm talking about.

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: gnome-shell 45~beta.1-0ubuntu2
ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
Uname: Linux 6.3.0-7-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.27.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep  7 11:37:40 2023
DisplayManager: gdm3
InstallationDate: Installed on 2019-01-02 (1709 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
RelatedPackageVersions: mutter-common 45~beta.1-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to mantic on 2023-05-20 (110 days ago)

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


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

** Attachment added: "2023-09-07_11-34.png"
   
https://bugs.launchpad.net/bugs/2034724/+attachment/5698308/+files/2023-09-07_11-34.png

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

Title:
  minimize, maximize, close buttons in title bar become invisible

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034722] [NEW] High CPU usage causing slowdown

2023-09-07 Thread Umayr Saghir
Public bug reported:

I have been experiencing high CPU usage from gnome-shell since upgrading
to Mantic. htop shows gnome-shell consuming around 120% of the CPU. This
ends up resulting a very sluggish feeling desktop.

# System Details Report
---

## Report details
- **Date generated:**  2023-09-07 16:31:07

## Hardware Information:
- **Hardware Model:**  Apple Inc. MacBookPro12,1
- **Memory:**  8.0 GiB
- **Processor:**   Intel® Core™ i5-5257U × 4
- **Graphics:**Intel® Iris® Graphics 6100 
(BDW GT3)
- **Disk Capacity:**   (null)

## Software Information:
- **Firmware Version:**184.0.0.0.0
- **OS Name:** Ubuntu Mantic Minotaur 
(development branch)
- **OS Build:**(null)
- **OS Type:** 64-bit
- **GNOME Version:**   45.rc
- **Windowing System:**Wayland
- **Kernel Version:**  Linux 6.3.0-7-generic

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: gnome-shell 45~rc-0ubuntu1
ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
Uname: Linux 6.3.0-7-generic x86_64
ApportVersion: 2.27.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep  7 16:25:02 2023
DisplayManager: gdm3
InstallationDate: Installed on 2022-03-31 (525 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Beta amd64 (20220329.1)
RelatedPackageVersions: mutter-common 45~rc-0ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  High CPU usage causing slowdown

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034602] Re: libadwaita applications don't respect dark theme

2023-09-07 Thread Jeremy Bícha
This bug was caused by the xdg-desktop-portal update and will be fixed
with gnome-session-common 44.0-4ubuntu1

** Package changed: libadwaita-1 (Ubuntu Mantic) => gnome-session
(Ubuntu Mantic)

** Changed in: gnome-session (Ubuntu Mantic)
   Status: New => Fix Committed

** Changed in: gnome-session (Ubuntu Mantic)
 Assignee: (unassigned) => Jeremy Bícha (jbicha)

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

Title:
  libadwaita applications don't respect dark theme

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2033901] Re: gnome-shell regularly showing the "Oops! Something went wrong/ logout" screen after Alt-F2 r RET

2023-09-07 Thread Bug Watch Updater
** Changed in: mutter
   Status: Unknown => Fix Released

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

Title:
  gnome-shell regularly showing the "Oops! Something went wrong/ logout"
  screen after Alt-F2 r RET

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034602] [NEW] libadwaita applications don't respect dark theme

2023-09-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I set the dark theme on the Settings, but just the Shell and GTK3 apps
(Terminator) respect this change. The GNOME Control Center and the Text
Editor keep using the light theme.

I deleted my ~/.config/dconf directory, and after that everything became
white (understandable, since that's the default theme), but I couldn't
change. I think it's something related to GTK4 apps.

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: gnome-control-center 1:45~rc-1ubuntu2
Uname: Linux 6.5.1-zabbly+ x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.27.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep  6 14:00:59 2023
InstallationDate: Installed on 2021-11-26 (649 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to mantic on 2023-08-18 (20 days ago)
modified.conffile..etc.default.apport:
 # set this to 0 to disable apport, or to 1 to enable it
 # you can temporarily override this with
 # sudo service apport start force_start=1
 enabled=0
mtime.conffile..etc.default.apport: 2022-05-22T10:55:32.223191

** Affects: gnome-session (Ubuntu)
 Importance: High
 Status: Fix Committed

** Affects: gnome-session (Ubuntu Mantic)
 Importance: High
 Status: Fix Committed


** Tags: amd64 apport-bug mantic third-party-packages udeng-1327
-- 
libadwaita applications don't respect dark theme
https://bugs.launchpad.net/bugs/2034602
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-session in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1922047]

2023-09-07 Thread Botond-2
I filed bug 1851258 as a follow-up for potentially rolling out this
change to the release channel.

Regressions from this change like bug 1849201 will need to be fixed
before that happens.

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

Title:
  Touchpad scrolling is too fast

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2029413] Re: Tapping the top bar with the touchscreen crashes GNOME on Xorg

2023-09-07 Thread Bug Watch Updater
** Changed in: mutter
   Status: New => Fix Released

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

Title:
  Tapping the top bar with the touchscreen crashes GNOME on Xorg

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034672] Re: gnome-shell crashed with GLXBadDrawable on startup in a Xorg session

2023-09-07 Thread Bug Watch Updater
** Changed in: mutter
   Status: Unknown => New

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

Title:
  gnome-shell crashed with GLXBadDrawable on startup in a Xorg session

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2033059] Re: Unable to add a printer

2023-09-07 Thread Francois Thirioux
(Mantic)
I still do not see any system-config-printer button in g-c-c printers tab.
Is that intended?
I can launch s-c-p from command line, though.

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

Title:
  Unable to add a printer

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2029413] Re: Tapping the top bar with the touchscreen crashes GNOME on Xorg

2023-09-07 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu Mantic)
   Status: In Progress => Fix Committed

** Changed in: mutter (Ubuntu Lunar)
   Status: Triaged => In Progress

** Tags added: fixed-in-mutter-45.0 fixed-upstream

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

Title:
  Tapping the top bar with the touchscreen crashes GNOME on Xorg

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034672] Re: gnome-shell crashed with signal 5 in g_log_structured_array()

2023-09-07 Thread Daniel van Vugt
There may be multiple different fixes proposed for this. The first one
is:

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3250

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #3007
   https://gitlab.gnome.org/GNOME/mutter/-/issues/3007

** Also affects: gnome-shell via
   https://gitlab.gnome.org/GNOME/mutter/-/issues/3007
   Importance: Unknown
   Status: Unknown

** Project changed: gnome-shell => mutter

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

** Changed in: mutter (Ubuntu)
   Importance: Medium => Critical

** Changed in: mutter (Ubuntu)
   Status: New => In Progress

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Summary changed:

- gnome-shell crashed with signal 5 in g_log_structured_array()
+ gnome-shell crashed with GLXBadDrawable on startup in a Xorg session

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

Title:
  gnome-shell crashed with GLXBadDrawable on startup in a Xorg session

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034672] ThreadStacktrace.txt

2023-09-07 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/2034672/+attachment/5698186/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/2034672/+attachment/5698168/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

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

Title:
  gnome-shell crashed with signal 5 in g_log_structured_array()

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034672] StacktraceTop.txt

2023-09-07 Thread Apport retracing service
** Attachment added: "StacktraceTop.txt"
   
https://bugs.launchpad.net/bugs/2034672/+attachment/5698185/+files/StacktraceTop.txt

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

Title:
  gnome-shell crashed with signal 5 in g_log_structured_array()

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034672] StacktraceSource.txt

2023-09-07 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/2034672/+attachment/5698184/+files/StacktraceSource.txt

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

Title:
  gnome-shell crashed with signal 5 in g_log_structured_array()

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034672] Stacktrace.txt

2023-09-07 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/2034672/+attachment/5698183/+files/Stacktrace.txt

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

Title:
  gnome-shell crashed with signal 5 in g_log_structured_array()

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034672] [NEW] gnome-shell crashed with signal 5 in g_log_structured_array()

2023-09-07 Thread Jean-Baptiste Lallement
Public bug reported:

Mantic 20230907 on Latitude 3320

Crash on boot of the live session

ProblemType: Crash
DistroRelease: Ubuntu 23.10
Package: gnome-shell 45~rc-0ubuntu1
ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
Uname: Linux 6.3.0-7-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.27.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CasperVersion: 1.482
CrashCounter: 1
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep  7 08:02:08 2023
DisplayManager: gdm3
ExecutablePath: /usr/bin/gnome-shell
ExecutableTimestamp: 1694028853
LiveMediaBuild: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230907)
ProcCmdline: /usr/bin/gnome-shell
ProcCwd: /home/ubuntu
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
RelatedPackageVersions: mutter-common 45~rc-0ubuntu1
Signal: 5
SourcePackage: gnome-shell
StacktraceTop:
 g_log_structured_array () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_log_default_handler () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_log () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/mutter-13/libmutter-mtk-13.so.0
Title: gnome-shell crashed with signal 5 in g_log_structured_array()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo users
separator:

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


** Tags: amd64 apport-crash mantic

** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with signal 5 in g_log_structured_array()

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034579] Re: [FFe] Use tecla to display keyboard layouts

2023-09-07 Thread Sebastien Bacher
It's a low risk change since the component is only handling the display
of the keyboard layout in a gtk dialog which is a pretty isolated
feature and non essential to the use of the system

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

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

Title:
  [FFe] Use tecla to display keyboard layouts

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2034664] [NEW] Meta.Rectangle is deprecated, use Mtk.Rectangle instead

2023-09-07 Thread Daniel van Vugt
Public bug reported:

The gnome-shell 45.rc log fills with:

Meta.Rectangle is deprecated, use Mtk.Rectangle instead

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

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


** Tags: logspam mantic

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

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

Title:
  Meta.Rectangle is deprecated, use Mtk.Rectangle instead

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


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs