Ticket #937 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Pippy control buttons don't appear

Reported by: davidjim Owned by: mchua sdz
Priority: High Milestone: 0.88
Component: Pippy Version: 0.84.x
Severity: Critical Keywords:
Cc: m_anish Distribution/OS: Unspecified
Bug Status: Resolved

Description

Using an intel classmate, the control buttons like execute don't appear, instead you see a blank rectangle character.

Attachments

tmpaFINTT.png Download (24.5 KB) - added by davidjim 4 years ago.
sample

Change History

Changed 4 years ago by lfaraone

Hi,

Can you attach a screenshot exhibiting the described behavior? (See  http://wiki.laptop.org/go/Sugar_Instructions#Shortcut_Keys for details)

Changed 4 years ago by davidjim

sample

Changed 4 years ago by davidjim

Has someone seen the sample?

Changed 4 years ago by RafaelOrtiz

i'm getting the same behavior in the CM.

Changed 4 years ago by RafaelOrtiz

this is the log

/usr/lib/python2.6/site-packages/sugar/util.py:25: DeprecationWarning: the sha module is deprecated; use the hashlib module instead

import sha

1245374095.607360 WARNING root: No gtk.AccelGroup in the top level window.
1245374095.643365 WARNING root: No gtk.AccelGroup in the top level window.
1245374096.987021 ERROR root: Traceback (most recent call last):

File "/usr/lib/python2.6/site-packages/sugar/presence/presenceservice.py", line 522, in get_preferred_connection

bus_name, object_path = self._ps.GetPreferredConnection()

File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in call

**keywords)

File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking

message, timeout)

DBusException: org.laptop.Sugar.Presence.NotFound: No connection is available

** (sugar-activity:1677): DEBUG: Got client ID "10c70806474d4940b8124537409715344600000015630000"
** (sugar-activity:1677): DEBUG: Setting initial properties
** (sugar-activity:1677): DEBUG: Received SaveYourself(SmSaveLocal, !Shutdown, SmInteractStyleNone, !Fast) in state idle
** (sugar-activity:1677): DEBUG: Sending SaveYourselfDone(True) for initial SaveYourself
** (sugar-activity:1677): DEBUG: Received SaveComplete message in state save-yourself-done
/usr/lib/python2.6/site-packages/sugar/datastore/datastore.py:55: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal

if not self._props.has_key(key) or self._props[key] != value:

Changed 4 years ago by wadeb

  • milestone changed from 0.84 to 0.88

Moving to 0.88.

It sounds like this might be related to the network adapter. Can you zip and upload the entire contents of ~/.sugar/default/logs after this happens, to see if there's anything else suspicious?

Changed 4 years ago by tomeu

The error in the log seem to be related to the network adapter, but this issue seems to be caused by hardcoded sizes in Pippy, we have a patch in another ticket.

Changed 3 years ago by sascha_silbe

  • owner changed from lfaraone to mchua sdz
  • distribution changed from SoaS to Unspecified
  • component changed from Pippy to SoaS

Bulk change distribution=SoaS -> component=SoaS

Changed 3 years ago by sdz

  • component changed from SoaS to Pippy

This is a Pippy issue that got accidentally assigned to SoaS during an auto-tag. Reassigning.

Changed 3 years ago by m_anish

  • cc m_anish added

Changed 3 years ago by m_anish

  • status changed from new to closed
  • resolution set to fixed
  • status_field changed from Unconfirmed to Resolved

Pippy 38 features a new layout where these buttons are placed in an 'Actions' toolbar, which resolves the problem.

Note: See TracTickets for help on using tickets.