You are not logged in.
When I get any notification, From "network activation failure" to "printing" This occurs:
https://ibb.co/9ttznwr
These weird glitched notifications, No extensions related to this...
Im on GNOME, and used arch install to install, and this happens on X11 and wayland.
solved: disable user themes
Last edited by cooldudeseven7 (2024-04-18 22:17:08)
Offline
dbus-monitor but this is probably some website notification (aka "spam") from your browser.
Online
dbus-monitor but this is probably some website notification (aka "spam") from your browser.
No, it isnt. Its things like printing complete, or screenshot. Ive checked
Offline
So the notification isn't unexpected but just weirdly formatted?
What's your default shell?
Do you get this from
notify-send "Foo Bar Snafu"as well?
Online
So the notification isn't unexpected but just weirdly formatted?
What's your default shell?
Do you get this fromnotify-send "Foo Bar Snafu"as well?
Yes I do! I need to hover to see the words, and each letter is a newline!
Its catpuccin Machiatto, but even without catpuccin, the same thing happens.
Offline
"catpuccin Machiatto" isn't a shell, but maybe a color scheme.
Your shell is gonna be something like bash, zsh, fish, …
Something is adding weird linebreaks and dashes into the notification.
The most obvious culprit is the notification daemon
dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetConnectionUnixProcessID 'string:'"dbus pidof org.freedesktop.Notifications" | sed '/uint32/!d; s/^\s*uint32 //g'make sure that prints a number and then
ps aux | grep 123456that number.
But the effect is so fringe that I suspect there's some OMZ at the bottom of this…
Online
I'm having exactly the same issue with stretched notifications under gnome. This happened after the last gnome 46 upgrade. Any idea how to troubleshoot?
.o+` -------------
`ooo/ OS: Arch Linux x86_64
`+oooo: Host: X570 AORUS MASTER -CF
`+oooooo: Kernel: 6.8.5-arch1-1
-+oooooo+: Uptime: 18 hours, 7 mins
`/:-:++oooo+: Packages: 1465 (pacman), 23 (flatpak)
`/++++/+++++++: Shell: zsh 5.9
`/++++++++++++++: Resolution: 5120x2160
`/+++ooooooooooooo/` DE: GNOME
./ooosssso++osssssso+` WM: Mutter
.oossssso-````/ossssss+` WM Theme: Materia-dark-compact
-osssssso. :ssssssso. Theme: Adwaita-dark [GTK2/3]
:osssssss/ osssso+++. Icons: Adwaita [GTK2/3]
/ossssssss/ +ssssooo/- Terminal: gnome-terminal
`/ossssso+/:- -:/+osssso+- CPU: AMD Ryzen 9 3900X (24) @ 4.673GHz
`+sso+:-` `.-/+oso: GPU: AMD ATI Radeon RX 5600 OEM/5600 XT / 5700/5700 XT
`++:. `-/+/ Memory: 11030MiB / 64220MiB Last edited by paisley (2024-04-14 05:48:32)
Offline
Solved.
gnome Extensions >> Disable "User Themes"
Offline
Do you also have this weird
N-
o-
t-
i-
f-
i-
c-
a-
t-
i-
o-
n
look?
The explanation would be (likely) that the user theme adds enormous margins and leaves no space for the message to be rendered and so it gets broken up letter-by-letter…
Online
Yes, exactly the same issue as the OP.
FYI I was using materia-gtk-theme
Last edited by paisley (2024-04-14 08:52:16)
Offline
Do you also have this weird
N-
o-
t-
i-
f-
i-
c-
a-
t-
i-
o-
nlook?
The explanation would be (likely) that the user theme adds enormous margins and leaves no space for the message to be rendered and so it gets broken up letter-by-letter…
yes same here.
Also output of first command:
Error org.freedesktop.DBus.Error.NameHasNoOwner: The connection does not exist
Offline
It'S a bit irritating that there's no notification daemon, but have you seen https://bbs.archlinux.org/viewtopic.php … 5#p2164855 ?
Online
It'S a bit irritating that there's no notification daemon, but have you seen https://bbs.archlinux.org/viewtopic.php … 5#p2164855 ?
Sigh.... Disabling user themes worked, but goodbye themes....
SOLVED: disable user themes
Offline