Ticket #798 (closed defect: duplicate)

Opened 4 years ago

Last modified 4 years ago

jhbuild on Jaunty has problems

Reported by: walter Owned by: sascha_silbe
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
Component: sugar-jhbuild Version: 0.84.x
Severity: Unspecified Keywords: jaunty
Cc: Distribution/OS: Ubuntu
Bug Status: Unconfirmed

Description

I just did a clean install of jhbuild on Jaunty and while everything seemed to build OK, when I run Sugar, I get lots of problems, most notably:

* the default window size is very small (no longer 1200x900)
* keyboard shortcuts don't work, including the F1-F4 keys
* many activities fail for various reasons (I'll make a detailed list at some point)

Here is the console output, which suggests some X and WM problems.

./sugar-jhbuild run
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.144" is not allowed to own the service "org.x.config.display100" due to security policies in the configuration file)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
(EE) XKB: No components provided for device Virtual core keyboard
[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.144" is not allowed to own the service "org.x.config.display100" due to security policies in the configuration file)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
matchbox: keyboard does not appear to have a <alt> key.
matchbox: ignoring key shortcut <Alt>return=fullscreen

1240576645.439357 STARTUP: Starting the shell
/home/walter/sugar-jhbuild/install/lib/python2.6/site-packages/jarabe/desktop/meshbox.py:19: DeprecationWarning: the sha module is deprecated; use the hashlib module instead

import sha

/home/walter/sugar-jhbuild/install/lib/python2.6/site-packages/jarabe/desktop/keydialog.py:17: DeprecationWarning: the md5 module is deprecated; use hashlib instead

import md5

XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"

after 4108 requests (4108 known processed) with 0 events remaining.

XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":100.0"

after 1314 requests (1314 known processed) with 0 events remaining.

Change History

Changed 4 years ago by sascha_silbe

* the default window size is very small (no longer 1200x900)

That's intentional and has been changed recently as part of merging #565 after some IRC discussion about the best default.

* keyboard shortcuts don't work, including the F1-F4 keys

Probably #342.

* many activities fail for various reasons (I'll make a detailed list at some point)

Obviously I need to see the actual errors. :)

[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.144" is not allowed to own the service "org.x.config.display100" due to security policies in the configuration file)

I don't remember having seen that one before. It seems to be a problem of Xephyr, though, not sugar-emulator. If running "Xephyr :100" gives the same error, please report it to Ubuntu.

Changed 4 years ago by walter

$ Xephyr :100
[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.53" is not allowed to own the service "org.x.config.display100" due to security policies in the configuration file)

Seems to give the same error. I'll file a ticket with Ubuntu.

What I don't understand is why I am only now being bit by #342, after my Jaunty upgrade.

Changed 4 years ago by sascha_silbe

[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.53" is not allowed to own the service "org.x.config.display100" due to security policies in the configuration file)

Some research on dev.sugarlabs.org turned up #310, which fits quite well.

What I don't understand is why I am only now being bit by #342, after my Jaunty upgrade.

Maybe your X configuration was changed to use evdev instead of the "old" kbd driver as part of the upgrade?

Changed 4 years ago by sascha_silbe

  • status changed from new to closed
  • resolution set to duplicate

Setting to duplicate as the reported issues are already tracked. Please file new bugs for the other issues (various activites failing for different reasons).

Note: See TracTickets for help on using tickets.