View previous topic :: View next topic |
Author |
Message |
dumi n00b
Joined: 17 Mar 2004 Posts: 25 Location: Czech Republic
|
Posted: Mon Feb 03, 2025 8:04 am Post subject: |
|
|
Code: | dumi@dumidek ~ $ ps aux |grep "dbus.*access"
root 2961 0.0 0.0 4856 2560 ? S 09:00 0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/0/at-spi/bus_0
dumi 4772 0.0 0.0 9256 2176 pts/1 S+ 09:01 0:00 grep --color=auto dbus.*access |
_________________ Software is like sex.
It's better when it's free. |
|
Back to top |
|
|
Massimo B. Veteran
Joined: 09 Feb 2005 Posts: 1844 Location: PB, Germany
|
Posted: Mon Feb 03, 2025 8:06 am Post subject: |
|
|
From the START time of my users dbus-daemon I see it's started too late, somewhere between by failing evolution starts, but not after the Xfce login this morning.
I checked all dbus related recent updates, and there was nothing. lightdm wasn't updated. Only major update of Xfce 4.18.0 to 4.20.0
Which Window Manager / Desktop Environment are you using? _________________ HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770 |
|
Back to top |
|
|
Massimo B. Veteran
Joined: 09 Feb 2005 Posts: 1844 Location: PB, Germany
|
Posted: Mon Feb 03, 2025 8:11 am Post subject: |
|
|
No idea what happens, if the service is missing after you killed the lightdm one, please try. Maybe a new user process is started then. _________________ HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770 |
|
Back to top |
|
|
dumi n00b
Joined: 17 Mar 2004 Posts: 25 Location: Czech Republic
|
Posted: Mon Feb 03, 2025 8:22 am Post subject: |
|
|
i'm using Mate
killing the dbus proccess makes no difference. _________________ Software is like sex.
It's better when it's free. |
|
Back to top |
|
|
Da51d n00b
Joined: 27 Mar 2024 Posts: 45
|
Posted: Mon Feb 03, 2025 9:14 am Post subject: |
|
|
Code: | # ps aux |grep "dbus.*access"
lightdm 2223 0.0 0.0 5648 2944 ? S 08:29 0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/134/at-spi/bus_0
root 3418 0.0 0.0 6660 2176 pts/0 S+ 09:13 0:00 grep --color=auto dbus.*access |
I am using the i3 window manager, but there are lots of xfce elements (eg.thunar file manager, mousepad and xfce terminal). _________________ What can be said at all can be said clearly and what we cannot talk about we must pass over in silence. |
|
Back to top |
|
|
Massimo B. Veteran
Joined: 09 Feb 2005 Posts: 1844 Location: PB, Germany
|
Posted: Mon Feb 03, 2025 11:10 am Post subject: |
|
|
Does that mean, killing the dbus-daemon process makes always a new process being started as lightdm user?
Ok, for now it does not seem to be WM related, there are users with Xfce (me), i3 (Da51d), Mate(dumi)...
Are all of you using lightdm as Login-manager? _________________ HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770 |
|
Back to top |
|
|
Da51d n00b
Joined: 27 Mar 2024 Posts: 45
|
Posted: Mon Feb 03, 2025 11:21 am Post subject: |
|
|
Quote: | Are all of you using lightdm as Login-manager? |
I am. _________________ What can be said at all can be said clearly and what we cannot talk about we must pass over in silence. |
|
Back to top |
|
|
dumi n00b
Joined: 17 Mar 2004 Posts: 25 Location: Czech Republic
|
Posted: Mon Feb 03, 2025 11:22 am Post subject: |
|
|
Massimo B. wrote: |
Are all of you using lightdm as Login-manager? |
Me too. _________________ Software is like sex.
It's better when it's free. |
|
Back to top |
|
|
Da51d n00b
Joined: 27 Mar 2024 Posts: 45
|
Posted: Mon Feb 03, 2025 7:10 pm Post subject: |
|
|
There have been similar(?) bugs https://bugs.gentoo.org/886485 https://bugs.gentoo.org/903543 _________________ What can be said at all can be said clearly and what we cannot talk about we must pass over in silence.
Last edited by Da51d on Mon Feb 03, 2025 8:40 pm; edited 1 time in total |
|
Back to top |
|
|
dumi n00b
Joined: 17 Mar 2004 Posts: 25 Location: Czech Republic
|
Posted: Mon Feb 03, 2025 8:23 pm Post subject: |
|
|
if i run command
Code: | /usr/libexec/at-spi-bus-launcher --launch-immediately |
mentioned here:
https://bugs.gentoo.org/886485
evolution starts fine. _________________ Software is like sex.
It's better when it's free. |
|
Back to top |
|
|
|