This forum has been archived. All content is frozen. Please use KDE Discuss instead.

User needs to be logoff twice before session will shutdown

Tags: None
(comma "," separated)
User avatar
kde-urbinek
Registered Member
Posts
8
Karma
0
Hello there!

I hope this is right subforum for this... For some time i've got wierd issue, where in order do shutdown/reboot/logoff user i need to do this task twice via kmenu

After first attempt some application are closing, some are still working, but even if i reboot pc and try do in on fresh seassion problem is still same.


I narrowed issue to simple logoff acion (shutdown, halt, reboot, systemclt reboot commands works well) - so i suspect KSMserver?

If i use qdbus command instead of kmenu behaviour is same (need to invoke command twice):
Code: Select all
qdbus org.kde.ksmserver /KSMServer logout 0 0 0


Whoever there is no logs/errors whatsoever... i've tried to set output log via kdebugdialog --fullmode but there is still no output...

~/.kde/share/config/kdebugrc:
Code: Select all
...
[1218]
AbortFatal=true
ErrorFilename[$e]=~/.ksmserver.log
ErrorOutput=0
FatalFilename[$e]=~/.ksmserver.log
FatalOutput=0
InfoFilename[$e]=~/.ksmserver.log
InfoOutput=0
WarnFilename[$e]=~/.ksmserver.log
WarnOutput=0
...


How can i debug it furthermore?


OS: Debian Debian GNU/Linux testing (buster)
KDE 5.28.0
Qt 5.9.1
User avatar
Rog131
Registered Member
Posts
828
Karma
10
kde-urbinek wrote:Hello there!

.
.
.
Whoever there is no logs/errors whatsoever... i've tried to set output log via kdebugdialog --fullmode but there is still no output...
~/.kde/share/config/kdebugrc
.
.
.


Hello !

Executing:
Code: Select all
kdebugdialog5

Clicking 'Help':
Note
Only for applications using the Frameworks library kdelibs4support.
kDebug() has been deprecated in KDE Frameworks 5, in favour of Qt™'s builtin categorized logging, seeQLoggingCategory. Use the program kdebugsettings to enable/disable qCDebug.


Only the 'old' KDE4 applications will use the ~/.kde/ path. KDE Frameworks 5 is using the XDG Base Directory Specification - https://standards.freedesktop.org/based ... atest.html :

$HOME/.config
$HOME/.local/share
User avatar
kde-urbinek
Registered Member
Posts
8
Karma
0
Good to know!

Whoever even with using kdebugdialog5 i still get no logs in ~/.ksmserver.log

/home/urbinek/.config/kdebugrc
Code: Select all
[1218]
AbortFatal=true
ErrorFilename[$e]=~/.ksmserver.log
ErrorOutput=0
FatalFilename[$e]=~/.ksmserver.log
FatalOutput=0
InfoFilename[$e]=~/.ksmserver.log
InfoOutput=0
WarnFilename[$e]=~/.ksmserver.log
WarnOutput=0
User avatar
Rog131
Registered Member
Posts
828
Karma
10
kde-urbinek wrote:Good to know!

Whoever even with using kdebugdialog5...


Hmm ? Do you mean the kdebugsettings ?


May be relevant - a bug report: Bug 381760 - Qt 5.9 installs qtlogging.ini which disables all debug output - https://bugs.kde.org/show_bug.cgi?id=381760:
The Qt 5.9 packages provided by neon install a /etc/xdg/QtProject/qtlogging.ini which disables all debug output by default...


https://bugs.kde.org/show_bug.cgi?id=381760#c2:
...The file came from Debian who stole it from Fedora...


You wrote:
OS: Debian Debian GNU/Linux testing (buster)
KDE 5.28.0
Qt 5.9.1



The 'dbus-monitor' could show something - start the 'dbus-monitor' to another terminal window and try the command:
Code: Select all
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
User avatar
kde-urbinek
Registered Member
Posts
8
Karma
0
Hmm ? Do you mean the kdebugsettings ?

No, i was using kdebugdialog5 --fullmodeto set log path but i might missunderstood your last post.

My os didn't have kdebugsettings, but it was on repo, by default in custom rules there was "*.debug=false" so i remove it

Code: Select all
root@haruko:/home/urbinek#  locate qtlogging.ini
/etc/xdg/QtProject/qtlogging.ini
/home/urbinek/.config/QtProject/qtlogging.ini

Code: Select all
root@haruko:/home/urbinek# cat /etc/xdg/QtProject/qtlogging.ini
[Rules]
*.debug=false

Code: Select all
urbinek@haruko:~$ cat /home/urbinek/.config/QtProject/qtlogging.ini
[Rules]
org.kde.kio.kpasswdserver.info=true
org.kde.kio.kpasswdserver.warning=true
org.kde.kio.kpasswdserver.critical=true
org.kde.kio.kpasswdserver.debug=false

org.kde.kurifilter-ikws.info=true
org.kde.kurifilter-ikws.warning=true
org.kde.kurifilter-ikws.critical=true
org.kde.kurifilter-ikws.debug=false

org.kde.kurifilter-shorturi.info=true
org.kde.kurifilter-shorturi.warning=true
org.kde.kurifilter-shorturi.critical=true
org.kde.kurifilter-shorturi.debug=false

BluezQt.info=true
BluezQt.warning=true
BluezQt.critical=true
BluezQt.debug=false

kf5.kauth.info=true
kf5.kauth.warning=true
kf5.kauth.critical=true
kf5.kauth.debug=false

kf5.kcoreaddons.kdirwatch.info=true
kf5.kcoreaddons.kdirwatch.warning=true
kf5.kcoreaddons.kdirwatch.critical=true
kf5.kcoreaddons.kdirwatch.debug=false

kf5.kded.info=true
kf5.kded.warning=true
kf5.kded.critical=true
kf5.kded.debug=false

kf5.kiconthemes.info=true
kf5.kiconthemes.warning=true
kf5.kiconthemes.critical=true
kf5.kiconthemes.debug=false

kf5.kinit.klauncher.info=true
kf5.kinit.klauncher.warning=true
kf5.kinit.klauncher.critical=true
kf5.kinit.klauncher.debug=false

kf5.kio.core.info=true
kf5.kio.core.warning=true
kf5.kio.core.critical=true
kf5.kio.core.debug=false

kf5.kio.core.dirlister.info=true
kf5.kio.core.dirlister.warning=true
kf5.kio.core.dirlister.critical=true
kf5.kio.core.dirlister.debug=false

kf5.kio.core.copyjob.info=true
kf5.kio.core.copyjob.warning=true
kf5.kio.core.copyjob.critical=true
kf5.kio.core.copyjob.debug=false

kf5.kio.widgets.info=true
kf5.kio.widgets.warning=true
kf5.kio.widgets.critical=true
kf5.kio.widgets.debug=false

kf5.kiod.info=true
kf5.kiod.warning=true
kf5.kiod.critical=true
kf5.kiod.debug=false

kf5.kio.kio_http.info=true
kf5.kio.kio_http.warning=true
kf5.kio.kio_http.critical=true
kf5.kio.kio_http.debug=false

kf5.kjobwidgets.info=true
kf5.kjobwidgets.warning=true
kf5.kjobwidgets.critical=true
kf5.kjobwidgets.debug=false

kf5.kio.favicons.info=true
kf5.kio.favicons.warning=true
kf5.kio.favicons.critical=true
kf5.kio.favicons.debug=false

kf5.kservice.sycoca.info=true
kf5.kservice.sycoca.warning=true
kf5.kservice.sycoca.critical=true
kf5.kservice.sycoca.debug=false

kf5.kxmlgui.info=true
kf5.kxmlgui.warning=true
kf5.kxmlgui.critical=true
kf5.kxmlgui.debug=false

kglobalaccel-runtime.info=true
kglobalaccel-runtime.warning=true
kglobalaccel-runtime.critical=true
kglobalaccel-runtime.debug=false

knewstuff.info=true
knewstuff.warning=true
knewstuff.critical=true
knewstuff.debug=false

log_kxmlrpcclient.info=true
log_kxmlrpcclient.warning=true
log_kxmlrpcclient.critical=true
log_kxmlrpcclient.debug=false

modemmanager-qt.info=true
modemmanager-qt.warning=true
modemmanager-qt.critical=true
modemmanager-qt.debug=false

networkmanager-qt.info=true
networkmanager-qt.warning=true
networkmanager-qt.critical=true
networkmanager-qt.debug=false

org.kde.baloo.info=true
org.kde.baloo.warning=true
org.kde.baloo.critical=true
org.kde.baloo.debug=false

org.kde.kactivities.activities.info=true
org.kde.kactivities.activities.warning=true
org.kde.kactivities.activities.critical=true
org.kde.kactivities.activities.debug=false

org.kde.kactivities.application.info=true
org.kde.kactivities.application.warning=true
org.kde.kactivities.application.critical=true
org.kde.kactivities.application.debug=false

org.kde.kactivities.lib.core.info=true
org.kde.kactivities.lib.core.warning=true
org.kde.kactivities.lib.core.critical=true
org.kde.kactivities.lib.core.debug=false

org.kde.kactivities.resources.info=true
org.kde.kactivities.resources.warning=true
org.kde.kactivities.resources.critical=true
org.kde.kactivities.resources.debug=false

org.kde.kf5.idletime.info=true
org.kde.kf5.idletime.warning=true
org.kde.kf5.idletime.critical=true
org.kde.kf5.idletime.debug=false

org.kde.knotifications.info=true
org.kde.knotifications.warning=true
org.kde.knotifications.critical=true
org.kde.knotifications.debug=false

org.kde.krunner.info=true
org.kde.krunner.warning=true
org.kde.krunner.critical=true
org.kde.krunner.debug=false

org.kde.ktexteditor.info=true
org.kde.ktexteditor.warning=true
org.kde.ktexteditor.critical=true
org.kde.ktexteditor.debug=false

org.kde.kwindowsystem.info=true
org.kde.kwindowsystem.warning=true
org.kde.kwindowsystem.critical=true
org.kde.kwindowsystem.debug=false

sonnet.plugins.hunspell.info=true
sonnet.plugins.hunspell.warning=true
sonnet.plugins.hunspell.critical=true
sonnet.plugins.hunspell.debug=false

sonnet.plugins.voikko.info=true
sonnet.plugins.voikko.warning=true
sonnet.plugins.voikko.critical=true
sonnet.plugins.voikko.debug=false

log_kcalutils.info=true
log_kcalutils.warning=true
log_kcalutils.critical=true
log_kcalutils.debug=false

log_kimap.info=true
log_kimap.warning=true
log_kimap.critical=true
log_kimap.debug=false

log_kidentitymanagement.info=true
log_kidentitymanagement.warning=true
log_kidentitymanagement.critical=true
log_kidentitymanagement.debug=false

log_kcontacts.info=true
log_kcontacts.warning=true
log_kcontacts.critical=true
log_kcontacts.debug=false

log_ktnef.info=true
log_ktnef.warning=true
log_ktnef.critical=true
log_ktnef.debug=false

log_mailtransport.info=true
log_mailtransport.warning=true
log_mailtransport.critical=true
log_mailtransport.debug=false

log_kmbox.info=true
log_kmbox.warning=true
log_kmbox.critical=true
log_kmbox.debug=false

log_kblog.info=true
log_kblog.warning=true
log_kblog.critical=true
log_kblog.debug=false

log_kcalcore.info=true
log_kcalcore.warning=true
log_kcalcore.critical=true
log_kcalcore.debug=false

log_kalarmcal.info=true
log_kalarmcal.warning=true
log_kalarmcal.critical=true
log_kalarmcal.debug=false

log_kontactinterface.info=true
log_kontactinterface.warning=true
log_kontactinterface.critical=true
log_kontactinterface.debug=false

log_kxmlrpcclient.info=true
log_kxmlrpcclient.warning=true
log_kxmlrpcclient.critical=true
log_kxmlrpcclient.debug=false

log_ldap.info=true
log_ldap.warning=true
log_ldap.critical=true
log_ldap.debug=false

log_akonadicalendar.info=true
log_akonadicalendar.warning=true
log_akonadicalendar.critical=true
log_akonadicalendar.debug=false

log_akonadicore.info=true
log_akonadicore.warning=true
log_akonadicore.critical=true
log_akonadicore.debug=false

log_klettres.info=true
log_klettres.warning=true
log_klettres.critical=true
log_klettres.debug=false

log_granatier.info=true
log_granatier.warning=true
log_granatier.critical=true
log_granatier.debug=false

log_ksirkskineditor.info=true
log_ksirkskineditor.warning=true
log_ksirkskineditor.critical=true
log_ksirkskineditor.debug=false

ksnakeduel_smtp.info=true
ksnakeduel_smtp.warning=true
ksnakeduel_smtp.critical=true
ksnakeduel_smtp.debug=false

log_kgoldrunner.info=true
log_kgoldrunner.warning=true
log_kgoldrunner.critical=true
log_kgoldrunner.debug=false

log_kshisen.info=true
log_kshisen.warning=true
log_kshisen.critical=true
log_kshisen.debug=false

log_libkmahjongg.info=true
log_libkmahjongg.warning=true
log_libkmahjongg.critical=true
log_libkmahjongg.debug=false

LOG_KUBRICK.info=true
LOG_KUBRICK.warning=true
LOG_KUBRICK.critical=true
LOG_KUBRICK.debug=false

log_lskat.info=true
log_lskat.warning=true
log_lskat.critical=true
log_lskat.debug=false

log_fourinline.info=true
log_fourinline.warning=true
log_fourinline.critical=true
log_fourinline.debug=false

powerdevil.info=true
powerdevil.warning=true
powerdevil.critical=true
powerdevil.debug=false

log_user_manager.info=true
log_user_manager.warning=true
log_user_manager.critical=true
log_user_manager.debug=false

log_kioremote.info=true
log_kioremote.warning=true
log_kioremote.critical=true
log_kioremote.debug=false

kscreen.info=true
kscreen.warning=true
kscreen.critical=true
kscreen.debug=false

kscreen.backendLauncher.info=true
kscreen.backendLauncher.warning=true
kscreen.backendLauncher.critical=true
kscreen.backendLauncher.debug=false

kscreen.console.info=true
kscreen.console.warning=true
kscreen.console.critical=true
kscreen.console.debug=false

kscreen.doctor.info=true
kscreen.doctor.warning=true
kscreen.doctor.critical=true
kscreen.doctor.debug=false

kscreen.dpms.info=true
kscreen.dpms.warning=true
kscreen.dpms.critical=true
kscreen.dpms.debug=false

kscreen.edid.info=true
kscreen.edid.warning=true
kscreen.edid.critical=true
kscreen.edid.debug=false

kscreen.fake.info=true
kscreen.fake.warning=true
kscreen.fake.critical=true
kscreen.fake.debug=false

kscreen.kded.info=true
kscreen.kded.warning=true
kscreen.kded.critical=true
kscreen.kded.debug=false

kscreen.kwayland.info=true
kscreen.kwayland.warning=true
kscreen.kwayland.critical=true
kscreen.kwayland.debug=false

kscreen.kwayland.testserver.info=true
kscreen.kwayland.testserver.warning=true
kscreen.kwayland.testserver.critical=true
kscreen.kwayland.testserver.debug=false

kscreen.qscreen.info=true
kscreen.qscreen.warning=true
kscreen.qscreen.critical=true
kscreen.qscreen.debug=false

kscreen.xcb.helper.info=true
kscreen.xcb.helper.warning=true
kscreen.xcb.helper.critical=true
kscreen.xcb.helper.debug=false

kscreen.xrandr.info=true
kscreen.xrandr.warning=true
kscreen.xrandr.critical=true
kscreen.xrandr.debug=false

kscreen.xrandr11.info=true
kscreen.xrandr11.warning=true
kscreen.xrandr11.critical=true
kscreen.xrandr11.debug=false

ksmserver=true

libksysguard.info=true
libksysguard.warning=true
libksysguard.critical=true
libksysguard.debug=false

log_kio_man.info=true
log_kio_man.warning=true
log_kio_man.critical=true
log_kio_man.debug=false

log_kio_archive.info=true
log_kio_archive.warning=true
log_kio_archive.critical=true
log_kio_archive.debug=false

log_kio_sftp.info=true
log_kio_sftp.warning=true
log_kio_sftp.critical=true
log_kio_sftp.debug=false

log_kdepassword.info=true
log_kdepassword.warning=true
log_kdepassword.critical=true
log_kdepassword.debug=false

log_kdebugsettings.info=true
log_kdebugsettings.warning=true
log_kdebugsettings.critical=true
log_kdebugsettings.debug=false

log_akonadi_indexer_agent.info=true
log_akonadi_indexer_agent.warning=true
log_akonadi_indexer_agent.critical=true
log_akonadi_indexer_agent.debug=false

log_akonadiplugin_indexer.info=true
log_akonadiplugin_indexer.warning=true
log_akonadiplugin_indexer.critical=true
log_akonadiplugin_indexer.debug=false

log_akonadi_search_xapian.info=true
log_akonadi_search_xapian.warning=true
log_akonadi_search_xapian.critical=true
log_akonadi_search_xapian.debug=false

log_akonadi_krunner_plugin.info=true
log_akonadi_krunner_plugin.warning=true
log_akonadi_krunner_plugin.critical=true
log_akonadi_krunner_plugin.debug=false

log_akonadiagentserver.info=true
log_akonadiagentserver.warning=true
log_akonadiagentserver.critical=true
log_akonadiagentserver.debug=false

log_akonadiserver.info=true
log_akonadiserver.warning=true
log_akonadiserver.critical=true
log_akonadiserver.debug=false

log_akonadiagentbase.info=true
log_akonadiagentbase.warning=true
log_akonadiagentbase.critical=true
log_akonadiagentbase.debug=false

log_akonadiwidgets.info=true
log_akonadiwidgets.warning=true
log_akonadiwidgets.critical=true
log_akonadiwidgets.debug=false

log_akonadiprivate.info=true
log_akonadiprivate.warning=true
log_akonadiprivate.critical=true
log_akonadiprivate.debug=false

ark.main.info=true
ark.main.warning=true
ark.main.critical=true
ark.main.debug=false

ark.kerfuffle.info=true
ark.kerfuffle.warning=true
ark.kerfuffle.critical=true
ark.kerfuffle.debug=false

ark.part.info=true
ark.part.warning=true
ark.part.critical=true
ark.part.debug=false

ark.libarchive.info=true
ark.libarchive.warning=true
ark.libarchive.critical=true
ark.libarchive.debug=false

ark.singlefile.info=true
ark.singlefile.warning=true
ark.singlefile.critical=true
ark.singlefile.debug=false

ark.clizip.info=true
ark.clizip.warning=true
ark.clizip.critical=true
ark.clizip.debug=false

ark.clirar.info=true
ark.clirar.warning=true
ark.clirar.critical=true
ark.clirar.debug=false

ark.cliunarchiver.info=true
ark.cliunarchiver.warning=true
ark.cliunarchiver.critical=true
ark.cliunarchiver.debug=false

ark.cli7z.info=true
ark.cli7z.warning=true
ark.cli7z.critical=true
ark.cli7z.debug=false

ark.cliexample.info=true
ark.cliexample.warning=true
ark.cliexample.critical=true
ark.cliexample.debug=false

log_calendarsupport.info=true
log_calendarsupport.warning=true
log_calendarsupport.critical=true
log_calendarsupport.debug=false

log_calendarview.info=true
log_calendarview.warning=true
log_calendarview.critical=true
log_calendarview.debug=false

log_grantleetheme.info=true
log_grantleetheme.warning=true
log_grantleetheme.critical=true
log_grantleetheme.debug=false

org.kde.multimedia.kdenlive.info=true
org.kde.multimedia.kdenlive.warning=true
org.kde.multimedia.kdenlive.critical=true
org.kde.multimedia.kdenlive.debug=false

log_createeventplugin.info=true
log_createeventplugin.warning=true
log_createeventplugin.critical=true
log_createeventplugin.debug=false

log_createnoteplugin.info=true
log_createnoteplugin.warning=true
log_createnoteplugin.critical=true
log_createnoteplugin.debug=false

log_createtodoplugin.info=true
log_createtodoplugin.warning=true
log_createtodoplugin.critical=true
log_createtodoplugin.debug=false

log_isgdshorturlengineplugin.info=true
log_isgdshorturlengineplugin.warning=true
log_isgdshorturlengineplugin.critical=true
log_isgdshorturlengineplugin.debug=false

log_ur1cashorturlengineplugin.info=true
log_ur1cashorturlengineplugin.warning=true
log_ur1cashorturlengineplugin.critical=true
log_ur1cashorturlengineplugin.debug=false

log_korganizer_picoftheday_plugins.info=true
log_korganizer_picoftheday_plugins.warning=true
log_korganizer_picoftheday_plugins.critical=true
log_korganizer_picoftheday_plugins.debug=false

log_kaddressbook_sendvcards.info=true
log_kaddressbook_sendvcards.warning=true
log_kaddressbook_sendvcards.critical=true
log_kaddressbook_sendvcards.debug=false

log_kaddressbook_sendmail.info=true
log_kaddressbook_sendmail.warning=true
log_kaddressbook_sendmail.critical=true
log_kaddressbook_sendmail.debug=false

log_kmail_zoomtexteditorplugin.info=true
log_kmail_zoomtexteditorplugin.warning=true
log_kmail_zoomtexteditorplugin.critical=true
log_kmail_zoomtexteditorplugin.debug=false

log_kmail_changecaseeditorplugin.info=true
log_kmail_changecaseeditorplugin.warning=true
log_kmail_changecaseeditorplugin.critical=true
log_kmail_changecaseeditorplugin.debug=false

log_adblockinterceptor.info=true
log_adblockinterceptor.warning=true
log_adblockinterceptor.critical=true
log_adblockinterceptor.debug=false

log_donottrackinterceptor.info=true
log_donottrackinterceptor.warning=true
log_donottrackinterceptor.critical=true
log_donottrackinterceptor.debug=false

log_composereditorng.info=true
log_composereditorng.warning=true
log_composereditorng.critical=true
log_composereditorng.debug=false

log_libsendlater.info=true
log_libsendlater.warning=true
log_libsendlater.critical=true
log_libsendlater.debug=false

log_kdepimdbusinterface.info=true
log_kdepimdbusinterface.warning=true
log_kdepimdbusinterface.critical=true
log_kdepimdbusinterface.debug=false

log_maildispatcher.info=true
log_maildispatcher.warning=true
log_maildispatcher.critical=true
log_maildispatcher.debug=false

log_newmailnotifier.info=true
log_newmailnotifier.warning=true
log_newmailnotifier.critical=true
log_newmailnotifier.debug=false

log_akonadislave.info=true
log_akonadislave.warning=true
log_akonadislave.critical=true
log_akonadislave.debug=false

log_maildirresource.info=true
log_maildirresource.warning=true
log_maildirresource.critical=true
log_maildirresource.debug=false

log_libmaildir.info=true
log_libmaildir.warning=true
log_libmaildir.critical=true
log_libmaildir.debug=false

log_imapresource.info=true
log_imapresource.warning=true
log_imapresource.critical=true
log_imapresource.debug=false

log_mboxresource.info=true
log_mboxresource.warning=true
log_mboxresource.critical=true
log_mboxresource.debug=false

log_birthdays.info=true
log_birthdays.warning=true
log_birthdays.critical=true
log_birthdays.debug=false

log_davresource.info=true
log_davresource.warning=true
log_davresource.critical=true
log_davresource.debug=false

log_kolabresource.info=true
log_kolabresource.warning=true
log_kolabresource.critical=true
log_kolabresource.debug=false

log_mixedmaildirresource.info=true
log_mixedmaildirresource.warning=true
log_mixedmaildirresource.critical=true
log_mixedmaildirresource.debug=false

log_mixedmaildir.info=true
log_mixedmaildir.warning=true
log_mixedmaildir.critical=true
log_mixedmaildir.debug=false

log_kalarmresource.info=true
log_kalarmresource.warning=true
log_kalarmresource.critical=true
log_kalarmresource.debug=false

log_kalarmdirresource.info=true
log_kalarmdirresource.warning=true
log_kalarmdirresource.critical=true
log_kalarmdirresource.debug=false

log_pop3resource.info=true
log_pop3resource.warning=true
log_pop3resource.critical=true
log_pop3resource.debug=false

log_akonadi_serializer_kalarm.info=true
log_akonadi_serializer_kalarm.warning=true
log_akonadi_serializer_kalarm.critical=true
log_akonadi_serializer_kalarm.debug=false

log_akonadi_serializer_mail.info=true
log_akonadi_serializer_mail.warning=true
log_akonadi_serializer_mail.critical=true
log_akonadi_serializer_mail.debug=false

log_resources_contacts.info=true
log_resources_contacts.warning=true
log_resources_contacts.critical=true
log_resources_contacts.debug=false

log_sieveeditor.info=true
log_sieveeditor.warning=true
log_sieveeditor.critical=true
log_sieveeditor.debug=false

log_ldapclient.info=true
log_ldapclient.warning=true
log_ldapclient.critical=true
log_ldapclient.debug=false

log_akonadinext.info=true
log_akonadinext.warning=true
log_akonadinext.critical=true
log_akonadinext.debug=false

log_mailimporter.info=true
log_mailimporter.warning=true
log_mailimporter.critical=true
log_mailimporter.debug=false

log_korganizer.info=true
log_korganizer.warning=true
log_korganizer.critical=true
log_korganizer.debug=false

log_sendlateragent.info=true
log_sendlateragent.warning=true
log_sendlateragent.critical=true
log_sendlateragent.debug=false

log_archivemailagent.info=true
log_archivemailagent.warning=true
log_archivemailagent.critical=true
log_archivemailagent.debug=false

log_followupreminderagent.info=true
log_followupreminderagent.warning=true
log_followupreminderagent.critical=true
log_followupreminderagent.debug=false

log_akregator.info=true
log_akregator.warning=true
log_akregator.critical=true
log_akregator.debug=false

log_koalarmclient.info=true
log_koalarmclient.warning=true
log_koalarmclient.critical=true
log_koalarmclient.debug=false

log_blogilo.info=true
log_blogilo.warning=true
log_blogilo.critical=true
log_blogilo.debug=false

log_accountwizard.info=true
log_accountwizard.warning=true
log_accountwizard.critical=true
log_accountwizard.debug=false

log_kleo_ui.info=true
log_kleo_ui.warning=true
log_kleo_ui.critical=true
log_kleo_ui.debug=false

log_gpgme_backend.info=true
log_gpgme_backend.warning=true
log_gpgme_backend.critical=true
log_gpgme_backend.debug=false

log_storageservicemanager.info=true
log_storageservicemanager.warning=true
log_storageservicemanager.critical=true
log_storageservicemanager.debug=false

log_incidenceeditor.info=true
log_incidenceeditor.warning=true
log_incidenceeditor.critical=true
log_incidenceeditor.debug=false

log_vcard.info=true
log_vcard.warning=true
log_vcard.critical=true
log_vcard.debug=false

log_text_calendar.info=true
log_text_calendar.warning=true
log_text_calendar.critical=true
log_text_calendar.debug=false

log_ms_tnef.info=true
log_ms_tnef.warning=true
log_ms_tnef.critical=true
log_ms_tnef.debug=false

log_knotes.info=true
log_knotes.warning=true
log_knotes.critical=true
log_knotes.debug=false

log_akonadiconsole.info=true
log_akonadiconsole.warning=true
log_akonadiconsole.critical=true
log_akonadiconsole.debug=false

log_kmail.info=true
log_kmail.warning=true
log_kmail.critical=true
log_kmail.debug=false

log_noteshared.info=true
log_noteshared.warning=true
log_noteshared.critical=true
log_noteshared.debug=false

log_kalarm.info=true
log_kalarm.warning=true
log_kalarm.critical=true
log_kalarm.debug=false

log_autostart_kalarm.info=true
log_autostart_kalarm.warning=true
log_autostart_kalarm.critical=true
log_autostart_kalarm.debug=false

log_pimsettingexportercore.info=true
log_pimsettingexportercore.warning=true
log_pimsettingexportercore.critical=true
log_pimsettingexportercore.debug=false

log_pimsettingexportergui.info=true
log_pimsettingexportergui.warning=true
log_pimsettingexportergui.critical=true
log_pimsettingexportergui.debug=false

log_pimsettingexporterconsole.info=true
log_pimsettingexporterconsole.warning=true
log_pimsettingexporterconsole.critical=true
log_pimsettingexporterconsole.debug=false

log_kaddressbook.info=true
log_kaddressbook.warning=true
log_kaddressbook.critical=true
log_kaddressbook.debug=false

log_importwizard.info=true
log_importwizard.warning=true
log_importwizard.critical=true
log_importwizard.debug=false

log_knoteskontactplugin.info=true
log_knoteskontactplugin.warning=true
log_knoteskontactplugin.critical=true
log_knoteskontactplugin.debug=false

log_kontact.info=true
log_kontact.warning=true
log_kontact.critical=true
log_kontact.debug=false

log_contactprintthemeeditor.info=true
log_contactprintthemeeditor.warning=true
log_contactprintthemeeditor.critical=true
log_contactprintthemeeditor.debug=false

log_korganizer_plugin.info=true
log_korganizer_plugin.warning=true
log_korganizer_plugin.critical=true
log_korganizer_plugin.debug=false

log_headerthemeeditor.info=true
log_headerthemeeditor.warning=true
log_headerthemeeditor.critical=true
log_headerthemeeditor.debug=false

log_contactthemeeditor.info=true
log_contactthemeeditor.warning=true
log_contactthemeeditor.critical=true
log_contactthemeeditor.debug=false

log_kmail_plugin.info=true
log_kmail_plugin.warning=true
log_kmail_plugin.critical=true
log_kmail_plugin.debug=false

log_kaddressbook_plugin.info=true
log_kaddressbook_plugin.warning=true
log_kaddressbook_plugin.critical=true
log_kaddressbook_plugin.debug=false

log_text_calendar.info=true
log_text_calendar.warning=true
log_text_calendar.critical=true
log_text_calendar.debug=false

log_ktnefapps.info=true
log_ktnefapps.warning=true
log_ktnefapps.critical=true
log_ktnefapps.debug=false

log_mailfilteragent.info=true
log_mailfilteragent.warning=true
log_mailfilteragent.critical=true
log_mailfilteragent.debug=false

log_notesagentagent.info=true
log_notesagentagent.warning=true
log_notesagentagent.critical=true
log_notesagentagent.debug=false

log_konsolekalendar.info=true
log_konsolekalendar.warning=true
log_konsolekalendar.critical=true
log_konsolekalendar.debug=false

log_libkleopatraclientcore.info=true
log_libkleopatraclientcore.warning=true
log_libkleopatraclientcore.critical=true
log_libkleopatraclientcore.debug=false

log_grantleethemeeditor.info=true
log_grantleethemeeditor.warning=true
log_grantleethemeeditor.critical=true
log_grantleethemeeditor.debug=false

log_korganizer_kontactplugins_specialdates.info=true
log_korganizer_kontactplugins_specialdates.warning=true
log_korganizer_kontactplugins_specialdates.critical=true
log_korganizer_kontactplugins_specialdates.debug=false

log_grantlee_messageviewerheader.info=true
log_grantlee_messageviewerheader.warning=true
log_grantlee_messageviewerheader.critical=true
log_grantlee_messageviewerheader.debug=false

log_kldap.info=true
log_kldap.warning=true
log_kldap.critical=true
log_kldap.debug=false

log_sieve.info=true
log_sieve.warning=true
log_sieve.critical=true
log_sieve.debug=false

log_smtp.info=true
log_smtp.warning=true
log_smtp.critical=true
log_smtp.debug=false

log_pop3.info=true
log_pop3.warning=true
log_pop3.critical=true
log_pop3.debug=false

log_kdgantt.info=true
log_kdgantt.warning=true
log_kdgantt.critical=true
log_kdgantt.debug=false

org.kde.khelpcenter.info=true
org.kde.khelpcenter.warning=true
org.kde.khelpcenter.critical=true
org.kde.khelpcenter.debug=false

org.kde.khelpcenter.xapian.cachereader.info=true
org.kde.khelpcenter.xapian.cachereader.warning=true
org.kde.khelpcenter.xapian.cachereader.critical=true
org.kde.khelpcenter.xapian.cachereader.debug=false

org.kde.khelpcenter.xapian.htmltextdump.info=true
org.kde.khelpcenter.xapian.htmltextdump.warning=true
org.kde.khelpcenter.xapian.htmltextdump.critical=true
org.kde.khelpcenter.xapian.htmltextdump.debug=false

org.kde.khelpcenter.xapian.common.info=true
org.kde.khelpcenter.xapian.common.warning=true
org.kde.khelpcenter.xapian.common.critical=true
org.kde.khelpcenter.xapian.common.debug=false

org.kde.khelpcenter.xapian.indexer.info=true
org.kde.khelpcenter.xapian.indexer.warning=true
org.kde.khelpcenter.xapian.indexer.critical=true
org.kde.khelpcenter.xapian.indexer.debug=false

org.kde.khelpcenter.xapian.search.info=true
org.kde.khelpcenter.xapian.search.warning=true
org.kde.khelpcenter.xapian.search.critical=true
org.kde.khelpcenter.xapian.search.debug=false

log_gravatar.info=true
log_gravatar.warning=true
log_gravatar.critical=true
log_gravatar.debug=false

log_libkdepim.info=true
log_libkdepim.warning=true
log_libkdepim.critical=true
log_libkdepim.debug=false

org.kde.kgapi.info=true
org.kde.kgapi.warning=true
org.kde.kgapi.critical=true
org.kde.kgapi.debug=false

org.kde.kgapi.raw.info=true
org.kde.kgapi.raw.warning=true
org.kde.kgapi.raw.critical=true
org.kde.kgapi.raw.debug=false

log_libksieve.info=true
log_libksieve.warning=true
log_libksieve.critical=true
log_libksieve.debug=false

log_kmanagersieve.info=true
log_kmanagersieve.warning=true
log_kmanagersieve.critical=true
log_kmanagersieve.debug=false

log_mailcommon.info=true
log_mailcommon.warning=true
log_mailcommon.critical=true
log_mailcommon.debug=false

log_messagecomposer.info=true
log_messagecomposer.warning=true
log_messagecomposer.critical=true
log_messagecomposer.debug=false

log_messagecore.info=true
log_messagecore.warning=true
log_messagecore.critical=true
log_messagecore.debug=false

log_messagelist.info=true
log_messagelist.warning=true
log_messagelist.critical=true
log_messagelist.debug=false

log_messageviewer.info=true
log_messageviewer.warning=true
log_messageviewer.critical=true
log_messageviewer.debug=false

log_templateparser.info=true
log_templateparser.warning=true
log_templateparser.critical=true
log_templateparser.debug=false

kwin_core.info=true
kwin_core.warning=true
kwin_core.critical=true
kwin_core.debug=false

kwineffects.info=true
kwineffects.warning=true
kwineffects.critical=true
kwineffects.debug=false

libkwineffects.info=true
libkwineffects.warning=true
libkwineffects.critical=true
libkwineffects.debug=false

libkwinglutils.info=true
libkwinglutils.warning=true
libkwinglutils.critical=true
libkwinglutils.debug=false

libkwinxrenderutils.info=true
libkwinxrenderutils.warning=true
libkwinxrenderutils.critical=true
libkwinxrenderutils.debug=false

kwin_wayland_drm.info=true
kwin_wayland_drm.warning=true
kwin_wayland_drm.critical=true
kwin_wayland_drm.debug=false

kwin_wayland_framebuffer.info=true
kwin_wayland_framebuffer.warning=true
kwin_wayland_framebuffer.critical=true
kwin_wayland_framebuffer.debug=false

kwin_wayland_hwcomposer.info=true
kwin_wayland_hwcomposer.warning=true
kwin_wayland_hwcomposer.critical=true
kwin_wayland_hwcomposer.debug=false

kwin_wayland_backend.info=true
kwin_wayland_backend.warning=true
kwin_wayland_backend.critical=true
kwin_wayland_backend.debug=false

kwin_wayland_x11windowed.info=true
kwin_wayland_x11windowed.warning=true
kwin_wayland_x11windowed.critical=true
kwin_wayland_x11windowed.debug=false

kwin_platform_x11_standalone.info=true
kwin_platform_x11_standalone.warning=true
kwin_platform_x11_standalone.critical=true
kwin_platform_x11_standalone.debug=false

kwin_libinput.info=true
kwin_libinput.warning=true
kwin_libinput.critical=true
kwin_libinput.debug=false

kwin_tabbox.info=true
kwin_tabbox.warning=true
kwin_tabbox.critical=true
kwin_tabbox.debug=false

kwin_decorations.info=true
kwin_decorations.warning=true
kwin_decorations.critical=true
kwin_decorations.debug=false

kwin_scripting.info=true
kwin_scripting.warning=true
kwin_scripting.critical=true
kwin_scripting.debug=false

aurorae.info=true
aurorae.warning=true
aurorae.critical=true
aurorae.debug=false

kwin_xkbcommon.info=true
kwin_xkbcommon.warning=true
kwin_xkbcommon.critical=true
kwin_xkbcommon.debug=false

kwin_qpa_plugin.info=true
kwin_qpa_plugin.warning=true
kwin_qpa_plugin.critical=true
kwin_qpa_plugin.debug=false



But still i can't see any logs in defined /home/urbinek/ksmserver.log log file



Whoever output from dbus-monitor was quite verbose, i can't see what could be frong here... https://pastebin.com/3gCFvcfM
I've started debug, invoke qdbus 2x, and kill proces after couple seconds
User avatar
kde-urbinek
Registered Member
Posts
8
Karma
0
I think that this part is covering issue
Code: Select all
method return time=1504779558.746064 sender=:1.26 -> destination=:1.15 serial=138 reply_serial=106
signal time=1504779559.316315 sender=:1.65 -> destination=(null destination) serial=15 path=/org/ayatana/NotificationItem/steam/Menu; interface=com.canonical.dbusmenu; member=LayoutUpdated
   uint32 156
   int32 0
signal time=1504779559.316330 sender=:1.65 -> destination=(null destination) serial=16 path=/org/ayatana/NotificationItem/steam/Menu; interface=com.canonical.dbusmenu; member=ItemsPropertiesUpdated
   array [
      struct {
         int32 0
         array [
            dict entry(
               string "children-display"
               variant                   string "submenu"
            )
         ]
      }
   ]
   array [
   ]
method call time=1504779559.335209 sender=:1.21 -> destination=:1.65 serial=332 path=/org/ayatana/NotificationItem/steam/Menu; interface=com.canonical.dbusmenu; member=GetLayout
   int32 0
   int32 1
   array [
   ]
signal time=1504779561.937954 sender=org.freedesktop.DBus -> destination=:1.65 serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
   string ":1.65"
signal time=1504779561.937967 sender=org.freedesktop.DBus -> destination=(null destination) serial=36 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.65"
   string ":1.65"
   string ""
error time=1504779561.937971 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.NoReply reply_serial=332
   string "Message recipient disconnected from message bus without replying"
method call time=1504779561.938177 sender=:1.8 -> destination=org.freedesktop.DBus serial=205 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.65',arg2=''"
signal time=1504779561.938186 sender=:1.8 -> destination=(null destination) serial=206 path=/StatusNotifierWatcher; interface=org.kde.StatusNotifierWatcher; member=StatusNotifierItemUnregistered
   string ":1.65/org/ayatana/NotificationItem/steam"
signal time=1504779561.938189 sender=:1.8 -> destination=(null destination) serial=207 path=/modules/StatusNotifierWatcher; interface=org.kde.StatusNotifierWatcher; member=StatusNotifierItemUnregis                                        tered
   string ":1.65/org/ayatana/NotificationItem/steam"
signal time=1504779561.938191 sender=:1.8 -> destination=(null destination) serial=208 path=/modules/statusnotifierwatcher; interface=org.kde.StatusNotifierWatcher; member=StatusNotifierItemUnregis                                        tered
   string ":1.65/org/ayatana/NotificationItem/steam"
method call time=1504779561.938550 sender=:1.21 -> destination=org.freedesktop.DBus serial=333 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam',interface='org.kde.StatusNotifierItem',member='NewOverlayIcon'"
error time=1504779561.938559 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=333
   string "The given match rule wasn't found and can't be removed"
method call time=1504779561.938562 sender=:1.21 -> destination=org.freedesktop.DBus serial=334 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam',interface='org.kde.StatusNotifierItem',member='NewTitle'"
error time=1504779561.938565 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=334
   string "The given match rule wasn't found and can't be removed"
method call time=1504779561.938567 sender=:1.21 -> destination=org.freedesktop.DBus serial=335 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam',interface='org.kde.StatusNotifierItem',member='NewToolTip'"
error time=1504779561.938570 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=335
   string "The given match rule wasn't found and can't be removed"
method call time=1504779561.938573 sender=:1.21 -> destination=org.freedesktop.DBus serial=336 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam',interface='org.kde.StatusNotifierItem',member='NewAttentionIcon'"
error time=1504779561.938576 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=336
   string "The given match rule wasn't found and can't be removed"
method call time=1504779561.938578 sender=:1.21 -> destination=org.freedesktop.DBus serial=337 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam',interface='org.kde.StatusNotifierItem',member='NewIcon'"
error time=1504779561.938581 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=337
   string "The given match rule wasn't found and can't be removed"
method call time=1504779561.938583 sender=:1.21 -> destination=org.freedesktop.DBus serial=338 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam',interface='org.kde.StatusNotifierItem',member='NewStatus'"
error time=1504779561.938586 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=338
   string "The given match rule wasn't found and can't be removed"
method call time=1504779561.938718 sender=:1.21 -> destination=org.freedesktop.DBus serial=339 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam/Menu',interface='com.canonical.dbusmenu',member='ItemActivationRequested'"
error time=1504779561.938724 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=339
   string "The given match rule wasn't found and can't be removed"
method call time=1504779561.938726 sender=:1.21 -> destination=org.freedesktop.DBus serial=340 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam/Menu',interface='com.canonical.dbusmenu',member='ItemsPropertiesUpdated'"
error time=1504779561.938729 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=340
   string "The given match rule wasn't found and can't be removed"
method call time=1504779561.938731 sender=:1.21 -> destination=org.freedesktop.DBus serial=341 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam/Menu',interface='com.canonical.dbusmenu',member='LayoutUpdated'"
error time=1504779561.938749 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=341
   string "The given match rule wasn't found and can't be removed"
method call time=1504779561.938752 sender=:1.21 -> destination=org.freedesktop.DBus serial=342 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.65'"
method call time=1504779561.938754 sender=:1.21 -> destination=org.freedesktop.DBus serial=343 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.65'"
method call time=1504779565.646712 sender=:1.77 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
method return time=1504779565.646745 sender=org.freedesktop.DBus -> destination=:1.77 serial=1 reply_serial=1
   string ":1.77"
signal time=1504779565.646764 sender=org.freedesktop.DBus -> destination=(null destination) serial=116 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.77"
   string ""
   string ":1.77"
signal time=1504779565.646789 sender=org.freedesktop.DBus -> destination=:1.77 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
   string ":1.77"
method call time=1504779565.647388 sender=:1.77 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner



There are repeating lines
Code: Select all
method call time=1504779561.938726 sender=:1.21 -> destination=org.freedesktop.DBus serial=340 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
   string "type='signal',sender=':1.65',path='/org/ayatana/NotificationItem/steam/Menu',interface='com.canonical.dbusmenu',member='ItemsPropertiesUpdated'"
error time=1504779561.938729 sender=org.freedesktop.DBus -> destination=:1.21 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=340
   string "The given match rule wasn't found and can't be removed"


Which clearly point to Steam, which is wierd becouse steam is always closing after first logoff attempt.

I've done small test :
- reboot pc
- kill steam
- qdbus org.kde.ksmserver /KSMServer logout 0 0 0

And evrything works fine, i can shutdown/reboot/logoff on first attempt

Now, what is broken I am not sure if KSM or Steam
User avatar
kde-urbinek
Registered Member
Posts
8
Karma
0
Oke, it seems to be an Steam related issue. I've found bug report with identical symptoms
https://github.com/ValveSoftware/steam- ... ssues/3301


Cheers!


Bookmarks



Who is online

Registered users: Baidu [Spider], Bing [Bot], Google [Bot]