sandbox

Differences between revisions 35 and 36
Revision 35 as of 2010-07-07 15:29:16
Size: 4898
Editor: ip72-213-131-215
Comment: enlightenment
Revision 36 as of 2010-10-30 09:43:24
Size: 5786
Editor: ip72-213-131-215
Comment: moved FG above IRC section. Added a little to opening paragraph
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(Tag/NeedsExpansion)>>
## Tag Added: Page needs completion
#title Ubuntu Beginners Team
Line 4: Line 3:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>|| <<Include(BeginnersTeam/Includes/Header)>>
<<Include(BeginnersTeam/Includes/Bulletin)>>

||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 1em 0em 0em 0em; padding: 1em;"><<TableOfContents(2)>>||
Line 6: Line 9:
Enlightenment, also known simply as E, is a free software/open source graphical interface system. It can provide an ''X Window System'' window manager for use with GNOME or KDE, or it can also be deployed as a substitute for a full desktop environment. Enlightenment has a rich feature set - extensive support for themes and advanced graphics without sacrificing good performance.
Line 8: Line 10:
The latest stable release of the software is version 0.16.8.5 . Version 0.17, also called DR17, is currently in development and is designed to be a full-fledged desktop shell based on the new Enlightenment Foundation Libraries (EFL). DR17 is a complete rewrite from DR16, targeted toward a range of platforms from embedded systems and mobile devices (including phones) to workstations. ||<tablestyle="float:left ; margin: 2em 2em 2em 2em; padding: 0.5em;">{{http://img40.imageshack.us/img40/8271/btlogo.gif}}||
The Ubuntu Beginners Team exists to enhance the initial experience of new Ubuntu users and to guide existing Ubuntu users to become part of the global Ubuntu community. The Beginners Team help you get involved in the wonderful world of the Ubuntu Community. Whether you are a non-technical user or a power user the Ubuntu Community has a place where you can contribute and make a difference in Ubuntu. You can find out more by using the header section at the top of this page. Feel free to poke around by reading our Mission Statement, checking out what our Focus Groups are up to, and learning about our team structure.
Line 10: Line 13:
## ||<tablestyle="float:right; font-size: 0.9em; width:10%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Figure 1: Enlightenment DR16'''<<BR>><<BR>>{{attachment:EDR16.png}}|| If you are interested in contributing to the Beginners Team, see the [[BeginnersTeam/Membership| Membership]] page. There you will find information on getting involved, finding us on IRC, and meeting the team.
Line 12: Line 15:
= Installation = = Focus Groups =
## List the team's current projects and tasks as well as status and contact persons for each one. Make it easy for new people to know who to ask and where to go to get involved with a specific project.
Line 14: Line 18:
== Enlightenment DR16 == Many members of the team contribute to the community in different ways. Focus Groups allow team members to direct their efforts in different areas of Ubuntu community. We also use Focus Groups to help keep the team organized and running smoothly.
Line 16: Line 20:
It is relatively easy to install DR16 on Ubuntu as you can simply apt-get it.
{{{
sudo apt-get install e16
}}}
||<tablestyle="width:100%; background:#592441; color:#F1F1DD; margin: 1em 0em 0em 0em; padding: 1em;">Title || IRC Channel || Brief Description ||
||<rowstyle="background:#ede7ea; color:#000000"> '''[[BeginnersTeam/FocusGroups| Focus Groups]]''' || - || ||
||<rowstyle="background:#ede7ea; color:#000000"> [[BeginnersTeam/FocusGroups/Development| Development]] || #ubuntu-beginners-dev || FLOSS/FOSS Programming and software development. ||
||<rowstyle="background:#ede7ea; color:#000000"> [[BeginnersTeam/FocusGroups/Art| Art]] || #ubuntu-artwork || PCreate wallpapers, themes, icons, and artwork for other teams. ||
||<rowstyle="background:#ede7ea; color:#000000"> [[BeginnersTeam/FocusGroups/Support| Support]] || #ubuntu-beginners || Provide support for Ubuntu users. ||
||<rowstyle="background:#ede7ea; color:#000000"> [[BeginnersTeam/FocusGroups/Bugs| Bugs]] || #ubuntu-beginners-launchpad || Help assess bugs to determine if they have enough information and assign a priority ||
||<rowstyle="background:#ede7ea; color:#000000"> [[BeginnersTeam/FocusGroups/Accessibility| Accessibility]] || - || Help make Ubuntu usable by as many people as possible across ages, language and physical abilities. ||
||<rowstyle="background:#ede7ea; color:#000000"> [[BeginnersTeam/FocusGroups/Doc| Documentation]] || #ubuntu-beginners-wiki || Contribute to the Ubuntu community wiki and other documentation. ||
Line 21: Line 29:
Go to the top right of your screen and in the User Switcher select Log Out. At Login Manger window choose: Options/Session > choose: Enlightenment.

== Enlightenment DR17 ==
=== Install e17 from SVN/source on Ubuntu ===
The Enlightenment Repositories are a bit out of date. They have entries for Jaunty, Intrepid and Hardy. So if you wish to install on the latest Ubuntu release you will have to install e17 from source on Ubuntu.

Step 1: Install the build dependencies, to do this simply paste the following chunk of code into your favorite terminal and let it work it's magik<<BR>>
<<BR>>
sudo apt-get install xterm make gcc bison flex subversion cvs automake1.10 autoconf autotools-dev autoconf-archive libtool gettext libpam0g-dev libfreetype6-dev libpng12-dev zlib1g-dev libjpeg62-dev libtiff4-dev libungif4-dev librsvg2-dev libx11-dev libxcursor-dev libxrender-dev libxrandr-dev libxfixes-dev libxdamage-dev libxcomposite-dev libxss-dev libxp-dev libxext-dev libxinerama-dev libxft-dev libxfont-dev libxi-dev libxv-dev libxkbfile-dev libxres-dev libxtst-dev libltdl7-dev libglu1-xorg-dev libglut3-dev xserver-xephyr libdbus-1-dev liblua5.1-0-dev<<BR>>
<<BR>>
10.04: Add the package libxml2-dev to the above list.
9.10: Add the package libxkbui-dev to the above list.
8.04: Add the package libltdl3-dev to the above list and remove libltdl7-dev<<BR>>
<<BR>>
Step 2: Now that we have all the dependencies installed, we are going to use the easy [[ http://omicron.homeip.net/projects/easy_e17/easy_e17.sh | e17 script]] to download, compile, and install e17 from SVN. To do so click on the link to download the script. Then assuming you downloaded the file to the default Downloads folder run the following in terminal to get the install going<<BR>>
<<BR>>
cd ~/Downloads && chmod +x easy_e17.sh && sudo ./easy_e17.sh -i<<BR>>
<<BR>>
Step 3: Now assuming the commands you ran in step 2 finishes without issues/errors check the output in terminal, it should mention some "environmental variables" that need to be set. Copy and paste each of the export lines it lists to you and run them in terminal.<<BR>>
<<BR>>
sudo cp /opt/e17/share/xsessions/enlightenment.desktop /usr/share/xsessions/enlightenment.desktop<<BR>>
<<BR>>
Log out of your current desktop and select "Enlightenment" from the log in options you are presented with in your login manager.<<BR>>
<<BR>>
Enjoy your new E17 powered desktop! Also please remember E17 is considered beta software - so it is not encouraged to use it on production machines. Lastly I would like to also say that while the default configuration of e17 appears crude at first, this is intentional. E17 is extremely customizable. Play with settings, move things around, add and remove objects and you will see creating a beautiful and customized desktop is just a few clicks away!<<BR>>
<<BR>>

=== Install e17 on Ubuntu using Enlightenment Repositories ===
## *I would like to teach new users how to use (search) the forums efficiently for solutions to their questions. As we know there is a wealth of invaluable information on the Forums so how do we show off our best so to speak ? '''JoshuaRL''' We can direct them here: http://ubuntuforums.org/showthread.php?t=726219 a sticky in Forum Feedback and Help
Line 51: Line 32:
## ||<tablestyle="float:right; font-size: 0.9em; width:10%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Figure 2: Enlightenment DR17'''<<BR>><<BR>>{{attachment:EDR17.png}}||
Line 53: Line 33:
= Usage = = IRC =
Please read [[BeginnersTeam/IRC]] for channel guidelines.
Line 55: Line 36:
== Enlightenment DR16 == ||<tablestyle="width:100%; background:#592441; color:#F1F1DD; margin: 1em 0em 0em 0em; padding: 1em;">BT Channels||Purpose||
||<rowstyle="background:#ede7ea; color:#000000">#ubuntu-beginners||Support and Main channel, where the magic happens||
||<rowstyle="background:#ede7ea; color:#000000">#ubuntu-beginners-council||Leadership||
||<rowstyle="background:#ede7ea; color:#000000">#ubuntu-beginners-dev||Development||
||<rowstyle="background:#ede7ea; color:#000000">#ubuntu-beginners-team||The channel for team discussions and meetings etc.||
||<rowstyle="background:#ede7ea; color:#000000">#ubuntu-beginners-launchpad||Launchpad||
Line 57: Line 43:
 * See [[EnlightenmentDR16]]
Line 59: Line 44:
== Enlightenment DR17 ==
Line 61: Line 45:
 * To Do Guide = For Team Members =
== Meetings ==
The date of the next scheduled full team meeting, Focus Group meetings, and a record of previous meetings can be found on the [[BeginnersTeam/Meetings| Meetings]] page.
Line 63: Line 49:
= External Links =
 * [[http://www.enlightenment.org/|E Home Page]] - The home page of Enlightenment.
 * [[http://en.wikipedia.org/wiki/Enlightenment_%28window_manager%29|Wikipedia page]] - Wikipedia page on Enlightenment.
Topics for the next full team meeting can also be found on the Meetings Page. Feel free to add topics for discussion. Focus Groups should keep their agendas on their respective pages.

== Current Happenings ==
 * Familiarize yourself with the new [[BeginnersTeam/Structure| Team Structure]].
 * Know why we are here, read the [[BeginnersTeam/MissionStatement| Mission Statement]]!
 * [[http://ubuntuforums.org/showthread.php?t=786320|Team Avatar Theme]] for the forums.
 * Get involved with Focus Groups! If you are a group leader, setup your next meeting soon, don't wait!
 * New members can introduce yourselves [[http://ubuntuforums.org/showthread.php?t=376994|here]].
 * Raise awareness of the community docs on the forums by using links! See the following subsection for details:

==== bbcode ====

You can link easily make links to the help and team wikis using the forum's bbcode.

 * [uwiki]Title[/uwiki] => for '''https://wiki.ubuntu.com/''' pages.
 * [uhelp]Title[/uhelp] => for '''https://help.ubuntu.com/''' pages.

Note: drop the leading "https://wiki.ubuntu.com/" or "https://help.ubuntu.com/" from the title.

Examples:
 * [uwiki]Uncomplicated_Firewall_ufw[/uwiki]
 * [uhelp]8.04/internet/C/index.html[/uhelp]
Line 68: Line 73:
[[/PageDiscussion|Discuss this page.]] CategoryUbuntuTeams CategoryBeginnersTeam

This team is now deprecated. Official announcement about the team's closure can be found here.

Info (!) Ubuntu Help and Support IRC Channel: #ubuntu-beginners on irc.freenode.net Info (!)

Info (!) Community and Team IRC Channel: #ubuntu-beginners-team on irc.freenode.net Info (!)

Introduction

http://img40.imageshack.us/img40/8271/btlogo.gif

The Ubuntu Beginners Team exists to enhance the initial experience of new Ubuntu users and to guide existing Ubuntu users to become part of the global Ubuntu community. The Beginners Team help you get involved in the wonderful world of the Ubuntu Community. Whether you are a non-technical user or a power user the Ubuntu Community has a place where you can contribute and make a difference in Ubuntu. You can find out more by using the header section at the top of this page. Feel free to poke around by reading our Mission Statement, checking out what our Focus Groups are up to, and learning about our team structure.

If you are interested in contributing to the Beginners Team, see the Membership page. There you will find information on getting involved, finding us on IRC, and meeting the team.

Focus Groups

Many members of the team contribute to the community in different ways. Focus Groups allow team members to direct their efforts in different areas of Ubuntu community. We also use Focus Groups to help keep the team organized and running smoothly.

Title

IRC Channel

Brief Description

Focus Groups

-

Development

#ubuntu-beginners-dev

FLOSS/FOSS Programming and software development.

Art

#ubuntu-artwork

PCreate wallpapers, themes, icons, and artwork for other teams.

Support

#ubuntu-beginners

Provide support for Ubuntu users.

Bugs

#ubuntu-beginners-launchpad

Help assess bugs to determine if they have enough information and assign a priority

Accessibility

-

Help make Ubuntu usable by as many people as possible across ages, language and physical abilities.

Documentation

#ubuntu-beginners-wiki

Contribute to the Ubuntu community wiki and other documentation.

IRC

Please read BeginnersTeam/IRC for channel guidelines.

BT Channels

Purpose

#ubuntu-beginners

Support and Main channel, where the magic happens

#ubuntu-beginners-council

Leadership

#ubuntu-beginners-dev

Development

#ubuntu-beginners-team

The channel for team discussions and meetings etc.

#ubuntu-beginners-launchpad

Launchpad

For Team Members

Meetings

The date of the next scheduled full team meeting, Focus Group meetings, and a record of previous meetings can be found on the Meetings page.

Topics for the next full team meeting can also be found on the Meetings Page. Feel free to add topics for discussion. Focus Groups should keep their agendas on their respective pages.

Current Happenings

  • Familiarize yourself with the new Team Structure.

  • Know why we are here, read the Mission Statement!

  • Team Avatar Theme for the forums.

  • Get involved with Focus Groups! If you are a group leader, setup your next meeting soon, don't wait!
  • New members can introduce yourselves here.

  • Raise awareness of the community docs on the forums by using links! See the following subsection for details:

bbcode

You can link easily make links to the help and team wikis using the forum's bbcode.

Note: drop the leading "https://wiki.ubuntu.com/" or "https://help.ubuntu.com/" from the title.

Examples:

  • [uwiki]Uncomplicated_Firewall_ufw[/uwiki]
  • [uhelp]8.04/internet/C/index.html[/uhelp]


CategoryUbuntuTeams CategoryBeginnersTeam

duanedesign/sandbox (last edited 2011-04-10 02:30:15 by ip72-213-131-215)