FrancisJoe 发表于 2008-4-20 18:19:48

自己打了一个Firefox3的包

基于FanX 2.0 ,
中文版,已安装Adobe FlashPlayer 9 (不知道这样是不是侵权了:lol: )


效果:
http://pic.yupoo.com/francis-tm/3728156e8a40/dfddt11p.jpg

需要的朋友,可以从这里下载:http://www.namipan.com/d/60822dd965838f081d915afd23e4dfb693a23ad200d0a700


不知道大家还有没有什么建议。

flyboy612 发表于 2008-4-21 10:53:49

我正在使用,不错,不过怎么才能播放baidu的MP3啊?或者说是怎么在线听歌?

FrancisJoe 发表于 2008-4-21 15:17:39

原帖由 flyboy612 于 2008-4-21 10:53 发表 http://www.linuxfans.org/bbs/images/common/back.gif
我正在使用,不错,不过怎么才能播放baidu的MP3啊?或者说是怎么在线听歌?

由于俺的声卡在Slax从来不出声音,所以也没有考虑这个问题。

还是等高考完了在好好玩玩吧:cry: 。

wjping119 发表于 2008-4-21 17:51:13

希望能上传到ftp.fanx.org.cn,帐号fanx密码fanx

wjping119 发表于 2008-4-21 17:54:30

你的菜单的字体有点挤啊,要是用了fanx2正式版就不会挤了,呵呵
fanx2正式版正在上传

flyboy612 发表于 2008-4-24 13:09:39

看了论坛有人做了个连连看的 lzm,可是我学着做了个firefox 2.0.0.14的 lzm 怎么不能用呢?
楼主把打包firefox的过程写出来啊.具体的步骤和命令
授人以鱼不如授人以渔.

choifyken 发表于 2008-4-24 13:53:26

所有for Linux的firefox都可以下载后解压直接可以运行的

右键》》新建》》到应用程序链接》》应用程序》》命令 输入 '/XXX/firefox/firefox'

就可以在桌面建立快捷方式啦
菜单上的方法类似

20055647 发表于 2008-4-26 10:12:26

请问lz用的是什么字体呢?我的字体怎么在显示器中有颜色呢?

FrancisJoe 发表于 2008-4-26 20:40:51

俺啥字体也没有用……

说道菜单字体挤的问题,其实这和Linux没啥关系,修改下firefox配置文件里面的 user-chrome.css 锁定一下字体大小就可以了。

说道编译LZM的教程,我这实在有点菜,不好意思在各位高手面前班门弄斧。
在加上最近迫于高考的压力,考完事再详细的搞搞吧。

[ 本帖最后由 FrancisJoe 于 2008-4-26 20:42 编辑 ]

flyboy612 发表于 2008-4-27 13:53:53

回复 #7 choifyken 的帖子

live cd 方式放在U盘,每次用firefox都去网站下一个?好像不是很好的主意呢.
而且,比如说firefox配置信息,每次难道都要重新做?所以最好还是做成LZM模块,这样用着方便.

不过我做了后,却不会在菜单中显示出来,所以我想知道LZ究竟是怎么做到的.

20055647 发表于 2008-4-27 16:07:38

原帖由 flyboy612 于 2008-4-27 13:53 发表 http://www.linuxfans.org/bbs/images/common/back.gif
live cd 方式放在U盘,每次用firefox都去网站下一个?好像不是很好的主意呢.
而且,比如说firefox配置信息,每次难道都要重新做?所以最好还是做成LZM模块,这样用着方便.

不过我做了后,却不会在菜单中显示出来,所 ...



How to create Slax modules

      
Create new modules

There are many ways how to create Slax modules. All commands described here work directly in Slax, but can also work in your own distribution. For that case, download linux-live scripts and run ./install. Get Linux-Live scripts here.
The following command will convert Slackware's TGZ package to Slax module:

tgz2lzm software.tgz software.lzm (这个方法是最简单的)

If you wish to modify your Slackware package before the module is created, use:

installpkg -root /tmp/aaaa software.tgz

It will install your TGZ package in different root (/tmp/aaaa here). Modify the files you need and finally convert the directory tree to a module by using:

dir2lzm /tmp/aaaa software.lzm

The following command will extract content of your Slax module to a directory in /tmp/aaaa:

mkdir /tmp/aaaa
lzm2dir software.lzm /tmp/aaaa

Make sure you have enough free space there. When the module is extracted, you can modify everything in /tmp/aaaa/, and when done, pack the module back to the .lzm format by using:

dir2lzm /tmp/aaaa software.lzm

If you just wish to browse the content of a module (without extracting it to disk), you may mount it by using the following command
mkdir /mnt/aaaa
mount -t squashfs -o loop /path/software.lzm /mnt/aaaa

上面的英文应该能看懂吧?只要能看懂就可以作lzm了。

[ 本帖最后由 20055647 于 2008-4-27 16:08 编辑 ]

FrancisJoe 发表于 2008-4-27 19:02:31

原帖由 flyboy612 于 2008-4-27 13:53 发表 http://www.linuxfans.org/bbs/images/common/back.gif
live cd 方式放在U盘,每次用firefox都去网站下一个?好像不是很好的主意呢.
而且,比如说firefox配置信息,每次难道都要重新做?所以最好还是做成LZM模块,这样用着方便.

不过我做了后,却不会在菜单中显示出来,所 ...

程序放:/usr/local/lib/
图标放:/usr/share/icons/hicolor/128x128/apps/firefox.png
执行文件放:/usr/bin/
菜单放:/usr/share/applications/kde

菜单文件:firefox.desktop,内容如下:

Type=Application
Name=Firefox
Exec=firefox
GenericName=Firefox Web Browser
GenericName=Firefox 网络浏览器
Comment=Firefox Web Browser
Comment=Firefox 网络浏览器
MimeTypes=
Icon=firefox
Categories=Qt;KDE;Network
Terminal=false

你也可以把我的lzm用lzm2dir解开看看,不就知道啦?:-D
页: [1]
查看完整版本: 自己打了一个Firefox3的包