You are not logged in.

#1 2024-04-11 23:43:36

cooldudeseven7
Member
Registered: 2024-01-02
Posts: 63

[SOLVED] Weird Notifications...

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

#2 2024-04-12 08:10:55

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,881

Re: [SOLVED] Weird Notifications...

dbus-monitor but this is probably some website notification (aka "spam") from your browser.

Online

#3 2024-04-12 22:57:42

cooldudeseven7
Member
Registered: 2024-01-02
Posts: 63

Re: [SOLVED] Weird Notifications...

seth wrote:

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

#4 2024-04-12 23:05:56

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,881

Re: [SOLVED] Weird Notifications...

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

#5 2024-04-12 23:58:39

cooldudeseven7
Member
Registered: 2024-01-02
Posts: 63

Re: [SOLVED] Weird Notifications...

seth wrote:

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?

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

#6 2024-04-13 07:44:52

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,881

Re: [SOLVED] Weird Notifications...

"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 123456

that number.

But the effect is so fringe that I suspect there's some OMZ at the bottom of this…

Online

#7 2024-04-14 05:43:26

paisley
Member
Registered: 2024-04-14
Posts: 3

Re: [SOLVED] Weird Notifications...

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

#8 2024-04-14 05:54:50

paisley
Member
Registered: 2024-04-14
Posts: 3

Re: [SOLVED] Weird Notifications...

Solved.

gnome Extensions >> Disable "User Themes"

Offline

#9 2024-04-14 06:27:54

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,881

Re: [SOLVED] Weird Notifications...

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

#10 2024-04-14 08:51:45

paisley
Member
Registered: 2024-04-14
Posts: 3

Re: [SOLVED] Weird Notifications...

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

#11 2024-04-15 20:06:43

cooldudeseven7
Member
Registered: 2024-01-02
Posts: 63

Re: [SOLVED] Weird Notifications...

seth wrote:

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…

yes same here.

Also output of first command:
Error org.freedesktop.DBus.Error.NameHasNoOwner: The connection does not exist

Offline

#12 2024-04-15 20:19:48

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,881

Re: [SOLVED] Weird Notifications...

It'S a bit irritating that there's no notification daemon, but have you seen https://bbs.archlinux.org/viewtopic.php … 5#p2164855 ?

Online

#13 2024-04-18 22:16:51

cooldudeseven7
Member
Registered: 2024-01-02
Posts: 63

Re: [SOLVED] Weird Notifications...

seth wrote:

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

Board footer

Powered by FluxBB