Fedora: Difference between revisions

update launcher bug section, collapse graphical section
Line 13: Line 13:
  sudo dnf install @sugar-desktop sugar-runner
  sudo dnf install @sugar-desktop sugar-runner


: Then to avoid a blank screen bug, edit the launcher to insert a default screen resolution per this command:
After these components are installed, the Sugar buddy icon, [[File:XO_buddy.png|28px|link=]], should appear in the Show Applications screen.
 
sugar-runner launches Sugar by default in full screen mode.  To launch in a smaller window, edit the launcher to insert a default screen resolution per this command:


  sudo sed -i "s/\(Exec=sugar-runner\).*/\1 --resolution 1024x768/" /usr/share/applications/sugar-runner.desktop
  sudo sed -i "s/\(Exec=sugar-runner\).*/\1 --resolution 1024x768/" /usr/share/applications/sugar-runner.desktop
[[File:XO_buddy.png|28px|link=]] The Sugar buddy icon should appear in the Show Applications screen.
::(Fedora 22 requires such a resolution setting to avoid a blank screen bug. Fedora 23 has fixed this bug.)