Announcement
Collapse
No announcement yet.
Kontact Shutdown Error
Collapse
This topic is closed.
X
X
-
Originally posted by acheron View PostCan you post the backtrace?
Originally posted by acheron View PostWhat other sources for artful have you enabled?
On the system that I used for the development phase, I still have the proposed and kernel 14 sources. On that system I also constantly experienced the Kontact error on logout or shutdown.
- Top
- Bottom
Comment
-
Originally posted by acheron View PostBacktrace is what the developer information tab shows. May need to install extra packages to get the best output though.
Code:android-libbacktrace kubuntu-debug-installer kubuntu-debuginstaller-dbg android-libunwind
- Top
- Bottom
Comment
-
I have not been able to solve this problem and have tolerated it by either exiting Kontact or using KOrganizer which gives no error on Shutdown.
I have found that by issuing the following command before shutdown:
Code:akonadictl stop
What I would like to know is how to generate a script to automatically run at shutdown. Does anyone know how to do this?
- Top
- Bottom
Comment
-
Create a text file and in the first line put
#!/bin/bash
And make your line the next line
Dave it and give it The execute permission. On the KDE logout config screen add that file to be executed on KDE shutdown.
(This is all from memory from my 76 yr old brain but it should get you in the ballpark)
Sent from my iPhone using Tapatalk"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
I have a file kontact.sh in ~/.kde/shutdown and it contains:
Code:#!/bin/bash akonadictl stop
- Top
- Bottom
Comment
-
Originally posted by NoWorries View PostI have a file kontact.sh in ~/.kde/shutdown and it contains:
Code:#!/bin/bash akonadictl stop
- Top
- Bottom
Comment
-
Thanks for the new location for the shutdown. I found that by locating the file in ~/.config/plasma-workspace/shutdown/ it also appeared in system settings as the logout script.
The only problem is that the shutdown error from Kontact is still there. I am starting to wonder if the script is not executed before kontact is "removed" in the shutdown process.
- Top
- Bottom
Comment
Comment