[Libreoffice] Status of #39093

2011-11-01 Thread Nguyen Vu Hung (kiei)

Hello all,

Could any please anyone please get me up to date on the status of #39093

https://bugs.freedesktop.org/show_bug.cgi?id=39093

Thanks and best regards,

Nguyen Vu Hung
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Status of smartphone support for LibO

2011-10-15 Thread Nguyen Vu Hung (kiei)

Ngày 11/10/14 20:21, Thorsten Behrens vie^'t:

Nguyen Vu Hung (kiei) wrote:

  Can anyone please update the status of smartphone support for LibO?
  

There's no working smartphone version of LibO. There's preparatory
work going on though. Once there*is*  something to play with, this
will make news I guess...

OK, I will wait

Vu Hung
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Status of smartphone support for LibO

2011-10-11 Thread Nguyen Vu Hung (kiei)

Hello all,

Can anyone please update the status of smartphone support for LibO?

Thanks in advance.

Nguyen Vu Hung



___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Make RPMs

2011-07-19 Thread Nguyen Vu Hung (KiEi)

Hello,

(2011/07/19 16:12), Caolán McNamara wrote:


If you use --enable-epm (you can drop the explicit
--with-package-format=rpm deb), then when you do a make there should
them be rpms created under
instsetoo_native/unxlng*/some/sub/dir/use/find/to/find/them

FWIW, distro-configs/LibreOfficeLinux.conf contains the flags used to
build the .rpms that appear on download.libreoffice.org (or at least
that's my understanding, it may be that some extra ones get added to
that, but it should be roughly right anyway)


Executive summary: By adding --enable-epm, I got an error:
rpm -bb: option not found.

Which version of rpm should I use?

My environment:

CentOS 5.6
rpm-4.4.2.3-22.el5

Build options:
./autogen.sh  --with-distro=LibreOfficeLinux --with-lang=vi 
--with-max-jobs=20 --with-num-cpus=5   --without-junit 
--with-gcc-speedup=ccache --prefix=$HOME --enable-epm


Build error:

=
Building module setup_native
=
Entering /libo/vuhung/000.git/bootstrap/setup_native/source/ulfconv

Entering /libo/vuhung/000.git/bootstrap/setup_native/scripts/source

Entering /libo/vuhung/000.git/bootstrap/setup_native/scripts

mkdir -p ../unxlngi6.pro/misc/install/fake-db-root
rpm --define _builddir 
/libo/vuhung/000.git/bootstrap/setup_native/unxlngi6.pro/misc/install/fake-db-root 
--define _rpmdir 
/libo/vuhung/000.git/bootstrap/setup_native/unxlngi6.pro/bin -bb 
fake-db.spec

-bb: unknown option
dmake:  Error code 1, while making 
'../unxlngi6.pro/bin/noarch/fake-db-1.0-0.noarch.rpm'





--
Nguyen Vu Hung (Nguyyễn Vũ Hưng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Make RPMs

2011-07-18 Thread Nguyen Vu Hung (KiEi)
Hello all,

How can I build *rpm installation set under CentOS 5.6?

I know that

./autogen.sh --with-distro=LibreOfficeLinux --with-lang=vi
--with-max-jobs=20 --with-num-cpus=5 --with-package-format=rpm deb
--without-junit --with-gcc-speedup=ccache --prefix=$HOME
make
make install
make dev-install

will create execution files but I don't know how to create rpms files.

# It seems that--with-package-format=rpm deb doesn't help.

-- 
Nguyen Vu Hung (Nguyye^~n Vu~ Hu+ng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-16 Thread Nguyen Vu Hung (KiEi)

(2011/07/16 15:26), Norbert Thiebaud wrote:

./g pull -r

Works like a charm. My bad :)

--
Nguyen Vu Hung (Nguyyễn Vũ Hưng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-16 Thread Nguyen Vu Hung (KiEi)

(2011/07/16 18:30), Nguyen Vu Hung (KiEi) wrote:

(2011/07/16 15:26), Norbert Thiebaud wrote:

./g pull -r

Works like a charm. My bad :)

CentOS 5.6 latest update

# Should I stick to 3.4 branch?

cd bootstrap
./g pull -r
make

And I got the following error:

-- Error start ---
 Nothing to build for GUIBASE=unx
lingucomponent deliver
Module 'lingucomponent' delivered successfully. 0 files copied, 15 files 
unchanged

odk deliver
Module 'odk' delivered successfully. 1 files copied, 3 files unchanged

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making 
/home/vuhung/work/001.LibO/000.git/bootstrap/svtools/prj


 it seems that the error is inside 'svtools', please re-run build
 inside this module to isolate the error and/or test your fix:
---

rm -Rf /home/vuhung/work/001.LibO/000.git/bootstrap/svtools/unxlngi6.pro 
# optional module 'clean'

/bin/sh
cd /home/vuhung/work/001.LibO/000.git/bootstrap
source ./LinuxX86Env.Set.sh
cd svtools
make -r

when the problem is isolated and fixed exit and re-run 'make' from the 
top-level

make: *** [all] Error 1
- Error end -

Now I make a partial buld:

[vuhung@ bootstrap]$ cd svtools/
/home/vuhung/work/001.LibO/000.git/bootstrap/svtools
[vuhung@ svtools]$ make -r

[ build DEP ] LNK:Library/libsvtlo.so
R=/home/vuhung/work/001.LibO/000.git  S=$R/bootstrap  
O=$S/solver/350/unxlngi6.pro  W=$O/workdir   mkdir -p 
$W/Dep/LinkTarget/Library/  RESPONSEFILE=/tmp/gbuild.v20036  cat 
${RESPONSEFILE} /dev/null | xargs -n 200 cat  
$W/Dep/LinkTarget/Library/libsvtlo.so.d  rm -f ${RESPONSEFILE}

[ build CXX ] svtools/source/contnr/imivctl1
R=/home/vuhung/work/001.LibO/000.git  S=$R/bootstrap  
O=$S/solver/350/unxlngi6.pro  W=$O/workdir   mkdir -p 
$W/CxxObject/svtools/source/contnr/  mkdir -p 
$W/Dep/CxxObject/svtools/source/contnr/  g++ -DCPPU_ENV=gcc3 -DCUI 
-DENABLE_GRAPHITE -DENABLE_GTK -DENABLE_LAYOUT=0 
-DENABLE_LAYOUT_EXPERIMENTAL=0 -DGCC 
-DGXX_INCLUDE_PATH=/usr/include/c++/4.1.2 -DHAVE_GCC_VISIBILITY_FEATURE 
-DLINUX -DNDEBUG -DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DPRODUCT -DPRODUCT_FULL 
-DSOLAR_JAVA -DSUPD=350 -DUNIX -DUNX -DVCL -DX86 -D_PTHREADS 
-D_REENTRANT   -DSVT_DLLIMPLEMENTATION  -Wall -Wendif-labels -Wextra 
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Woverloaded-virtual 
-Wshadow -fPIC -fmessage-length=0 -fno-common -pipe  
-fvisibility=hidden  -fvisibility-inlines-hidden  -fno-strict-aliasing   
-DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs  -Os -c 
$S/svtools/source/contnr/imivctl1.cxx -o 
$W/CxxObject/svtools/source/contnr/imivctl1.o -MMD -MT 
$W/CxxObject/svtools/source/contnr/imivctl1.o -MF 
$W/Dep/CxxObject/svtools/source/contnr/imivctl1.d 
-I$S/svtools/source/contnr/ -I$O/inc/stl -I$O/inc/external/jpeg 
-I$O/inc/external -I$O/inc -I$S/solenv/unxlngi6/inc -I$S/solenv/inc 
-I$S/res -I$S/solenv/inc/Xp31 -I/home/vuhung/opt/jdk/include 
-I/home/vuhung/opt/jdk/include/linux 
-I/home/vuhung/opt/jdk/include/native_threads/include -I$O/inc/udkapi 
-I$O/inc/offapi -I$W/inc/svtools -I$W/inc/ -I$O/inc/ 
-I$S/clone/libs-gui/svtools/inc/svtools 
-I$S/clone/libs-gui/svtools/source/inc 
-I$S/clone/libs-gui/svtools/inc/pch -I$S/clone/libs-gui/svtools/inc
/home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Type.h:457: 
warning: lowering visibility of 'const com::sun::star::uno::Type 
getCppuType() [with T = short unsigned int]' to match its type
/home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.h:275: 
warning: lowering visibility of 'com::sun::star::uno::Any 
com::sun::star::uno::makeAny(const C) [with C = bool]' to match its type
/home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.h:335: 
warning: lowering visibility of 'sal_Bool 
com::sun::star::uno::operator=(const com::sun::star::uno::Any, C) 
[with C = bool]' to match its type
/home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.h:338: 
warning: lowering visibility of 'sal_Bool 
com::sun::star::uno::operator==(const com::sun::star::uno::Any, const 
C) [with C = bool]' to match its type
/home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.hxx: 
In function 'sal_Bool com::sun::star::uno::operator==(const 
com::sun::star::uno::Any, const C) [with C = bool]':
/home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.hxx:266: 
warning: lowering visibility of 'sal_Bool 
com::sun::star::uno::operator==(const com::sun::star::uno::Any, const 
C) [with C = bool]' to match its type
/home/vuhung/work/001.LibO/000

[Libreoffice] Enabling ccache

2011-07-16 Thread Nguyen Vu Hung (KiEi)
Hi all,

I have 2 quick questions:

Is that ccache automatically detected and used if it is my $PATH (~/bin)
How can I tell if ccache is used?

cf. http://wiki.documentfoundation.org/Development/Native_Build#ccache

-- 
Nguyen Vu Hung (Nguyye^~n Vu~ Hu+ng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-15 Thread Nguyen Vu Hung (KiEi)
Hello all,

I had followed the build instruction[1] and setup my environment for a
few weeks ago.

As I thought the code was a little out of date, so I have tried to pull
the latest code
and make, but it seems that wget could not wget a dependency.

I am not sure what it is.

Any help is appreciated

BR,

Nguyen Vu Hung
/
//cd bootstrap
git pull
make (lots of wget)

Then I got error:

b4cae0700aa1c2aef7eb7f345365e6/
/f1-translate-toolkit-1.8.1.//tar.bz2
--2011-07-15 13:36:59--
http://download.go-oo.org/extern/b4cae0700aa1c2aef7eb7f345365e6f1-translate-toolkit-1.8.1.tar.bz2
http://download.go-oo.org/extern/b4cae0700aa1c2aef7eb7f345365e6f1-translate-toolkit-1.8.1.tar.bz2
Resolving download.go-oo.org... 195.135.221.70
Connecting to download.go-oo.org
http://download.go-oo.org|195.135.//221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11922684 (11M) [application/x-bzip]
Saving to:
`//b4cae0700aa1c2aef7eb7f345365e6//f1-translate-toolkit-1.8.1.//tar.bz2'

/ /0K       26% 746K 11s
3072K       52% 1.92M 5s
6144K       79% 2.06M 2s
9216K     . 100% 2.08M=8.3s

2011-07-15 13:37:08 (1.37 MB/s) - `/
/b4cae0700aa1c2aef7eb7f345365e6//f1-translate-toolkit-1.8.1.//tar.bz2'
saved [11922684/11922684]

**/ /**//
*
* Running the post download checks.
*
**//**//
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
/home/vuhung/work/001.LibO///000.git/bootstrap/instsetoo_//native

Fetching dependencies for module l10n from solver... failed/ /

ERROR: incomplete dependencies!/ /

make: *** [all] Error 1/
/
/

[1] http://www.libreoffice.org/get-involved/developers/

-- 
Nguyen Vu Hung (Nguyye^~n Vu~ Hu+ng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] make error: Fetching dependencies for module l10n from solver... failed

2011-07-15 Thread Nguyen Vu Hung (KiEi)

(2011/07/16 7:46), Norbert Thiebaud wrote:

2011/7/15 Nguyen Vu Hung (KiEi)vuh...@ki-ei.com:

Hello all,

I had followed the build instruction[1] and setup my environment for a few
weeks ago.

As I thought the code was a little out of date, so I have tried to pull the
latest code
and make, but it seems that wget could not wget a dependency.

I am not sure what it is.

Any help is appreciated

BR,

Nguyen Vu Hung

cd bootstrap
git pull

You probably need make clean + autogen before continuing here
especially if you have not pulled for few weeks (actually, I'm
guessing, probably at least a couple of month based on the error
below)

(l10n is now translations... that is the git repos that contain localisation)

Norbert

I've tried

[vuhung@libo bootstrap]$ git pull
→ 3 new files

[vuhung@libo bootstrap]$ ./autogen.sh 
'--with-junit=/home/vuhung/opt/junit.jar'

→ Done, autogen tells me to make.

[vuhung@libo bootstrap]$ make

*
*   Running the post download checks.
*

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
/home/vuhung/work/001.GNOME/000.git/bootstrap/instsetoo_native

Fetching dependencies for module l10n from solver... failed

ERROR: incomplete dependencies!

make: *** [all] Error 1


--
Nguyen Vu Hung (Nguyyễn Vũ Hưng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [libreoffice-marketing] Tasks for the summer

2011-06-12 Thread Nguyen Vu Hung (KiEi)

Hello,

I've add libreoffice@lists.freedesktop.org to the CC:
Sorry for the cross-posting but I'd like to hear the voice from the dev 
list as well.


The students who are working on the project are already on the list;
that means, they read your emails.

(2011/06/11 18:29), Tom Davies wrote:

Hi :)
Oh, i just remembered about problems in

4.  Impress.  A previous coder, Christian, has offered to mentor anyone willing
to take over because he just doesn't have enough time to get stuck into coding.
The problem is about linking or embedding sound files and it has driven a couple
of people back to MS Office's PowerPoint.  There might be something a bit more
serious in there too but Christian could give details.
I've talked to the students and they said that they like both Impress 
and Base so this sounds a good idea.


Working with experts here is a good opportunity but we don't to slow 
Christian (and experience developers

in general)

I still think Base is more important because people are more likely to deal with
Impress anyway.

Do you care explaining why?


Base desperately needs people, almost as desperately as the
Documentation Team.

I see, however, I see no tasks related to Base under the idea page
http://wiki.documentfoundation.org/Development/Gsoc/Ideas

And that there is only an easy hack on bugzilla marked with Base
- EasyHack: LibreOffice Base - Find and replace
https://bugs.freedesktop.org/show_bug.cgi?id=32506


I think Svg is already being worked on so it might be all
completed before GsoC starts.

You can consider the team of students as another GSoC team.
They will need to do something else that requires programming.


Many regards and congrats from
Tom :)

Keep reading :)




Hi :)
I don't really know what skill level they currently have

They are all undergraduate students with *some* C++ experience.

or what they  need to
aim for (i haven't read your links yet).
They want to contribute to LibO, to work with/under LibO hackers and to 
improve themself :)

Also i think the  question might be
better asked in the devs mailing list rather than  marketing list.  If you
wanted

ideas for a marketing project this would  be the perfect place.


My immediate thoughts  are;

1.  Base would be awesome.
a ton of easy hacks  listed.

As stated, I see only on easy hack for Base. Please list or add more hacks.


2.  SVG import and embedding for all  platforms.
Because this task has been assigned to a GSoC team, we will work with 
something else.

3.   Perhaps a collection of Easy Hacks.  Just select a bunch in a single app
(such as Base).

https://bugs.freedesktop.org/buglist.cgi?status_whiteboard_type=allwordssubstrquery_format=advancedstatus_whiteboard=EasyHackbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENED
D

http://wiki.documentfoundation.org/Development/Easy_Hacks

+1

Starting with some (Impress) easy hacks sounds good.
As we have three students, probably, they will let them work 
independently on different taks.

5.   Perhaps working on a needed Extension might be good?
It is, indeed. But I assume that it is not C++ but some other language 
like Python

will be use if we go for an extension. Is that right?





6.  The most  under-staffed group in TDF at the moment is the Documentation
Team.

This is a programming project for students. Sorry :)

I have bcc'd  this email to Alex in case he has specific ideas.

Please keep him in the CC.

From the next emails, the students will ping the dev list with specific 
questions,

not the marketing list.

Once again, my apologies for cross-posting.

--
Nguyen Vu Hung (Nguyyễn Vũ Hưng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Tasks for the summer

2011-06-11 Thread Nguyen Vu Hung (KiEi)
Hello all,

Regarding the MHST that we have proposed 2 months ago[1],
the good news is that our idea has been accepted and three students will
join the fun!

Well, now I want you ask/confirm some points.

1. The students want to work with some standalone app
However, IMO, working on adding a new feature to the LibO will be more fun.
Please let me know how do you think.

2. We need a list of the ideas registered to GSoC[2]
so that we can pick an idea (a task for this summer)

3. New ideas that are not in the list [2] are OK, too :)

Cheers,

[1] http://lists.freedesktop.org/archives/libreoffice/2011-April/010673.html
[2] http://wiki.documentfoundation.org/Development/Gsoc/Ideas

-- 
Nguyen Vu Hung (Nguye^~n Vu~ Hu+ng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [GSoC] Report

2011-05-05 Thread Nguyen Vu Hung (KiEi)

(2011/05/05 17:28), Timo wrote:

this week I am very busy because of the university. I will work on next
week.
I suggest a blog to note anything pops up in your mind; including a 
report.

No, you don't need a report if you are able to manage yourself :)

--
Nguyen Vu Hung (Nguyye^~n Vu~ Hu+ng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] GSoC libreoffice android port

2011-05-05 Thread Nguyen Vu Hung (KiEi)

(2011/04/26 0:30), Jonathan Aquilina wrote:
I am aware that there is a task for the GSoC to port LO to android. I 
think we should have our own specific branch for android development 
as i am sure until we iron things out there will be lots of breakages 
that we should keep out of master.


How is the progress?

I agree with the OP that, this task is big enough for a Gsoc project.

This is a serious work.

--
Nguyen Vu Hung (Nguyye^~n Vu~ Hu+ng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Promoting LibO to Vietnamese students by completing easy hacks

2011-04-20 Thread Nguyen Vu Hung (KiEi)

Hello,

I CC'ed Nguyen Hong Quang, the one who has founded MHST.

(2011/04/20 14:47), Cedric Bosdonnat wrote:

Could you enlighten us about some points about MHST?

Perhaps Mr. Quang can do that better than me :)


Is it working
exactly like GSoc (1 student, 1 project, one potential winner) or is it
more like a team project with one project? This would help us see what
kind of project(s) is needed for the students.

Mentors and students can team up.
Last year, most team consists of 3 or 4 students.
And the winners are team, not a person in a team.




The developers are the mentors and I step back as the one who fill the
gaps between
the developers and the students.

Cool! Are there some vietnamese developers that could help mentoring and
start gaining experience on the LO dev?

I will try but I can not promise anything.
The open source movement in Vietnam is still quite immature; and we find 
it very hard
creating an active Linux users' group. That means, it is even harder 
find FOSS developers.



Sure, but don't go too quickly with the tasks from the GSoc as the
students aren't selected yet.

I didn't know that :) Anyway, the deadline for picking an idea is
2011/04/30

What we can do: you copy the whole lot of ideas now and you remove the
ones selected for GSoc when Google has announced the selected students.
This way Vietnamese students can start working on their proposals.

+1

We can keep some private communication about the topic you know
vietnamese students are about to pick: I could tell you if you would
need to redirect the student on another task.

Please send me the list off-list.

The GSoc ideas page is pretty OK on that point, but not the easy hack
page. I'ld prefer keeping things on the GSoc ideas page.


And can add more ideas if you have, we have to finish them anyway.

--
Nguyen Vu Hung (Nguyyễn Vũ Hưng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Promoting LibO to Vietnamese students by completing easy hacks

2011-04-19 Thread Nguyen Vu Hung (KiEi)

Hello Cedric Bosdonnat et al,

(2011/04/19 14:20), Cedric Bosdonnat wrote:

Hello Vu Hung,

On Tue, 2011-04-19 at 07:42 +0700, Nguyen Vu Hung (KiEi) wrote:

Mùa hè sáng tạo (MHST 2010)[1] works much like
(Google) Summer of Code held among Vietnamese and for Vietnamese
students.

The reason we have our own version of Gsoc in Vietnam is that
students' English
skill is not so good.

I love this kind of ideas! but we need to checkout how to get that
project started.


Because I am working with MHST for the second year as a mentor/admin
so I'd say joining it is too easy (and much looser than Gsoc)

As for the regulation of MHST,
I propose that I will firstly register LibO team as a mentor; and I will 
take care

of the Vietnam side.

Some important deadlines:

2011/04/30: Deadline for mentor's (and his/her ideas) registration.
2011/05/01 - 2011/05/29: (team of) students' proposal registration
2011/05/30 - 2011/06/05: Announce the list of selected teams and students
2011/06/06 - 2011/09/04: Coding :)

MHST 2011 Information
http://www.olp.vn/mhst/thong-tin

Prizes
http://www.olp.vn/mhst/giai-thuong

Registration
http://www.olp.vn/mhst/dang-ky

List of MHST ideas
http://www.olp.vn/mhst/danh-sach-y-tuong

Guidelines
http://www.olp.vn/mhst/huong-dan


As to promote LibO *development* in Vietnam, I would like to ask
developers at LibO become a technical co-mentors, and myself will
be a co-mentor who bridges the gaps between you and the student(s).

No problem for me to co-mentor on the Writer side. I think we would
achieve better results if the other - vietnamese - mentor is a developer
and not just a translator, but maybe that's what you planned already.

Yes, that's what I have planned.
The developers are the mentors and I step back as the one who fill the 
gaps between

the developers and the students.


I will find some students joining the project.

Sure, you need to handle the MHST admin as we can't do it in vietnamese.

Don't worry, I've talked to other MHST admins and they have given us a +1.


Feel free to ping either Fridrich, thorsten or myself if you have
questions as we all were GSoc admins at a point of time.


Regarding the topics, is that OK if we pick some easy hacks[2][3]
on Gsoc idea page?

Sure, but don't go too quickly with the tasks from the GSoc as the
students aren't selected yet.

I didn't know that :) Anyway, the deadline for picking an idea is 2011/04/30


It's better to tell the students to be
careful that some of  those projects may already have been picked. WRT
the EasyHacks, tasks are sorted by difficulty and students should pick
tasks in section 6 - Programming tasks.

I see. Probably you have to fill some more programming tasks.

My concern is, can we allocate the right developer as the mentor for a 
programming task?


Please feel free to ask if you have any questions.

Please get back to me.

Done :D

I wish we could launch a successful project with students in vietnam
thanks to you.


My pleasure

Nguyen Vu Hung


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [libreoffice-marketing] Promoting LibO to Vietnamese students by completing easy hacks

2011-04-19 Thread Nguyen Vu Hung (KiEi)

Hello Tom Davies,

(2011/04/19 8:33), Tom Davies wrote:

Hi :)
It sounds excellent.  Does Google own the list or does it belong to TDF?

No :)

  If
Gsoc manage to fix all those then surely you would want a list of new easy
hacks?  I found this page to help ...

http://wiki.documentfoundation.org/Easy_Hacks
That gave a few links to good searches in our bugs area.  Here is the 1st one
they listed
https://bugs.freedesktop.org/buglist.cgi?status_whiteboard_type=allwordssubstrquery_format=advancedstatus_whiteboard=EasyHackbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENED
I will work with the developers on libreoffice@lists.freedesktop.org and 
I will stop posting to marketing

because only developers are candidates for mentors...

Well, as Cédric Bosdonnat has pointed out, programming task are suitable 
for Gsoc/MHST.


Some hacks are too easy; we need to think about the time constraints and 
the skills of the students too.



You are part of the LibreOffice Community so you have as much right to decide as
anyone else.  Perhaps some in the Steering Group could be considered to have a
larger vote, or just more experience.

Perhaps this could help open Gsoc to other languages rather than insisting that
people speak only 1 language.  If so then it could have an even larger benefit
to all of us.  Your idea is definitely a good move in my opinion.

Good luck and regards from
Tom :)

Thanks for nice words :)

Nguyen Vu Hung







From: Nguyen Vu Hung (KiEi)vuh...@ki-ei.com
To: market...@libreoffice.org; libreoffice@lists.freedesktop.org
Sent: Tue, 19 April, 2011 1:42:42
Subject: [libreoffice-marketing] Promoting LibO to Vietnamese students by
completing easy hacks

Hello marketing@ and dev@

Mu`a he` sa'ng ta.o (MHST 2010)[1] works much like
(Google) Summer of Code held among Vietnamese and for Vietnamese students.

The reason we have our own version of Gsoc in Vietnam is that students'
English
skill is not so good.

As to promote LibO *development* in Vietnam, I would like to ask
developers at LibO become a technical co-mentors, and myself will
be a co-mentor who bridges the gaps between you and the student(s).

I will find some students joining the project.

Regarding the topics, is that OK if we pick some easy hacks[2][3]
on Gsoc idea page?

Please get back to me.

Regards,

Nguyen Vu Hung

[1] http://www.olp.vn/mhst
[2] http://wiki.documentfoundation.org/Development/Gsoc/Ideas
[3] http://wiki.documentfoundation.org/Development/Easy_Hacks





--
Nguyen Vu Hung (Nguyyễn Vũ Hưng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [libreoffice-marketing] Promoting LibO to Vietnamese students by completing easy hacks

2011-04-19 Thread Nguyen Vu Hung (KiEi)

Hello Jeff Chimene,

(2011/04/19 23:47), Jeff Chimene wrote:

Hi Nguyn:

I'm sure the only issue is coordinating your selections with whatever is
happening with the other LibO GSoC mentors.

LibO developers are busy. However, students who join GSOC or MHST will not
ping the developers whenever they get problems.

I think we will need to work on both email and IRC, and what a mentor 
has to do
is answering the students' questions on the mailing list or IRC just 
like every other emails.


# I don't have time to check IRC :)

Regards,

Nguyen Vu Hung


 From the wiki:


To contact the developers team, check the #libreoffice 
channelirc://chat.freenode.net/libreofficeat
irc.freenode.nethttp://webchat.freenode.net/, the Development wiki 
pagehttp://wiki.documentfoundation.org/Development,
and the developers mailing list at 
FreeDesktop.orghttp://lists.freedesktop.org/mailman/listinfo/libreoffice
.


Cheers,
jec

2011/4/18 Nguyen Vu Hung (KiEi)vuh...@ki-ei.com


Hello marketing@ and dev@

Mu`a he` sa'ng ta.o (MHST 2010)[1] works much like
(Google) Summer of Code held among Vietnamese and for Vietnamese
students.

The reason we have our own version of Gsoc in Vietnam is that students'
English
skill is not so good.

As to promote LibO *development* in Vietnam, I would like to ask
developers at LibO become a technical co-mentors, and myself will
be a co-mentor who bridges the gaps between you and the student(s).

I will find some students joining the project.

Regarding the topics, is that OK if we pick some easy hacks[2][3]
on Gsoc idea page?

Please get back to me.

Regards,

Nguyen Vu Hung

[1] http://www.olp.vn/mhst
[2] http://wiki.documentfoundation.org/Development/Gsoc/Ideas
[3] http://wiki.documentfoundation.org/Development/Easy_Hacks


--
Unsubscribe instructions: E-mail to marketing+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/marketing/
All messages sent to this list will be publicly archived and cannot be
deleted





--
Nguyen Vu Hung (Nguyyễn Vũ Hưng)
LibreOffice, Vietnamese Translation Team.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Promoting LibO to Vietnamese students by completing easy hacks

2011-04-18 Thread Nguyen Vu Hung (KiEi)
Hello marketing@ and dev@

Mu`a he` sa'ng ta.o (MHST 2010)[1] works much like
(Google) Summer of Code held among Vietnamese and for Vietnamese students.

The reason we have our own version of Gsoc in Vietnam is that students'
English
skill is not so good.

As to promote LibO *development* in Vietnam, I would like to ask
developers at LibO become a technical co-mentors, and myself will
be a co-mentor who bridges the gaps between you and the student(s).

I will find some students joining the project.

Regarding the topics, is that OK if we pick some easy hacks[2][3]
on Gsoc idea page?

Please get back to me.

Regards,

Nguyen Vu Hung

[1] http://www.olp.vn/mhst
[2] http://wiki.documentfoundation.org/Development/Gsoc/Ideas
[3] http://wiki.documentfoundation.org/Development/Easy_Hacks

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] DELIVERY REPORTS ABOUT YOUR E-MAIL

2011-04-17 Thread Nguyen Vu Hung (KiEi)

Hello all,

FYI,

The original email was attached with a file text.pif,
which contains MyDoom virus.

(2011/04/17 14:04), The Post Office wrote:

The original message was received at Sun, 17 Apr 2011 13:04:28 +0600 from 
lists.freedesktop.org [38.86.15.69]

- The following addresses had permanent fatal errors -
libreoffice@lists.freedesktop.org

- Transcript of the session follows -
... while talking to lists.freedesktop.org.:
550 5.1.2libreoffice@lists.freedesktop.org... Host unknown (Name server: host 
not found)



___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] LibreOffice on Vietnam Television Channel 2: Moving to LibO is a must

2011-04-17 Thread Nguyen Vu Hung (KiEi)
Hello all,

OOo has been a (recommended) alternative office suite to MSO in
Vietnamese public sector
which is stated in a national decision.

However, since the fork, the government had to choose between OOo and LibO.

There was a debate that which one is better.
OK, that is why I was on the TV proving that LibreOffice is the choice :)

I hope there will be an updated decision that replaces OOo by LibO :),

And here is the video (Vietnamese)
http://www.youtube.com/watch?v=PFowLtr39Ug

Regards,

Nguyen Vu Hung

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] How many GSOC projects do we have in 2011?

2011-04-17 Thread Nguyen Vu Hung (KiEi)
Hello all,

Just a quick question:
How many GSOC projects do we have in 2011?

BR,

Nguyen Vu Hung

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [GSoc] Students and mentors, apply now!

2011-03-29 Thread Nguyen Vu Hung (KiEi)

(2011/03/29 14:18), Cedric Bosdonnat wrote:

* Mentors need to apply now too in order to be able to participate in
the applications selection process after that period.

I have applied as a mentor.

id = vuhung
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] FYI: Some comments on OOo

2011-03-10 Thread Nguyen Vu Hung (KiEi)
Hello all,

FYI, I got this email from the list..

Dear OpenOffice Crew,
In fact i am/was a very satisfied OpenOffice customer. Ive been using it
for 4 years now and i never had a problem. But for the last time (let's
say for about a year) OpenOffice is getting worse instead of improving.
Its getting more and more likely to its greatest concurrent -
Microsoft's Word - with all the good, but moreover the negative aspects :
-whenever you work with more than 3 OpenOffice documents at a time, the
program gets very slow, the spell-checker stops to work, copy-pasting
gets impossible (yes : impossible : you can copy but you cannot paste
anymore)
-if you try to copy a text/image from an internet browser (it doesnt
matter if mozilla or microsoft, i tried them all) OpenOffice just
hangs itself up and you have to restart it.
-ive had the version 3.2 of OpenOffice, which already had all the
problems listed above. But just now i downloaded the 3.3 version : what
a mess! i just wanted to print a text, but when the print box opend, i
was shocked : there was a completely different menu ! what happened to
the old one? it is as if OpenOffice would not recognize my HP printer
anymore ! i was always used to choose the quick/economical printing
menu, but it was gone ! i cannot change any printing modalities anymore
!!! what should i do? de-install and re-install my printer? sorry
guys/gals but i prefer to kick Open Office from my computer !
To resume, OpenOffice has 2 huge problems at the moment :
1) it degraded itself to a simple copy-cat of Microsoft and lost all
aspects of individuality and innovation. where are the new ideas? stop
just copying world'st most popular text-program in the hope of getting a
piece of the cake. You'll just loose your good old clients
2) another major problem is the compatibility with other programs.
Whenever something else than OpenOffice is in the game (Microsoft, HP,
Mozilla) you'll be sure you'll get some problems
By the way let me say that I am not a big fan of pointless criticising,
i just want to give you some points you hopefully will reflect on.
Dear regards
Bourguignon Laura
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice