linux firefox提示“firefox is already running”的解決方法
背景
linux下,多使用者通過vnc訪問指定IP,比如192.168.2.94。
不同使用者執行firefox,firefox程序存在且僅能存在一個。
記錄一下,以備不時之需。
解決方法
firefox每次啟動,會關聯一個profile。
預設在~/.mozilla/firefox/xxxx.default目錄裡。
linux firefox提示“firefox is already running”的時候,
只需要cp -r ~/.mozilla/firefox/xxxx.default ~/.mozilla/firefox/xxxx.default-1
然後執行firefox –profile ~/.mozilla/firefox/xxxx.default-1即可。
相關推薦
android studio運行時報錯AVD Nexus_5X_API_P is already running解決辦法
鎖定文件 選擇 rac nbsp rfi delete api not use 運行剛搭建好的Android環境時會報這種錯誤: AVD Nexus_5X_API_P is already running. If that is not t
Trying to set the device owner, but device owner is already set.解決方法
在測試CTS Verifier 中Device Owner Test 的時候報錯: $ adb shell dpm set-device-owner 'com.android.cts.emptydeviceowner/.EmptyDeviceAdmin' $ adb shell dpm
Linux yum提示Loaded plugins錯誤的解決方法
在linux中使用yum時出現如下錯誤:Loaded plugins: fastestmirror, securityExisting lock /var/run/yum.pid: another copy is running as pid 4733.Another app
linux下提示:command not find解決方法
在linux下我們經常輸入某些命令時經常出現提示說:command notfind。對此網上已經有很多人對此作了闡述,但是對於菜鳥來說可能仍然不理解,下面我我對這個做一下詳細說明。 首先 當出現 command notfind時肯定是環境變數的問題,所以得修改環境變數。下
linux firefox提示“firefox is already running”的解決方法
背景 解決方法 背景 linux下,多使用者通過vnc訪問指定IP,比如192.168.2.94。 不同使用者執行firefox,firefox程序存在且僅能存在一個。 記錄一下,以
firefox is already running..在linux中使用firfox出現的問題
中文版顯示:Firefox 已經在執行,但是沒有響應。如要開啟新視窗,您必須先關閉該 Firefox 程序,或者重新啟動您的系統。 英文版顯示:Firefox is already running, but is not responding. To open a new window, y
Firefox is already running,實際後臺查不到程序了
Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.” 解決方法如
Event事件的相容性(火狐firefox提示event is not defined)
window.event問題 問題說明:window.event 只能在IE下執行,而不能在Firefox下執行,這是因為Firefox的event只能在事件發生的現場使用。 解決方法:在事件發生的函式上加上event引數,在函式體內(假設形參為evt)使用 var myEvent = ev
svn is already locked解決方案
tortoise lock clean 出現 already del 沒有 temp ted 在出錯文件夾下,鼠標右鍵TortoiseSVN->Clean up. SVN錯誤:Attempted to lock an already-locked dir 1、出現這個
織夢安裝後提示Function ereg_replace() is deprecated的解決方法
織夢 安裝 strong min dede onf replace 提示 function 織夢 dedecms v5.6 安裝後提示 Deprecated: Function ereg_replace() is deprecated in D:\www\dede\conf
使用create-react-app時的something is already running on port 3000
今天 eth 解決 down read 開啟 使用 port react 問題: 自己今天在使用create-react-app搭建react應用的時候,開啟了兩個React app,然後npm start的時候,出現something is already running
linux網路connect: network is unreachable的解決記錄
方案1:參照https://blog.csdn.net/liu911025/article/details/73431468?locationNum=3&fps=1的文章做修改 我也認為是網路沒配置好,因為虛擬機器別的系統能正常訪問,而這個linux不能,十有八九處在網路配置上。 好
Git: Github提示Key is already use
背景:在Github中為使用者新增SSH Key的時候報Key is already use,根據錯誤提示很顯然,所新增的SSH Key已經被其他賬號使用後,才會出現這個錯誤。現在有兩種解決辦法,第一,找到帳號刪除Key;第二,重新生成Key 找到使用該Key的帳號,在Github個人資訊中有SS
處理:/var/redis/run/redis_6379.pid exists, process is already running or crashed
處理:/var/redis/run/redis_6379.pid exists, process is already running or crashed 2017年01月21日 23:02:15 luozhonghua2014 閱讀數:17448更多 個人分類: lin
redis故障處理 process is already running or crashed
redis故障處理 process is already running or crashed 2018-05-10 10:50:24 1348次 redis故障處理 process is already running or crashed 新裝redis後設置密碼,設定完
vncserver啟動報錯root A VNC server is already running as :1
在重啟kvn物理伺服器後啟動vncserver服務時報錯,如下 [[email protected] ~]# service vncserver start Starting VNC serv
mysql登入提示ERROR 1524 (HY000): Plugin 'unix_socket' is not loaded解決方法
1 /etc/init.d/mysql stop 2 3 4 vim /etc/my.cnf新增 skip-grant-tables 5 mysql -u root 6 use mysql; 7 update user set password=PASSWORD("mynewpassword") wh
mysql啟動報錯,提示MySQL is not running, but PID file exists
mysql所在機器關機重啟後,mysql無法啟動,啟動一直報錯MySQL is not running, but PID file exists, 嘗試了所有的啟動方式,都無法啟動,在使用mysqld
Selenium 3.x 與firefox不相容的一種解決方法
安裝Selenium後無法呼叫firefox瀏覽器,很可能是缺少了geckodriver這個驅動 前提條件: win10+Selenium3.5.0+firefox55.0.2 (64 位) 1. 下載geckodriver:https://github.
Deepin Linux 15.7在安裝過程中未出現提示輸入root密碼的解決方法
今天,我通過U盤進行Deepin Linux 15.7的全新安裝後,在進行MySQL的安裝過程中未出現輸入root密碼的提示,結果無論如何也無法登入MySQL,經過一番百度之後,發現這種情況下生成的相關使用者名稱和密碼都儲存在【 /etc/mysql/debia