Bob:
       Claws mail for lpia architecture is not hildonized. 
       I check source code for it. 
       debian/rule

       ifeq ($(DEB_BUILD_ARCH), lpia)
DEB_CONFIGURE_EXTRA_FLAGS = --enable-maemo \
                            --disable-dillo-viewer-plugin \
                            --disable-jpilot \
                            --disable-manual \
                            --disable-spamassassin-plugin \
                            --disable-startup-notification \
                            --disable-trayicon-plugin \
                            --disable-clamav-plugin \
                            --disable-bogofilter-plugin \
                            --disable-libetpan \
                            --disable-compface
endif
      DEB_CONFIGURE_EXTRA_FLAGS is NOT function. 
   
     ./configure --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \
                --prefix=/usr \
                --mandir=\$${prefix}/share/man \
                --infodir=\$${prefix}/share/info \
                --enable-openssl \
                --enable-gpgme \
                --enable-ipv6 \
                --enable-aspell \
                --enable-jpilot \
                --enable-ldap \
                --enable-spamassassin-plugin=yes \
                --with-config-dir=.claws-mail

    configure always use no-maemo version. 
 
best regards
Frank Li


-----Original Message-----
From: [EMAIL PROTECTED] 代表 Spencer, Bob
Sent: 2007-10-4 (星期四) 23:41
To: [email protected]
Subject: UI and Apps Status
 
UI
   Grid-layout / html Home Screen:  Much progress on this home screen UI
this week (see attached image (ignore marquee)).  We can now show and
start applications.  This is based on the same gtkmozembed plugin that
hosts the current flash UI.  I built the changes into mobile_basic_flash
package which name should be changed eventually to reflect its new
abilities (e.g. mobile_mozembed_home), but will wait until after gutsy
so that we don't have to introduce a new package at this late hour.
Switching between html and flash is just a matter of pointing to a
different startup page.  Package will be ready for use on moblin this
afternoon.  Will work to get it into UME soon after.  Still could use a
couple of official graphics for background from Ken.      
 
  Clutter Home Screen:  Initial code drop exists on moblin.org, but not
yet integrated into home screen.  You can build and play with:  'git
clone http://moblin.org/repos/projects/moblin-clutter-home.git/'
<http://moblin.org/repos/projects/moblin-clutter-home.git/'>   To launch
on desktop, start application with "desktop-launcher -w", otherwise it
will take over your desktop.  I requested libclutter-0.4.2 related
libraries for gutsy.  Not sure if it is too late for approval.  This
process took a long time
 
  Theme:  Not sure of the status of the theme.  Need to get that
finished.  I know there are some new components that should be
considered such as home screen button backgrounds.
 
  Bug with current flash UI:  We are trying to resolve a big bug with
performance when the current UI is running.  CPU is 10-35% when just
idle on flash UI and application startup on crown beach is dismal.  We
think we tracked it down to something that occurs when "loadConfig" is
run in flash.  Hopefully this is a simple fix.  We also found a bug when
the flashUI didn't start successfully and a setTimeout call was
triggered every 1/1000th of a second. 
 
Apps
  Chat:  No progress I know of since the owner is out of the office this
week.
  Media Viewer:  Some new features have been added but currently the
package is broken.  Will get back running soon.  Still needs UI makeover
which Jason is working full-time on.  Our goal is to give it an extreme
UI makeover by mid next week.
  Other comments:    
    - I built LPIA build this week and tried to run Claws.  It didn't
seem to be Hildonized.  Need to figure out why.   
    - I plan to create a UI spec with suggestions on things such as menu
layout for common elements (File, View, Settings, About, Quit) and
toolbar icon sizes, etc.
 
To Do:
    1) Get Grid-layout UI usable.  Any day now.  I assumed it would be
yesterday but ran into small bugs around changing the background
repeatedly.  Should checkin today.
    2) Make sure we resolve the performance bug.  Hopefully this goes
away with the non-flash UI.  We will still try to resolve, but it will
fall to a lesser priority.
    3) Go through remaining UI elements and finish bug fixing for gutsy
launch.  Mainly: marquee needs tweaking, theme needs to be completed.
    4) Start work to get clutter UI to a usable state so people can
start commenting and we can discuss the exciting post-gutsy future of
the home screen!
 
Bob
 
 

-- 
Ubuntu-mobile mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

Reply via email to