Difference between revisions of "Fedora"

From Sugar Labs
Jump to navigation Jump to search
(tweek for F22)
(updating links for Fedora source packages)
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
+
<noinclude>[[Category:Supported systems]]</noinclude>
[[Category:Supported systems]]
+
[[File:Fedora.jpg]]
</noinclude>
 
==Installing the Sugar Learning Environment==
 
  
===Using the command line===
+
''Fedora and the Infinity design logo are trademarks of Red Hat, Inc.''
  
: In a terminal or console, enter this command line:
+
Fedora (formerly Fedora Core) is an operating system based on the Linux kernel, developed by the community-supported Fedora Project and sponsored by Red Hat. -- [https://en.wikipedia.org/wiki/Fedora_(operating_system) wikipedia.org]
 
sudo dnf install @sugar-desktop sugar-runner
 
  
===Graphical interface method===
+
In relation to Sugar, Fedora is a downstream distribution project that can be used to run Sugar.
  
: GNOME Software Center, is the [https://fedoraproject.org/wiki/Changes/AppInstaller new] default software installer for Fedora. Searching for Sugar with [https://wiki.gnome.org/Apps/Software Software] ({{Code|gnome-software}}) fails to find it. [https://ask.fedoraproject.org/en/question/34820/where-is-the-add-remove-software-application-gone-in-fedora-20/ This link to ask.fedoraproject.org] explains that Software only targets "Applications".
+
== Using Sugar as a Desktop Environment ==
  
: [https://fedorahosted.org/yumex/ Yum Extender] finds Sugar by searching for "Groups".
+
Install Fedora.  Then, in a Terminal, type:
 +
 +
sudo dnf groupinstall sugar-desktop
 +
sudo dnf install python2-decorator webkitgtk3
  
: Yum Extender is the default graphical software installer tool in certain Fedora Desktop Environments, for instance XFCE, and is found in ''Applications Menu -> Administration -> Yum Extender''.
+
<!-- missing dependencies on fedora 25 are python2-decorator webkitgtk3 -->
 +
Then restart your computer.<!-- https://fedoraproject.org/wiki/Common_F25_bugs#Workstation_login_screen_.28GDM.29_does_not_show_newly-installed_desktops_until_system_is_rebooted_or_shut_down -->
 +
At the ''Sign in'' select the ''Sugar'' desktop.
  
: If not installed, use the default software installer tool to search for and install ''yumex''. See also [http://www.yumex.dk/p/documnetation.htm YumEx documentation].
+
[[File:Fedora-25-gdm-desktop-choice.png|300px|Fedora 25 GDM Desktop Choice with Sugar]]
 +
<!-- last tested with Fedora 25 in March 2017) -->
  
: Open Yum Extender. ''Package Filters'' are found on the line below the main search bar. Use the Package Filter buttons to select "Groups".
+
== Using Sugar with another Desktop Environment ==
  
: The navigation pane on the left, now lists all Package Groups in alphabetical order.
+
Select the ''GNOME on Xorg'' or ''GNOME Classic'' desktop, then in a Terminal, type:
: Near the foot of the list, press the "+" to open "Sugar Desktop Environment".
+
 +
sudo dnf groupinstall sugar-desktop
 +
sudo dnf install sugar-runner python2-decorator webkitgtk3
 +
sugar-runner
  
: This will reveal two "Groups". Place a check in the box for "Sugar Desktop Environment". Review the selection in the right pane.
+
Sugar will start. ''Logout'' from Sugar to return to the desktop environment you were previously using.
: At the foot of the Yum Extender window, "Install All" will mark all packages for installation.
 
  
: Now press "Apply" to have all necessary packages and dependencies installed, together with a useful selection of Activities.
+
Sugar is also available from ''Activities'' search in GNOME.
  
: In order to be able to use ''Sugar-runner'', enter sugar-runner in the search field, press "Enter", mark it for installation and press "Apply".
+
{{Note/note|Note:|By default, ''sugar-runner'' runs full screen. To launch in a smaller window, edit the launcher to insert a default screen resolution using the command line below:}}
 +
sudo sed -i "s/\(Exec=sugar-runner\).*/\1 --resolution 1024x768/" /usr/share/applications/sugar-runner.desktop
  
: Later (if desired) you can return to Yum Extender and install further packages within "Additional Sugar Activities".
+
== Using Sugar from a USB drive - Sugar on a Stick ==
  
==Launching Sugar==
+
Sugar on a Stick (SoaS) is a Fedora spin, made from Fedora and Sugar together.
  
With {{Code|sugar-desktop}} and {{Code|sugar-runner}} installed you have two simple ways of running Sugar.
+
SoaS starts from a USB drive ("stick"), and can be installed with the [http://docs.fedoraproject.org/en-US/Fedora/20/html/Installation_Guide/ Fedora installation process]. Or, the Fedora installer may be started from the Sugar Terminal activity, with the command {{Code|sudo liveinst}}, or using the [[Tutorials/Installation/Install with liveinst|tutorial]].
 
 
: 1. The ''Sugar Runner'' will be available (no restart required) from ''Show Applications ->  Sugar''.
 
::* Sugar will run in a [[wikipedia:Xephyr|Xephyr]] window, entitled 'Sugar Runner', within your current desktop environment. You will have full access to Sugar features, and may even run multiple instances. Networking bugs may currently prevent collaboration with others in the jabber.sugarlabs.org server Neighborhood. Press key '''F1''' to see the Sugar Neighborhood view.
 
{{Note/note|Note:|By default, ''sugar-runner'' runs full screen.
 
* "Logout" of Sugar (from the Home screen's central avatar hover palette), to return to the desktop environment you were previously using.
 
* See [[The Undiscoverable#sugar-emulator, sugar-runner, and sweets-sugar-emulator|emulator screen size adjustment]] for alternative emulator sizing.}}
 
 
 
 
 
[[File:F20-Beta-TC2_gdm.png|right|250px]]
 
: 2. You may also boot directly to the Sugar Desktop Environment (also known as a Sugar session).
 
::* On reboot, at the login screen, a "Sugar" entry will now be present in the login screen, under a "settings icon" or under "Session Type".
 
::*: The "Sugar" entry in the login screen may not be very obvious at first, and the look will depend on the login manager on your system. This image shows the "Sugar" entry being selected in Fedora 20 GNOME3. (Click the image to see an enlarged version.)
 
::* Select "Sugar" within the login prompt, enter your password, and '''Enter''', and the computer will boot into the Sugar Desktop Environment.
 
 
 
==Fedora Sugar on a Stick Spin==
 
 
 
Fedora spins are alternative versions of Fedora, tailored for various types of users. The Fedora Sugar on a Stick Spin, http://spins.fedoraproject.org/soas/, is the variant of Fedora, with [[Sugar on a Stick]] components included.
 
 
 
While the Spin is optimized for installation on a USB thumbdrive ("stick"), it can be installed to a hard drive by following the Fedora installation process documented [http://docs.fedoraproject.org/en-US/Fedora/20/html/Installation_Guide/ here]. The installer is started from the Sugar Terminal Activity, with the command {{Code|liveinst}}, run as root. There is a tutorial [[Tutorials/Installation/Install with liveinst|here]].
 
  
 
* See '''[[File:Soas-avocado.svg|200px|bottom|link=Sugar on a Stick]]'''.
 
* See '''[[File:Soas-avocado.svg|200px|bottom|link=Sugar on a Stick]]'''.
  
==Fedora Versions==
+
== Fedora Versions ==
 
<span class="weblink">[[File:Fedora.jpg|link=http://fedoraproject.org/]]</span> {{Fedora Version Linkbar}}<br>
 
<span class="weblink">[[File:Fedora.jpg|link=http://fedoraproject.org/]]</span> {{Fedora Version Linkbar}}<br>
 
''Fedora and the Infinity design logo are trademarks of Red Hat, Inc.''
 
''Fedora and the Infinity design logo are trademarks of Red Hat, Inc.''
  
 
== Fedora Downloads ==
 
== Fedora Downloads ==
* http://fedora.mirror.lstn.net/releases/20/
 
 
* http://fedora.mirror.lstn.net/releases/
 
* http://fedora.mirror.lstn.net/releases/
 +
 +
== Fedora's Sugar Packaging Repository ==
 +
* https://src.fedoraproject.org/rpms/sugar
 +
* https://src.fedoraproject.org/rpms/sugar-artwork
 +
* https://src.fedoraproject.org/rpms/sugar-toolkit-gtk3
 +
* https://src.fedoraproject.org/rpms/sugar-datastore
  
 
== Subpage index ==
 
== Subpage index ==
 
{{Special:PrefixIndex/{{PAGENAMEE}}/}}
 
{{Special:PrefixIndex/{{PAGENAMEE}}/}}

Revision as of 13:32, 22 December 2017

Fedora.jpg

Fedora and the Infinity design logo are trademarks of Red Hat, Inc.

Fedora (formerly Fedora Core) is an operating system based on the Linux kernel, developed by the community-supported Fedora Project and sponsored by Red Hat. -- wikipedia.org

In relation to Sugar, Fedora is a downstream distribution project that can be used to run Sugar.

Using Sugar as a Desktop Environment

Install Fedora. Then, in a Terminal, type:

sudo dnf groupinstall sugar-desktop
sudo dnf install python2-decorator webkitgtk3

Then restart your computer. At the Sign in select the Sugar desktop.

Fedora 25 GDM Desktop Choice with Sugar

Using Sugar with another Desktop Environment

Select the GNOME on Xorg or GNOME Classic desktop, then in a Terminal, type:

sudo dnf groupinstall sugar-desktop
sudo dnf install sugar-runner python2-decorator webkitgtk3
sugar-runner

Sugar will start. Logout from Sugar to return to the desktop environment you were previously using.

Sugar is also available from Activities search in GNOME.

35px-Activity-write.png
Note:
By default, sugar-runner runs full screen. To launch in a smaller window, edit the launcher to insert a default screen resolution using the command line below:
sudo sed -i "s/\(Exec=sugar-runner\).*/\1 --resolution 1024x768/" /usr/share/applications/sugar-runner.desktop

Using Sugar from a USB drive - Sugar on a Stick

Sugar on a Stick (SoaS) is a Fedora spin, made from Fedora and Sugar together.

SoaS starts from a USB drive ("stick"), and can be installed with the Fedora installation process. Or, the Fedora installer may be started from the Sugar Terminal activity, with the command sudo liveinst, or using the tutorial.

  • See Soas-avocado.svg.

Fedora Versions

Fedora.jpg Fedora® version page: 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 |
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.

Fedora Downloads

Fedora's Sugar Packaging Repository

Subpage index