While trying to open Adept I entered my password (the correct one) and received the error "Conversation with su failed", can anyone tell me why this would happen all of a sudden and how to fix it. I was using Adept half an hour ago with no problems.
Announcement
Collapse
No announcement yet.
Conversation with su failed
Collapse
This topic is closed.
X
X
-
Re: Conversation with su failed
It's possible that there is more than one Adept executable running. Close Adept and go to:
K Menu --> System --> Konsole
Then type:
Code:ps aux | grep -i adept
Code:user_name 7480 0.0 0.1 2876 796 pts/2 R+ 14:24 0:00 grep -i adept
Code:sudo killall adept
- Top
- Bottom
Comment