Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apps linked against clutter/clutter-gtk hang at startup. #9445

Closed
3 of 6 tasks
hboetes opened this issue Feb 19, 2025 · 4 comments
Closed
3 of 6 tasks

apps linked against clutter/clutter-gtk hang at startup. #9445

hboetes opened this issue Feb 19, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@hboetes
Copy link

hboetes commented Feb 19, 2025

Already reported ? *

  • I have searched the existing open and closed issues.

Regression?

I don't know, I started using Hyprland only recently

System Info and Hyprland Version

System/Version info
Hyprland 0.47.2 built from branch  at commit 882f7ad7d2bbfc7440d0ccaef93b1cdd78e8e3ff  (version: bump to 0.47.2).
Date: Sun Feb 2 00:47:17 2025
Tag: v0.47.2, commits: 5767
built against:
 aquamarine 0.7.2
 hyprlang 0.6.0
 hyprutils 0.5.0
 hyprcursor 0.1.11
 hyprgraphics 0.1.2


no flags were set


System Information:
System name: Linux
Node name: it1notebook
Release: 6.12.13-200.fc41.x86_64
Version: #1 SMP PREEMPT_DYNAMIC Sat Feb  8 20:05:26 UTC 2025


GPU information: 
64:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Phoenix2 [1002:15c8] (rev d3) (prog-if 00 [VGA controller])


os-release: NAME="Fedora Linux"
VERSION="41 (Sway)"
RELEASE_TYPE=stable
ID=fedora
VERSION_ID=41
VERSION_CODENAME=""
PLATFORM_ID="platform:f41"
PRETTY_NAME="Fedora Linux 41 (Sway)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:41"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f41/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://gitlab.com/fedora/sigs/sway/SIG/-/issues"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=41
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=41
SUPPORT_END=2025-12-15
VARIANT="Sway"
VARIANT_ID=sway


plugins:

Description

I noticed that whilst starting geeqie and gthumb both apps hang at start-up. So I went into a debugging session with claude.ai we figured out that it was indeed linked to apps linked to libclutter. All other apps work OK.

Running geeqie from strace results in lots of output like this:

poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recvmsg(6, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\35\0\0\0\0\0\f\0\371Y\1\0\1\0\0\0\1\0\f\0\35\0\0\0", iov_len=1272}, {iov_base="", iov_len=2824}], msg_iovlen=2\
, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = 24
recvmsg(6, {msg_namelen=0}, MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(6, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\0\0\0\0\f\0\35\0\0\0", iov_len=12}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGN\
AL) = 12

And geeqie and hyprland both share 50% cpu load.

runningWAYLAND_DEBUG=1 geeqie results in lots of output like this:

[3708434.729] {Default Queue} wl_callback#29.done(92253)
[3708434.733] {Default Queue}  -> wl_display#1.sync(new id wl_callback#29)
[3708434.759] {Display Queue} wl_display#1.delete_id(29)
[3708434.764] {Default Queue} wl_callback#29.done(92253)
[3708434.768] {Default Queue}  -> wl_display#1.sync(new id wl_callback#29)
[3708434.793] {Display Queue} wl_display#1.delete_id(29)
[3708434.798] {Default Queue} wl_callback#29.done(92253)
[3708434.803] {Default Queue}  -> wl_display#1.sync(new id wl_callback#29)
[3708434.829] {Display Queue} wl_display#1.delete_id(29)

I hope you can reproduce this problem.

How to reproduce

start either gthumb or geeqie to observe this problem.

Attach not paste

  • I understand that all text files must be attached, and not pasted directly. If not respected, this issue will likely get closed as spam

Checklist of files to include below

  • Hyprland config - hyprctl systeminfo -c (always include)
  • Crash report (always include in case of crash)
  • Video (always include in case of a visual bug)
  • Logs (might contain useful info such as errors)

Additional info & File uploads

hyprctl.txt

@hboetes hboetes added the bug Something isn't working label Feb 19, 2025
@nnyyxxxx
Copy link
Contributor

So I went into a debugging session with claude.ai

oh gawd, geeqier seems to launch fine for me though

@vaxerski
Copy link
Member

my guess is a dbus timeout from a misconfigured portal or something.

Not a hyprland issue

@vaxerski vaxerski closed this as not planned Won't fix, can't repro, duplicate, stale Feb 20, 2025
@hboetes
Copy link
Author

hboetes commented Feb 20, 2025

my guess is a dbus timeout from a misconfigured portal or something.

Not a hyprland issue

Do you have any suggestions on how to figure out what's going wrong here? I haven't configured the portals at all.

@vaxerski
Copy link
Member

that might be your problem then. No clue, I don't know your system. One thing I know is that it's not a hyprland issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants