Porteus LXDE + FVWM (Japanese/English)

Here is a place for your projects which are not officially supported by the Porteus Team. For example: your own kernel patched with extra features; desktops not included in the standard ISO like Gnome; base modules that are different than the standard ISO, etc...
Seva
Samurai
Samurai
Posts: 134
Joined: 30 Apr 2015, 12:00
Distribution: XFCE Porteus Desktop 3.1 64bit
Location: Moscow, Russia

Re: Porteus LXDE + FVWM (Japanese/English)

Post#76 by Seva » 11 Jul 2015, 08:32

youtube 360 degrees videos work with the new chrome module, nice
posted from Porteus

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: Porteus LXDE + FVWM (Japanese/English)

Post#77 by neko » 11 Jul 2015, 10:30

@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.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: Porteus LXDE + FVWM (Japanese/English)

Post#78 by Jack » 23 Jul 2015, 00:57

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?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: Porteus LXDE + FVWM (Japanese/English)

Post#79 by neko » 23 Jul 2015, 01:31

@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.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: Porteus LXDE + FVWM (Japanese/English)

Post#80 by Jack » 23 Jul 2015, 01:54

@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.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: Porteus LXDE + FVWM (Japanese/English)

Post#81 by neko » 25 Jul 2015, 11:42

"LXDE + Kernel V3.18.18 Version" was updated to "LXDE + Kernel V3.18.19 Version."
http://forum.porteus.org/viewtopic.php? ... 005#p35005

Thanks.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: Porteus LXDE + FVWM (Japanese/English)

Post#82 by francois » 25 Jul 2015, 14:35

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?
Prendre son temps, profiter de celui qui passe.

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: Porteus LXDE + FVWM (Japanese/English)

Post#83 by neko » 25 Jul 2015, 16:13

@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.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: Porteus LXDE + FVWM (Japanese/English)

Post#84 by francois » 26 Jul 2015, 11:40

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.
Prendre son temps, profiter de celui qui passe.

Bogomips
Full of knowledge
Full of knowledge
Posts: 2564
Joined: 25 Jun 2014, 15:21
Distribution: 3.2.2 Cinnamon & KDE5
Location: London

Re: Porteus LXDE + FVWM (Japanese/English)

Post#85 by Bogomips » 26 Jul 2015, 15:30

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
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: Porteus LXDE + FVWM (Japanese/English)

Post#86 by neko » 26 Jul 2015, 23:26

@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.)

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: Porteus LXDE + FVWM (Japanese/English)

Post#87 by neko » 29 Jul 2015, 12:50

The latest version of Google chrome is 44.0.2403.125-1.
Please refer to
http://forum.porteus.org/viewtopic.php? ... 571#p33571

Thanks.

Kriss
Samurai
Samurai
Posts: 135
Joined: 06 Jul 2011, 07:07
Location: Russia

Re: Porteus LXDE + FVWM (Japanese/English)

Post#88 by Kriss » 30 Jul 2015, 09:01

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...
Suggestions/corrections/additions are always welcome.

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: Porteus LXDE + FVWM (Japanese/English)

Post#89 by neko » 30 Jul 2015, 11:20

@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.

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: Porteus LXDE + FVWM (Japanese/English)

Post#90 by neko » 05 Aug 2015, 04:11

The latest version of Google chrome is 44.0.2403.130-1.
Please refer to
http://forum.porteus.org/viewtopic.php? ... 571#p33571

Thanks.

Post Reply