Page 6 of 9

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 11 Jul 2015, 08:32
by Seva
youtube 360 degrees videos work with the new chrome module, nice

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 11 Jul 2015, 10:30
by neko
@Seva
About "360 degree youtube",
first you did a pointed out the problem to me.
And donald has provided us with the technical information.

It can be realized by
the new kernel configured by ’CONFIG_NAMESPACES=y’
and
the google-chrome executed without options.

As a result I obtained the following results.
'upkernel' command that updates the kernel of Porteus V3.1.
http://forum.porteus.org/viewtopic.php? ... 788#p34856
and
Bare google-chrome
http://forum.porteus.org/viewtopic.php? ... =45#p33571

I would like to thank you and donald.

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 23 Jul 2015, 00:57
by Jack
neko wrote:==== LXDE + Kernel V3.18.18 Version ====

1. ISO
(1) 32 bit English Edition
LXDE-kernel.v3.18.18-i486-1.iso (204 M)
http://www.mediafire.com/download/t0ob2 ... i486-1.iso
md5sum: ed9ad6b0c530d7eebf3d5f8dec780230 LXDE-kernel.v3.18.18-i486-1.iso

(2) 64 bit English Edition
LXDE-kernel.v3.18.18-x86_64-1.iso (213 M)
http://www.mediafire.com/download/im8jz ... 6_64-1.iso
md5sum: 8728b35984d53e315f85f249920d1306 LXDE-kernel.v3.18.18-x86_64-1.iso

(3) 32 bit Japanese Edition
LXDE-ja-kernel.v3.18.18-i486-1.iso (220 M)
http://www.mediafire.com/download/48r8a ... i486-1.iso
md5sum: 8c4e07d4bd06629f6bd90377ec9a51dc LXDE-ja-kernel.v3.18.18-i486-1.iso

(4) 64 bit Japanese Edition
LXDE-ja-kernel.v3.18.18-x86_64-1.iso (229 M)
http://www.mediafire.com/download/itzcj ... 6_64-1.iso
md5sum: 00e43b9a568312317aa95df0a3a0bb39 LXDE-ja-kernel.v3.18.18-x86_64-1.iso


2. Module
=== basic modules ===
ISO@/porteus/base/000-kernel.xzm ........... created from built kernel v3.18.18
ISO@/porteus/base/001-core.xzm ............. same as Porteus V3.1
ISO@/porteus/base/002-xorg.xzm ............. same as Porteus V3.1
ISO@/porteus/base/003-lxde.xzm ............. updated LXDE
(English Edition only)
ISO@/porteus/base/004-firefox-39.0.xzm ..... Firefox English version *
(Japanese Edition only)
ISO@/porteus/base/004-firefox_ja-39.0.xzm .. Firefox Japanese version *

*)Firefox version: 39.0

=== additional modules ===
ISO@/porteus/modules/003-lxde-plus.xzm .... additional applications
ISO@/porteus/modules/004-plugins.xzm ...... plugins for firefox *
ISO@/porteus/modules/009-lxde-cache.xzm ... cache data
(Japanese Edition only)
ISO@/porteus/modules/003-lxde_ja.xzm ...... Japanese locale for LXDE
ISO@/porteus/modules/005-locale_ja-8.xzm .. common Japanese locale with input method

*)flash version: 11.2.202.481
was updated to 11.2.202.491.
004-plugins-11.2.202.491.xzm
[32 bit]
http://www.mediafire.com/download/4o5pp ... 02.491.xzm
[64 bit]
http://www.mediafire.com/download/9nnec ... 02.491.xzm

3. Kernel v3.18.18 and Initrd
Please refer to "Update the kernel of Porteus v3.1".
http://forum.porteus.org/viewtopic.php? ... 788#p34856


4. 003-lxde-locales-2.xzm (33M)
http://www.mediafire.com/download/uk6p1 ... ales-2.xzm
md5sum: c70980de430278d64f9598b1872294f9 003-lxde-locales-2.xzm

includes lxde locales.

[how to create your locale lxde module: example 'ja']
==============================================================================
% su
# mloop 003-lxde_locales-2.xzm
# ls /mnt/loop/usr/share/locale/
# mkdir -p yourlocale/usr/share/locale
# cp -a /mnt/loop/usr/share/locale/ja yourlocale/usr/share/locale/.
# uloop
# mksquashfs yourlocale 003-lxde_ja.xzm -b 256K -comp xz -Xbcj x86
# rm -fr yourlocale
==============================================================================


5. 004-firefox-39.0.xzm and 004-firefox_ja-39.0.xzm
are created from V39.0 English(US) version and V39.0 Japanese version
that were gotten from the site https://www.mozilla.org/en-US/firefox/all/ .

[how to create your locale firefox module]
Your locale firefox firefox-39.0.tar.bz2 (32 bit or 64 bit) be gotten from the site.
(1) 32 bit
==============================================================================
% su
# mloop LXDE-kernel.v3.18.17-i486-1.iso
# cp /mnt/loop/porteus/base/004-firefox-39.0.xzm en.xzm
# uloop
# mloop en.xzm
# cp -a /mnt/loop yourlocale
# uloop
# rm en.xzm
# bzip2 -dc firefox-39.0.tar.bz2 | tar -x
# rm -fr yourlocale/usr/lib/firefox
# mv firefox yourlocale/usr/lib/.
# mksquashfs yourlocale 004-firefox.xzm -b 256K -comp xz -Xbcj x86
# rm -fr yourlocale
==============================================================================

(2) 64 bit
==============================================================================
% su
# mloop LXDE-kernel.v3.18.17-x86_64-1.iso
# cp /mnt/loop/porteus/base/004-firefox-39.0.xzm en.xzm
# uloop
# mloop en.xzm
# cp -a /mnt/loop yourlocale
# uloop
# rm en.xzm
# bzip2 -dc firefox-39.0.tar.bz2 | tar -x
# rm -fr yourlocale/usr/lib64/firefox
# mv firefox yourlocale/usr/lib64/.
# mksquashfs yourlocale 004-firefox.xzm -b 256K -comp xz -Xbcj x86
# rm -fr yourlocale
==============================================================================


Thanks.

-----------------------------------------
updated on 2015.07.13
updated on 2015.07.19
updated on 2015.07.20
With this ISO can I just replace "003-lxde.xzm" with "003-mate.xzm" and remove "003-lxde-plus.xzm 004-plugins.xzm 009-lxde-cache.xzm" to make it a Mate version with new Kernel?

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 23 Jul 2015, 01:31
by neko
@Jack
wrote;
With this ISO can I just replace "003-lxde.xzm" with "003-mate.xzm" and remove "003-lxde-plus.xzm 004-plugins.xzm 009-lxde-cache.xzm" to make it a Mate version with new Kernel?

Yes, you can.
If you need an Adobe flash player for the Firefox browser,
the 004-plugins-11.2.202.491.xzm is needed.

Thanks.

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 23 Jul 2015, 01:54
by Jack
@neko
wrote:
Yes, you can.
If you need an Adobe flash player for the Firefox browser,
the 004-plugins-11.2.202.491.xzm is needed.

I know I need it but I had that one.

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 25 Jul 2015, 11:42
by neko
"LXDE + Kernel V3.18.18 Version" was updated to "LXDE + Kernel V3.18.19 Version."
http://forum.porteus.org/viewtopic.php? ... 005#p35005

Thanks.

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 25 Jul 2015, 14:35
by francois
Hello neko. I wanted to thank you for this great work and assiduity that you have towards porteus forum members.

I would like a clarification that has not to do with LXDE + FVWM, but with the standard porteus edition:
http://forum.porteus.org/viewtopic.php?t=2966&p=32284

At some point you did provide me (us) with slimjet for standard porteus edition:
http://forum.porteus.org/viewtopic.php?t=2966&p=32284

And in the chat you announced google-chrome in the porteus chat section:
Google Chrome 44.0.2403.89-1 was uploaded.
viewtopic.php?f=75&t=2966&p=33571#p33571

This is not for the regular porteus edition. Is it too? (presently the only available google-chrome version by usm is 39.0.2171.65)

Is it possible for you to write some howto for the building of slimjet for the regular porteus edition? Would you be able to do the same for the google-chrome package?

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 25 Jul 2015, 16:13
by neko
@francois

1. "in the chat you announced google-chrome in the porteus chat section"
Excuse me.
This was my mistake about the rule of the usage of chat section.

2. "This is not for the regular porteus edition. Is it too?"
Yes,it is.
It can be used in the regular porteus edition.
But, it includes a small FVWM data that does not harm other editions.

3. "Is it possible for you to write some howto for the building of slimjet for the regular porteus edition?"
Yes, it is possible.
The article will be written by my 'poor' English.
For me, English is the most difficult problem.

4. "Would you be able to do the same for the google-chrome package?"
Yes and No.

I hesitate to do so.
And then I would not do.
Because we have already methods that get google chrome.
(1) USM
(2) Google Chrome and other 32-bit stable browsers
http://forum.porteus.org/viewtopic.php?f=51&t=1596

The main reason that I announced a upload of google chrome is
to make porteus user know a new version arrive.
And I expect that those methods will follow the latest version.

5. Google chrome 44.0.2403.107-1 was uploaded just now.
http://forum.porteus.org/viewtopic.php? ... =45#p33571


Thanks.

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 26 Jul 2015, 11:40
by francois
Your English is good enough. The more you write and read, the better it will get. And once more the work you do is great.

Thanks.

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 26 Jul 2015, 15:30
by Bogomips
If I wish to write something that is really difficult, and I do not know where to start, I write it in English and then use google translate (or http://www.freetranslations.org/, haven't tried polyglot so far) on the English. After this I look through the translation and correct it. Just a tip. 8)

For instance, stretching the limits of my French: Bonjour bogomips. On se croise sur les fils d'internet!
Google: It crosses on internet son!
freetranslations: We meet on the internet leads!
polyglot: No output

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 26 Jul 2015, 23:26
by neko
@francois
@Bogomips

Thanks to you for kind advice.
I will solve the language problem with the help of dictionaries and GOOGLE.
But in the statement, I think, there are many errors.
And also there is that time-consuming slow response to decipher and creation of English.
Please forgive these rude.


Thanks.

----------------------------------------
I am currently considering creating
an improved upkernel,
an improved live-usb and
the building of slimjet for for the regular porteus edition.


(This statement, it was created by GOOGLE.)

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 29 Jul 2015, 12:50
by neko
The latest version of Google chrome is 44.0.2403.125-1.
Please refer to
http://forum.porteus.org/viewtopic.php? ... 571#p33571

Thanks.

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 30 Jul 2015, 09:01
by Kriss
Sorry, I almost forgot to post my fvwm modules:
https://cbkoin.ru:450/uploads/Files/fvwm.zip

There are many additional modules there: icons, gtk theme, compositor (for shadows and transparency).
And I probably forgot something...

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 30 Jul 2015, 11:20
by neko
@Kriss
I have created the ISO, which contains all modules that are included in your uploaded zip file.
I tried to run it.(running was OK!!)
I will play in various configuration with this ISO.
Thank you for your upload.

===============================================
[BASE ISO]
FVWM-kernel.v3.18.19-x86_64-1.iso
Please refer to
http://forum.porteus.org/viewtopic.php? ... =45#p34291
--------->


FVWM-kernel.v3.18.19-x86_64-1/:
EFI/ USB_INSTALLATION.txt boot/ porteus/

FVWM-kernel.v3.18.19-x86_64-1/EFI:
boot/

FVWM-kernel.v3.18.19-x86_64-1/EFI/boot:
bootx64.efi* grub.cfg*

FVWM-kernel.v3.18.19-x86_64-1/boot:
Porteus-installer-for-Linux.com* Porteus-installer-for-Windows.exe docs/ syslinux/

FVWM-kernel.v3.18.19-x86_64-1/boot/docs:
GNU_GPL License.txt cheatcodes-ja.txt cheatcodes.txt install.txt requirements.txt

FVWM-kernel.v3.18.19-x86_64-1/boot/syslinux:
chain.c32 initrd.xz isolinux.boot lilo.conf porteus.cfg syslinux.cfg vmlinuz
extlinux.conf isolinux.bin isolinux.cfg plpbt porteus.png vesamenu.c32

FVWM-kernel.v3.18.19-x86_64-1/porteus:
base/ kernel-v3.18.19-x86_64.sgn make_iso.sh* modules/ optional/ rootcopy/

FVWM-kernel.v3.18.19-x86_64-1/porteus/base:
000-kernel.xzm 001-core.xzm 002-xorg.xzm 003-afvwm-mini.xzm 004-google-chrome-44.0.2403.89-bare.xzm

FVWM-kernel.v3.18.19-x86_64-1/porteus/modules:
009-fvwm-cache.xzm

FVWM-kernel.v3.18.19-x86_64-1/porteus/optional:
009-persist5.xzm

FVWM-kernel.v3.18.19-x86_64-1/porteus/rootcopy:


===============================================
[uploaded zip file]
fvwm.zip
Please refer to
http://forum.porteus.org/viewtopic.php? ... =75#p35634
--------->


faenza-icons.xzm

compton:
compton-master2014-05-25.xzm libconfig-1.4.9-x86_64-1sl.xzm

fvwm:
154296-FlatStudio-1.03.xzm fvwm-login7.xzm xwd-1.0.6-x86_64-1.xzm zconf-fvwm.xzm zconf-theme-flatstudiodark-mod.xzm
fvwm-2.6.5-x86_64-stripped.xzm stalonetray-0.8.1-x86_64-1alien.xzm xwd.deps/ zconf-gtk.xzm

fvwm/xwd.deps:
fftw-3.3.3-x86_64-1.xzm imagemagick-6.8.6_10-x86_64-1.xzm lcms2-2.4-x86_64-1.xzm
ilmbase-1.0.3-x86_64-1.xzm jasper-1.900.1-x86_64-3.xzm openexr-1.7.1-x86_64-1.xzm


===============================================
[created ISO]
FVWM-kernel.v3.18.19-x86_64-2.iso
--------->


FVWM-kernel.v3.18.19-x86_64-2:
EFI/ USB_INSTALLATION.txt boot/ porteus/

FVWM-kernel.v3.18.19-x86_64-2/EFI:
boot/

FVWM-kernel.v3.18.19-x86_64-2/EFI/boot:
bootx64.efi* grub.cfg*

FVWM-kernel.v3.18.19-x86_64-2/boot:
Porteus-installer-for-Linux.com* Porteus-installer-for-Windows.exe docs/ syslinux/

FVWM-kernel.v3.18.19-x86_64-2/boot/docs:
GNU_GPL License.txt cheatcodes-ja.txt cheatcodes.txt install.txt requirements.txt

FVWM-kernel.v3.18.19-x86_64-2/boot/syslinux:
chain.c32 initrd.xz isolinux.boot lilo.conf porteus.cfg syslinux.cfg vmlinuz
extlinux.conf isolinux.bin isolinux.cfg plpbt porteus.png vesamenu.c32

FVWM-kernel.v3.18.19-x86_64-2/porteus:
base/ kernel-v3.18.19-x86_64.sgn make_iso.sh* modules/ optional/ rootcopy/

FVWM-kernel.v3.18.19-x86_64-2/porteus/base:
000-kernel.xzm 001-core.xzm 002-xorg.xzm 004-google-chrome-44.0.2403.125-1-x86_64-2duOwif.xzm

FVWM-kernel.v3.18.19-x86_64-2/porteus/modules:
154296-FlatStudio-1.03.xzm fvwm-login7.xzm libconfig-1.4.9-x86_64-1sl.xzm zconf-gtk.xzm
compton-master2014-05-25.xzm ilmbase-1.0.3-x86_64-1.xzm openexr-1.7.1-x86_64-1.xzm zconf-theme-flatstudiodark-mod.xzm
faenza-icons.xzm imagemagick-6.8.6_10-x86_64-1.xzm stalonetray-0.8.1-x86_64-1alien.xzm
fftw-3.3.3-x86_64-1.xzm jasper-1.900.1-x86_64-3.xzm xwd-1.0.6-x86_64-1.xzm
fvwm-2.6.5-x86_64-stripped.xzm lcms2-2.4-x86_64-1.xzm zconf-fvwm.xzm

FVWM-kernel.v3.18.19-x86_64-2/porteus/optional:

FVWM-kernel.v3.18.19-x86_64-2/porteus/rootcopy:

===============================================

Thanks.

Re: Porteus LXDE + FVWM (Japanese/English)

Posted: 05 Aug 2015, 04:11
by neko
The latest version of Google chrome is 44.0.2403.130-1.
Please refer to
http://forum.porteus.org/viewtopic.php? ... 571#p33571

Thanks.