[Bug 2068912] Re: Authd based authentication fields cannot be translated

2024-06-13 Thread Treviño
** Description changed:

+ [ Impact ]
+ 
+ The authd gdm UI labels are not translated.
+ 
  We rely on authd-provided labels for most of things, but still there are
  widgets elements at shell level that we should translated and that we
  currently don't expose in the po files.
+ 
+ [ Test case ]
+ 
+ Strings in authd.js should be available in launchpad for translators
+ 
+ [ Regression potential ]
+ 
+ None

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

Title:
  Authd based authentication fields cannot be translated

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


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

[Bug 2068080] Re: Updating password from authd does not work

2024-06-13 Thread Treviño
** Description changed:

+ [ Impact ]
+ 
  If an authd broker requires updating the password on login, GNOME shell
  doesn't handle the request properly, even though it exposes such feature
  as supported to brokers.
+ 
+ [ Test case ]
+ 
+ - Install authd (https://github.com/ubuntu/authd) with the example broker
+ - Start authd authentication
+ - Login with the user-needs-reset user
+ - You are requested to change password and you are required to change
+   the password
+ - Once the password is changed, login can proceed
+ 
+ [ Regression potential ]
+ 
+ Authd authentication doesn't work anymore, user is requested to change
+ the password even if not required.

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

Title:
  Updating password from authd does not work

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


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

[Bug 1967707] Re: Nvidia Wayland sessions sometimes flood the log with "clutter_frame_clock_notify_presented: code should not be reached"

2024-06-13 Thread Daniel van Vugt
This is happening in 24.04/24.10 now due to bug 2060268, so please see
the workarounds in that bug.

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

Title:
  Nvidia Wayland sessions sometimes flood the log with
  "clutter_frame_clock_notify_presented: code should not be reached"

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


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

[Bug 2019776] Re: If gnome-shell is started directly (instead of through gnome-session), it might deadlock with no output to the screen

2024-06-13 Thread Treviño
** Description changed:

+ [ Impact ]
+ 
  If gnome-shell is launched directly instead of launched through gnome-
  session, the process spawning `ibus-daemon` might cause deadlock and
  unable to start the graphics.
  
  Since `ibusManager.js` checks whether service
  `org.freedesktop.IBus.session.GNOME.service` exists. In our case with
  Ubuntu ubiquity, we've turned off `gnome-session.service` so that the
  check failed and gnome-shell spawns `ibus-daemon` after the check.
+ 
+ [ Test case ]
+ 
+  - In a terminal launch
+  - env XDG_RUNTIME_DIR=/tmp/nested-runtime \
+dbus-run-session gnome-shell --nested --wayland
+  - The shell should start without hanging
+  - Repeat this multiple times and ensure it works reliably
+ 
+ [ Regression potential ]
+ 
+ - Shell (and or its extensions) may not be able to spawn child processes
+ - Applications launched by the shell may inherit the rlimits of mutter
+ 
+ ---
  
  I tried using gdb to gnome-shell and discovered it's hanging in a child
  process spawning `ibus-daemon`, but is still in child_setup of
  `Glib.spawn_async` function:
  
  ```
  root@dell-desktop:/home/oem# cat /tmp/log
  == Stack trace for context 0x5584da793180 ==
  #0   5584dbd2d478 i   resource:///org/gnome/shell/misc/ibusManager.js:119 
(2776aa47bfb0 @ 12)
  #1   5584dbd2d3a8 i   resource:///org/gnome/shell/misc/ibusManager.js:114 
(2776aa47bf60 @ 426)
  #2   5584dbd2d308 i   resource:///org/gnome/shell/misc/ibusManager.js:90 
(2776aa47bec0 @ 162)
  #3   5584dbd2d268 i   self-hosted:689 (34e3dc212650 @ 15)
  ```
  
  which is, in ibusManager.js:
  
  ```
- const [success_, pid] = GLib.spawn_async(
- null, cmdLine, env,
- GLib.SpawnFlags.SEARCH_PATH | 
GLib.SpawnFlags.DO_NOT_REAP_CHILD,
- () => {
- try {
- global.context.restore_rlimit_nofile(); # <- here
- } catch (err) {
- }
- }
- );
+ const [success_, pid] = GLib.spawn_async(
+ null, cmdLine, env,
+ GLib.SpawnFlags.SEARCH_PATH | 
GLib.SpawnFlags.DO_NOT_REAP_CHILD,
+ () => {
+ try {
+ global.context.restore_rlimit_nofile(); # <- here
+ } catch (err) {
+ }
+ }
+ );
  ```
  
  Further code tracing found out that the deadlock is not during the
  execution of the function (`restore_rlimit_nofile`) but the access to
  the GObject (probably `global.context`).
  
  Currently my propose to work around this issue is to add a 5 second
  `setTimeout` to the caller of `_spawn` function in `ibusManager.js`.
  
  I've lost debugging information but I can try reproducing the issue and
  give the backtrace from gdb if needed.

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

Title:
  If gnome-shell is started directly (instead of through gnome-session),
  it might deadlock with no output to the screen

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


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

[Bug 2067143] Re: [i915] ‘no signal’ after monitor sleep or monitor turned off

2024-06-13 Thread Daniel van Vugt
** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

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

Title:
  [i915] ‘no signal’ after monitor sleep or monitor turned off

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


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

[Bug 2069381] [NEW] GNOME Shell doesn't try to start ibus-daemon on startup

2024-06-13 Thread Treviño
Public bug reported:

[ Impact ]

Ibus daemon is not launched when launching the shell nested

[ Test case ]

 - In a terminal launch
 - env XDG_RUNTIME_DIR=/tmp/nested-runtime \
   dbus-run-session gnome-shell --nested --wayland
 - Inside the nested shell, launch a terminal and ensure ibus-daemon is running 
there too:
   ps aux |grep ibus-daemon

[ Regression potential ]

Shell may hang on nested startup, but that's handled by bug #2019776

** Affects: gnome-shell (Ubuntu)
 Importance: Low
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: In Progress

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

Title:
  GNOME Shell doesn't try to start ibus-daemon on startup

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


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

[Bug 2066931] Re: Primary GPU displays nothing if the secondary GPU is using nouveau in a Wayland session

2024-06-13 Thread Daniel van Vugt
AIUI this will only happen if there's an external monitor plugged into
the discrete GPU using nouveau. That's common, but hopefully less common
than hybrid laptops without an external monitor connected.

So as a workaround you should be able to:

1. Unplug the monitor.
2. Log in using the laptop display.
3. Use the 'Additional Drivers' app to install one of the proprietary Nvidia 
drivers.

or just use Xorg.

** Tags added: multimonitor

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

Title:
  Primary GPU displays nothing if the secondary GPU is using nouveau in
  a Wayland session

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


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

[Bug 2012388] Re: X11 window (usually AnyDesk) at top-right of the screen is invisible and steals mouse clicks

2024-06-13 Thread Treviño
** Description changed:

+ [ Impact ]
+ 
+ In X11, some tray icons are covering areas they don't own, preventing
+ events to reach to the windows under the cursor
+ 
+ [ Test case ]
+ 
+ - Launch Ubuntu in Xorg session
+ - Download anydesk client for Ubuntu from
+   https://anydesk.com/it/downloads/linux
+   WARNING: Installing software from any untrusted deb (such as the
+   closed sources ones) is at your own risk!
+ - Optionally install hexchat from ubuntu repository
+   It triggers the same bug but is harder to reproduce
+ - Launch the test applications
+ - Clicking in the icons should make the application actions to be
+   triggered
+ - Clicking anywhere else on the screen should behave as expected and
+   events should not be stolen by the apps in the tray.
+ 
+ [ Regression potential ]
+ 
+ - Tray icons are not shown
+ - Tray icons size is not matching the expected ones
+ 
+ There's a behavior change that is actually a bug fix (it wasn't ever
+ supported by the shell until couple of releases ago, but it started working
+ due to an incomplete code refactor):
+  - Tooltips aren't shown anymore when hovering a tray icon, again, this is
+by design.
+ 
+ 
+ ---
+ 
  Hardware Model: Dell Inc. Inspiron 16 Plus 7620
  Firmware version: 1.5.1
  CPU i7-12700H x20
  GPU: Nvidia RTX3060 / MaxQ
  GPU: Intel Alder Lake-P
  Release: Lunar Lobster
  Architecture: AMD64
  Kernel: 6.1.0-16-generic
  GNOME version: 44.rc
  
  Using Latest daily image of Ubuntu Lunar Lobster, I noticed an issue
  with window focus when windows are placed under the top-right system
  tray.
  
  Since it is hard to explain, I am attaching a screenshot. I am unable to 
click or interact with anything in the area within green rectangle. 
Applications affected:
  - Firefox (snap)
  - Chromium (snap)
  - Vivaldi Browser (deb)
  - Mattermost (snap)
  
- ProblemType: Bug
- DistroRelease: Ubuntu 23.04
+ ProblemType: BugDistroRelease: Ubuntu 23.04
  Package: gnome-shell 44~rc-1ubuntu2
  ProcVersionSignature: Ubuntu 6.1.0-16.16-generic 6.1.6
  Uname: Linux 6.1.0-16-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.26.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Mar 21 20:35:05 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2023-01-23 (56 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
- RelatedPackageVersions: mutter-common 44~rc-1ubuntu3
- SourcePackage: gnome-shell
+ RelatedPackageVersions: mutter-common 44~rc-1ubuntu3SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to lunar on 2023-03-02 (19 days ago)

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

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

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


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

[Bug 2012388] Re: X11 window (usually AnyDesk) at top-right of the screen is invisible and steals mouse clicks

2024-06-13 Thread Treviño
** Changed in: gnome-shell-extension-appindicator (Ubuntu)
   Status: Triaged => Won't Fix

** Changed in: gnome-shell (Ubuntu)
   Status: Triaged => In Progress

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

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

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


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

[Bug 2052913] Re: [Xorg] Large performance regression in fullscreen windows

2024-06-13 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
   Status: In Progress => Triaged

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

Title:
  [Xorg] Large performance regression in fullscreen windows

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


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

[Bug 2069309] Re: When closing and reopening my laptop the windows get resized, and go under the tray.

2024-06-13 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1961508 ***
https://bugs.launchpad.net/bugs/1961508

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1961508, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** Package changed: xorg (Ubuntu) => mutter (Ubuntu)

** This bug has been marked a duplicate of bug 1961508
   Dock displaying over window after resuming from blank screen

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

Title:
  When closing and reopening my laptop the windows get resized, and go
  under the tray.

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


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

[Bug 2069309] [NEW] When closing and reopening my laptop the windows get resized, and go under the tray.

2024-06-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This also happens if I use wayland. I included a screenshot to clarify
my issue.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 6.5.0-35.35~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-35-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Jun 13 16:09:16 2024
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] [8086:9a49] (rev 01) 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. TigerLake-LP GT2 [Iris Xe Graphics] 
[1043:1c22]
InstallationDate: Installed on 2022-05-05 (769 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 0408:30d4 Quanta Computer, Inc. USB2.0 HD UVC WebCam
 Bus 001 Device 004: ID 8087:0026 Intel Corp. AX201 Bluetooth
 Bus 001 Device 002: ID 3151:3020 YICHIP Wireless Device
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X513EAN_X513EA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-35-generic 
root=UUID=ee48862c-f6ce-4b39-a82b-290314696f8a ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/31/2021
dmi.bios.release: 5.19
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: X513EAN.201
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X513EAN
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrX513EAN.201:bd05/31/2021:br5.19:svnASUSTeKCOMPUTERINC.:pnVivoBook_ASUSLaptopX513EAN_X513EA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX513EAN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
dmi.product.family: VivoBook
dmi.product.name: VivoBook_ASUSLaptop X513EAN_X513EA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.113-2~ubuntu0.22.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.2.1-1ubuntu3.1~22.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug jammy ubuntu wayland-session
-- 
When closing and reopening my laptop the windows get resized, and go under the 
tray.
https://bugs.launchpad.net/bugs/2069309
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to mutter in Ubuntu.

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

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-06-13 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu Oracular)
Milestone: None => ubuntu-24.10

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

Title:
  GNOME Wayland session crashes with
  
libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor:
  assertion failed: (logical_monitor)

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


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

[Bug 2061739] Re: crash in meta_wayland_transaction_commit

2024-06-13 Thread Daniel van Vugt
It will be mentioned here when we know. You can also subscribe to bug
2068598 and/or https://discourse.ubuntu.com/t/mutter-gnome-shell-are-no-
longer-covered-by-the-gnome-mre/45218

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

Title:
  crash in meta_wayland_transaction_commit

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


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

[Bug 2055012] Re: When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

2024-06-13 Thread Anton Kamenov
*** This bug is a duplicate of bug 2054761 ***
https://bugs.launchpad.net/bugs/2054761

I also upgraded server from Jammy to Noble, name resolution was busted,
it looks systemd-resolved didn't complete the stub file where
resolv.conf was symlinked to, but symlink was there

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

Title:
  When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

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


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

[Bug 2069361] [NEW] Chrome does not tile correctly after disabling enhanced tiling

2024-06-13 Thread Angel D. Segarra
Public bug reported:

Not sure under what package to file this under but I've disabled
enhanced tiling due to issues I was having with it but now with it
disabled for some reason Google Chrome does not tile correctly. When
tiled using super+left/right, parts of the app end up behind the top
panel and outside of the edge of the screen or the ubuntu dock.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: mutter (not installed)
ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4
Uname: Linux 6.8.0-35-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Thu Jun 13 17:00:17 2024
InstallationDate: Installed on 2024-06-04 (9 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: mutter
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Description changed:

  Not sure under what package to file this under but I've disabled
  enhanced tiling due to issues I was having with it but now with it
  disabled for some reason Google Chrome does not tile correctly. When
  tiled using super+left/right, parts of the app end up behind the top
- panel and if tiled to where the ubuntu dock is, a part of the app is
- behind the dock.
+ panel and outside of the edge of the screen or the ubuntu dock.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: mutter (not installed)
  ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4
  Uname: Linux 6.8.0-35-generic x86_64
  ApportVersion: 2.28.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun 13 17:00:17 2024
  InstallationDate: Installed on 2024-06-04 (9 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
  ProcEnviron:
-  LANG=en_US.UTF-8
-  PATH=(custom, no user)
-  SHELL=/bin/bash
-  TERM=xterm-256color
-  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  PATH=(custom, no user)
+  SHELL=/bin/bash
+  TERM=xterm-256color
+  XDG_RUNTIME_DIR=
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Chrome does not tile correctly after disabling enhanced tiling

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


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

[Bug 2067785] Re: Improve power consumption of Broadcom CV3 Plus Device

2024-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package libfprint - 1:1.94.7+tod1-0ubuntu5

---
libfprint (1:1.94.7+tod1-0ubuntu5) oracular; urgency=medium

  * d/p: Add new Broadcom device IDs to reduce the power consumption
(LP: #2067785)

 -- Marco Trevisan (Treviño)   Thu, 13 Jun 2024
19:38:52 +0200

** Changed in: libfprint (Ubuntu Oracular)
   Status: Fix Committed => 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/2067785

Title:
  Improve power consumption of Broadcom CV3 Plus Device

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


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

[Bug 2061739] Re: crash in meta_wayland_transaction_commit

2024-06-13 Thread Alban
Hello,

Thank you for the fix !!

How/when can we have the fix for Ubuntu 24.04 ?

Best,

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

Title:
  crash in meta_wayland_transaction_commit

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


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

[Bug 2064177] Re: Window borders and shadows missing from GTK3 dialogs (if autologin is enabled and Xorg is used)

2024-06-13 Thread florin
I wonder if the lack of borders does not cause the click problem.
Probably the click is calculated within the border and while there are
no borders, there is a problem so the click goes to the lower
window/object. There is quite a while without a solution, it is quite
annoying.

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

Title:
  Window borders and shadows missing from GTK3 dialogs (if autologin is
  enabled and Xorg is used)

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


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

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-06-13 Thread Islam
For me it still crashing even after disabling the tiling extension.

But after installing the fix in 46.1 that is attached in the other bug
report, it's solved.

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

Title:
  GNOME Wayland session crashes with
  
libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor:
  assertion failed: (logical_monitor)

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


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

[Bug 2026194] Re: When clicking on some maximized or tiled windows, focus on roughly the lower quarter falls to the window behind

2024-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 46.2-1ubuntu1

---
mutter (46.2-1ubuntu1) oracular; urgency=medium

  * Merge with Debian. Remaining changes:
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch
- Add window-Add-ability-to-override-the-edge-constraints.patch
  + Make possible for extensions (such as Tiling Assistant) to override
window constraints
- Ignore test results on armhf & ppc64el

mutter (46.2-1) experimental; urgency=medium

  [ Daniel van Vugt ]
  * New upstream release 46.2 (LP: #2068598)
- Fixed mouse clicks falling through to the window behind (LP: #2026194)
- Fixed a crash in meta_wayland_transaction_commit (LP: #2061739)
- Fixed night light getting stuck on (LP: #2066902)
  * Update Support-Dynamic-triple-double-buffering.patch:
- Removed bogus changes introduced in 46.1-2 (unrelated files)
- Fixed debugging mode "MUTTER_DEBUG_TRIPLE_BUFFERING=always" which had
  temporarily stopped working in 46.1 but also nobody should have been
  using it.
- Updated commit message to mention the upstream source is maintained
  in 'triple-buffering-v4-46'.
  * Refreshed patches:
- meson-Do-not-mark-CI-test-tools-as-required.patch
- Mark-several-additional-tests-as-flaky.patch
  * Add clutter/conform gesture tests to the list of known flaky ones:
it is a new test in mutter 46
  * Add patch to compile gsettings schemas for use in build tests

  [ Jeremy Bícha ]
  * Stop compiling gsettings schemas in debian/rules
  * Opt into Salsa CI

 -- Jeremy Bícha   Wed, 12 Jun 2024 16:30:58 -0400

** Changed in: mutter (Ubuntu)
   Status: Fix Committed => 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/2026194

Title:
  When clicking on some maximized or tiled windows, focus on roughly the
  lower quarter falls to the window behind

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


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

[Bug 2068598] Re: Mutter release 46.2

2024-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 46.2-1ubuntu1

---
mutter (46.2-1ubuntu1) oracular; urgency=medium

  * Merge with Debian. Remaining changes:
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch
- Add window-Add-ability-to-override-the-edge-constraints.patch
  + Make possible for extensions (such as Tiling Assistant) to override
window constraints
- Ignore test results on armhf & ppc64el

mutter (46.2-1) experimental; urgency=medium

  [ Daniel van Vugt ]
  * New upstream release 46.2 (LP: #2068598)
- Fixed mouse clicks falling through to the window behind (LP: #2026194)
- Fixed a crash in meta_wayland_transaction_commit (LP: #2061739)
- Fixed night light getting stuck on (LP: #2066902)
  * Update Support-Dynamic-triple-double-buffering.patch:
- Removed bogus changes introduced in 46.1-2 (unrelated files)
- Fixed debugging mode "MUTTER_DEBUG_TRIPLE_BUFFERING=always" which had
  temporarily stopped working in 46.1 but also nobody should have been
  using it.
- Updated commit message to mention the upstream source is maintained
  in 'triple-buffering-v4-46'.
  * Refreshed patches:
- meson-Do-not-mark-CI-test-tools-as-required.patch
- Mark-several-additional-tests-as-flaky.patch
  * Add clutter/conform gesture tests to the list of known flaky ones:
it is a new test in mutter 46
  * Add patch to compile gsettings schemas for use in build tests

  [ Jeremy Bícha ]
  * Stop compiling gsettings schemas in debian/rules
  * Opt into Salsa CI

 -- Jeremy Bícha   Wed, 12 Jun 2024 16:30:58 -0400

** Changed in: mutter (Ubuntu)
   Status: Fix Committed => 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/2068598

Title:
  Mutter release 46.2

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


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

[Bug 2066902] Re: Night Light occasionally gets stuck

2024-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 46.2-1ubuntu1

---
mutter (46.2-1ubuntu1) oracular; urgency=medium

  * Merge with Debian. Remaining changes:
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch
- Add window-Add-ability-to-override-the-edge-constraints.patch
  + Make possible for extensions (such as Tiling Assistant) to override
window constraints
- Ignore test results on armhf & ppc64el

mutter (46.2-1) experimental; urgency=medium

  [ Daniel van Vugt ]
  * New upstream release 46.2 (LP: #2068598)
- Fixed mouse clicks falling through to the window behind (LP: #2026194)
- Fixed a crash in meta_wayland_transaction_commit (LP: #2061739)
- Fixed night light getting stuck on (LP: #2066902)
  * Update Support-Dynamic-triple-double-buffering.patch:
- Removed bogus changes introduced in 46.1-2 (unrelated files)
- Fixed debugging mode "MUTTER_DEBUG_TRIPLE_BUFFERING=always" which had
  temporarily stopped working in 46.1 but also nobody should have been
  using it.
- Updated commit message to mention the upstream source is maintained
  in 'triple-buffering-v4-46'.
  * Refreshed patches:
- meson-Do-not-mark-CI-test-tools-as-required.patch
- Mark-several-additional-tests-as-flaky.patch
  * Add clutter/conform gesture tests to the list of known flaky ones:
it is a new test in mutter 46
  * Add patch to compile gsettings schemas for use in build tests

  [ Jeremy Bícha ]
  * Stop compiling gsettings schemas in debian/rules
  * Opt into Salsa CI

 -- Jeremy Bícha   Wed, 12 Jun 2024 16:30:58 -0400

** Changed in: mutter (Ubuntu Oracular)
   Status: Fix Committed => 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/2066902

Title:
  Night Light occasionally gets stuck

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


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

[Bug 2061739] Re: crash in meta_wayland_transaction_commit

2024-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 46.2-1ubuntu1

---
mutter (46.2-1ubuntu1) oracular; urgency=medium

  * Merge with Debian. Remaining changes:
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch
- Add window-Add-ability-to-override-the-edge-constraints.patch
  + Make possible for extensions (such as Tiling Assistant) to override
window constraints
- Ignore test results on armhf & ppc64el

mutter (46.2-1) experimental; urgency=medium

  [ Daniel van Vugt ]
  * New upstream release 46.2 (LP: #2068598)
- Fixed mouse clicks falling through to the window behind (LP: #2026194)
- Fixed a crash in meta_wayland_transaction_commit (LP: #2061739)
- Fixed night light getting stuck on (LP: #2066902)
  * Update Support-Dynamic-triple-double-buffering.patch:
- Removed bogus changes introduced in 46.1-2 (unrelated files)
- Fixed debugging mode "MUTTER_DEBUG_TRIPLE_BUFFERING=always" which had
  temporarily stopped working in 46.1 but also nobody should have been
  using it.
- Updated commit message to mention the upstream source is maintained
  in 'triple-buffering-v4-46'.
  * Refreshed patches:
- meson-Do-not-mark-CI-test-tools-as-required.patch
- Mark-several-additional-tests-as-flaky.patch
  * Add clutter/conform gesture tests to the list of known flaky ones:
it is a new test in mutter 46
  * Add patch to compile gsettings schemas for use in build tests

  [ Jeremy Bícha ]
  * Stop compiling gsettings schemas in debian/rules
  * Opt into Salsa CI

 -- Jeremy Bícha   Wed, 12 Jun 2024 16:30:58 -0400

** Changed in: mutter (Ubuntu Oracular)
   Status: Fix Committed => 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/2061739

Title:
  crash in meta_wayland_transaction_commit

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


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

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-06-13 Thread Michał Sawicz
> Haven't had a crash yet since disabling the tiling-assistant
extension.

Same, disabling the tiling ext seems to have made my GNOME stable again.

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

Title:
  GNOME Wayland session crashes with
  
libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor:
  assertion failed: (logical_monitor)

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


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

[Bug 1970389] Re: [nvidia] Janky text entry and frames appear out of order in Xwayland apps

2024-06-13 Thread Daniel van Vugt
** Changed in: xwayland (Ubuntu Oracular)
   Status: Fix Released => In Progress

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

Title:
  [nvidia] Janky text entry and frames appear out of order in Xwayland
  apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1970389/+subscriptions


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

[Bug 1970389] Re: [nvidia] Janky text entry and frames appear out of order in Xwayland apps

2024-06-13 Thread Daniel van Vugt
Tested on Oracular finally (Nvidia 535). It's a lot better but still not
perfect. Frames don't seem to be out of order anymore but there is an
annoying lag when typing text in Google Chrome for example. I'm not sure
that's still this same bug but it might explain why the upstream bug
https://gitlab.freedesktop.org/xorg/xserver/-/issues/1317 remains open.
In https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/967
Nvidia says it doesn't fix issue 1317 alone and that "Additional changes
in the NVIDIA driver would also be required."

** Also affects: nvidia-graphics-drivers (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers (Ubuntu Noble)
   Status: New => Won't Fix

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

Title:
  [nvidia] Janky text entry and frames appear out of order in Xwayland
  apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1970389/+subscriptions


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

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-06-13 Thread James Paton-Smith
Haven't had a crash yet since disabling the tiling-assistant extension.

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

Title:
  GNOME Wayland session crashes with
  
libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor:
  assertion failed: (logical_monitor)

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


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

[Bug 2066931] Re: Primary GPU displays nothing if the secondary GPU is using nouveau in a Wayland session

2024-06-13 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/2066931

Title:
  Primary GPU displays nothing if the secondary GPU is using nouveau in
  a Wayland session

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


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

[Bug 2068539] Re: tiling operation triggers assertion in gnome-shell [meta_window_get_workspaces: code should not be reached]

2024-06-13 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/2068539

Title:
  tiling operation triggers assertion in gnome-shell
  [meta_window_get_workspaces: code should not be reached]

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


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

[Bug 2068539] Re: tiling operation triggers assertion in gnome-shell [meta_window_get_workspaces: code should not be reached]

2024-06-13 Thread Daniel van Vugt
Looking at src/core/window.c in Mutter makes me think Mutter is more
likely to blame. And there is also an upstream bug:
https://gitlab.gnome.org/GNOME/mutter/-/issues/3224

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

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

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

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

Title:
  tiling operation triggers assertion in gnome-shell
  [meta_window_get_workspaces: code should not be reached]

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


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