Citat
"prova på"-mötet äger rum onsdagen den 3e augusti kl. 20:30
För att delta på mötet måste du först installera Lernid.
Installera Lernid via Ubuntus programcentral
Starta _inte_ lernid via programmenyn.
Öppna ett terminalfönster
Kör följande kommando: lernid --config http://christofferholmstedt.se/ubuntu-s ... use.lernid
Slut citat
Jag har installerat Lernid.
Men ska det att starta utan att mötet är igång ?
Försöker starta enligt instruktionen via terminalen.
Det blir error enligt nedan:
Traceback (most recent call last):
File "/usr/bin/lernid", line 437, in <module>
window = NewLernidWindow()
File "/usr/bin/lernid", line 416, in NewLernidWindow
window.finish_initializing(builder)
File "/usr/bin/lernid", line 90, in finish_initializing
if HAVE_APPINDICATOR and Preferences.get('show_appindicator'):
File "/usr/lib/python2.7/dist-packages/lernid/CouchDBPreferences.py", line 75, in get
klass = cls.get_instance()
File "/usr/lib/python2.7/dist-packages/lernid/CouchDBPreferences.py", line 66, in get_instance
cls._instance = cls()
File "/usr/lib/python2.7/dist-packages/lernid/CouchDBPreferences.py", line 31, in __init__
self._database = CouchDatabase(self._db_name, create=True)
File "/usr/lib/pymodules/python2.7/desktopcouch/application/server.py", line 101, in __init__
oauth_tokens=oauth_tokens, ctx=ctx)
File "/usr/lib/pymodules/python2.7/desktopcouch/application/server.py", line 75, in __init__
oauth_tokens=oauth_tokens, ctx=ctx, views_factory=views_factory)
File "/usr/lib/pymodules/python2.7/desktopcouch/records/database.py", line 123, in __init__
self._reconnect()
File "/usr/lib/pymodules/python2.7/desktopcouch/application/server.py", line 81, in _reconnect
port = find_port(ctx=self.ctx)
File "/usr/lib/pymodules/python2.7/desktopcouch/application/platform/__init__.py", line 48, in find_port
return platform_find_port(pid, ctx)
File "/usr/lib/pymodules/python2.7/desktopcouch/application/platform/linux/__init__.py", line 100, in platform_find_port
proxy = bus.get_object('org.desktopcouch.CouchDB', '/')
File "/usr/lib/pymodules/python2.7/dbus/bus.py", line 244, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 241, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/pymodules/python2.7/dbus/bus.py", line 183, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/pymodules/python2.7/dbus/bus.py", line 281, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
toni@Master~ $
Har någon en förklaring eller tips ?
Edit 2011-07-28 20:10
Nu har det fixat sig.
Jag började med att ta bort nuvarande intallation.
Lade sen till följande i förråden:
https://launchpad.net/~lernid-devs/+arc ... d-releases
deb http://ppa.launchpad.net/lernid-devs/le ... ses/ubuntu natty main
deb-src http://ppa.launchpad.net/lernid-devs/le ... ses/ubuntu natty main
Och för Ubuntu 11.10:
deb http://ppa.launchpad.net/lernid-devs/le ... ses/ubuntu oneiric main
deb-src http://ppa.launchpad.net/lernid-devs/le ... ses/ubuntu oneiric main
För övrigt så förstår jag inte varför man inte ska starta med Program-ikonen.
Det funkar här hos mig lika bra som via terminalen.

