Hi,
ok, good luck. Looking forward to the patches. Feel free to commit. (1)
We are looking forward to it.
All the best,
Mario
(1) https://sourceforge.net/tracker2/?limit=10&func=&group_id=180858&atid=894871
On Tue, Feb 24, 2009 at 4:38 AM, Hotnuma <hotnuma@...> wrote:
> Hi Mario,
>
> I created a fork yesterday, I'm studying the source code
> and I'll see what I can get will it. I maybe submit patches to
> LXDE as well, currently I don't know.
>
> Regards,
> Manu.
>
> Mario Behling wrote:
>>
>> Hi Hotnuma,
>>
>> On Sun, Feb 22, 2009 at 3:00 PM, Hotnuma <hotnuma@...> wrote:
>>
>>>
>>> LXDE looks dead in fact. It clams to be better than xfce but it's less
>>> fonctionnal and more buggy than Windows 95, which is 17 years old.
>>> (Win95 had a trash can, drag and drop support and much more)
>>>
>>
>> Hm. I dont remember it. So, long ago. I dont think it was free and
>> open source, was it? And nobody said LXDE is perfect. We always say
>> there are a lot of bugs to solve.
>>
>> LxPanel is a fork of another project and you can find in the source code
>>
>>>
>>> parts taken from xfce or other projects.
>>>
>>
>> Yes, that is the idea of free and open source software. Take and remix
>> code as you wish. This project could only get to the current stage by
>> reusing code. By the way the original code PCMan File Manager also
>> originates from another project more than 3 years ago.
>>
>>
>> It looks like a very good
>>
>>>
>>> vaporware, a lot of promotion and not much facts.
>>>
>>
>> That is your opinion. I am also suprised that LXDE is already in
>> Fedora, Knoppix, Debian and other distros. Seems that some core people
>> think, it is not as bad in the end. I would think that more people get
>> involved by the amount of bugs that need to be fixed. It is actually
>> quite easy to get involved by now.
>>
>>
>>>
>>> Forks, forks, forks, 36 members and finally no more C developper, nobody
>>> is able to commit patches except translations.
>>>
>>
>> This is the time to get involved. Free software is about doing it
>> yourself.
>>
>> People are only able to commit the time they have in spare. Currently
>> there is no commercial company supporting core developers for
>> development on LXDE. Looking at that, it is pretty astounding what has
>> been achieved already.
>>
>>
>>>
>>> Yet another open source utopia...
>>>
>>
>> Thanks for the motivating post!
>>
>>
>>>
>>> Manu.
>>>
>>
>> Mario
>>
>>
>>>
>>> Zhang Le wrote:
>>>
>>>>
>>>> On 00:49 Thu 19 Feb , Hotnuma wrote:
>>>>
>>>>
>>>>>
>>>>> Hi all,
>>>>>
>>>>> the attached diff fixes a few compilation errors agains SVN sources,
>>>>> please
>>>>> review and apply. ;)
>>>>>
>>>>>
>>>>
>>>> Please commit this.
>>>>
>>>> And to committers:
>>>> Maybe I am not the right person to say this, but still I want to remind
>>>> that:
>>>> please try to make sure that after each commit, the source could still
>>>> build.
>>>> Otherwise it is discouraging to testers.
>>>>
>>>> Thanks!
>>>>
>>>> Zhang, Le
>>>>
>>>>
>>>>
>>>>
>>>>>
>>>>> Thanks, Hotnuma.
>>>>>
>>>>>
>>>>
>>>>
>>>>>
>>>>> diff -rup lxde_src_orig/gpicview/configure.in
>>>>> lxde_src_working/gpicview/configure.in
>>>>> --- lxde_src_orig/gpicview/configure.in 2009-02-16
>>>>> 15:21:02.000000000 +0100
>>>>> +++ lxde_src_working/gpicview/configure.in 2009-02-17
>>>>> 19:17:48.000000000 +0100
>>>>> @@ -29,7 +29,7 @@ AC_SUBST(GETTEXT_PACKAGE)
>>>>> AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext
>>>>> package.])
>>>>>
>>>>> dnl Add the languages which your application supports here.
>>>>> -ALL_LINGUAS="zh_TW pt_BR sk cs es gl de_DE pl zh_CN fr nl lt ja pl no
>>>>> fi ru zh_CN eu sv et pt_PT it ar da"
>>>>> +ALL_LINGUAS="zh_TW pt_BR sk cs es gl de pl zh_CN fr nl lt ja pl fi ru
>>>>> zh_CN eu sv et pt it ar da"
>>>>> AM_GLIB_GNU_GETTEXT
>>>>>
>>>>> AC_OUTPUT([
>>>>> diff -rup lxde_src_orig/lxappearance/configure.in
>>>>> lxde_src_working/lxappearance/configure.in
>>>>> --- lxde_src_orig/lxappearance/configure.in 2009-02-16
>>>>> 15:20:49.000000000 +0100
>>>>> +++ lxde_src_working/lxappearance/configure.in 2009-02-16
>>>>> 18:37:40.000000000 +0100
>>>>> @@ -20,7 +20,7 @@ AC_SUBST(GETTEXT_PACKAGE)
>>>>> AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext
>>>>> package.])
>>>>>
>>>>> dnl Add the languages which your application supports here.
>>>>> -ALL_LINGUAS="zh_TW cs hu fi de fr zh_CN es pt_BR sv et pt_PT it pl_PL
>>>>> ar ru da"
>>>>> +ALL_LINGUAS="zh_TW cs hu fi de fr zh_CN es pt_BR sv et pt it pl ar ru
>>>>> da"
>>>>> AM_GLIB_GNU_GETTEXT
>>>>>
>>>>> AC_OUTPUT([
>>>>> diff -rup lxde_src_orig/lxde-settings-daemon/autogen.sh
>>>>> lxde_src_working/lxde-settings-daemon/autogen.sh
>>>>> --- lxde_src_orig/lxde-settings-daemon/autogen.sh 2009-02-16
>>>>> 15:20:49.000000000 +0100
>>>>> +++ lxde_src_working/lxde-settings-daemon/autogen.sh 2009-02-16
>>>>> 15:22:33.000000000 +0100
>>>>> @@ -9,7 +9,7 @@ if [ "x${ACLOCAL_DIR}" != "x" ]; then
>>>>> fi
>>>>>
>>>>> ${ACLOCAL:-aclocal$AM_VERSION} ${ACLOCAL_ARG}
>>>>> -#${AUTOHEADER:-autoheader$AC_VERSION}
>>>>> +${AUTOHEADER:-autoheader$AC_VERSION}
>>>>> # AUTOMAKE=${AUTOMAKE:-automake$AM_VERSION} libtoolize -c --automake
>>>>> --force
>>>>> # AUTOMAKE=${AUTOMAKE:-automake$AM_VERSION} intltoolize -c --automake
>>>>> --force
>>>>> ${AUTOMAKE:-automake$AM_VERSION} --add-missing --copy --include-deps
>>>>> diff -rup lxde_src_orig/lxlauncher/configure.in
>>>>> lxde_src_working/lxlauncher/configure.in
>>>>> --- lxde_src_orig/lxlauncher/configure.in 2009-02-16
>>>>> 15:21:00.000000000 +0100
>>>>> +++ lxde_src_working/lxlauncher/configure.in 2009-02-16
>>>>> 20:30:50.000000000 +0100
>>>>> @@ -30,7 +30,7 @@ AC_SUBST(GETTEXT_PACKAGE)
>>>>> AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext
>>>>> package.])
>>>>>
>>>>> dnl Add the languages which your application supports here.
>>>>> -ALL_LINGUAS="ar cs de es et fi fr hu it pt_BR pt_PT sv zh_CN zh_TW da"
>>>>> +ALL_LINGUAS="ar cs de es et fi fr hu it pt_BR pt sv zh_CN zh_TW da"
>>>>>
>>>>> AM_GLIB_GNU_GETTEXT
>>>>>
>>>>> diff -rup lxde_src_orig/lxmusic/configure.in
>>>>> lxde_src_working/lxmusic/configure.in
>>>>> --- lxde_src_orig/lxmusic/configure.in 2009-02-16
>>>>> 15:20:48.000000000 +0100
>>>>> +++ lxde_src_working/lxmusic/configure.in 2009-02-17
>>>>> 20:01:01.000000000 +0100
>>>>> @@ -36,7 +36,7 @@ AC_SUBST(GETTEXT_PACKAGE)
>>>>> AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext
>>>>> package.])
>>>>>
>>>>> dnl Add the languages which your application supports here.
>>>>> -ALL_LINGUAS="zh_TW cs de es_ES hu sv pt_PT et it pl_PL ar da ja"
>>>>> +ALL_LINGUAS="zh_TW cs de es hu sv pt et it pl ar da ja"
>>>>> AM_GLIB_GNU_GETTEXT
>>>>>
>>>>> AC_OUTPUT([
>>>>> diff -rup lxde_src_orig/lxmusic/po/LINGUAS
>>>>> lxde_src_working/lxmusic/po/LINGUAS
>>>>> --- lxde_src_orig/lxmusic/po/LINGUAS 2009-02-16 15:20:48.000000000
>>>>> +0100
>>>>> +++ lxde_src_working/lxmusic/po/LINGUAS 2009-02-17
>>>>> 20:01:19.000000000 +0100
>>>>> @@ -1,2 +1,2 @@
>>>>>
>>>>> -de es_ES et hu it pl_PL pt_BR pt_PT sv zh_TW ar ja
>>>>> +de es et hu it pl pt_BR pt sv zh_TW ar ja
>>>>> diff -rup lxde_src_orig/lxrandr/configure.in
>>>>> lxde_src_working/lxrandr/configure.in
>>>>> --- lxde_src_orig/lxrandr/configure.in 2009-02-16
>>>>> 15:21:01.000000000 +0100
>>>>> +++ lxde_src_working/lxrandr/configure.in 2009-02-16
>>>>> 20:31:21.000000000 +0100
>>>>> @@ -20,7 +20,7 @@ AC_SUBST(GETTEXT_PACKAGE)
>>>>> AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext
>>>>> package.])
>>>>>
>>>>> dnl Add the languages which your application supports here.
>>>>> -ALL_LINGUAS="zh_TW cs hu zh_CN fi de es sv pt_PT it et ar sv ru da"
>>>>> +ALL_LINGUAS="zh_TW cs hu zh_CN fi de es sv pt it et ar sv ru da"
>>>>> AM_GLIB_GNU_GETTEXT
>>>>>
>>>>> AC_OUTPUT([
>>>>> diff -rup lxde_src_orig/lxsession-edit/configure.in
>>>>> lxde_src_working/lxsession-edit/configure.in
>>>>> --- lxde_src_orig/lxsession-edit/configure.in 2009-02-16
>>>>> 15:21:01.000000000 +0100
>>>>> +++ lxde_src_working/lxsession-edit/configure.in 2009-02-16
>>>>> 20:28:11.000000000 +0100
>>>>> @@ -27,7 +27,7 @@ AC_SUBST(GETTEXT_PACKAGE)
>>>>> AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext
>>>>> package.])
>>>>>
>>>>> dnl Add the languages which your application supports here.
>>>>> -ALL_LINGUAS="ar cs de es et fi hu it pl_PL sv zh_TW da"
>>>>> +ALL_LINGUAS="ar cs da de es et fi hu it pl sv zh_TW"
>>>>> AM_GLIB_GNU_GETTEXT
>>>>>
>>>>> AC_OUTPUT([
>>>>> diff -rup lxde_src_orig/lxtask/configure.ac
>>>>> lxde_src_working/lxtask/configure.ac
>>>>> --- lxde_src_orig/lxtask/configure.ac 2009-02-16
>>>>> 15:21:01.000000000 +0100
>>>>> +++ lxde_src_working/lxtask/configure.ac 2009-02-17
>>>>> 14:17:23.000000000 +0100
>>>>> @@ -29,7 +29,7 @@ AM_GNU_GETTEXT_VERSION(0.14.1)
>>>>> AC_SUBST(GETTEXT_PACKAGE)
>>>>> AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext
>>>>> package.])
>>>>>
>>>>> -ALL_LINGUAS="cs de el en_GB eu fi fr gl hu ja lv nb_NO nl pl pt_BR
>>>>> pt_PT ru ur vi zh_TW es zh_CN et sv ar da"
>>>>> +ALL_LINGUAS="cs de el en_GB eu fi fr gl hu ja lv nb nl pl pt_BR pt ru
>>>>> ur vi zh_TW es zh_CN et sv ar da"
>>>>> AM_GLIB_GNU_GETTEXT
>>>>>
>>>>> AC_OUTPUT([
>>>>> diff -rup lxde_src_orig/lxtask/po/LINGUAS
>>>>> lxde_src_working/lxtask/po/LINGUAS
>>>>> --- lxde_src_orig/lxtask/po/LINGUAS 2009-02-16 15:21:01.000000000
>>>>> +0100
>>>>> +++ lxde_src_working/lxtask/po/LINGUAS 2009-02-17
>>>>> 18:49:18.000000000 +0100
>>>>> @@ -1,2 +1,2 @@
>>>>>
>>>>> -ar ca cs de el en_GB es et eu fi fr gl hu it ja lv nb_NO nl pl pt_BR
>>>>> pt_PT ru sq sv ur vi zh_CN zh_TW
>>>>> +ar ca cs de el en_GB es et eu fi fr gl hu it ja lv nb nl pl pt_BR pt
>>>>> ru sq sv ur vi zh_CN zh_TW
>>>>> diff -rup lxde_src_orig/lxterminal/configure.ac
>>>>> lxde_src_working/lxterminal/configure.ac
>>>>> --- lxde_src_orig/lxterminal/configure.ac 2009-02-16
>>>>> 15:18:49.000000000 +0100
>>>>> +++ lxde_src_working/lxterminal/configure.ac 2009-02-16
>>>>> 20:37:36.000000000 +0100
>>>>> @@ -24,7 +24,7 @@ GETTEXT_PACKAGE=lxterminal
>>>>> AC_SUBST(GETTEXT_PACKAGE)
>>>>> AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext
>>>>> package.])
>>>>>
>>>>> -ALL_LINGUAS="zh_TW cs de de_AT de_CH de_DE hu pt_BR zh_CN fi es et
>>>>> pt_PT sv it pl_PL eu ar ru da ja"
>>>>> +ALL_LINGUAS="zh_TW cs de hu pt_BR zh_CN fi es et pt sv it pl eu ar ru
>>>>> da ja"
>>>>> AM_GLIB_GNU_GETTEXT
>>>>>
>>>>> AC_OUTPUT([
>>>>> diff -rup lxde_src_orig/lxterminal/po/LINGUAS
>>>>> lxde_src_working/lxterminal/po/LINGUAS
>>>>> --- lxde_src_orig/lxterminal/po/LINGUAS 2009-02-16
>>>>> 15:18:49.000000000 +0100
>>>>> +++ lxde_src_working/lxterminal/po/LINGUAS 2009-02-17
>>>>> 19:34:05.000000000 +0100
>>>>> @@ -1,2 +1,2 @@
>>>>>
>>>>> -ar de_AT de_CH de_DE de es et eu fi hu it pl pt_BR pt_PT ru sv zh_CN
>>>>> zh_TW ja
>>>>> +ar de es et eu fi hu it pl pt_BR pt ru sv zh_CN zh_TW ja
>>>>>
>>>>>
|