Bug 489777

Summary: Sugar session missing Logout menu item
Product: [Fedora] Fedora Reporter: Scott Douglass <scott+redhat>
Component: sugarAssignee: Simon Schampijer <simon>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: bernie+fedora, johnp, mikus, morgan.collett, mpg, simon, tomeu
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-06 20:56:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 461806    

Description Scott Douglass 2009-03-11 19:40:34 UTC
Description of problem:
Once logged in to a Sugar session via GDM, there's no apparent way to logout. 

Version-Release number of selected component (if applicable):

sugar-0.84.0-1.fc11.i586

How reproducible:
100%

Steps to Reproduce:
1. choose Sugar session from GDM greeter
2. try to logout, sorry charlie... time to edit your gconf settings!

  
Actual results:
Can't logout

Expected results:
Should have logout option in XO menu

Additional info:

Just need to change the default value to true for this key in

/etc/gconf/schemas/sugar.schemas

 <schema>
      <key>/schemas/desktop/sugar/show_logout</key>
      <applyto>/desktop/sugar/show_logout</applyto>
      <owner>sugar</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
      <!-- FIXME: Enable these after string freeze is over
        <short>Show Log out</short>
        <long>If TRUE, Sugar will show a "Log out" option.</long>-->
      </locale>
    </schema>

Which is installed by the sugar RPM.

Comment 1 Simon Schampijer 2009-03-22 18:10:38 UTC
Fixed with http://koji.fedoraproject.org/koji/buildinfo?buildID=95011 - thanks for the report.

Comment 2 Fedora Admin XMLRPC Client 2009-04-06 20:39:53 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Mikus Grinbergs 2009-07-28 20:22:48 UTC
I'm running with XO-1 build dev.laptop.org/~dsd/f11-xo1/os2, created around 7/23/2009 from the source repositories.  It has the correct content (described above) in /etc/gconf/schemas/sugar.schemas -- but there does not seem to be any apparent way to logout once logged in to the Sugar session.