You are not logged in.

#1 2022-06-20 21:20:27

Matipa456
Member
Registered: 2021-08-14
Posts: 4

[SOLVED] "Warning: Swapping" annoying notifications

Hello everyone. I'm trying to rice xmonad, and the only thing left is the notification service. However, when I try to launch both dunst (which is launched automatically) and xfce4-notifyd there are some very annoying notification that keeps coming and coming saying "Warning: Swapping". What does it means? I don't think it's using swap, as I'm using just 1GB of my 4GB of RAM AT MOST, and conky doesn't show any swap usage (I have configured it to show me if so). And the biggest question... How I get rid of it? I searched on the internet but no results whatsoever.
My Specs (hope that's useful):
Processor: Intel i3. Don't know the generation but is from 2009 or so
RAM: 4GB SDRAM3
Disk: 500GB HDD (but using 250GB for Arch, I'm dual booting with Windows)
Swapfile: 4GB
PS: Sorry in advance for the lack of information, but I have no idea where to start searching for it

Last edited by Matipa456 (2022-06-21 16:54:21)

Offline

#2 2022-06-20 21:54:46

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: [SOLVED] "Warning: Swapping" annoying notifications

dbus-monitor --session

Offline

#3 2022-06-21 16:25:46

Matipa456
Member
Registered: 2021-08-14
Posts: 4

Re: [SOLVED] "Warning: Swapping" annoying notifications

seth wrote:
dbus-monitor --session

This is the output, is a bit long, but it seems to repeat itself
https://pastebin.com/nVYn0sbc

I'll also leave my conky config (which is a modified version of one I saw in the conky's github page), because when I tested it, it gave me some warnings, and I think that might be the problem
https://pastebin.com/FD2UGgLE

Offline

#4 2022-06-21 16:30:09

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [SOLVED] "Warning: Swapping" annoying notifications

From your conky config

${if_match  "$swap"!="0B  " } 
  ${exec notify-send "Warning: Swapping"}
$endif

Offline

#5 2022-06-21 16:53:43

Matipa456
Member
Registered: 2021-08-14
Posts: 4

Re: [SOLVED] "Warning: Swapping" annoying notifications

loqs wrote:

From your conky config

${if_match  "$swap"!="0B  " } 
  ${exec notify-send "Warning: Swapping"}
$endif

Oh, stupid me. Thanks big_smile

Offline

Board footer

Powered by FluxBB