[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-25 Thread Sergio Costas
Daniel, Alessandro, quick question: I prepared a patch for upstream
Gnome Shell ( https://gitlab.gnome.org/GNOME/gnome-
shell/-/merge_requests/3640 ), but maybe a different syntax could be
better. Specifically, to add this to the "AsyncMutex" class:

+
+async asyncCriticalSection(f, ...args) {
+await this.hold();
+try {
+await f(...args);
+} finally {
+this.release();
+}
+}

And then, call the code with

await onEnabledExtensionsChangedMutex.asyncCriticalSection(async () => {
...
// the code that must run without being preempted
...
});

This way, it would be cleaner, and the logic to ensure that the "mutex"
is released even if an exception happens is fully integrated into the
"mutex" class, while still ensuring that any non catched exception is
still correctly passed.

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

Title:
  Desktop switching shows windows from previous desktop

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


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

[Bug 2098016] Re: Ubuntu 24.04 WiFi from gdm3 login screen: cannot select new network

2025-02-25 Thread Alessandro Astone
** Also affects: gdm3 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: gdm3 (Ubuntu)
 Assignee: (unassigned) => Alessandro Astone (aleasto)

** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Alessandro Astone (aleasto)

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

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

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

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

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

** Changed in: gdm3 (Ubuntu)
   Status: New => 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/2098016

Title:
  Ubuntu 24.04 WiFi from gdm3 login screen: cannot select new network

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


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

[Bug 2099933] Re: display freezes when magnifier is activated

2025-02-25 Thread Jérôme Brenier
My single monitor is a common 24" 1920x1080 connected to HDMI.

I did some additional tests :

- the problem is present with all Ubuntu versions since at least 22.04.5 LTS.
- the problem only occurs with cursor pushes contents around mode, not with the 
default. Being the nominal Windows magnifier behavior, I believe the push mode 
is the most commonly used.
- the problem sometimes only appear after modifying the settings and doing a 
session restart / reboot.
- it seems that disabling the focus and caret tracking make the freeze 
appearing more quickly.
- some people seems to have the same problem : 
https://askubuntu.com/questions/1531022/how-can-i-file-a-bug-in-gnome-magnifier-it-freezzes-with-push-setting
- the problem is present with Wayland or Xorg.
- there's no problem with plasma or Cinnamon desktops.

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

Title:
  display freezes when magnifier is activated

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


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

[Bug 1713096] Re: System Does not Boot After Upgrade

2025-02-25 Thread Chris Guiver
Thank you for reporting this bug to Ubuntu.

Ubuntu 17.10 (artful) reached end-of-life on July 19, 2018.
Ubuntu 17.04 (zesty) reached end-of-life on January 13, 2018.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases

We appreciate that this bug may be old and you might not be interested
in discussing it anymore. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in.

** Changed in: gnome-session (Ubuntu)
   Status: New => Invalid

** Changed in: gnome-session (Ubuntu)
   Status: Invalid => Incomplete

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

Title:
  System Does not Boot After Upgrade

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


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

[Bug 2095466] Re: Copy and Paste with the mouse button does not work when copying from Browser to The_GNOME_Terminal

2025-02-25 Thread Igor
** Also affects: gnome-terminal (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Copy and Paste with the mouse button does not work when copying from
  Browser to The_GNOME_Terminal

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


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

[Bug 2095466] Re: Copy and Paste with the mouse button does not work when copying from Browser to The_GNOME_Terminal

2025-02-25 Thread Nathan Teodosio
I cannot reproduce the issue in 24.04 with the Chromium snap from the
stable channel. I tried copying something from Chromium and then in
Gnome-Terminal the middle-click paste and the context menu paste (right-
click->Paste) both worked for however many successive attempts.

Can you please provide more details? Are you on the default Ubuntu
Wayland session or on Xorg? And what exactly is the mouse button you are
talking about?

** Changed in: chromium-browser (Ubuntu)
   Status: New => Incomplete

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

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

Title:
  Copy and Paste with the mouse button does not work when copying from
  Browser to The_GNOME_Terminal

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


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

[Bug 1713096] Re: System Does not Boot After Upgrade

2025-02-25 Thread David Georg Reichelt
After doing `sudo apt remove python3.10 python3.10-dev
python3.10-minimal python3.10-venv`, the upgrade worked, but after the
restart, Ubuntu only boots to the console and cannot connect to the
network.

Restarting the network manager says "error while loading shared
libraries: libgobject-2.0.so.0: cannot open shared object file: no such
file or directory", so I can also not finish any installation and cannot
call apt with `--fix-broken`. I'd appreciate any hint how to fix this.

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

Title:
  System Does not Boot After Upgrade

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


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

[Bug 2100029] Re: gnome-shell crashed with SIGSEGV in g_closure_invoke()

2025-02-25 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It sounds like some part of the system has crashed. To
help us find the cause of the crash please follow these steps:

1. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

Please take care to avoid attaching .crash files or core dumps to bugs
as we are unable to process them as file attachments. It would also be a
security risk for yourself.

** 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/2100029

Title:
  gnome-shell crashed with SIGSEGV in g_closure_invoke()

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


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

[Bug 2100228] Re: Login with MSEntraID broker can't show QR Code

2025-02-25 Thread Daniel van Vugt
** Tags added: noble

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

Title:
  Login with MSEntraID broker can't show QR Code

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


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

[Bug 2099933] Re: display freezes when magnifier is activated

2025-02-25 Thread Daniel van Vugt
I tried enabling "pushes contents around" and restarting but still no
bug. Let us know if you think of any other unique factors in your setup.
Do you have anything installed in ~/.local/share/gnome-shell/extensions
?

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

Title:
  display freezes when magnifier is activated

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


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

[Bug 2100228] [NEW] Login with MSEntraID broker can't show QR Code

2025-02-25 Thread Evan Murphy
Public bug reported:

We are attempting to use authd and authd-msentraid for domain managed
logins on Ubuntu as per this guide:

https://documentation.ubuntu.com/authd/en/latest/howto/

We are using Noble 24.04.2
gdm3: 46.2-1ubuntu1~24.04.1
authd: 0.4.1
authd-msentraid: 0.2.0+33feab0.0d0d6c7

When attempting to log in with the MSEntraID broker the first time, we
would expect that GDM would show a QR code and a text code to follow to
use the MS cloud service to associate the local login with the domain
account.

What actually happened: on two out of three systems attempted, we get an
error on the GDM login that says:

"""
can't select authentication mode: can't select authentication
mode: could not validate UI layout: unrecognized field "code"
provided for layout "qrcode"
"""

After this message is shown for a moment, GDM goes back to "select a
broker".


What we expected: GDM to show a QR code and a text code of about 12 digits, and 
then proceed to a login flow after the MS 2-factor process is completed on 
another device.

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

** Attachment added: "PXL_20250221_214146214.jpg"
   
https://bugs.launchpad.net/bugs/2100228/+attachment/5860626/+files/PXL_20250221_214146214.jpg

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

Title:
  Login with MSEntraID broker can't show QR Code

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


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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-25 Thread Daniel van Vugt
I would usually reserve my opinion until it's out of Draft, but based on
the above comments I would start by asking for fewer words in
identifiers.

Next I would wait for the gnome-shell maintainers to respond because
they will usually tell you quickly if there's anything architecturally
wrong with a proposal.

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

Title:
  Desktop switching shows windows from previous desktop

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


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

[Bug 2098016] Re: Ubuntu 24.04 WiFi from gdm3 login screen: cannot select new network

2025-02-25 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
Milestone: None => ubuntu-25.04

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

Title:
  Ubuntu 24.04 WiFi from gdm3 login screen: cannot select new network

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


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

[Bug 1271777] Re: cannot type in search or page boxes in evince

2025-02-25 Thread Rodney Beede
Tested on Ubuntu 22.04.5 and the issue still persists.

Additionally, pressing ctrl+L to type in a page number to jump to does
not work.

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

Title:
  cannot type in search or page boxes in evince

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


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

[Bug 2100239] [NEW] xdg-desktop-portal-dev (in main) Recommends fonts-inter-variable (in univserse)

2025-02-25 Thread Michael Hudson-Doyle
Public bug reported:

As indicated in the summary, xdg-desktop-portal-dev now recommends
fonts-inter-variable and so ends up on component mismatches.

There seem to be two reasonable ways forward: filing an MIR for fonts-
inter (there is a streamlined process for font MIRs:
https://github.com/canonical/ubuntu-mir?tab=readme-ov-file#font-
packages) or demote xdg-desktop-portal-dev to universe.

Please let us know which seems like the best approach!

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

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

Title:
  xdg-desktop-portal-dev (in main) Recommends fonts-inter-variable (in
  univserse)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/2100239/+subscriptions


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

[Bug 2100243] [NEW] gnome-shell crashed with SIGSEGV in clutter_stage_view_add_redraw_clip(view=view@entry=0x0, clip=clip@entry=0x0) from scanout_result_feedback()

2025-02-25 Thread errors.ubuntu.com bug bridge
Public bug reported:

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

** Affects: mutter (Ubuntu)
 Importance: High
 Status: In Progress


** Tags: plucky

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

Title:
  gnome-shell crashed with SIGSEGV in
  clutter_stage_view_add_redraw_clip(view=view@entry=0x0,
  clip=clip@entry=0x0) from scanout_result_feedback()

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


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

[Bug 2100243] Re: gnome-shell crashed with SIGSEGV in clutter_stage_view_add_redraw_clip(view=view@entry=0x0, clip=clip@entry=0x0) from scanout_result_feedback()

2025-02-25 Thread Daniel van Vugt
** Summary changed:

- 
/usr/bin/gnome-shell:11:clutter_stage_view_add_redraw_clip:scanout_result_feedback:dispatch_callbacks:callback_source_dispatch:g_main_dispatch
+ gnome-shell crashed with SIGSEGV in 
clutter_stage_view_add_redraw_clip(view=view@entry=0x0, clip=clip@entry=0x0) 
from scanout_result_feedback()

** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

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

** Changed in: gnome-shell (Ubuntu)
Milestone: None => ubuntu-25.04

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

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

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

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

Title:
  gnome-shell crashed with SIGSEGV in
  clutter_stage_view_add_redraw_clip(view=view@entry=0x0,
  clip=clip@entry=0x0) from scanout_result_feedback()

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


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

[Bug 2090824] Re: mutter crashes on Ubuntu 24.04 while playing Among Us with meta_wayland_pointer_constraint_deactivate

2025-02-25 Thread Chris Halse Rogers
Hello Timo, or anyone else affected,

Accepted mutter into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mutter/46.2-1ubuntu0.24.04.6 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mutter (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  mutter crashes on Ubuntu 24.04 while playing Among Us with
  meta_wayland_pointer_constraint_deactivate

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


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

[Bug 1966635] Re: can't move file/directory by drag and drop by using touch monitor

2025-02-25 Thread Chris Halse Rogers
Hello Yuan-Chen, or anyone else affected,

Accepted mutter into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mutter/46.2-1ubuntu0.24.04.6 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags added: verification-needed verification-needed-noble

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

Title:
  can't move file/directory by drag and drop by using touch monitor

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


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

[Bug 2080698] Re: Dragging a window can cause full framebuffer damage

2025-02-25 Thread Chris Halse Rogers
Hello Mitchell, or anyone else affected,

Accepted mutter into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mutter/46.2-1ubuntu0.24.04.6 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mutter (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  Dragging a window can cause full framebuffer damage

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


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

[Bug 2100243] Re: gnome-shell crashed with SIGSEGV in clutter_stage_view_add_redraw_clip(view=view@entry=0x0, clip=clip@entry=0x0) from scanout_result_feedback()

2025-02-25 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

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

Title:
  gnome-shell crashed with SIGSEGV in
  clutter_stage_view_add_redraw_clip(view=view@entry=0x0,
  clip=clip@entry=0x0) from scanout_result_feedback()

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


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

[Bug 2100029] Re: gnome-shell crashed with SIGSEGV in g_closure_invoke()

2025-02-25 Thread corrado venturini
The new bug is https://bugs.launchpad.net/ubuntu/+source/gnome-
shell/+bug/2100248

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

Title:
  gnome-shell crashed with SIGSEGV in g_closure_invoke()

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


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

[Bug 2087831] Re: [SRU] On a laptop with NVIDIA graphics and touchscreen, touchscreen gets disabled after resume from suspend in Xorg session

2025-02-25 Thread Chris Halse Rogers
Hello Kai-Chuan, or anyone else affected,

Accepted mutter into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mutter/46.2-1ubuntu0.24.04.6 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mutter (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  [SRU] On a laptop with NVIDIA graphics and touchscreen, touchscreen
  gets disabled after resume from suspend in Xorg session

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


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

[Bug 2087831] Re: [SRU] On a laptop with NVIDIA graphics and touchscreen, touchscreen gets disabled after resume from suspend in Xorg session

2025-02-25 Thread Chris Halse Rogers
Although I've accepted this into noble-proposed we'll need an oracular
upload fixing this to be releasable before we can release it into noble-
updates.

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

Title:
  [SRU] On a laptop with NVIDIA graphics and touchscreen, touchscreen
  gets disabled after resume from suspend in Xorg session

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


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

[Bug 1966635] Re: can't move file/directory by drag and drop by using touch monitor

2025-02-25 Thread Chris Halse Rogers
What's the Oracular status of this? There doesn't appear to be an upload
in the unapproved queue, and the existing package in oracular-proposed
(that needs verification) doesn't claim to fix this bug.

Although I've accepted this into noble-proposed we'll need an oracular
upload to be releasable before we can release it into noble-updates.

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

Title:
  can't move file/directory by drag and drop by using touch monitor

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


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

[Bug 2100243] Re: gnome-shell crashed with SIGSEGV in clutter_stage_view_add_redraw_clip(view=view@entry=0x0, clip=clip@entry=0x0) from scanout_result_feedback()

2025-02-25 Thread Daniel van Vugt
From the crash report, this was logged just before the segfault:

Feb 19 22:48:03 lexibuntu gnome-shell[2754]: Direct scanout page flip
failed: Timer disarmed

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

Title:
  gnome-shell crashed with SIGSEGV in
  clutter_stage_view_add_redraw_clip(view=view@entry=0x0,
  clip=clip@entry=0x0) from scanout_result_feedback()

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


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

[Bug 2100248] [NEW] gnome-shell crashed with SIGSEGV in g_closure_invoke()

2025-02-25 Thread corrado venturini
Public bug reported:

related to https://bugs.launchpad.net/ubuntu/+source/gnome-
shell/+bug/2100029

ProblemType: Crash
DistroRelease: Ubuntu 25.04
Package: gnome-shell 48~beta-3ubuntu1
ProcVersionSignature: Ubuntu 6.12.0-15.15-generic 6.12.11
Uname: Linux 6.12.0-15-generic x86_64
ApportVersion: 2.31.0+git20250220-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Feb 25 18:51:48 2025
DisplayManager: gdm3
ExecutablePath: /usr/bin/gnome-shell
ExecutableTimestamp: 1740200070
InstallationDate: Installed on 2025-02-23 (2 days ago)
InstallationMedia: Ubuntu 25.04 "Plucky Puffin" - Daily amd64 (20250223)
ProcCmdline: /usr/bin/gnome-shell
ProcCwd: /home/corrado
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
RelatedPackageVersions: mutter-common 48~beta-4ubuntu1
Signal: 11
SignalName: SIGSEGV
SourcePackage: gnome-shell
StacktraceTop:
 ?? () from /lib/x86_64-linux-gnu/libmutter-16.so.0
 ?? () from /lib/x86_64-linux-gnu/libmutter-16.so.0
 ?? () from /lib/x86_64-linux-gnu/libmutter-16.so.0
 g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
 ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: gnome-shell crashed with SIGSEGV in g_closure_invoke()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sudo users
separator:

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


** Tags: amd64 apport-crash need-amd64-retrace plucky wayland-session

** 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/2100248

Title:
  gnome-shell crashed with SIGSEGV in g_closure_invoke()

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


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

[Bug 2100248] Re: gnome-shell crashed with SIGSEGV in g_closure_invoke()

2025-02-25 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2100029 ***
https://bugs.launchpad.net/bugs/2100029

Unfortunately this has the same problem as bug 2100029.

** This bug has been marked a duplicate of bug 2100029
   gnome-shell crashed with SIGSEGV in g_closure_invoke()

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

Title:
  gnome-shell crashed with SIGSEGV in g_closure_invoke()

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


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

[Bug 2087831] Re: [SRU] On a laptop with NVIDIA graphics and touchscreen, touchscreen gets disabled after resume from suspend in Xorg session

2025-02-25 Thread Daniel van Vugt
The fix for Oracular is committed:

  https://salsa.debian.org/gnome-
team/mutter/-/commits/ubuntu/oracular?ref_type=heads

but not uploaded because it has to wait for the outcome of the previous
tag still in proposed:

  https://launchpad.net/ubuntu/+source/mutter/47.0-1ubuntu4.2

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

Title:
  [SRU] On a laptop with NVIDIA graphics and touchscreen, touchscreen
  gets disabled after resume from suspend in Xorg session

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


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

[Bug 329389] Re: "Party mode" ununderstandable and undocumented

2025-02-25 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: New => Fix Released

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

Title:
  "Party mode" ununderstandable and undocumented

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


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

[Bug 2100029] [NEW] gnome-shell crashed with SIGSEGV in g_closure_invoke()

2025-02-25 Thread corrado venturini
Public bug reported:

Just booted and started firefox

ProblemType: Crash
DistroRelease: Ubuntu 25.04
Package: gnome-shell 48~beta-3ubuntu1
ProcVersionSignature: Ubuntu 6.12.0-15.15-generic 6.12.11
Uname: Linux 6.12.0-15-generic x86_64
ApportVersion: 2.31.0+git20250220-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Feb 25 18:51:48 2025
DisplayManager: gdm3
ExecutablePath: /usr/bin/gnome-shell
ExecutableTimestamp: 1740200070
InstallationDate: Installed on 2025-02-23 (2 days ago)
InstallationMedia: Ubuntu 25.04 "Plucky Puffin" - Daily amd64 (20250223)
ProcCmdline: /usr/bin/gnome-shell
ProcCwd: /home/corrado
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
RelatedPackageVersions: mutter-common 48~beta-4ubuntu1
Signal: 11
SignalName: SIGSEGV
SourcePackage: gnome-shell
StacktraceTop:
 ?? () from /lib/x86_64-linux-gnu/libmutter-16.so.0
 ?? () from /lib/x86_64-linux-gnu/libmutter-16.so.0
 ?? () from /lib/x86_64-linux-gnu/libmutter-16.so.0
 g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
 ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: gnome-shell crashed with SIGSEGV in g_closure_invoke()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sudo users
separator:

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


** Tags: amd64 apport-crash need-amd64-retrace plucky wayland-session

** 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/2100029

Title:
  gnome-shell crashed with SIGSEGV in g_closure_invoke()

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


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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-25 Thread Alessandro Astone
Ultimately you should agree on it with upstream.

Well, I guess Daniel technically *is* upstream ;)

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

Title:
  Desktop switching shows windows from previous desktop

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


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

[Bug 2100012] [NEW] Dailey Build 2-25 Faltpak installs fails

2025-02-25 Thread Rick S
Public bug reported:

flatpak install most apps result in

Warning: Could not unmount revokefs-fuse filesystem at /var/tmp/flatpak-
cache-IXS412/org.freedesktop.Platform.GL.default-8US412: Child process
exited with code 1

This could be related to apparmor also.

ProblemType: Bug
DistroRelease: Ubuntu 25.04
Package: flatpak 1.16.0-1
ProcVersionSignature: Ubuntu 6.12.0-15.15-generic 6.12.11
Uname: Linux 6.12.0-15-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.31.0+git20250220-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: XFCE
Date: Tue Feb 25 09:37:57 2025
InstallationDate: Installed on 2025-02-25 (0 days ago)
InstallationMedia: Xubuntu 25.04 "Plucky Puffin" - Daily amd64 (20250225)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: flatpak
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug plucky

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

Title:
  Dailey Build 2-25 Faltpak installs fails

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


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

[Bug 1764096] Re: Brasero can't burn DVD because of permissions issue

2025-02-25 Thread Jost Schulte
I got this error with brasero 3.12.3-3 on Debian 12 when trying to burn
an Audio CD project. Running brasero as superuser didn't work as the CD
drive couldn't be found.

> sudo chmod +s $(which wodim)

resolved the issue.

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

Title:
  Brasero can't burn DVD because of permissions issue

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


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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-25 Thread Sergio Costas
You are right... Commented in the upstream PR.

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

Title:
  Desktop switching shows windows from previous desktop

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


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

[Bug 2085634] Re: Middle mouse click paste is broken across different applications in Ubuntu 24.04

2025-02-25 Thread Torsten Bronger
Does anybody here have a recipe for fixing that oneself? Using a PPA,
compiling the source package after having patched it, anything?

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

Title:
  Middle mouse click paste is broken  across different applications in
  Ubuntu 24.04

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


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

[Bug 2100004] [NEW] Firefox blocks on startup waiting for xdg-desktop-portal

2025-02-25 Thread Simon Chopin
Public bug reported:

Firefox takes ages to start in a fresh desktop session, complaining
about timeouts on org.freedesktop.portal.Desktop, while the desktop
environment prompts me to kill it because it's waiting on its UI thread.

It spews the following on its stdout/stderr (some strings are in French,
sorry, mostly saying "error calling $foo: timed out"):

update.go:85: cannot change mount namespace according to change mount 
(/var/lib/snapd/hostfs/usr/local/share/doc /usr/local/share/doc none bind,ro 0 
0): cannot open directory "/usr/local/share": permission denied
update.go:85: cannot change mount namespace according to change mount 
(/var/lib/snapd/hostfs/usr/share/gimp/2.0/help /usr/share/gimp/2.0/help none 
bind,ro 0 0): cannot write to "/var/lib/snapd/hostfs/usr/share/gimp/2.0/help" 
because it would affect the host in "/var/lib/snapd"
update.go:85: cannot change mount namespace according to change mount 
(/var/lib/snapd/hostfs/usr/share/libreoffice/help /usr/share/libreoffice/help 
none bind,ro 0 0): cannot write to 
"/var/lib/snapd/hostfs/usr/share/libreoffice/help" because it would affect the 
host in "/var/lib/snapd"
update.go:85: cannot change mount namespace according to change mount 
(/var/lib/snapd/hostfs/usr/share/sphinx_rtd_theme /usr/share/sphinx_rtd_theme 
none bind,ro 0 0): cannot write to 
"/var/lib/snapd/hostfs/usr/share/sphinx_rtd_theme" because it would affect the 
host in "/var/lib/snapd"
update.go:85: cannot change mount namespace according to change mount 
(/var/lib/snapd/hostfs/usr/share/xubuntu-docs /usr/share/xubuntu-docs none 
bind,ro 0 0): cannot write to "/var/lib/snapd/hostfs/usr/share/xubuntu-docs" 
because it would affect the host in "/var/lib/snapd"
Gtk-Message: 16:22:25.740: Not loading module "atk-bridge": The functionality 
is provided by GTK natively. Please try to not load it.
[9968, Main Thread] WARNING: Settings portal not found: Erreur lors de l’appel 
de StartServiceByName pour org.freedesktop.portal.Desktop : Le délai d’attente 
est dépassé: 'glib warning', file 
/build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:201

(firefox_firefox:9968): Gdk-WARNING **: 16:22:50.773: Settings portal not 
found: Erreur lors de l’appel de StartServiceByName pour 
org.freedesktop.portal.Desktop : Le délai d’attente est dépassé
[Parent 9968, Main Thread] WARNING: Failed to create proxy: Erreur lors de 
l’appel de StartServiceByName pour org.freedesktop.portal.Desktop : Le délai 
d’attente est dépassé
: 'glib warning', file 
/build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:201

** (firefox_firefox:9968): WARNING **: 16:23:16.813: Failed to create
proxy: Erreur lors de l’appel de StartServiceByName pour
org.freedesktop.portal.Desktop : Le délai d’attente est dépassé

[Parent 9968, Main Thread] WARNING: Failed to create proxy: Erreur lors de 
l’appel de StartServiceByName pour org.freedesktop.portal.Desktop : Le délai 
d’attente est dépassé
: 'glib warning', file 
/build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:201

** (firefox_firefox:9968): WARNING **: 16:23:41.842: Failed to create
proxy: Erreur lors de l’appel de StartServiceByName pour
org.freedesktop.portal.Desktop : Le délai d’attente est dépassé


I'm attaching my session logs.

It could be related to bug 2084919, perhaps firefox picked up the buggy
interface?

ProblemType: Bug
DistroRelease: Ubuntu 25.04
Package: xdg-desktop-portal 1.19.2+ds-1ubuntu1
ProcVersionSignature: Ubuntu 6.12.0-15.15-generic 6.12.11
Uname: Linux 6.12.0-15-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.31.0+git20250220-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Tue Feb 25 16:24:48 2025
InstallationDate: Installed on 2024-11-13 (104 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 
(20240827.1)
SourcePackage: xdg-desktop-portal
UpgradeStatus: Upgraded to plucky on 2024-11-15 (102 days ago)

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


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

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

Title:
  Firefox blocks on startup waiting for xdg-desktop-portal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/214/+subscriptions


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