Difference between revisions of "Talk:Ubuntu"

From Sugar Labs
Jump to navigation Jump to search
(→‎Problems running under Jaunty (9.04): http://www.youtube.com/watch?v=nveCbiHxjUQ)
 
(43 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Problems running under Jaunty (9.04) ==
+
This is a page for discussion of the [[Ubuntu]] page.
  
I'm moving these comments from the main page, since I can more easily respond to them here. --[[User:HorsePunchKid|HorsePunchKid]] 18:13, 1 July 2009 (UTC)
+
== Resize in VirtualBox? ==
  
----
+
When using Ubuntu Sugar image olpc-ubuntu-sugar-14.04.2-desktop-amd64-1432093697.iso in VirtualBox, there are "some issues of window not sizing for full screen viewing and scrolling. Also some of the stop buttons on the upper right corner does not show well." -- Anonymous Coward.
[[User:Nmayhew|Neil Mayhew]] 16:28, 10 July 2009 (UTC)
+
:Install the ''virtualbox-guest-utils'' package in the virtual machine.  See how to [[VirtualBox#Setup_a_Virtual_Machine_for_Ubuntu_Sugar|Setup a Virtual Machine for Ubuntu Sugar]].  Is [http://dev.laptop.org/git/users/quozl/olpc-ubuntu-sugar-builder.git/commit/?id=0f47ccece5e32e1111a82dafb104d431e472fa5f fixed] for next build. --[[User:Quozl|Quozl]] ([[User talk:Quozl|talk]]) 21:47, 22 May 2015 (EDT)
 +
::The fix is in the new build, see [[Ubuntu#Installing an unstable system|Installing an unstable system]]. --[[User:Quozl|Quozl]] ([[User talk:Quozl|talk]]) 04:14, 6 June 2015 (EDT)
  
I was able to make the sugar packages work by adding a gconf setting:
+
== Sources list does not contain OLPC sources ==
gconftool-2 -s /desktop/sugar/desktop/favorites_layout -t string ring-layout
 
I think this will be fixed by adding the right gconf schema to the package, and hopefully will be fixed in version 0.84.
 
  
There are still lots of non-fatal error messages in the terminal, but it looks like these can be ignored. I used <code>sugar-emulator --dpi=200</code>. Logging in to a Sugar session from <code>gdm</code> worked too.
+
When using a system installed from olpc-ubuntu-sugar-14.04.2-desktop-amd64-1432093697.iso the software sources list is incorrect.  This is [http://dev.laptop.org/git/users/quozl/olpc-ubuntu-sugar-builder.git/commit/?id=b3efb55f40ca36bd62d891bd54d930334085e31b fixed] for the next build.  For the moment, a workaround is to update the sources list.  See [http://lists.sugarlabs.org/archive/sugar-devel/2015-May/050329.html post] by Iain. --[[User:Quozl|Quozl]] ([[User talk:Quozl|talk]]) 03:43, 2 June 2015 (EDT)
:: I tried <code>sugar-emulator --dpi=200</code> and I got flashing screen on 9.04 and no joy.--[[User:Dennis Daniels|Dennis Daniels]] 00:29, 6 August 2009 (UTC)
+
::The fix is in the new build, see [[Ubuntu#Installing an unstable system|Installing an unstable system]]. --[[User:Quozl|Quozl]] ([[User talk:Quozl|talk]]) 04:14, 6 June 2015 (EDT)
:::Here's the video of the above not working: [http://www.youtube.com/watch?v=nveCbiHxjUQ http://www.youtube.com/watch?v=nveCbiHxjUQ]
 
Previously, it was thought that [https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/325706 a problem with Xephyr and dbus] was at fault, but the above workaround shows that it's a Sugar packaging problem.
 
----
 
[[User:satellit|satellit]] 04/30/2009
 
*NOTE 1: Also tried synaptic install of sugar, neither method runs correctly. sugar-emulator will not start, terminal: sugar-emulator shows errors and will not start.??
 
 
 
(VMworkstation 6.5.2 install (runnng Ubuntu 8,04 Hardy) and Ubuntu 9.04 VM install of Ubuntu 9.04 made 2Gb SD startup disk with persistence tested in EeePC900 both installations were updated before trying install of sugar.
 
 
 
Here are error messages from terminal:
 
 
 
robert@ubuntu:~$ sugar
 
root window unavailible (maybe another wm is running?)
 
/usr/lib/python2.6/dist-packages/jarabe/desktop/meshbox.py:19: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
 
  import sha
 
/usr/lib/python2.6/dist-packages/jarabe/desktop/keydialog.py:17: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5
 
Traceback (most recent call last):
 
  File "/usr/bin/sugar-session", line 173, in <module>
 
    main()
 
  File "/usr/bin/sugar-session", line 134, in main
 
    cleanup_logs()
 
  File "/usr/bin/sugar-session", line 74, in cleanup_logs
 
    os.remove(os.path.join(root, f))
 
OSError: [Errno 13] Permission denied: '/home/robert/.sugar/default/logs/1241095852/datastore.log'
 
 
 
sugar command Does not work from sudo either..
 
 
 
:The error you're getting above is because you ran it as root. Now it has some log files lying around that it's trying to use, but you don't have permission to modify them. You can do something like this to resolve that problem:
 
    sudo chown -R robert ~/.sugar
 
:That will get you back to the point where you see the underlying problem, which is reported in <code>~/.sugar/default/logs/shell.log</code> that has to do with dbus. See [https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/325706 here] for a possible resolution. --[[User:HorsePunchKid|HorsePunchKid]] 18:22, 1 July 2009 (UTC)
 
 
 
*Note 2: Ubuntu 9.04 USB Startup disk program makes SD which can be updated. If you add user and switch to new user, the Install icon goes away from the desktop and is now located in System Administration unlike Fedora 11 Preview where it is not removed from a user's desktop, And a system update fails.
 
 
 
*Note 3: sugar-emulator in terminal results in a black screen with mouse coursor. Have to Alt-Tab get out..
 

Latest revision as of 04:14, 6 June 2015

This is a page for discussion of the Ubuntu page.

Resize in VirtualBox?

When using Ubuntu Sugar image olpc-ubuntu-sugar-14.04.2-desktop-amd64-1432093697.iso in VirtualBox, there are "some issues of window not sizing for full screen viewing and scrolling. Also some of the stop buttons on the upper right corner does not show well." -- Anonymous Coward.

Install the virtualbox-guest-utils package in the virtual machine. See how to Setup a Virtual Machine for Ubuntu Sugar. Is fixed for next build. --Quozl (talk) 21:47, 22 May 2015 (EDT)
The fix is in the new build, see Installing an unstable system. --Quozl (talk) 04:14, 6 June 2015 (EDT)

Sources list does not contain OLPC sources

When using a system installed from olpc-ubuntu-sugar-14.04.2-desktop-amd64-1432093697.iso the software sources list is incorrect. This is fixed for the next build. For the moment, a workaround is to update the sources list. See post by Iain. --Quozl (talk) 03:43, 2 June 2015 (EDT)

The fix is in the new build, see Installing an unstable system. --Quozl (talk) 04:14, 6 June 2015 (EDT)