melissiproject / client

Client for melissi project. Currently linux only
http://www.melissi.org
GNU General Public License v3.0
10 stars 3 forks source link

Cannot use this socket. Please specify another socket #10

Closed chamalis closed 13 years ago

chamalis commented 13 years ago

When trying to start melissi client I get:

Cannot use this socket. Please specify another socket

my ~/.config/melissi/config file contains:

username = chefarov
no-desktop = False
resource = redalert
socket = /home/chefarov/.config/melissi/melissi.sock
database = sqlite:////home/chefarov/.config/melissi/melissi.db
new-root-path = /home/chefarov
host = http://localhost:8000/
desktop-notifications = True
password = chefarov

I had to delete the ~/.config/melissi/melissi.sock which fixed the problem

glogiotatidis commented 13 years ago

solved on dev branch. We switch from using unix socket to using dbus. thnx for reporting