[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Hello, I can confirm I am also experiencing this bug on Ubuntu 24.04 LTS. System Details: OS: Ubuntu 24.04 LTS Session: X11 Graphics: NVIDIA RTX 1000 Ada Generation Laptop GPU (Driver: 535 series, based on logs) Symptoms: The symptoms are identical to those described in the report. Shortly after login, there is a significant delay (20-30 seconds) when launching applications like GNOME Terminal for the first time. During this time, the mouse shows a loading cursor. Evidence from Logs: My journal logs show the same timeout errors related to xdg-desktop-portal-gnome that others have reported. Key errors include: xdg-desktop-por[3813]: Failed to create settings proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: Timeout was reached and for the terminal specifically: org.gnome.Terminal.desktop[5737]: # Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org Much thanks for looking into this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
I was going to report back that I hadn't seen this problem since adding 'Requisite=graphical-session.target' to the 'Unit' section of 'snap.snapd-desktop-integration.snapd-desktop-integration.service', but I just found after running: systemctl --user status snap.snapd-desktop-integration.snapd-desktop-integration.service The following error: Dependency failed for snap.snapd-desktop-integration.snapd-desktop-integration.service - Service for snap application snapd-desktop-integration.snapd-desktop-integration. So perhaps it hasn't been running this whole time. I assume the error is the result of adding the 'RequRequisite=graphical- session.target' line. Here's the complete unit section of the snapd-desktop-integration service; in case I've done something wrong: [Unit] # Auto-generated, DO NOT EDIT Description=Service for snap application snapd-desktop-integration.snapd-desktop-integration X-Snappy=yes Requisite=graphical-session.target -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
I have not had this problem since I disabled snap.snapd-desktop- integration.snapd-desktop-integration.service. So I can confirm this fixes the problem. But I've just added 'Requisite=graphical-session.target' to the 'Unit' section of this service and re-enabled it. So I will report back if I see it again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
> Sergio, is it expected that the service is enabled per-user rather than globally? That was not the case on my machine. Yes, it is expected. In fact, I can't understand how is it possible that in your machine is global... Also, don't remove the `Requisite=graphical-session.target` line in xdg- desktop-portal-gnome.service. It is paramount for it to work as expected. What you can do is edit snap.snapd-desktop-integration.snapd- desktop-integration.service and add that same line in the [Unit] section. systemctl --user edit --full snap.snapd-desktop-integration.snapd- desktop-integration.service If someone with a nVidia card can test this temporal fix... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
> So instead I have ran: > systemctl --user disable > snap.snapd-desktop-integration.snapd-desktop-integration.service Sergio, is it expected that the service is enabled per-user rather than globally? That was not the case on my machine. Anyways, thanks for testing Brendan! A fix is actively getting worked on in snapd-desktop-integration ** Changed in: nvidia-graphics-drivers-535 (Ubuntu) Status: Confirmed => Invalid ** Changed in: xdg-desktop-portal (Ubuntu) Status: Confirmed => Won't Fix ** Changed in: xdg-desktop-portal-gnome (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
The command: sudo systemctl --user --global disable snap.snapd-desktop-integration.snapd-desktop-integration.service didn't seem to work for me. After running this command I hit the problem again. But I found when I ran: systemctl --user status snap.snapd-desktop-integration.snapd-desktop-integration.service the service was loaded and running. So instead I have ran: systemctl --user disable snap.snapd-desktop-integration.snapd-desktop-integration.service And since then I haven't had the issue again. But it can be intermittent, so I'm not 100% if this fixes it, but it looks good so far. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
I'm able to reproduce most of the times on a machine from the certification lab, indeed with nvidia drivers but that doesn't necessarily seem to be the culprit. Instead, what I can see is a timing issue: snapd-desktop-integration starts with default.target and tries to dbus- activate org.freedesktop.portal.Desktop which tries to activate xdg- desktop-portal-gnome which is configured to only run after graphical- session.target If you are affected by this bug please confirm that we are looking at the same issue checking whether the issue is solved by disabling snapd- desktop-integration with: $ sudo systemctl --user --global disable snap.snapd-desktop- integration.snapd-desktop-integration.service then reboot the system and try to reproduce the bug. Replace 'disable' with 'enable' to enable it again after testing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
** Changed in: snapd-desktop-integration Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
** No longer affects: snapd-desktop-integration ** Bug watch added: github.com/canonical/snapd-desktop-integration/issues #145 https://github.com/canonical/snapd-desktop-integration/issues/145 ** Also affects: snapd-desktop-integration via https://github.com/canonical/snapd-desktop-integration/issues/145 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
** Also affects: snapd-desktop-integration Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Also an issue in Ubuntu 25.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Just noting my solution for the missing file selection dialog. Running the following (when it doesn't pop-up) will resolve it (i.e. it will start popping up again after running this command): systemctl --user restart xdg-desktop-portal-gnome.service -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
This is also a problem for me on Ubuntu 24.04.2 Desktop (X11) on a Dell Precision 7670 with kernel version Linux 6.11.0-19-generic and NVIDIA RTX A1000 Laptop GPU using nvidia-driver-550 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Hello. Not sure why, but looks like I didn't have the issue for long now... Did not change anything out of regular updates. Ubuntu 24.04.2 LTS / kernel 6.11.0-19-generic / Nvidia drivers 550 (the recommended one) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
I confirm that commenting 'Requisite=graphical-session.target' line causes problems with file selection dialog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Same problem for Ubuntu 24.04 Desktop with hwe kernel 6.11.0-17-generic and Nvidia driver 570.86.16 from the graphics-drivers PPA. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
There was a mistake in my previous post. I was missing the '--full' option. The command should be: systemctl --user edit --full xdg-desktop-portal-gnome.service But I've discovered that after commenting out the `Requisite=graphical-session.target` line, I can no longer open the file selection dialog in applications such as Firefox or Thunderbird. I can see the following error in the journal log: xdg-desktop-por[2490]: Backend call failed: No such interface “org.freedesktop.impl.portal.FileChooser” on object at path /org/freedesktop/portal/desktop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
I wish it was just 10-15 seconds. For me I have to way 2-3 minutes before I can open a terminal. :D Nvidia driver 550 with an rtx 3090. I then tried modifying the /usr/lib/systemd/user/xdg-desktop-portal-gnome.service by commenting out the Requisite=graphical-session.target line with a # prefix But that resultet in an infinite reboot loop after restarting the computer :). Dropped into recovery mode and uncommented the line to at least make the computer usable again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Can confirm the work-around from comment #10 worked for me. Thank-you Yao Wei. I ran the command: systemctl --user edit xdg-desktop-portal-gnome.service and commented out `Requisite=graphical-session.target` line (by just prefixing a hash). Note that `systemctl edit` will use the 'editor' program for the edit. This defaults to `nano`. You can change that by running: sudo update-alternatives --config editor -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Same symptoms on Ubuntu 24.04 recently installed, nvidia-driver-550, default xorg session. The errors in the log journal are the same. It's really affecting the basic user of Ubuntu 24.04 who happens to have an Nvidia Gpu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
** Tags added: jira-wtn-189 oem-priority -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Same problems with Nvidia driver 565.77. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/xdg-desktop-portal/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
** Changed in: xdg-desktop-portal Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/xdg-desktop-portal/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
** Bug watch added: gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues #154 https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues/154 ** Also affects: xdg-desktop-portal via https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues/154 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/xdg-desktop-portal/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
I'd like to confirm a workaround/fix (idk, just judging from the symptom), I tried removing: Requisite=graphical-session.target from /usr/lib/systemd/user/xdg-desktop-portal-gnome.service, and the x-d-p-gnome service can be started normally so the launch timeout is gone. Otherwise x-d-p-gnome did not start because the requisite is not reached. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Another symptom of the xorg problem: while a firefox (snap) window is waiting for the initial contents to display, neither the drag nor resize works on the window. The cursor does not change to the resize arrows either. After the contents displays, drag and resize then work. No such drag/resize problem when starting the session with Wayland. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Regarding xdg-desktop-portal errors, yes I have them too ↓ This is X11 -- Boot 601d352567ee4a79997950c76e24e514 -- Nov 02 14:48:47 kman-ubuntu-pc1 systemd[3440]: Starting xdg-desktop-portal.service - Portal service... Nov 02 14:49:37 kman-ubuntu-pc1 xdg-desktop-por[3933]: Failed to create settings proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: Timeout was reached Nov 02 14:50:02 kman-ubuntu-pc1 xdg-desktop-por[3933]: Failed to create file chooser proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: Timeout was reached Nov 02 14:50:02 kman-ubuntu-pc1 xdg-desktop-por[3933]: No skeleton to export Nov 02 14:50:17 kman-ubuntu-pc1 systemd[3440]: xdg-desktop-portal.service: start operation timed out. Terminating. Nov 02 14:50:17 kman-ubuntu-pc1 systemd[3440]: xdg-desktop-portal.service: Failed with result 'timeout'. Nov 02 14:50:17 kman-ubuntu-pc1 systemd[3440]: Failed to start xdg-desktop-portal.service - Portal service. ↓ This is Wayland -- Boot 8d589547e1884db187d9b2e8103cf65b -- Nov 02 14:53:45 kman-ubuntu-pc1 systemd[3484]: Starting xdg-desktop-portal.service - Portal service... Nov 02 14:53:46 kman-ubuntu-pc1 systemd[3484]: Started xdg-desktop-portal.service - Portal service. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Wayland session is not affected, GNOME Terminal / Console / Settings start up instantly even after a reboot. But I can't use Wayland because XWayland apps are blurry on my 4K displays scaled to 150% (GNOME has had a merge request to fix this for 3 years now, still not done). I use apps like Android Studio and GoLand daily, and need them to look sharp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Same issue in 24.10 after upgrading from 24.04 -- I recently upgraded from 24.04 to 24.10 and now GNOME Terminal is extremely slow to start after system boot. GNOME Console is the same way. GNOME settings are affected as well. Takes about 30 seconds, and looking at output of strace, GNOME Terminal is waiting for a forked process. Once it starts up once, subsequent starts are faster. My system specs are pretty good - Intel Core i7 12700, 32 GB of RAM, NVME's. NVIDIA 4080 with the proprietary driver, X11, dual 4K 27" displays. Manjaro with the same GNOME version on the same hardware is not affected. I created a brand new test user in my Ubuntu setup and the same slowness issue exists there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
I see the same journalctl messages/error with Ubuntu 24.04 Desktop, Nvidia driver 560 from the graphics-drivers PPA, using xorg. My symptom is that evolution mail message windows appear blank for 30-60 seconds before the text/images show up.I had heard that systemctl masking the xdg-desktop-portal might help, but a quick initial test did not seem to change anything. After the initial minute(?) of delay on e-mail opening, things return to normal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
I see the same behaviour on 23.10: -- Boot 59578cca6bcf4df3a3266c0da78a053f -- May 07 16:20:19 mylaptop systemd[2503]: Starting xdg-desktop-portal.service - Portal service... May 07 16:21:09 mylaptop xdg-desktop-por[2885]: Failed to create settings proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: Timeout w> May 07 16:21:35 mylaptop xdg-desktop-por[2885]: Failed to create file chooser proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: Timeo> May 07 16:21:35 mylaptop xdg-desktop-por[2885]: No skeleton to export May 07 16:21:50 mylaptop systemd[2503]: xdg-desktop-portal.service: start operation timed out. Terminating. May 07 16:21:50 mylaptop systemd[2503]: xdg-desktop-portal.service: Failed with result 'timeout'. May 07 16:21:50 mylaptop systemd[2503]: Failed to start xdg-desktop-portal.service - Portal service. May 07 16:22:19 mylaptop systemd[2503]: Starting xdg-desktop-portal.service - Portal service... May 07 16:22:20 mylaptop systemd[2503]: Started xdg-desktop-portal.service - Portal service. May 07 16:23:57 mylaptop systemd[2503]: Stopping xdg-desktop-portal.service - Portal service... I have updated mutter to a pending fixed version from ppa:vanvugt/mutter (https://launchpad.net/~vanvugt/+archive/ubuntu/mutter which aims to fix https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2059847) and rebooted. seb@mylaptop:~$ apt list nvidia-driver-535 mutter libmutter-13-0 gnome-shell Listing... Done gnome-shell/mantic-updates,mantic-security,now 45.2-0ubuntu1.1 amd64 [installed,automatic] libmutter-13-0/mantic,now 45.2-0ubuntu4vv1 amd64 [installed,automatic] mutter/mantic 45.2-0ubuntu4vv1 amd64 nvidia-driver-535/mantic-updates,mantic-security,now 535.171.04-0ubuntu0.23.10.1 amd64 [installed] Unfortunately this bug persists. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xdg-desktop-portal-gnome (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xdg-desktop-portal (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: nvidia-graphics-drivers-535 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042301 Title: Windows are slow to open shortly after login under X11 session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2042301/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
