Thread: Dialcentral 1.0
View Single Post
Posts: 49 | Thanked: 6 times | Joined on Jun 2009
#197
Good news and bad news with that:

It opened up when I typed the python command in xterm. However, I got the "name com.nokia" or whatever at the buttom DBUS error that people were getting,

Bad news, there was a LOT of output from the terminal window, still want it all?

Edit: I went ahead and pasted the output for you, this was before the instructions you sent me to remove the object alarmeventrecurrent.

Code:
python2.5[1714]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
python2.5[1714]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
/usr/lib/dialcentral/dc_glade.py:220: UserWarning: Traceback (most recent call last):
  File "/usr/lib/dialcentral/dc_glade.py", line 215, in _idle_setup
    self._alarmHandler = alarm_handler.AlarmHandler()
  File "/usr/lib/dialcentral/alarm_handler.py", line 28, in __init__
    self._alarmdDBus = bus.get_object("com.nokia.alarmd", "/com/nokia/alarmd");
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 244, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 241, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 183, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 281, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 607, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name com.nokia.alarmd was not provided by any .service files

  self._errorDisplay.push_exception()
python2.5[1714]: GLIB DEBUG ConIc - con_ic_connection_send_event(0x1eb580, 6e4a2942-3e47-4d73-bc8f-a53f9f5301bf, WLAN_INFRA, 0)
/usr/lib/dialcentral/gv_backend.py:456: UserWarning: Performing download of https://www.google.com/voice/mobile/phones
  page = self._browser.download(self._forwardURL)
/usr/lib/dialcentral/dc_glade.py:394: UserWarning: Logged into <gv_backend.GVDialer object at 0x40cad750> through cookies
  loggedIn = self._login_by_cookie()
/usr/lib/dialcentral/gc_views.py:743: UserWarning: Callback number set to 7474631319
  self._set_callback_number(number)
And here is what now comes up after I deleted all that stuff:
Code:
python2.5[1809]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
python2.5[1809]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
process 1809: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
  D-Bus not built with -rdynamic so unable to print a backtrace
Aborted
Oh yeah, in the alarm_que.xml, is there any way I can delete all the white space? I just did a vi /var/lib/alarm_que.xml and deleted but it wouldn't delete all the lines, just the characters on the lines, it's rather annoying but I can live with it I guess.


Yet another edit: Okay so I forgot the part where it said to reboot. Now DC opens with no errors but when I open it in xterm I still get the libglade errors, and I'm getting an error about missing an alarm from settings.ini. It seems that messaging, contacts, and calling all works so far!

I'll definitely make another post if I find any more issues, thanks a lot for your help and FOR THIS APP!

P.S. Any chance on getting a different UI for the messaging? :P And I do like the either sound or LED options you were talking about earlier, sounds like a definite plan. I would like the sound in certain settings, and I'd like the LEDs in others, so I'd probably end up using both

Last edited by fatboyxpc; 2009-08-19 at 17:11.