I get the feeling the KDE support people are overwhelmed with bug reports. If that's the case, the way to get progress is to send patches that fix the bugs, not just reports. I reported a bug in dolphin (or more accurately kioslaves, which did the work involved) some years ago. After two or three years, I got a "does it still happen? if you don't update the report we'll mark it fixed" automated email.jesnow wrote:...
There appears to be a bug filed with KDE, on which there has been no action since July:
...
Code: Select all
jesnow@vanaert ~ $ ps ax | grep dbus
2475 ? Ss 0:00 /usr/bin/dbus-daemon --system
3239 ? S 0:00 dbus-launch --autolaunch f602801a453dfa82f0b47d61637e825a --binary-syntax --close-stderr
3240 ? Ss 0:00 /usr/bin/dbus-daemon --syslog-only --fork --print-pid 5 --print-address 7 --session
4128 ? S 0:00 dbus-launch --autolaunch=f602801a453dfa82f0b47d61637e825a --binary-syntax --close-stderr
4129 ? Ss 0:00 /usr/bin/dbus-daemon --syslog-only --fork --print-pid 5 --print-address 7 --session
4140 ? S 0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/1000/at-spi/bus_0
4151 ? S 0:00 /usr/bin/dbus-launch --exit-with-session /usr/bin/startplasma-x11
4152 ? Ss 0:00 /usr/bin/dbus-daemon --syslog --fork --print-pid 5 --print-address 7 --session
4322 ? Sl 0:00 /usr/bin/gmenudbusmenuproxy
4487 ? S 0:00 /usr/bin/python3.11 /usr/libexec/calculate/cl-dbus-core.py
4985 pts/1 S+ 0:00 grep --colour=auto dbus
Code: Select all
jesnow@bartali ~ $ ps ax | grep dbus
486 ? S 0:03 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/tmp/runtime-jesnow/at-spi/bus_0
1394 ? Ss 0:00 /usr/bin/dbus-daemon --system
2582 tty1 S 0:00 dbus-launch --exit-with-session startplasma-x11
2583 ? Ss 0:05 /usr/bin/dbus-daemon --syslog --fork --print-pid 5 --print-address 7 --session
2702 tty1 Sl 0:14 /usr/bin/gmenudbusmenuproxy
25440 pts/7 S+ 0:00 grep --colour=auto dbus
I had the same problem because of a missing FUSE in kernel. Before I have got the info I installed MidnightCommander (mc) as alternative. After enabeling FUSE I had no problems anymore.jesnow wrote:I'm getting no help from the Gentoo community. [...]
I really hope that someone can step in to help because I'm out of answers.
Code: Select all
vanaert New Folder (1) # zgrep -i fuse /proc/config.gz
CONFIG_FUSE_FS=m
CONFIG_FUSE_DAX=y
pietinger wrote:I had the same problem because of a missing FUSE in kernel. Before I have got the info I installed MidnightCommander (mc) as alternative. After enabeling FUSE I had no problems anymore.jesnow wrote:I'm getting no help from the Gentoo community. [...]
I really hope that someone can step in to help because I'm out of answers.
I am sure, if someone whould know what causes your problem you would have got an answer; so, I assume that we are also out of ideas. Because you have a working dolphin/kde it would be possible to compare both installations ... much work, I know ... but at the moment I dont see other chances. :(
The last thing I would like to ask is, do you have FUSE also as <M>odule in your kernel where it works ? (If it would make a difference if static <*> or as <M>odule I cannot explain why; you see this is last hope)jesnow wrote:I compared between the working one and the broken one everything I could think of that might be relevant. Both kde and dbus are reltaively opaque, so it's not even clear what there is to compare.
Code: Select all
signal time=1693523133.616185 sender=org.freedesktop.DBus -> destination=:1.59 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
string ":1.59"
signal time=1693523133.616246 sender=org.freedesktop.DBus -> destination=:1.59 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
string ":1.59"Goverp wrote:If FUSE is needed at all, does this implicate NTFS partitions, or is KDE doing something weird?
I don't see the relation with NTFS, my HD/SSD partitions are XFS. So I take it that this is Dolphin or KDE. Didn't try with another graphical filemanager. Moving and copying files in a terminal continued to work.Goverp wrote:If FUSE is needed at all, does this implicate NTFS partitions, or is KDE doing something weird?
Jon, we had a KDE Update; there was also an update of "kio-fuse" ... it would be interesting to know if this causes a change if FUSE has to be configured statically or modular in the kernel. (I cant test in the moment; no time).jesnow wrote:That worked. For the record for anybody googling that error message:
KDE and dbus throw a *ton* of error messages when CONFIG_FUSE_FS is not compiled static.