Page 3 of 6

Re: Tool of Building Slimjet browser module

Posted: 15 Nov 2015, 15:26
by neko
The latest version of Slimjet is 6.0.1.0.

The debian package slimjet_i386.deb/slimjet_amd64.deb is gotten from the following site.
http://www.slimjet.com/en/
It is converted to Porteus module ".xzm" by "mkslimjet" command.

Please refer to the top article of this thread.

Thanks.

Re: Tool of Building Slimjet browser module

Posted: 15 Nov 2015, 15:42
by neko
The latest version of NPAPI Adobe Flash is 11.2.202.548.

The version of Adobe Flash can be checked on the following site.
And the '.tar.gz' installation file of the latest one can be gotten from the same site.
http://www.adobe.com/software/flash/about/

The '.tar.gz' installation file can be converted to '.xzm' module by the mkflash command.

Please refer to the top article of this thread.

Thanks.

Re: Tool of Building Slimjet browser module

Posted: 17 Nov 2015, 14:48
by neko
"mkfirefox and mkthunderbird" of mkslimjet-v3.1-noarch-6.xzm are aborted.

Because "firefox & thunderbird" download address has been changed.

New version is mkslimjet-v3.1-noarch-7.xzm.
Please refer to the top article of this thread.

Thanks.

Re: Tool of Building Slimjet browser module

Posted: 30 Nov 2015, 04:54
by neko
1. The latest version of Slimjet is 6.0.4.0.

The debian package slimjet_i386.deb/slimjet_amd64.deb is gotten from the following site.
http://www.slimjet.com/en/
It is converted to Porteus module ".xzm" by "mkslimjet" command.
Please refer to the top article of this thread.


2. The latest version of Thunderbird is 38.4.0.

It can be downloaded and converted to '.xzm' module by the "mkthunderbird" command.
Please refer to the top article of this thread.


Thanks.

Re: Tool of Building Slimjet browser module

Posted: 02 Dec 2015, 02:24
by neko
The latest version of GoogleChrome is 47.0.2526.73-1.

The debian package google-chrome-stable_current_i386.deb/google-chrome-stable_current_amd64.deb is gotten
from the following site.
https://www.google.com/chrome/browser/desktop/
It is converted to Porteus module ".xzm" by "mkgoogle-chrome" command.

Please refer to the top article of this thread.

Thanks.

Re: Tool of Building Slimjet browser module

Posted: 03 Dec 2015, 00:18
by Seva
chrome 47 not working
Image

i did exatcly the same mkgoogle-chrome command without options to make chrome46 and chrome47
46 works and 47 does not
using 46 for now, it is great

Re: Tool of Building Slimjet browser module

Posted: 03 Dec 2015, 08:48
by neko
@Seva
I tried as following.

On 32bit Porteus.

Code: Select all

guest@porteus:~/WORK$ pwd
/home/guest/WORK
guest@porteus:~/WORK$ ls
google-chrome-stable_current_amd64.deb  google-chrome-stable_current_i386.deb  mkslimjet-v3.1-noarch-7.xzm
guest@porteus:~/WORK$ md5sum *.deb
a7ca6149a6a74d093d2cb609bf7a96dc  google-chrome-stable_current_amd64.deb
ce11a81428e9af587765bdbfee42f911  google-chrome-stable_current_i386.deb
guest@porteus:~/WORK$ activate mkslimjet-v3.1-noarch-7.xzm
Updating shared library links:  /sbin/ldconfig
guest@porteus:~/WORK$ su
パスワード: 
root@porteus:/home/guest/WORK# ls
google-chrome-stable_current_amd64.deb  google-chrome-stable_current_i386.deb  mkslimjet-v3.1-noarch-7.xzm
root@porteus:/home/guest/WORK# mkgoogle-chrome google-chrome-stable_current_i386.deb
Version 47.0.2526.73-1
Parallel mksquashfs: Using 2 processors
Creating 4.0 filesystem on google-chrome-47.0.2526.73-1-i386-7duoWIF.xzm, block size 262144.
[===========================================================================================================================================|] 776/776 100%

Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144
	compressed data, compressed metadata, compressed fragments, compressed xattrs
	duplicates are removed
Filesystem size 52025.99 Kbytes (50.81 Mbytes)
	28.83% of uncompressed filesystem size (180466.19 Kbytes)
Inode table size 3158 bytes (3.08 Kbytes)
	42.73% of uncompressed inode table size (7390 bytes)
Directory table size 1358 bytes (1.33 Kbytes)
	47.19% of uncompressed directory table size (2878 bytes)
Number of duplicate files found 0
Number of inodes 137
Number of files 101
Number of fragments 11
Number of symbolic links  4
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 32
Number of ids (unique uids + gids) 1
Number of uids 1
	root (0)
Number of gids 1
	root (0)
root@porteus:/home/guest/WORK# ls
google-chrome-47.0.2526.73-1-i386-7duoWIF.xzm  google-chrome-stable_current_amd64.deb  google-chrome-stable_current_i386.deb  mkslimjet-v3.1-noarch-7.xzm
root@porteus:/home/guest/WORK# mkgoogle-chrome google-chrome-stable_current_amd64.deb
Version 47.0.2526.73-1
Parallel mksquashfs: Using 2 processors
Creating 4.0 filesystem on google-chrome-47.0.2526.73-1-x86_64-7duoWIF.xzm, block size 262144.
[===========================================================================================================================================\] 759/759 100%

Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144
	compressed data, compressed metadata, compressed fragments, compressed xattrs
	duplicates are removed
Filesystem size 51069.00 Kbytes (49.87 Mbytes)
	29.02% of uncompressed filesystem size (175963.99 Kbytes)
Inode table size 3102 bytes (3.03 Kbytes)
	42.37% of uncompressed inode table size (7322 bytes)
Directory table size 1358 bytes (1.33 Kbytes)
	46.99% of uncompressed directory table size (2890 bytes)
Number of duplicate files found 0
Number of inodes 137
Number of files 101
Number of fragments 11
Number of symbolic links  4
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 32
Number of ids (unique uids + gids) 1
Number of uids 1
	root (0)
Number of gids 1
	root (0)
root@porteus:/home/guest/WORK# ls
google-chrome-47.0.2526.73-1-i386-7duoWIF.xzm    google-chrome-stable_current_amd64.deb  mkslimjet-v3.1-noarch-7.xzm
google-chrome-47.0.2526.73-1-x86_64-7duoWIF.xzm  google-chrome-stable_current_i386.deb
root@porteus:/home/guest/WORK# exit
guest@porteus:~/WORK$ ls
google-chrome-47.0.2526.73-1-i386-7duoWIF.xzm    google-chrome-stable_current_amd64.deb  mkslimjet-v3.1-noarch-7.xzm
google-chrome-47.0.2526.73-1-x86_64-7duoWIF.xzm  google-chrome-stable_current_i386.deb
guest@porteus:~/WORK$ activate google-chrome-47.0.2526.73-1-i386-7duoWIF.xzm
Updating shared library links:  /sbin/ldconfig
guest@porteus:~/WORK$ /usr/bin/google-chrome-stable --disable-gpu
getrlimit(RLIMIT_NOFILE) failed
guest@porteus:~/WORK$ 
On 64bit Porteus.

Code: Select all

guest@porteus:/mnt/sda3/live/porteus/persist/home/guest/WORK$ ls
google-chrome-47.0.2526.73-1-i386-7duoWIF.xzm    google-chrome-stable_current_amd64.deb  mkslimjet-v3.1-noarch-7.xzm
google-chrome-47.0.2526.73-1-x86_64-7duoWIF.xzm  google-chrome-stable_current_i386.deb
guest@porteus:/mnt/sda3/live/porteus/persist/home/guest/WORK$ activate google-chrome-47.0.2526.73-1-x86_64-7duoWIF.xzm
Updating shared library links:  /sbin/ldconfig
guest@porteus:/mnt/sda3/live/porteus/persist/home/guest/WORK$ /usr/bin/google-chrome-stable --disable-gpu
xdg-settings: unknown desktop environment
guest@porteus:/mnt/sda3/live/porteus/persist/home/guest/WORK$ 
Both results were OK.

1. Please check DEB's md5sum.
2. Please check the entities of "google-chrome-47.0.2526.73-1-XXX-7duoWIF.xzm" by "lsxzm" command.

Thanks.

Re: Tool of Building Slimjet browser module

Posted: 08 Dec 2015, 22:58
by neko
1. The latest version of Slimjet is 6.0.6.0.

The debian package slimjet_i386.deb/slimjet_amd64.deb is gotten from the following site.
http://www.slimjet.com/en/

It is converted to Porteus module ".xzm" by "mkslimjet" command.
Please refer to the top article of this thread.


2. The latest version of GoogleChrome is 47.0.2526.80-1.

The debian package google-chrome-stable_current_i386.deb/google-chrome-stable_current_amd64.deb is gotten
from the following site.
https://www.google.com/chrome/browser/desktop/

It is converted to Porteus module ".xzm" by "mkgoogle-chrome" command.
Please refer to the top article of this thread.


Thanks.

Re: Tool of Building Slimjet browser module

Posted: 10 Dec 2015, 06:18
by neko
The latest version of NPAPI Adobe Flash is 11.2.202.554.

The version of Adobe Flash can be checked on the following site.
And the '.tar.gz' installation file of the latest one can be gotten from the same site.
http://www.adobe.com/software/flash/about/

The '.tar.gz' installation file can be converted to '.xzm' module by the mkflash command.

Please refer to the top article of this thread.

Thanks.

Re: Tool of Building Slimjet browser module

Posted: 16 Dec 2015, 18:16
by neko
The latest version of GoogleChrome is 47.0.2526.106-1.

The debian package google-chrome-stable_current_i386.deb/google-chrome-stable_current_amd64.deb is gotten
from the following site.
https://www.google.com/chrome/browser/desktop/

It is converted to Porteus module ".xzm" by "mkgoogle-chrome" command.
Please refer to the top article of this thread.


Thanks.

Re: Tool of Building Slimjet browser module

Posted: 20 Dec 2015, 08:03
by neko
1. The latest version of Slimjet is 6.0.8.0.

The debian package slimjet_i386.deb/slimjet_amd64.deb is gotten from the following site.
http://www.slimjet.com/en/

It is converted to Porteus module ".xzm" by "mkslimjet" command.
Please refer to the top article of this thread.


2. The latest version of Firefox is 43.0.1.

It can be downloaded and converted to '.xzm' module by the "mkfirefox" command.
Please refer to the top article of this thread.


Thanks.

Re: Tool of Building Slimjet browser module

Posted: 28 Dec 2015, 03:19
by neko
1. The latest version of Slimjet is 6.0.9.0.

The debian package slimjet_i386.deb/slimjet_amd64.deb is gotten from the following site.
http://www.slimjet.com/en/

It is converted to Porteus module ".xzm" by "mkslimjet" command.
Please refer to the top article of this thread.


2. The latest version of Firefox is 43.0.2.

It can be downloaded and converted to '.xzm' module by the "mkfirefox" command.
Please refer to the top article of this thread.


Thanks.

Re: Tool of Building Slimjet browser module

Posted: 01 Jan 2016, 03:55
by neko
The latest version of Thunderbird is 38.5.0.

It can be downloaded and converted to '.xzm' module by the "mkthunderbird" command.
Please refer to the top article of this thread.


Thanks.

Re: Tool of Building Slimjet browser module

Posted: 07 Jan 2016, 15:54
by neko
1. The latest version of Firefox is 43.0.4.

It can be downloaded and converted to '.xzm' module by the "mkfirefox" command.
Please refer to the top article of this thread.


2. The latest version of NPAPI Adobe Flash is 11.2.202.559.

The version of Adobe Flash can be checked on the following site.
And the '.tar.gz' installation file of the latest one can be gotten from the same site.
http://www.adobe.com/software/flash/about/

The '.tar.gz' installation file can be converted to '.xzm' module by the mkflash command.
Please refer to the top article of this thread.


Thanks.

Re: Tool of Building Slimjet browser module

Posted: 07 Jan 2016, 18:43
by Jack
neko wrote:1. The latest version of Firefox is 43.0.4.

It can be downloaded and converted to '.xzm' module by the "mkfirefox" command.
Please refer to the top article of this thread.


2. The latest version of NPAPI Adobe Flash is 11.2.202.559.

The version of Adobe Flash can be checked on the following site.
And the '.tar.gz' installation file of the latest one can be gotten from the same site.
http://www.adobe.com/software/flash/about/

The '.tar.gz' installation file can be converted to '.xzm' module by the mkflash command.
Please refer to the top article of this thread.


Thanks.
I just built both of them and work great. Will it build any deb packages too?