我在 Windows 中使用 Mozilla Firefox,现在我在 Debian 6 中使用 Iceweasel。这两个程序有什么区别吗?每个程序的优点和缺点是什么?哪个看起来更好?
我有一个较旧的 Debian 7 VM 用于测试。我正在尝试减少 VM 占用空间的大小,因为我的空间即将用完。我想删除 Iceweasel,因为我并不真正使用它,而且我通常可以使用wget
. 当我运行Apt
它时,它告诉我它也在删除 GNOME:
$ sudo apt-get remove iceweasel*
...
The following packages were automatically installed and are no longer required:
hyphen-en-us libfs6 task-desktop x11-apps x11-session-utils x11-xfs-utils
xinit xorg
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
icedove iceowl-extension
Suggested packages:
apparmor calendar-google-provider
The following packages will be REMOVED:
gnome gnome-core iceweasel task-gnome-desktop
The following NEW packages will be installed:
icedove iceowl-extension
0 upgraded, 2 …
Run Code Online (Sandbox Code Playgroud) 如果我转到该站点的首页,并反复向下翻页/向上翻页,速度非常快,firefox-bin (iceweasel) 使用可能 50% 的 CPU,Xorg 使用可能 40%。
但是,如果我转到 Stackoverflow 的主页,每个向下/向上页面需要大约 1.1 秒,并且 Xorg 固定整个内核(几乎 100%),但 Iceweasel 几乎不使用 CPU。
这只发生在 Iceweasel (8.0-3) 中。我已经用新的配置文件进行了测试(没有区别)。铬很好。Konqueror(尽管滚动流畅!)很好。Conkeror(基于 XULRunner)也有这个问题,但 Iceape 2.0.14(又名 Mozilla Seamonkey)没有。
我从未在其他机器上注意到这一点,即使它们在软件方面非常相似(还有 nVidia,还有 Debian 测试/不稳定)。虽然另一个更强大,所以也许我只是没有注意到它。(编辑:仔细检查,它与 Xorg 挂钩,只是时间不长。)
我已将页面的 xtrace 输出放在 pastebin 上(超过 1300 行,太长而无法在此处内联)。
我只是top
在 xterm 中观看这些。CPU是Athlon 4400+(双核);4G内存;机器没有抖动,并且测试期间没有磁盘活动(由 确认iostat -kx 10
)。显卡是使用 nVidia 驱动程序 (290.10-1) 的 GeForce 7600 GT。操作系统是 Debian 测试/不稳定;xorg 1:7.6+9。窗口管理器是 Enlightenment DR16。未使用合成。TwinView 正在使用中,带有两个 1600x1200 LCD(都是 DVI)。xorg.conf
没有什么有趣的东西——大多数东西都是自动探测的。
我该如何解决这个问题?
我最近从 Ubuntu 10.04 gnome 切换到 Debian wheezy Kde。
一切正常,除了 Iceweasel/firefox 自定义协议!
我在我的中添加了 komodo.protocol ~/.kde/share/services
:
[Protocol]
exec=python /path/to/my/script.py "%u"
protocol=komodo
input=none
output=none
helper=true
listing=
reading=false
writing=false
makedir=false
deleting=false
Run Code Online (Sandbox Code Playgroud)
这适用于 chrom(e|ium),但不适用于 Firefox。
我读过关于 firefox 应该使用 gnome 配置甚至在 Kde 下,所以我试过:
gconftool-2 -s /desktop/gnome/url-handlers/komodo/enabled --type Boolean true
gconftool-2 -s /desktop/gnome/url-handlers/komodo/command 'python /path/to/my/script.py %s' --type String
Run Code Online (Sandbox Code Playgroud)
当我在 ubuntu 上时,它曾经可以工作,但在 kde 上却没有。
任何的想法?
编辑
示例链接: komodo:/var/www/app/0/Modules/Controller/Node/Controller_Node.class.php:1202
如果我komodo /var/www/app/0/Modules/Controller/Node/Controller_Node.class.php:1202
从终端运行命令,它可以正常工作;我的 python 脚本只检查了几件事,然后运行这个命令 - 但是使用 firefox/iceweasel 它永远不会被触发。
我在 Debian Jessie / 测试中。它目前有 Iceweasel 17,但我更愿意使用更新的版本(Mozilla“Release”或“Firefox”“频道”——目前是 Iceweasel 25)。
您需要在 中添加以下条目
/etc/apt/sources.list
或一个新文件/etc/apt/sources.list.d/
:deb http://cdn.debian.net/debian不稳定主
您可以使用以下命令安装它:
Run Code Online (Sandbox Code Playgroud)$ apt-get update $ apt-get install -t unstable iceweasel
那至少会给我 Iceweasel 24,但是下次我运行时apt-get dist-upgrade
我会更新到 Debian 不稳定版,我不想这样做。我只想要更新版本的 Iceweasel(最新版本由 Mozilla 祝福“稳定”,而不是 ESR)。
所以我可以在安装 Iceweasel 后删除不稳定的存储库,但是我不会再获得安全更新,并且必须手动掌握最新的安全更新,每次有安全更新时我都必须:
好像不能那样做吧?看起来效率低下且乏味。
我也可以直接从 Mozilla 安装无品牌的“真实”Firefox,但随后我也必须手动更新,这同样不方便。
似乎我正在寻找一个apt
为 Debian Jessie / 测试维护 Firefox 或 Iceweasel的存储库?那存在吗?其他想法?
我正在使用Firefox (Iceweasel) 24
中Debian Wheezy
。当我访问https://www.youtube.com/html5 时,它显示我的浏览器不支持H.264
当我使用 转到相同的 URL 时Chrome
,它显示H.264
受支持
谷歌搜索后,我发现很少有关于此的 debian 错误报告。似乎H.264
是故意禁用的。事实上,当我about:buildconfig
在 Firefox 中访问时,我看到它已被编译--disable-gstreamer
我很困惑为什么这是禁用的。这是技术原因还是“许可证/免费软件”问题
有没有什么简单的方法可以H.264
在我的浏览器中启用(除了重新编译我自己的 iceweasel 包)?
有人可以解释一下这种情况以及为什么会出现这种情况吗?
我已经安装了所有必需的软件包:
gstreamer0.10-ffmpeg
libx264-123
libavutil51
libavformat53
libavcodec53
gstreamer0.10-plugins-good
chromium-browser
Run Code Online (Sandbox Code Playgroud) 在 Linux 上,我使用的是 Iceweasel 网络浏览器(实际上是 Firefox),在“编辑/首选项/常规/启动”中,当我在“主页”框中键入 URL 时,每次按下时硬盘灯都会亮起一个密钥(例如 www.google.com)。这看起来很奇怪(而且没有必要)。我尝试在“首选项”的其他框中输入文本,但光盘灯不亮。
你知道光盘灯为什么会亮吗,它是否表明正在发生一些偷偷摸摸和恶意的事情?
我想更改主页/默认页面(在启动时显示)。我知道如何在 iceweasel GUI(首选项)中更改它,但我想通过 SSH 远程更改它。
是否有包含默认页面的配置文件?
编辑:我需要它作为存储配置,以便在每次重新启动时显示配置页面
如何为 Iceweasel/Firefox 安装最新版本的 Adobe Flash Player?
当我尝试打开一个 php 页面时,例如:http : //minetest.net/download.php 我的浏览器不想打开它,而是想下载 php 文件。