* Increase DBus timeout
* Always set COMAR client locale
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-05-05 Bahadır Kandemir <bahadir@pardus.org.tr>
|
||||
* Increase DBus timeout
|
||||
* Always set COMAR client locale
|
||||
|
||||
2009-05-04 Fatih Aşıcı <fatih@pardus.org.tr>
|
||||
* Change distribution release to 2009.
|
||||
|
||||
|
||||
@@ -77,6 +77,7 @@ def get_link():
|
||||
while timeout > 0:
|
||||
try:
|
||||
link = comar.Link(socket=sockname, alternate=alternate)
|
||||
link.setLocale()
|
||||
return link
|
||||
except dbus.DBusException, e:
|
||||
exceptions.append(str(e))
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ stderr = None
|
||||
comar = True
|
||||
comar_updated = False
|
||||
dbus_sockname = None
|
||||
dbus_timeout = 300
|
||||
dbus_timeout = 60 * 60 # in seconds
|
||||
|
||||
# Bug #2879
|
||||
# FIXME: Maybe we can create a simple rollback mechanism. There are other
|
||||
|
||||
Reference in New Issue
Block a user