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

swayosd-server uses 100% of a cpu core #114

Open
TurtleMeds opened this issue Dec 7, 2024 · 0 comments
Open

swayosd-server uses 100% of a cpu core #114

TurtleMeds opened this issue Dec 7, 2024 · 0 comments

Comments

@TurtleMeds
Copy link

WM: Hyprland
version: latest git commit (47ef782)
whenever I run a swayosd-client command, i get the following error:

Could not connect to SwayOSD Server with error: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

I checked to make sure it was running, and saw in btop that it was using 100% cpu.
I looked at the strace and it seems to be looping this over and over again:

newfstatat(AT_FDCWD, "/home/user/.local/share/themes/Gruvbox-Retro", 0x7ffc313080e0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/user/.themes/Gruvbox-Retro", {st_mode=S_IFDIR|0777, st_size=4096, ...}, 0) = 0
access("/home/user/.themes/Gruvbox-Retro/gtk-4.16/gtk-dark.css", F_OK) = -1 ENOENT (No such file or directory)
access("/home/user/.themes/Gruvbox-Retro/gtk-4.14/gtk-dark.css", F_OK) = -1 ENOENT (No such file or directory)
access("/home/user/.themes/Gruvbox-Retro/gtk-4.12/gtk-dark.css", F_OK) = -1 ENOENT (No such file or directory)
access("/home/user/.themes/Gruvbox-Retro/gtk-4.10/gtk-dark.css", F_OK) = -1 ENOENT (No such file or directory)
access("/home/user/.themes/Gruvbox-Retro/gtk-4.8/gtk-dark.css", F_OK) = -1 ENOENT (No such file or directory)
access("/home/user/.themes/Gruvbox-Retro/gtk-4.6/gtk-dark.css", F_OK) = -1 ENOENT (No such file or directory)
access("/home/user/.themes/Gruvbox-Retro/gtk-4.4/gtk-dark.css", F_OK) = -1 ENOENT (No such file or directory)
access("/home/user/.themes/Gruvbox-Retro/gtk-4.2/gtk-dark.css", F_OK) = -1 ENOENT (No such file or directory)
access("/home/user/.themes/Gruvbox-Retro/gtk-4.0/gtk-dark.css", F_OK) = 0
openat(AT_FDCWD, "/home/user/.themes/Gruvbox-Retro/gtk-4.0/gtk.gresource", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
clock_gettime(CLOCK_MONOTONIC, {tv_sec=2717, tv_nsec=626829047}) = 0
openat(AT_FDCWD, "/home/user/.themes/Gruvbox-Retro/gtk-4.0/gtk-dark.css", O_RDONLY|O_CLOEXEC) = 5
statx(5, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_TYPE, {stx_mask=STATX_BASIC_STATS|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFREG|0777, stx_size=161568, ...}) = 0
read(5, "/* GTK NAMED COLORS\n   ---------"..., 8192) = 8192
read(5, "\n  color: rgba(0, 0, 0, 0.87);\n}"..., 8192) = 8192
read(5, "abled,\nheaderbar.selection-mode\n"..., 8192) = 8192
read(5, "ton:active:not(:only-child),\ncom"..., 8192) = 8192
read(5, "t;\n  color: #ea6962;\n}\n\nbutton.d"..., 8192) = 8192
read(5, "utton > box > buttoncontent > la"..., 8192) = 8192
read(5, "hadow: inset 0 0 0 2px transpare"..., 8192) = 8192
read(5, "toolbar):not(.osd) .linked butto"..., 8192) = 8192
read(5, "nd-color: rgba(221, 199, 161, 0."..., 8192) = 8192
read(5, "und > contents > toolbar {\n  bor"..., 8192) = 8192
read(5, ";\n  border-radius: 6px;\n  margin"..., 8192) = 8192
read(5, "pover.menu radio:active:disabled"..., 8192) = 8192
read(5, "ed {\n  background-image: -gtk-sc"..., 8192) = 8192
read(5, "none;\n  border: none;\n  padding:"..., 8192) = 8192
read(5, "ch-list {\n  /* rich lists usuall"..., 8192) = 8192
read(5, "ebar .navigation-sidebar > row l"..., 8192) = 8192
read(5, "dius: 12px;\n}\n\ncolorswatch.dark "..., 8192) = 8192
read(5, "\n\n/*********\n * Emoji *\n *******"..., 8192) = 8192
read(5, "221, 199, 161, 0.12);\n}\n\ncarouse"..., 8192) = 8192
read(5, ": #d5d2f5;\n}\n\navatar.color12 {\n "..., 8192) = 5920
read(5, "", 8192)                       = 0
close(5)                                = 0
clock_gettime(CLOCK_MONOTONIC, {tv_sec=2717, tv_nsec=631710871}) = 0

please ask if you need any more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant