https://bugs.kde.org/show_bug.cgi?id=391186
Dr. James J. Dines, esquire <tech.warrior.documentat...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tech.warrior.documentation@ | |gmail.com --- Comment #54 from Dr. James J. Dines, esquire <tech.warrior.documentat...@gmail.com> --- OK. I ran kdeinit5 in a terminal then executed dolphin from the command line, and the problem goes away. kdeinit5 does complain: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) ... but this is clearly a separate issue / bug related to kdeinit5 employinga deprecated method. If anybody can make sure that the kdeinit5 maintainers can fix that before said method gets changed from deprecated obsoleted that would be great. In the meantime this workaround gets things working, and should help to the problem in the source. I thought kdeinit5 might be setting some environment variable differently, however: [jdines@fireball git (master)]$ diff with-kdeinit5 without-kdeinit5 15c15 < SHELL_SESSION_ID=9a4df86ad9bf49f293849a6ef3bbcd8a --- > SHELL_SESSION_ID=591e642ec48f4afc91b48ad03c51ec4d 21c21 < GPG_TTY=/dev/pts/1 --- > GPG_TTY=/dev/pts/2 40c40 < KONSOLE_DBUS_SESSION=/Sessions/1 --- > KONSOLE_DBUS_SESSION=/Sessions/2 77d76 < OLDPWD=/home/jdines ... this doesn't appear to be the case. I plan on chasing this down at some point if I have the time, but hopefully this gives someone else a pointer as to what might be going on. -- You are receiving this mail because: You are watching all bug changes.