Difference between revisions of "Talk:Raspbian"

From Sugar Labs
Jump to navigation Jump to search
Line 6: Line 6:
  
 
Started from scratch and got some unmet dependencies when trying to 'sudo apt install sucrose':
 
Started from scratch and got some unmet dependencies when trying to 'sudo apt install sucrose':
pi@raspberrypi:~ $ sudo apt install sucrose
+
pi@raspberrypi:~ $ sudo apt install sucrose
Reading package lists... Done
+
Reading package lists... Done
Building dependency tree       
+
Building dependency tree       
Reading state information... Done
+
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
+
  You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
+
  The following packages have unmet dependencies:
sonic-pi : Depends: libQt5printsupport5 but it is not installable
+
  sonic-pi : Depends: libQt5printsupport5 but it is not installable
sucrose : Depends: sugar-session
+
  sucrose : Depends: sugar-session
          Depends: python-carquinyol
+
            Depends: python-carquinyol
          Depends: sugar-chat-activity
+
            Depends: sugar-chat-activity
          Depends: sugar-browse-activity
+
            Depends: sugar-browse-activity
          Depends: sugar-read-activity but it is not going to be installed
+
            Depends: sugar-read-activity but it is not going to be installed
          Depends: sugar-log-activity
+
            Depends: sugar-log-activity
          Depends: sugar-write-activity but it is not going to be installed
+
            Depends: sugar-write-activity but it is not going to be installed
          Depends: sugar-terminal-activity but it is not going to be installed
+
            Depends: sugar-terminal-activity but it is not going to be installed
          Depends: sugar-pippy-activity but it is not going to be installed
+
            Depends: sugar-pippy-activity but it is not going to be installed
          Depends: sugar-imageviewer-activity but it is not going to be installed
+
            Depends: sugar-imageviewer-activity but it is not going to be installed
          Depends: sugar-jukebox-activity but it is not going to be installed
+
            Depends: sugar-jukebox-activity but it is not going to be installed
          Recommends: olpc-powerd but it is not going to be installed
+
            Recommends: olpc-powerd but it is not going to be installed
          Recommends: ipython but it is not going to be installed
+
            Recommends: ipython but it is not going to be installed
          Recommends: python-elements but it is not going to be installed
+
            Recommends: python-elements but it is not going to be installed
          Recommends: csound but it is not going to be installed
+
            Recommends: csound but it is not going to be installed
          Recommends: gstreamer1.0-plugins-bad but it is not going to be installed
+
            Recommends: gstreamer1.0-plugins-bad but it is not going to be installed
          Recommends: gstreamer1.0-plugins-ugly but it is not going to be installed
+
            Recommends: gstreamer1.0-plugins-ugly but it is not going to be installed
          Recommends: python-sugar-toolkit
+
            Recommends: python-sugar-toolkit
          Recommends: python-sugar
+
            Recommends: python-sugar
          Recommends: gtk2-engines-sugar (>= 0.110)
+
            Recommends: gtk2-engines-sugar (>= 0.110)
          Recommends: sugar-calculate-activity but it is not going to be installed
+
            Recommends: sugar-calculate-activity but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
+
  E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  
 
Ran:
 
Ran:
Line 45: Line 45:
 
Logged out and back in and Sugar is running.
 
Logged out and back in and Sugar is running.
  
Turtle works; Browse fails due to no module collaborationwrapper collaborationwrapper
+
Turtle works; Browse fails due to no module collabwrapper.
  
 
But it is a start :)  --[[User:Walter|Walter]] ([[User talk:Walter|talk]]) 17:40, 31 December 2016 (EST)
 
But it is a start :)  --[[User:Walter|Walter]] ([[User talk:Walter|talk]]) 17:40, 31 December 2016 (EST)

Revision as of 19:02, 1 January 2017

Testing on a RPi3 with a fresh install of Jessie. Installed sucrose and /usr/share/xsession/sugar.desktop looks fine, but not option to select Sugar Desktop when I try to login (no option of any sort). --Walter (talk) 08:33, 31 December 2016 (EST)

Found a panel for manually setting the desktop session. After logging out and logging back in, I got the color selector, gender selector, and a broken grade selector. Then everything switched back to the default desktop manager, but the Sugar cursor remained loaded :) Sugar is somewhere on the machine; but getting to it remains a challenge. --Walter (talk) 12:01, 31 December 2016 (EST)

Tried running Turtle Art from the shell and from the Education menu: Seg Fault. --Walter (talk) 08:33, 31 December 2016 (EST)

Started from scratch and got some unmet dependencies when trying to 'sudo apt install sucrose':

pi@raspberrypi:~ $ sudo apt install sucrose
Reading package lists... Done
Building dependency tree       
Reading state information... Done
 You might want to run 'apt-get -f install' to correct these:
 The following packages have unmet dependencies:
 sonic-pi : Depends: libQt5printsupport5 but it is not installable
 sucrose : Depends: sugar-session
           Depends: python-carquinyol
           Depends: sugar-chat-activity
           Depends: sugar-browse-activity
           Depends: sugar-read-activity but it is not going to be installed
           Depends: sugar-log-activity
           Depends: sugar-write-activity but it is not going to be installed
           Depends: sugar-terminal-activity but it is not going to be installed
           Depends: sugar-pippy-activity but it is not going to be installed
           Depends: sugar-imageviewer-activity but it is not going to be installed
           Depends: sugar-jukebox-activity but it is not going to be installed
           Recommends: olpc-powerd but it is not going to be installed
           Recommends: ipython but it is not going to be installed
           Recommends: python-elements but it is not going to be installed
           Recommends: csound but it is not going to be installed
           Recommends: gstreamer1.0-plugins-bad but it is not going to be installed
           Recommends: gstreamer1.0-plugins-ugly but it is not going to be installed
           Recommends: python-sugar-toolkit
           Recommends: python-sugar
           Recommends: gtk2-engines-sugar (>= 0.110)
           Recommends: sugar-calculate-activity but it is not going to be installed
 E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Ran:

sudo apt-get -f install
sudo apt install sucrose

Then:

echo sugar >> .xsession

Logged out and back in and Sugar is running.

Turtle works; Browse fails due to no module collabwrapper.

But it is a start :) --Walter (talk) 17:40, 31 December 2016 (EST)