This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Evolution / Express

We need an 'express' version of Evolution, to make it more usable for people particularly on netbooks.

The code

How to test

Create a new user account; 'test' and drop two scripts: first:

(Xephyr -ac -screen 1024x600 :1.0 &)
usleep 500000 ; export DISPLAY=:1.0
sudo -u test dbus-launch --auto-syntax /bin/bash -l /home/test/evo

And then for ~test/evo you want:

export DISPLAY=:1.0
export LD_LIBRARY_PATH="/'''your-prefix'''/lib:$LD_LIBRARY_PATH"
export EVO_EXPRESS=1
export EVO_MEEGO="session-type=small-screen"
(metacity &)
(/usr/lib/gnome-settings-daemon/gnome-settings-daemon >& /dev/null &)
sleep 1
(gnome-terminal &)

Run the first script; it should precipitate you into a netbook-like environment where you can play. Of course, ideally you should have the moblin netbook gtk+ theme as well [ lots and lots of padding for bad netbook touchpads ].

The work plan

Below are listed some changes being worked on to add an 'express' mode to Evolution. Do jump into #evolution and poke someone if you want to help out. Initial changes are in the git branch: 'express' on git.gnome.org. Items that are struck out, have been completed already; where items are in progress we put a name and progress percentage

Interactivity improvements

Account setup

Mail UI simplification

General UI simplification

MeeGo integration

Known issues

Fixed issues

Future work (a plan)

Competitive analysis

Meeting Minutes

Mar 3rd 2010

Status report

improved Plan of work is needed

UI discussion / decisions with Nick

Mar 17th 2010

Status report

Priorities

UI feedback

Mar 24 2010

Status report

Bugs / feedback

Mar 26 2010

Tab bits

Feedback

Apr 14

Status

Feedback

Other comments

Note that Requests can be filed at http://live.gnome.org/GnomeArt/ArtRequests -- AndreKlapper


2024-10-23 10:58