Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

svn: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave

Accidentally when I try to update anything on my svn either on terminal or intellij I get this massage

QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.

like image 224
Aladdin Avatar asked Nov 02 '14 08:11

Aladdin


2 Answers

You need to "Clear Auth Cache" from Intellij, Open Intellij and do the following

  1. File --> Settings
  2. Search about "Version Control" --> "Subversion".
  3. Click on "Clear Auth Cache" button.
  4. Press OK.
  5. Enjoy!

enter image description here

like image 168
Ahmad AlMughrabi Avatar answered Sep 27 '22 22:09

Ahmad AlMughrabi


Remove kdesvn if you're using it. Afterwords clear cache (rm -rf ~/.subversion by default)

like image 28
deathangel908 Avatar answered Sep 27 '22 22:09

deathangel908