Jigish,

I managed to figure out why my Activities weren't visible. Only Favorite Activities show up in the ring, and none of mine were marked as Favorites. I changed to the List View, marked them as Favorites, and all was well. Almost.

Of all the Activities, I was only able to get Write, Terminal, and Chat to come up. The others just did the pulsing icon thing for three minutes and vanished.

I tried to install my own Activities by copying them into the Journal from a thumb drive. This didn't work. The Copy icon in the Journal did not show the "Copy to Journal" option. Also, I was unable to switch back to viewing the Journal after selecting the thumb drive option. It just froze up.

This morning I tried again, and found that the Journal had emptied itself out. It does that in the Xubuntu version of Sugar too.

I am attaching a file with error messages I get when running Sugar this morning. I hope it will be of some use to you.

This morning I also discovered that Java wasn't working. Run java with or without arguments and you get a bunch of error messages. That convinced me its time to give up on openSUSE.

I have decided that the only way I'm going to get the robust Sugar environment I need is to run sugar-jhbuild on the latest Fedora. That, I believe, will give me something close to what the Sugar developers are using. I gave up on installing Fedora from the Live CD because it seemed to need more memory than I had available, but there is an install DVD also available so I'm going to try that.

Thanks,

James Simmons

Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
matchbox-window-manager: Failed to connect to session manager
/usr/lib/python2.6/site-packages/jarabe/desktop/meshbox.py:19: 
DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
/usr/lib/python2.6/site-packages/jarabe/desktop/keydialog.py:17: 
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
1233238900.756385 WARNING root: No gtk.AccelGroup in the top level window.
1233238900.812852 WARNING root: No gtk.AccelGroup in the top level window.
matchbox-wm: X error warning (0): RenderBadPicture (invalid Picture parameter) 
(opcode: 145)

(sugar-session:365): Wnck-WARNING **: Property _NET_WM_NAME contained invalid 
UTF-8

1233238902.570368 ERROR dbus.proxies: Introspect error on 
org.freedesktop.ohm:/org/freedesktop/ohm/Keystore: 
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name org.freedesktop.ohm was not provided by any .service files
1233238902.573988 ERROR root: Cannot unfreeze the DCON
1233238903.872205 ERROR root: org.freedesktop.NetworkManager service not 
available
/usr/lib/python2.6/site-packages/dbus/connection.py:242: DeprecationWarning: 
object.__init__() takes no parameters
  super(Connection, self).__init__(*args, **kwargs)
---------------------------------------------------------------------------
KeyError                                  Traceback (most recent call last)

/usr/lib/python2.6/site-packages/jarabe/model/filetransfer.pyc in 
_connection_addded_cb(conn_watcher=<ConnectionWatcher object at 0x87e99b4 
(jarabe+u...nnection_watcher+ConnectionWatcher at 0x8867790)>, 
connection=<telepathy.client.conn.Connection object at 0x87e4d8c>)
    314 
    315 def _connection_addded_cb(conn_watcher, connection):
--> 316     _monitor_connection(connection)
    317 
    318 def init():

/usr/lib/python2.6/site-packages/jarabe/model/filetransfer.pyc in 
_monitor_connection(connection=<telepathy.client.conn.Connection object at 
0x87e4d8c>)
    310 
    311 def _monitor_connection(connection):
--> 312     
connection[CONNECTION_INTERFACE_REQUESTS].connect_to_signal('NewChannels',
    313             lambda channels: _new_channels_cb(connection, channels))
    314 

/usr/lib/python2.6/site-packages/telepathy/client/interfacefactory.pyc in 
__getitem__(self=<telepathy.client.conn.Connection object at 0x87e4d8c>, 
name='org.freedesktop.Telepathy.Connection.Interface.Requests')
     72         if name not in self._interfaces:
     73             if name not in self._valid_interfaces:
---> 74                 raise KeyError(name)
     75 
     76             self._interfaces[name] = dbus.Interface(self._dbus_object, 
name)

KeyError: 'org.freedesktop.Telepathy.Connection.Interface.Requests'
---------------------------------------------------------------------------
DBusException                             Traceback (most recent call last)

/usr/lib/python2.6/site-packages/jarabe/model/neighborhood.pyc in 
__conn_addded_cb(self=<Neighborhood object at 0x83380a4 
(jarabe+model+neighborhood+Neighborhood at 0x83b0ed0)>, 
watcher=<ConnectionWatcher object at 0x83381e4 
(jarabe+u...nnection_watcher+ConnectionWatcher at 0x83b0ca0)>, 
conn=<telepathy.client.conn.Connection object at 0x833d2cc>)
    117                 'GadgetAvailable')
    118         if gadget_discovered:
--> 119             self._gadget_discovered(conn)
    120 
    121     def _gadget_discovered(self, conn):

/usr/lib/python2.6/site-packages/jarabe/model/neighborhood.pyc in 
_gadget_discovered(self=<Neighborhood object at 0x83380a4 
(jarabe+model+neighborhood+Neighborhood at 0x83b0ed0)>, 
conn=<telepathy.client.conn.Connection object at 0x833d2cc>)
    128         conn[CONN_INTERFACE_GADGET].Publish(publish)
    129 
--> 130         self._request_random_buddies(conn, NB_RANDOM_BUDDIES)
    131         self._request_random_activities(conn, NB_RANDOM_ACTIVITIES)
    132 

/usr/lib/python2.6/site-packages/jarabe/model/neighborhood.pyc in 
_request_random_buddies(self=<Neighborhood object at 0x83380a4 
(jarabe+model+neighborhood+Neighborhood at 0x83b0ed0)>, 
conn=<telepathy.client.conn.Connection object at 0x833d2cc>, nb=20)
    137             { 'org.freedesktop.Telepathy.Channel.ChannelType':
    138                 'org.laptop.Telepathy.Channel.Type.BuddyView',
--> 139                'org.laptop.Telepathy.Channel.Interface.View.MaxSize': nb
    140           })
    141 

/usr/lib/python2.6/site-packages/dbus/proxies.pyc in 
__call__(self=<dbus.proxies._ProxyMethod instance at 0x8a97c6c>, 
*args=({'org.freedesktop.Telepathy.Channel.ChannelType': 
'org.laptop.Telepathy.Channel.Type.BuddyView', 
'org.laptop.Telepathy.Channel.Interface.View.MaxSize': 20},), **keywords={})
    138                                                   introspect_sig,
    139                                                   args,
--> 140                                                   **keywords)
        global unicode. = undefined
    141 
    142     def call_async(self, *args, **keywords):

/usr/lib/python2.6/site-packages/dbus/connection.pyc in 
call_blocking(self=<dbus._dbus.SessionBus (session) at 0x831fa1c>, 
bus_name=dbus.UTF8String(':1.6'), 
object_path=u'/org/freedesktop/Telepathy/Connection/gabble/j...2a66b2cba_40jabber_2esugarlabs_2eorg_2fTelepathy',
 dbus_interface='org.freedesktop.Telepathy.Connection.Interface.Requests', 
method='CreateChannel', signature=u'a{sv}', 
args=({'org.freedesktop.Telepathy.Channel.ChannelType': 
'org.laptop.Telepathy.Channel.Type.BuddyView', 
'org.laptop.Telepathy.Channel.Interface.View.MaxSize': 20},), timeout=-1.0, 
utf8_strings=False, byte_arrays=False)
    620         # make a blocking call
    621         reply_message = self.send_message_with_reply_and_block(
--> 622             message, timeout)
    623         args_list = reply_message.get_args_list(**get_args_opts)
    624         if len(args_list) == 0:

DBusException: org.freedesktop.Telepathy.Errors.NotImplemented: Not implemented
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)

/usr/share/sugar/extensions/deviceicon/volume.pyc in 
_setup_volumes(tray=<DevicesTray object at 0x8715554 (SugarHTray at 0x8738160)>)
    118 
    119     for volume in volume_monitor.get_volumes():
--> 120         _mount(volume, tray)
    121 
    122     for mount in volume_monitor.get_mounts():

/usr/share/sugar/extensions/deviceicon/volume.pyc in 
_mount(volume=<__main__.GProxyVolume object at 0x8aed11c (GProxyVolume at 
0x8861188)>, tray=<DevicesTray object at 0x8715554 (SugarHTray at 0x8738160)>)
    135     if volume.get_mount() is None and volume.can_mount():
    136         #TODO: pass None as mount_operation, or better, 
SugarMountOperation
--> 137         volume.mount(gtk.MountOperation(tray.get_toplevel()), _mount_cb)
    138 
    139 def _mount_cb(source, result):

AttributeError: 'module' object has no attribute 'MountOperation'
1233238928.413622 WARNING root: No gtk.AccelGroup in the top level window.
1233238928.415149 WARNING root: No gtk.AccelGroup in the top level window.
1233238944.848656 ERROR root: Model for window 8388888 does not exist.
1233238989.968633 ERROR root: set_active() failed: 
org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by 
message bus)
1233238992.841215 WARNING root: No gtk.AccelGroup in the top level window.
1233238992.842687 WARNING root: No gtk.AccelGroup in the top level window.
1233239092.096391 ERROR root: Model for window 8389222 does not exist.
1233239092.102073 WARNING root: No gtk.AccelGroup in the top level window.
1233239092.103515 WARNING root: No gtk.AccelGroup in the top level window.
1233239137.625107 WARNING root: No gtk.AccelGroup in the top level window.
1233239137.647927 WARNING root: No gtk.AccelGroup in the top level window.
1233239161.294877 ERROR root: Model for window 8392558 does not exist.
1233239167.156802 ERROR root: set_active() failed: 
org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by 
message bus)
1233239169.841176 WARNING root: No gtk.AccelGroup in the top level window.
1233239169.842644 WARNING root: No gtk.AccelGroup in the top level window.
1233239270.801553 ERROR root: Model for window 8392879 does not exist.
1233239270.807122 WARNING root: No gtk.AccelGroup in the top level window.
1233239270.808680 WARNING root: No gtk.AccelGroup in the top level window.
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":100.0"
      after 38679 requests (38679 known processed) with 1 events remaining.
_______________________________________________
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel

Reply via email to