Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905482 - x11-wm/mutter-44.1: stablereq
Summary: x11-wm/mutter-44.1: stablereq
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: CC-ARCHES
Depends on: 905481
Blocks: 905483 905584
  Show dependency tree
 
Reported: 2023-05-02 15:59 UTC by Matt Turner
Modified: 2023-05-06 15:02 UTC (History)
1 user (show)

See Also:
Package list:
=x11-wm/mutter-44.1
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2023-05-02 15:59:34 UTC
Please stabilize
Comment 1 Alexander Tsoy 2023-05-03 22:51:26 UTC
Note that already stabilized sys-apps/xdg-desktop-portal-gnome-44.1 fails to start when stable x11-wm/mutter-43.3 is installed and that's causing huge annoying startup delays for desktop apps in wayland session.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-03 22:58:14 UTC
amd64 done
Comment 3 Matt Turner gentoo-dev 2023-05-03 23:07:44 UTC
(In reply to Alexander Tsoy from comment #1)
> Note that already stabilized sys-apps/xdg-desktop-portal-gnome-44.1 fails to
> start when stable x11-wm/mutter-43.3 is installed and that's causing huge
> annoying startup delays for desktop apps in wayland session.

Should there be some sort of dependency or blocker between the packages? I'm not aware of the connection between them.
Comment 4 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-05-04 15:09:13 UTC
arm64 done
Comment 5 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-05-04 15:09:14 UTC
x86 done

all arches done
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-06 08:53:46 UTC
Wonder if it's related to https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues/74.
Comment 7 Larry the Git Cow gentoo-dev 2023-05-06 09:40:41 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c5b00aca2ab62b2027a36ff557713f68a1e092

commit e0c5b00aca2ab62b2027a36ff557713f68a1e092
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-05-06 09:34:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-06 09:40:09 +0000

    sys-apps/xdg-desktop-portal-gnome: depend on newer sys-apps/xdg-desktop-portal
    
    Should help with delays opening applications.
    
    Bug: https://bugs.gentoo.org/905482
    Signed-off-by: Sam James <sam@gentoo.org>

 .../xdg-desktop-portal-gnome-44.1-r1.ebuild        | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e36c9794b4defc7012f19a3efa3a09c12cab71

commit e3e36c9794b4defc7012f19a3efa3a09c12cab71
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-05-06 09:30:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-06 09:40:08 +0000

    sys-apps/xdg-desktop-portal: add delay/slowness backport
    
    From the 1.16 branch upstream & backported in Fedora as well.
    
    Bug: https://bugs.gentoo.org/905482
    Signed-off-by: Sam James <sam@gentoo.org>

 .../xdg-desktop-portal-1.16.0-delay-open-fix.patch | 300 +++++++++++++++++++++
 .../xdg-desktop-portal-1.16.0-r1.ebuild            |  68 +++++
 2 files changed, 368 insertions(+)
Comment 8 Alexander Tsoy 2023-05-06 14:41:14 UTC
(In reply to Matt Turner from comment #3)
> Should there be some sort of dependency or blocker between the packages? I'm
> not aware of the connection between them.

I'm not really sure that xdg-desktop-portal-gnome startup failure is related to these delays. But updating x11-wm/mutter and gnome-base/gnome-shell (it depends on newer mutter) to 44* fixed both issues.

xdg-desktop-portal-gnome[4458]: Failed to initialize display server connection: Cannot invoke method; proxy is for the well-known name org.gnome.Mutter.ServiceChannel without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START
systemd[3424]: xdg-desktop-portal-gnome.service: Main process exited, code=exited, status=1/FAILURE
systemd[3424]: xdg-desktop-portal-gnome.service: Failed with result 'exit-code'.
systemd[3424]: Failed to start xdg-desktop-portal-gnome.service.
Comment 9 Alexander Tsoy 2023-05-06 14:44:32 UTC
(In reply to Alexander Tsoy from comment #8)
> xdg-desktop-portal-gnome[4458]: Failed to initialize display server
> connection: Cannot invoke method; proxy is for the well-known name
> org.gnome.Mutter.ServiceChannel without an owner, and proxy was constructed
> with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START
Service channel was introduced in mutter-44
https://gitlab.gnome.org/GNOME/mutter/-/commit/74fcdb9a62c709622493ce9aa928406ed682ce49
Comment 10 Alexander Tsoy 2023-05-06 14:57:09 UTC
(In reply to Alexander Tsoy from comment #8)
> xdg-desktop-portal-gnome[4458]: Failed to initialize display server
> connection: Cannot invoke method; proxy is for the well-known name
> org.gnome.Mutter.ServiceChannel without an owner, and proxy was constructed
> with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START
I filed new bug 905821