Questions tagged «chrome»

Google Chrome浏览器是Google开发和发布的专有网络浏览器。它的大多数源代码都与他们的Chromium项目共享,并从中构建了免费软件(经BSD许可)的Chromium浏览器。使用该标签可以查询有关在类似Unix的系统上安装,配置或使用Chrome或Chromium Web浏览器的问题。

2
如何通过其进程PID找到Chrome标签页?
我打开了许多用于网页的Chrome标签。 每个标签都有自己的PID,例如 USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND t 3900 1.9 6.3 5718440 508660 ? Sl Jun08 188:31 /opt/google/chrome/chrome --type=gpu-process --channel=3862.0.1604359319 --supports-dual-gpus=false --gpu-driver-bug-workarounds=1,12,42 --disable-accelerated-video-decode --gpu-vendor-id=0x8086 --gpu-device-id=0x2a42 --gpu-driver-vendor --gpu-driver-version 我想知道如何从许多打开的标签中找出哪个标签对应给定的PID?
17 process  chrome 

5
如何将Chrome(不再要求是)设置为默认浏览器?
我正在运行Linux Mint Debian版(基本上是Debian测试)和Cinnamon桌面环境。每次启动时,google-chrome它都要求成为默认浏览器。我已经告诉它这样做,但我仍然会看到以下弹出窗口: 我尝试过的 在弹出窗口中单击“设置为默认值”。 将chrome设置为默认设置: 使用我的桌面环境的(肉桂色)设置应用将其设置为默认值: 通过定义此类内容的各种方式和文件将其与所有相关的mimetypes相关联: $ xdg-mime query default text/html chrome.desktop $ grep chrome .local/share/applications/mimeapps.list text/html=chrome.desktop x-scheme-handler/http=chrome.desktop x-scheme-handler/https=chrome.desktop x-scheme-handler/about=google-chrome.desktop x-scheme-handler/about=google-chrome.desktop; text/html=emacs.desktop;google-chrome.desktop;firefox.desktop; x-scheme-handler/http=chrome.desktop; $ grep chrome /usr/share/applications/defaults.list application/xhtml+xml=google-chrome.desktop text/html=google-chrome.desktop text/xml=gedit.desktop;pluma.desktop;google-chrome.desktop x-scheme-handler/http=google-chrome.desktop x-scheme-handler/https=google-chrome.desktop 在这些文件中,我用替换了所有的firefox(我以前的默认值)google-chrome。在文件的任何地方都没有定义其他浏览器: $ grep -E 'firefox|opera|chromium' /usr/share/applications/defaults.list \ .local/share/applications/mimeapps.list $ 以root身份启动chrome,以防万一,但不会让我: 使用Debian的替代系统将其设置为默认值: $ sudo update-alternatives --install /usr/bin/www-browser …

1
Chromium-启用Widevine内容解密模块
我正在尝试在Chromium中启用Widevine,以便播放来自Netflix等来源的视频。 由于我使用的是使用Chromium的Qt新浏览器,因此重新编译Chromium并不是真正的选择。我正在尝试找到一种将插件与应用程序一起交付的方法,以便Chromium默认情况下会加载它。 有关此主题的相关文章: Netflix可以使用Chrome,但不能使用Chrome? https://forum.qt.io/topic/52183/qwebengine-netflix-support/4
16 chrome  qt  chromium-os 

4
在Ubuntu 14.10上安装旧版本的google-chrome-stable
我能做的 sudo apt-get install google-chrome-stable 这将安装Chrome版本45,该版本不支持在浏览器中运行Java所需的NPAPI插件。 我正在尝试将一个或两个版本移到较旧的版本,以便可以使用此功能,但是网上没有可用的信息。 与此同时, sudo dpkg-query -l "*google-chrome*" 仅显示chrome 45。 ii google-chrome-stable 45.0.2454.101-1 amd64 The web browser from Google Chrome不允许人们使用旧版本吗? 注意:建议我使用firefox for java插件的人将获得-ve分
15 apt  chrome 

2
有没有办法从google-chrome中的当前标签获取网址?
我曾经使用python命令在firefox上执行此操作,但是最近发生了一些变化,无法再获取URL! 使用Firefox的工具: #!/bin/bash current_tab_num () { python2 <<< $'import json\nf = open("/home/username/.mozilla/firefox/xxxxx.default/sessionstore.js", "r")\njdata = json.loads(f.read())\nf.close()\nprint str(jdata["windows"][0]["selected"])' } current_tab_url () { sed -n "$(current_tab_num)p" <(python2 <<< $'import json\nf = open("/home/username/.mozilla/firefox/xxxxx.default/sessionstore.js", "r")\njdata = json.loads(f.read())\nf.close()\nfor win in jdata.get("windows"):\n\tfor tab in win.get("tabs"):\n\t\ti = tab.get("index") - 1\n\t\tprint tab.get("entries")[i].get("url")') } current_tab_url 谁能告诉我如何在Firefox和/或Chrome中执行此操作? 注意:我不了解python,我只是在某个地方找到了这些命令,并在bash中使用了它们!

4
Chrome启动时骚扰我获取钥匙串密码
应用程序要访问密钥环“默认密钥环” Chrome / Chromium每次打开时都会提示我输入密码。我不知道为什么它没有直接与操作系统集成以通过登录解锁,但是没有任何明显的解决方法。 我读到我需要 rm ~/.gnome2/keyrings/default.keyring 但是在没有GNOME的Xfce安装中没有这样的文件。
13 password  xfce  chrome 

3
为什么我在没有终端的情况下关闭终端机,却杀死了铬浏览器?
这个问题很老,我仍然不清楚为什么。 2014年的原始问题: 在“ Gnome终端”选项卡中,我运行了 $ nohup chromium-browser & 但是,当我关闭终端选项卡时,chromium-browser也会退出。不nohup应该防止这种情况吗?吉尔斯说: 可以说nohup和disown都可以抑制SIGHUP,但是方式不同。nohup使程序最初忽略该信号(程序可能会对此进行更改)。nohup还尝试安排该程序不具有控制终端,以便在终端关闭时内核不会将其发送给SIGHUP。抛弃纯粹是在壳内部;它导致外壳终止时不发送SIGHUP。 那么,nohup不会使铬浏览器忽略SIGHUP吗? 我也在其他可执行文件(例如和Emacs(GUI模式))上看到了这一点。但不是在xeyes上。 发布问题时,这是在32位Ubuntu 12.04上发生的。 2015年更新, 现在我正在运行Ubuntu 14.04,google-chrome而不是已chromium-browser安装。以前发生在铬浏览器上的事情现在也发生在google-chrome上。nohup google-chrome 2>/dev/null &关闭终端选项卡时不会关闭它。/usr/bin/google-chrome是bash脚本的链接/opt/google/chrome/google-chrome。为什么nohup应用于bash脚本不起作用?我们如何使其在bash脚本上起作用?那么Python脚本呢?
12 chrome  nohup 

1
如何交叉编译Chromium for ARM?
目标 我需要在mini210s运行Linux 3.0.8 armv7l的 FriendlyARM 上安装Chromium 环境 Ubuntu Precise64的无家可归盒 depot_tools按照以下准则进行安装获得代码和 Linux Chromium ARM 工具链depot_tools 得到后depot_tools: vagrant@vagrant:~/depot_tools$ fetch chromium 环境变量 export GYP_CROSSCOMPILE=1 export GYP_DEFINES="target_arch=arm arm_float_abi=hard" 依存关系 vagrant@vagrant:~/depot_tools/src$ ./chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py --arch=arm Installing Debian Wheezy arm root image: /home/vagrant/depot_tools/src/chrome/installer/linux/debian_wheezy_arm-sysroot Downloading http://storage.googleapis.com/chrome-linux-sysroot/toolchain/285950/debian_wheezy_arm_sysroot.tgz build/install-build-deps.sh --arm build/install-build-deps-android.sh gclient sync 编译 build/gyp_chromium -Goutput_dir=out_arm ninja -C out_arm/Debug chrome 失误 …


2
创建bash完成脚本以等号后自动完成路径?
我想创建一个bash完成脚本,该脚本可以识别形式为--arg和的参数--some-arg=file。 在阅读了本教程和中的一些示例之后/usr/share/bash_completion/completions/,我编写了以下脚本(以节省使用Chromium键入一些标志的时间): _chromium() { local cur prev opts COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" # Some interesting options opts=" --disable-web-security --easy-off-store-extension-install --incognito --load-extension= --pack-extension= --pack-extension-key= --user-data-dir= " # Handle --xxxxxx=file if [[ ${cur} == "--"*"=" ]] ; then # Removed failures (is my logic OK?) return 0 fi # Handle other options if …

3
如何更改铬的语言?
我已经安装了铬,但是在默认情况下,它在其UI和网站中使用母语(德语)深深地吸引了我。 我要英语回来,就像Firefox一样。我正在使用archlinux的默认软件包。我查看了设置对话框,但没有发现任何有用的信息。
11 chrome  i18n 



2
拒绝Flash插件访问(特定)网络摄像头
我最近购买了一个外部摄像头,可以与OpenCV一起使用。它在Debian中开箱即用,但我意识到当我浏览包含Flash内容的任何网站(youtube,soundcloud)时,网络摄像头上的活动LED会闪烁,这时其他应用程序(如Cheese)无法访问网络摄像头。 。 自然,我拒绝了Flash Player上下文菜单中的网络摄像头访问权限,并选择了另一个与该插件一起使用的内置摄像头,但问题仍然存在。 我认为(尽管我不确定),这一切都是在我第一次将Flash插件设置为使用此网络摄像头时开始的,但我认为它没有在此之前发生。但是仍然清除flashplayer-nonfree并重新安装它不会改变任何东西。 有没有一种方法可以防止Flash插件激活此特定的网络摄像头,同时又可将其用于其他应用程序?或者,也许还有办法恢复情况的状态之前,我第一次接触闪光灯设置,但之后我的相机插入(假定我没记错的话)? 我正在使用更新的Debian压缩程序和Microsoft LifeCam Studio网络摄像头。我正在谈论的浏览器是Chrome v.0.1.180.57。 编辑:这仅在使用chrome时仍然存在,当我切换到iceweasel时,这没有发生。我猜想这可能与铬有关。


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.