You are not logged in.

#1 2019-09-17 21:54:24

bsrer
Member
Registered: 2019-01-30
Posts: 5

Notifications are not shown in the notifications bar

I am using KDE Plasma. Notifications bar does not show notifications. Notifications are showing at the top of the screen with blue background.
I checked the notification settings. Everything is normal. I updated the system, but it didn't.

Offline

#2 2019-09-18 07:41:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: Notifications are not shown in the notifications bar

Sounds like a notification daemon conflict, post

journalctl -b

after triggering a notification

Offline

#3 2019-09-18 12:21:59

bsrer
Member
Registered: 2019-01-30
Posts: 5

Re: Notifications are not shown in the notifications bar

I ran

 notify-send test 

and checked from

 journalctl -b 

I got these outputs :

 plasmashell[916]: org.kde.plasma.notifications: Failed to register Notification service on DBus
 plasmashell[916]: org.kde.plasma.notifications: Failed to register Notification DBus object 

When I checked dbus service status is active :

 systemctl status dbus
● dbus.service - D-Bus System Message Bus
   Loaded: loaded (/usr/lib/systemd/system/dbus.service; static; vendor preset: disabled)
   Active: active (running) since Wed 2019-09-18 12:50:47 +03; 2h 28min ago
     Docs: man:dbus-daemon(1)
 Main PID: 4241 (dbus-daemon)
    Tasks: 1
   Memory: 2.8M
   CGroup: /system.slice/dbus.service
           └─4241 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 

After that I do not know what should I do to solve the problem .

Offline

#4 2019-09-18 12:40:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: Notifications are not shown in the notifications bar

Please post the journal in addition of your interpretations of it. FWIW if anything you would want to check your user's dbus, so

systemctl --user status dbus

usually issues with that lie in session startup, how do you start KDE/your xorg session.

Offline

#5 2019-09-18 12:47:54

bsrer
Member
Registered: 2019-01-30
Posts: 5

Re: Notifications are not shown in the notifications bar

Thank you for your help and attention V1del.

Output of

 systemctl --user status dbus 
 systemctl --user status dbus
● dbus.service - D-Bus User Message Bus
   Loaded: loaded (/usr/lib/systemd/user/dbus.service; static; vendor preset: enabled)
   Active: active (running) since Wed 2019-09-18 12:14:36 +03; 3h 28min ago
     Docs: man:dbus-daemon(1)
 Main PID: 838 (dbus-daemon)
   CGroup: /user.slice/user-1001.slice/user@1001.service/dbus.service
           ├─ 838 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
           ├─ 906 /usr/lib/dconf-service
           ├─8486 /usr/bin/kglobalaccel5
           ├─8498 /usr/lib/kf5/kscreen_backend_launcher
           ├─8567 /usr/lib/kactivitymanagerd
           └─9350 /usr/lib/baloorunner

Sep 18 15:29:22  kscreen_backend_launcher[8498]: kscreen.xrandr:         Disable outputs: false
Sep 18 15:29:22  kscreen_backend_launcher[8498]: kscreen.xrandr:         Change outputs: false
Sep 18 15:29:22  kscreen_backend_launcher[8498]: kscreen.xrandr:         Enable outputs: false
Sep 18 15:29:22  kscreen_backend_launcher[8498]: kscreen.xrandr: XRandR::setConfig done!
Sep 18 15:29:22  dbus-daemon[838]: [session uid=1001 pid=838] Activating via systemd: service name='org.freedesktop.Notifications' unit='dunst.service' requested by ':1.135' (uid=1001 pid=8553 comm="notif>
Sep 18 15:29:22 dbus-daemon[838]: [session uid=1001 pid=838] Activating service name='org.kde.ActivityManager' requested by ':1.137' (uid=1001 pid=8508 comm="/usr/bin/plasmashell ")
Sep 18 15:29:22  dbus-daemon[838]: [session uid=1001 pid=838] Successfully activated service 'org.freedesktop.Notifications'
Sep 18 15:29:22  dbus-daemon[838]: [session uid=1001 pid=838] Successfully activated service 'org.kde.ActivityManager'
Sep 18 15:41:52  dbus-daemon[838]: [session uid=1001 pid=838] Activating service name='org.kde.runners.baloo' requested by ':1.137' (uid=1001 pid=8508 comm="/usr/bin/plasmashell ")
Sep 18 15:41:52  dbus-daemon[838]: [session uid=1001 pid=838] Successfully activated service 'org.kde.runners.baloo'
lines 1-23/23 (END) 


In addition, now I get

 file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:74:5: Unable to assign [undefined] to QObject* 

line

 journalctl -b | grep notifications
Sep 18 12:14:49  plasmashell[916]: org.kde.plasma.notifications: Failed to register Notification service on DBus
Sep 18 12:14:53  plasmashell[916]: org.kde.plasma.notifications: Failed to register Notification DBus object
Sep 18 12:56:25  plasmashell[916]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:74:5: Unable to assign [undefined] to QObject*
Sep 18 12:56:35  plasmashell[5119]: org.kde.plasma.notifications: Failed to register Notification service on DBus
Sep 18 12:57:52  plasmashell[5119]: org.kde.plasma.notifications: Failed to register Notification DBus object
Sep 18 15:26:24  plasmashell[5119]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:74:5: Unable to assign [undefined] to QObject*
Sep 18 15:26:34  plasmashell[7773]: org.kde.plasma.notifications: Failed to register Notification service on DBus
Sep 18 15:26:35  plasmashell[7773]: org.kde.plasma.notifications: Failed to register Notification DBus object
Sep 18 15:29:16  plasmashell[7773]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:74:5: Unable to assign [undefined] to QObject*
Sep 18 15:29:24  plasmashell[8508]: org.kde.plasma.notifications: Failed to register Notification service on DBus 

Last edited by bsrer (2019-09-18 12:56:50)

Offline

#6 2020-02-13 11:33:08

w9lHSCIQ
Member
Registered: 2020-02-13
Posts: 9

Re: Notifications are not shown in the notifications bar

I have the exact same problem.

https://i.imgur.com/tZeqxOY.png

Mod edit: Removed oversized image --- V1del

Last edited by V1del (2020-02-13 11:41:56)

Offline

#7 2020-02-13 11:41:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: Notifications are not shown in the notifications bar

@bser

If happen to still look for a solution, we see that your notifications daemon is taken over by dunst. Disable/stop/prevent it from starting.

@w9lHSCIQ
Welcome to the boards,

Please post the same outputs and information that has been requested here. By which means do you start plasma? Also, though I'll let it slide for now, we usually dislike seeing necro bumps and postings of oversized images.

Offline

#8 2020-02-13 14:21:59

w9lHSCIQ
Member
Registered: 2020-02-13
Posts: 9

Re: Notifications are not shown in the notifications bar

Last "few" lines of

 journalctl -b

after running

notify-send 'Test notification'
Feb 13 15:11:56 toaster sudo[120255]:    larry : TTY=unknown ; PWD=/home/larry ; USER=root ; COMMAND=/usr/share/plasma/plasmoids/gr.ictpro.jsalatas.plasma.pstate/contents/code/set_prefs.sh -read-all
Feb 13 15:11:56 toaster sudo[120255]: pam_unix(sudo:session): session opened for user root by (uid=0)
Feb 13 15:11:56 toaster audit[120255]: USER_START pid=120255 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:56 toaster kernel: kauditd_printk_skb: 5 callbacks suppressed
Feb 13 15:11:56 toaster kernel: audit: type=1101 audit(1581603116.764:32429): pid=120255 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="larry" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:56 toaster kernel: audit: type=1110 audit(1581603116.764:32430): pid=120255 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:56 toaster kernel: audit: type=1105 audit(1581603116.764:32431): pid=120255 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:56 toaster sudo[120255]: pam_unix(sudo:session): session closed for user root
Feb 13 15:11:56 toaster audit[120255]: USER_END pid=120255 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:56 toaster audit[120255]: CRED_DISP pid=120255 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:56 toaster kernel: audit: type=1106 audit(1581603116.784:32432): pid=120255 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:56 toaster kernel: audit: type=1104 audit(1581603116.784:32433): pid=120255 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster audit[120274]: USER_ACCT pid=120274 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="larry" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster sudo[120274]:    larry : TTY=unknown ; PWD=/home/larry ; USER=root ; COMMAND=/usr/share/plasma/plasmoids/gr.ictpro.jsalatas.plasma.pstate/contents/code/set_prefs.sh -read-all
Feb 13 15:11:58 toaster audit[120274]: CRED_REFR pid=120274 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster sudo[120274]: pam_unix(sudo:session): session opened for user root by (uid=0)
Feb 13 15:11:58 toaster audit[120274]: USER_START pid=120274 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster kernel: audit: type=1101 audit(1581603118.764:32434): pid=120274 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="larry" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster kernel: audit: type=1110 audit(1581603118.764:32435): pid=120274 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster kernel: audit: type=1105 audit(1581603118.764:32436): pid=120274 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster sudo[120274]: pam_unix(sudo:session): session closed for user root
Feb 13 15:11:58 toaster audit[120274]: USER_END pid=120274 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster audit[120274]: CRED_DISP pid=120274 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster kernel: audit: type=1106 audit(1581603118.774:32437): pid=120274 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Feb 13 15:11:58 toaster kernel: audit: type=1104 audit(1581603118.774:32438): pid=120274 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'

-------

$  systemctl --user status dbus 
● dbus.service - D-Bus User Message Bus
     Loaded: loaded (/usr/lib/systemd/user/dbus.service; static; vendor preset: enabled)
     Active: active (running) since Thu 2020-02-13 11:39:14 CET; 3h 37min ago
TriggeredBy: ● dbus.socket
       Docs: man:dbus-daemon(1)
   Main PID: 3004 (dbus-daemon)
     CGroup: /user.slice/user-1000.slice/user@1000.service/dbus.service
             ├─ 3004 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
             ├─ 3068 /usr/bin/kglobalaccel5
             ├─ 3080 /usr/lib/dconf-service
             ├─ 3132 /usr/lib/kactivitymanagerd
             ├─ 3377 /usr/bin/kwalletd5
             ├─ 3724 /usr/lib/telepathy/mission-control-5
             ├─ 3738 /usr/lib/kf5/kscreen_backend_launcher
             └─33235 /usr/bin/spectacle --dbus

Feb 13 13:51:06 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activating service name='org.kde.runners.baloo' requested by ':1.55' (uid=1000 pid=3920 comm="/usr/bin/krunner ")
Feb 13 13:51:06 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activated service 'org.kde.runners.baloo' failed: Process org.kde.runners.baloo exited with status 255
Feb 13 13:51:06 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activating service name='org.kde.runners.baloo' requested by ':1.55' (uid=1000 pid=3920 comm="/usr/bin/krunner ")
Feb 13 13:51:06 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activated service 'org.kde.runners.baloo' failed: Process org.kde.runners.baloo exited with status 255
Feb 13 14:18:13 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activating service name='org.kde.runners.baloo' requested by ':1.55' (uid=1000 pid=3920 comm="/usr/bin/krunner ")
Feb 13 14:18:13 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activated service 'org.kde.runners.baloo' failed: Process org.kde.runners.baloo exited with status 255
Feb 13 14:18:13 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activating service name='org.kde.runners.baloo' requested by ':1.55' (uid=1000 pid=3920 comm="/usr/bin/krunner ")
Feb 13 14:18:13 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activated service 'org.kde.runners.baloo' failed: Process org.kde.runners.baloo exited with status 255
Feb 13 14:18:13 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activating service name='org.kde.runners.baloo' requested by ':1.55' (uid=1000 pid=3920 comm="/usr/bin/krunner ")
Feb 13 14:18:13 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activated service 'org.kde.runners.baloo' failed: Process org.kde.runners.baloo exited with status 255

-------

$ systemctl status dbus
● dbus.service - D-Bus System Message Bus
     Loaded: loaded (/usr/lib/systemd/system/dbus.service; static; vendor preset: disabled)
     Active: active (running) since Thu 2020-02-13 11:38:57 CET; 3h 39min ago
TriggeredBy: ● dbus.socket
       Docs: man:dbus-daemon(1)
   Main PID: 1631 (dbus-daemon)
      Tasks: 1 (limit: 38240)
     Memory: 6.5M
     CGroup: /system.slice/dbus.service
             └─1631 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only

Feb 13 12:49:26 toaster dbus-daemon[1631]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=1743 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 13 12:49:26 toaster dbus-daemon[1631]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 13 13:19:26 toaster dbus-daemon[1631]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=1743 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 13 13:19:26 toaster dbus-daemon[1631]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 13 13:49:26 toaster dbus-daemon[1631]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=1743 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 13 13:49:26 toaster dbus-daemon[1631]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 13 14:19:26 toaster dbus-daemon[1631]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=1743 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 13 14:19:26 toaster dbus-daemon[1631]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 13 14:49:26 toaster dbus-daemon[1631]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=1743 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 13 14:49:26 toaster dbus-daemon[1631]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'

-------

This one is actually new, I rebooted my laptop since the time I posted and before doing this, the output was empty (well, actually there was just a single line that seemed useless/unrelated).

$ journalctl -b | grep notifications
Feb 13 11:39:15 toaster plasmashell[3098]: org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kdeconnect_sendnotifications_config.so"
Feb 13 12:49:20 toaster korgac[3143]: org.kde.knotifications: env says KDE is running but SNI unavailable -- check KDE_FULL_SESSION and XDG_CURRENT_DESKTOP
Feb 13 12:49:20 toaster python[3147]: org.kde.knotifications: env says KDE is running but SNI unavailable -- check KDE_FULL_SESSION and XDG_CURRENT_DESKTOP
Feb 13 12:49:20 toaster DiscoverNotifier[3117]: org.kde.knotifications: env says KDE is running but SNI unavailable -- check KDE_FULL_SESSION and XDG_CURRENT_DESKTOP
Feb 13 12:49:20 toaster kded5[3052]: org.kde.knotifications: env says KDE is running but SNI unavailable -- check KDE_FULL_SESSION and XDG_CURRENT_DESKTOP
Feb 13 12:51:07 toaster kdeconnectd[3115]: org.kde.knotifications: warning: failed to connect to ActionInvoked dbus signal
Feb 13 12:51:07 toaster kded5[3052]: org.kde.knotifications: warning: failed to connect to ActionInvoked dbus signal
Feb 13 12:51:07 toaster yakuake[3164]: org.kde.knotifications: warning: failed to connect to ActionInvoked dbus signal
Feb 13 12:51:07 toaster kdeconnectd[3115]: org.kde.knotifications: warning: failed to connect to NotificationClosed dbus signal
Feb 13 12:51:07 toaster kded5[3052]: org.kde.knotifications: warning: failed to connect to NotificationClosed dbus signal
Feb 13 12:51:07 toaster yakuake[3164]: org.kde.knotifications: warning: failed to connect to NotificationClosed dbus signal

Offline

#9 2020-02-13 15:37:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: Notifications are not shown in the notifications bar

There's evidence that your xorg/plasma session is being started as root, do NOT EVER do that.

How are you starting it? What's your output for

ls -l ~/.config
printenv
uname -a

Offline

#10 2020-02-13 15:44:20

w9lHSCIQ
Member
Registered: 2020-02-13
Posts: 9

Re: Notifications are not shown in the notifications bar

Oh, I forgot to mention how I start my desktop session - I'm using SDDM with the default plasma session config.

$ ls -l ~/.config
total 532
drwx------ 1 larry users    26 Jan 17 05:46 BraveSoftware
drwxr-xr-x 1 larry users     8 Nov  4 10:52 GIMP
drwxr-xr-x 1 larry users    18 Nov  3 16:19 Gaijin
drwxr-xr-x 1 larry users   174 Feb  5 10:06 Kingsoft
-rw------- 1 larry users   397 Dec 29 23:35 MultiMC5rc
drwx------ 1 larry users   286 Dec 22 14:37 Popcorn-Time-CE
-rw-r--r-- 1 larry users   107 Feb 12 20:18 QtProject.conf
-rw-r--r-- 1 larry users  6827 Feb 13 11:39 Trolltech.conf
drwx------ 1 larry users   878 Jan 11 16:48 VirtualBox
-rw------- 1 larry users   602 Dec  9 19:30 VirtualBoxVMrc
-rw------- 1 larry users   225 Dec  7 20:25 VirtualBoxrc
drwxr-xr-x 1 larry users    30 Nov  3 16:20 WarThunder
drwxr-xr-x 1 larry users     0 Sep 29 01:54 akonadi
-rw------- 1 larry users    66 Sep 29 01:54 akregatorrc
-rw------- 1 larry users  3411 Feb 10 17:57 arkrc
drwxr-xr-x 1 larry users   148 Oct  9 22:32 autostart
drwxr-xr-x 1 larry users    32 Oct  9 22:34 autostart-scripts
-rw------- 1 larry users   551 Sep 29 02:24 baloofileinformationrc
-rw------- 1 larry users   830 Oct  1 22:16 baloofilerc
-rw------- 1 larry users    71 Feb 13 09:23 bluedevilglobalrc
drwx------ 1 larry users    26 Jan  8 00:33 caddy
drwx------ 1 larry users    24 Sep 29 01:55 cef_user_data
drwx------ 1 larry users   830 Feb 13 16:42 chromium
drwx------ 1 larry users   120 Jan 23 10:18 configstore
drwx------ 1 larry users   144 Dec  8 15:25 darktable
drwx------ 1 larry users     8 Feb 13 12:02 dconf
drwxr-xr-x 1 larry users   568 Feb 13 13:48 discord
-rw------- 1 larry users    47 Sep 29 03:11 discoverrc
-rw------- 1 larry users  2246 Feb  6 14:21 dolphinrc
-rw------- 1 larry users  4390 Dec 22 01:29 dragonplayerrc
-rw------- 1 larry users    42 Sep 29 22:10 drkonqirc
-rw------- 1 larry users    88 Jan 16 13:15 emaildefaults
-rw------- 1 larry users   508 Jan 17 09:09 filelightrc
drwxr-xr-x 1 larry users     0 Dec 26 00:52 flowblade
drwx------ 1 larry users     0 Oct  6 18:51 gconf
drwx------ 1 larry users    22 Jan 17 05:55 google-chrome
drwx------ 1 larry users    42 Nov 16 15:48 grafx2
drwx------ 1 larry users    36 Jan 30 15:57 gtk-2.0
drwxr-xr-x 1 larry users    58 Feb 13 11:39 gtk-3.0
-rw-r--r-- 1 larry users  1375 Feb 13 11:39 gtkrc
-rw-r--r-- 1 larry users  1410 Feb 13 11:39 gtkrc-2.0
-rw------- 1 larry users  1551 Feb 11 03:07 gwenviewrc
drwx------ 1 larry users    12 Oct  1 21:57 htop
drwxr-xr-x 1 larry users    12 Jan 13 11:48 jgit
-rw------- 1 larry users   481 Sep 29 01:54 kactivitymanagerd-statsrc
-rw------- 1 larry users   107 Nov 19 06:10 kactivitymanagerd-switcher
-rw------- 1 larry users   119 Sep 29 01:54 kactivitymanagerdrc
-rw------- 1 larry users   143 Sep 29 01:54 kalarmrc
-rw------- 1 larry users   327 Feb  5 19:58 karboncalligraphyrc
-rw------- 1 larry users   111 Oct 31 18:41 katemetainfos
-rw------- 1 larry users  2581 Dec 21 21:15 katerc
-rw------- 1 larry users   166 Oct 31 18:41 kateschemarc
-rw------- 1 larry users  5826 Oct 31 18:41 katesyntaxhighlightingrc
-rw------- 1 larry users   419 Sep 29 21:59 katevirc
-rw------- 1 larry users    25 Oct  1 17:29 kcmfonts
-rw------- 1 larry users   185 Dec  2 11:23 kcminputrc
-rw------- 1 larry users   185 Oct  9 22:32 kcmshell5rc
-rw------- 1 larry users  4120 Feb 13 01:35 kconf_updaterc
drwxr-xr-x 1 larry users   102 Feb 13 15:46 kde.org
drwxr-xr-x 1 larry users   196 Oct  9 23:49 kdeconnect
-rw------- 1 larry users    95 Oct  4 16:11 kded5rc
-rw-r--r-- 1 larry users  4579 Feb 13 01:35 kdeglobals
-rw------- 1 larry users  3682 Jan  6 10:00 kdenliverc
-rw------- 1 larry users   926 Feb 12 20:18 kdialogrc
drwxr-xr-x 1 larry users    20 Oct  5 14:18 keepassx
-rw------- 1 larry users    42 Sep 29 21:24 kfontinstuirc
-rw------- 1 larry users   186 Sep 29 21:23 kfontviewrc
-rw------- 1 larry users    26 Sep 29 01:55 kgammarc
-rw------- 1 larry users 19731 Feb 13 11:39 kglobalshortcutsrc
-rw------- 1 larry users   295 Sep 29 21:29 khelpcenterrc
-rw------- 1 larry users 30159 Feb 13 11:39 khotkeysrc
-rw------- 1 larry users    35 Oct 16 14:49 kio_fishrc
-rw------- 1 larry users    47 Jan 26 17:57 kioclientrc
-rw------- 1 larry users   127 Sep 29 21:30 kiorc
-rw------- 1 larry users   161 Jan 12 09:28 klipperrc
-rw------- 1 larry users   149 Sep 29 01:54 kmail2rc
-rw------- 1 larry users   576 Jan  8 21:02 kmixctrlrc
-rw------- 1 larry users  2762 Jan  8 21:02 kmixrc
-rw------- 1 larry users  1372 Jan  7 06:04 komparerc
-rw------- 1 larry users   527 Feb  9 00:24 konquerorrc
-rw------- 1 larry users   283 Feb 12 18:21 konsolerc
-rw------- 1 larry users    84 Sep 29 01:58 korgacrc
-rw------- 1 larry users   100 Oct 16 14:49 krecentconnections
-rw-r--r-- 1 larry users    37 Feb  6 16:57 kritadisplayrc
-rw------- 1 larry users 21208 Feb  9 12:13 kritarc
-rw------- 1 larry users  1444 Feb 13 14:18 krunnerrc
-rw------- 1 larry users   123 Oct 28 20:39 kscreenlockerrc
-rw------- 1 larry users   788 Jan 16 09:43 kservicemenurc
-rw------- 1 larry users   141 Nov 30 18:43 kshisenrc
-rw------- 1 larry users  1661 Feb 13 01:35 ksmserverrc
-rw------- 1 larry users    61 Sep 29 02:41 ksplashrc
-rw------- 1 larry users   380 Feb 10 18:00 ksysguardrc
-rw------- 1 larry users   105 Sep 29 01:54 ktimezonedrc
-rw------- 1 larry users    47 Nov 15 23:44 ktorrent_infowidgetrc
-rw------- 1 larry users  6833 Dec  7 22:49 ktorrentrc
-rw------- 1 larry users    25 Sep 29 02:21 kwalletrc
-rw------- 1 larry users   775 Nov 15 17:28 kwaverc
-rw------- 1 larry users  2930 Feb 13 11:39 kwinrc
-rw------- 1 larry users   369 Feb  9 11:41 kwinrulesrc
-rw------- 1 larry users   193 Feb 13 11:39 kxkbrc
drwxr-xr-x 1 larry users   230 Feb 13 14:27 latte
-rw------- 1 larry users  5392 Dec 17 16:57 lattedock.copy1.bak
-rw------- 1 larry users  5453 Dec 17 16:57 lattedock.copy2.bak
-rw------- 1 larry users   855 Dec 17 17:03 lattedockrc
drwxr-xr-x 1 larry users    82 Sep 29 01:54 libaccounts-glib
drwxr-xr-x 1 larry users     2 Oct 22 12:04 libreoffice
drwx------ 1 larry users    36 Dec 15 16:06 libvirt
drwxr-xr-x 1 larry users    46 Nov 29 18:34 lutris
drwxr-xr-x 1 larry users    38 Oct  9 22:06 menus
-rw-r--r-- 1 larry users  1960 Feb 13 11:39 mimeapps.list
drwxr-xr-x 1 larry users    22 Sep 29 12:37 neofetch
drwxr-xr-x 1 larry users    90 Jan  6 02:52 obs-studio
-rw------- 1 larry users    88 Feb  2 19:23 okularpartrc
-rw------- 1 larry users  1745 Feb 13 00:49 okularrc
-rw------- 1 larry users  1073 Jan 17 05:47 oxygenrc
-rw-r--r-- 1 larry users   109 Dec 27 04:29 pavucontrol.ini
-rw-r--r-- 1 larry users   281 Sep 29 03:01 plasma-locale-settings.sh
-rw-r--r-- 1 larry users    88 Sep 29 03:01 plasma-localerc
-rw------- 1 larry users    95 Sep 29 01:58 plasma-nm
-rw------- 1 larry users  6967 Feb 13 12:51 plasma-org.kde.plasma.desktop-appletsrc
drwxr-xr-x 1 larry users    22 Sep 29 02:24 plasma-workspace
-rw------- 1 larry users    99 Feb 13 12:47 plasmanotifyrc
-rw------- 1 larry users    68 Sep 29 03:33 plasmarc
-rw------- 1 larry users   745 Feb 13 11:39 plasmashellrc
-rw------- 1 larry users    98 Dec  2 11:28 plasmawindowed-appletsrc
-rw------- 1 larry users   131 Dec  2 11:28 plasmawindowedrc
-rw------- 1 larry users    44 Sep 29 02:34 powerdevilrc
-rw------- 1 larry users   791 Dec 15 01:39 powermanagementprofilesrc
-rw------- 1 larry users   147 Oct 22 00:48 print-manager
drwxr-xr-x 1 larry users    38 Nov 10 19:46 privateinternetaccess
drwx------ 1 larry users   500 Sep 29 01:54 pulse
drwxr-xr-x 1 larry users   740 Feb 13 14:24 session
-rw------- 1 larry users   194 Nov  8 13:06 soffice.binrc
-rw------- 1 larry users   499 Feb 13 16:06 spectaclerc
drwx------ 1 larry users    38 Feb 13 01:27 spotify
-rw-r--r-- 1 larry users   579 Oct 15 01:06 startupconfig
-rw-r--r-- 1 larry users  1669 Oct 15 01:06 startupconfigfiles
-rw-r--r-- 1 larry users   251 Oct 15 07:44 startupconfigkeys
drwxr-xr-x 1 larry users   100 Dec 23  2018 sublime-text-3
drwx------ 1 larry users   136 Sep 29 02:21 syncthing
drwxr-xr-x 1 larry users     8 Sep 29 02:16 systemd
-rw------- 1 larry users   716 Feb  9 16:02 systemsettingsrc
-rw------- 1 larry users  1241 Feb  9 11:45 tabletprofilesrc
drwxr-xr-x 1 larry users   168 Oct 14 11:37 texstudio
-rw------- 1 larry users    64 Sep 29 01:56 touchpadxlibinputrc
drwxr-xr-x 1 larry users   108 Jan 25 15:30 transmission
-rw------- 1 larry users   218 Jan  3 23:53 transmissionrc
-rw------- 1 larry users    21 Dec  1 23:35 trashrc
drwxr-xr-x 1 larry users    22 Sep 29 21:16 trizen
drwxr-xr-x 1 larry users    82 Oct 16 20:00 unity3d
-rw------- 1 larry users   618 Jan 17 09:11 user-dirs.dirs
-rw-r--r-- 1 larry users     5 Sep 30 21:11 user-dirs.locale
drwx------ 1 larry users    16 Feb  9 18:45 virt-viewer
drwx------ 1 larry users   654 Jan 17 06:05 vivaldi
drwxr-xr-x 1 larry users    52 Feb 11 02:57 vlc
-rw------- 1 larry users   488 Dec 22 01:32 vlcrc
-rw------- 1 larry users    32 Feb  5 16:15 wacomtablet-kderc
-rw------- 1 larry users   103 Sep 29 01:54 webengineurlinterceptoradblockrc
drwxr-xr-x 1 larry users    30 Feb 13 11:39 xsettingsd
-rw------- 1 larry users   291 Nov 16 15:13 yakuakerc
$ printenv
SHELL=/bin/bash
SESSION_MANAGER=local/toaster:@/tmp/.ICE-unix/3084,unix/toaster:/tmp/.ICE-unix/3084
WINDOWID=48234503
QT_SCREEN_SCALE_FACTORS=eDP-1=1;HDMI-1=1;DP-1=1;HDMI-2=1;
COLORTERM=truecolor
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
LANGUAGE=
GRADLE_HOME=/usr/share/java/gradle
SHELL_SESSION_ID=764246cbcdd04f3092b2e42c031b0b05
DESKTOP_SESSION=plasma
LC_MONETARY=pl_PL.UTF-8
XCURSOR_SIZE=24
GTK_MODULES=canberra-gtk-module:appmenu-gtk-module
XDG_SEAT=seat0
PWD=/home/larry
XDG_SESSION_DESKTOP=plasma
LOGNAME=larry
XDG_SESSION_TYPE=x11
XAUTHORITY=/home/larry/.Xauthority
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/larry
HOME=/home/larry
LANG=en_CA.UTF-8
XDG_CURRENT_DESKTOP=KDE
KONSOLE_DBUS_SERVICE=:1.26
KONSOLE_DBUS_SESSION=/Sessions/4
PROFILEHOME=
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
KONSOLE_VERSION=191202
KDE_SESSION_UID=1000
XDG_SESSION_CLASS=user
TERM=xterm-256color
USER=larry
COLORFGBG=0;15
KDE_SESSION_VERSION=5
DISPLAY=:0
SHLVL=1
XDG_VTNR=7
UBUNTU_MENUPROXY=1
XDG_SESSION_ID=1
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
XDG_RUNTIME_DIR=/run/user/1000
PS1=\[\e[01;32m\]\h\[\e[m\]\[\e[01;32m\]@\[\e[m\]\[\e[1;36m\]\u\[\e[m\] \[\e[33m\]\w\[\e[m\] \[\e[32m\]`parse_git_branch`\[\e[m\]\[\e[37m\]\$\[\e[m\] 
LC_TIME=pl_PL.UTF-8
QT_AUTO_SCREEN_SCALE_FACTOR=0
XCURSOR_THEME=capitaine-cursors
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
KDE_FULL_SESSION=true
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin:/home/larry/.gem/ruby/2.5.0/bin
GDMSESSION=plasma
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/larry
_=/usr/bin/printenv
$ uname -a
Linux toaster 5.4.19-1-lts #1 SMP Tue, 11 Feb 2020 15:35:50 +0000 x86_64 GNU/Linux

Offline

#11 2020-02-13 15:55:07

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: Notifications are not shown in the notifications bar

Looks alright, and it seems the main root level relevance is a pstate setter plasmoid which is technically fine as well.

Though it is a bit ugly what do you get for

sudo journalctl -b | grep org.freedesktop.Notifications

Offline

#12 2020-02-13 18:20:32

w9lHSCIQ
Member
Registered: 2020-02-13
Posts: 9

Re: Notifications are not shown in the notifications bar

$ sudo journalctl -b | grep org.freedesktop.Notifications
[sudo] password for larry: 
Feb 13 11:39:16 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Activating service name='org.freedesktop.Notifications' requested by ':1.26' (uid=1000 pid=3164 comm="/usr/bin/yakuake ")
Feb 13 11:39:16 toaster dbus-daemon[3004]: [session uid=1000 pid=3004] Successfully activated service 'org.freedesktop.Notifications'

Offline

#13 2020-02-20 19:41:49

w9lHSCIQ
Member
Registered: 2020-02-13
Posts: 9

Re: Notifications are not shown in the notifications bar

Bump? I really need help with this issue, it's annoying that I can't see if dolphin has stopped copying files already and etc.

Offline

#14 2020-11-10 04:47:42

w9lHSCIQ
Member
Registered: 2020-02-13
Posts: 9

Re: Notifications are not shown in the notifications bar

I forgot about this forum thread, a small update since I last posted here:

The problem was a hidden rogue system tray in a panel that didn't exist (usual linux desktop experience)

So to solve this I just deleted my entire desktop configuration and configured it manually again.

Offline

Board footer

Powered by FluxBB