Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
修改crossover的默认浏览器(Change the Crossover default web browser.)
Apps Section
1142
views ·
2
replies ·
To
floor
Go
anchowee
deepin
2015-01-11 07:05
Author
:
:
:
:
:
:
:
:
:
: :lol: :lol:
修改crossover的默认浏览器(Change the Crossover default web browser.)
打开终端(Open terminal),
anchowee@anchowee-asus ~/.cxoffice $ find $HOME -name "system.reg"
/home/anchowee/.config/teamviewer10/system.reg
find: `/home/anchowee/.config/enchant': Permission denied
/home/anchowee/.cxoffice/QQ/system.reg #找到QQ的配置了,然后修改里面的注册表配置。
By this step,you can find the wine register configuration,here,you can modify some environment about bottle.
Copy the Code
sudo gedit /home/anchowee/.cxoffice/QQ/system.reg
Copy the Code
然后修改里面的配置,找到这两个位置,(You need find these position.)
[Software\\Classes\\http\\shell\\open\\ddeexec\\Application] 1420874364
@="maxthon"
[Software\\Classes\\https\\shell\\open\\ddeexec\\Application] 1420874364
@="maxthon"
[Software\\Classes\\http\\shell\\open\\command] 1420879405
@="maxthon"
[Software\\Classes\\https\\shell\\open\\command] 1420879405
@="maxthon"
Here,i change it to Maxthon browser.
我这里是换成了傲游浏览器。
Reply
Like 0
Favorite
View the author
All Replies
brophy
deepin
2015-01-11 18:37
#1
如果是修改自带的qq的默认浏览器的话,你这个就太麻烦了,官方还有一个更简单的:
http://www.linuxdeepin.com/forum/7/26569?start=10
Reply
Like 0
View the author
sunnyyuu2
deepin
2015-01-12 17:24
#2
mark!谢谢分享
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Error configurar cara autenticacion biometrica
Hız
add screenshot to message sent early
HP Pavilion extremly slow
HP Printer smart tank 5105 not support
Position of the "UOS AI" Agent moved from left to right?
Popular Events
More
修改crossover的默认浏览器(Change the Crossover default web browser.)
打开终端(Open terminal),
然后修改里面的配置,找到这两个位置,(You need find these position.)
[Software\\Classes\\http\\shell\\open\\ddeexec\\Application] 1420874364
@="maxthon"
[Software\\Classes\\https\\shell\\open\\ddeexec\\Application] 1420874364
@="maxthon"
[Software\\Classes\\http\\shell\\open\\command] 1420879405
@="maxthon"
[Software\\Classes\\https\\shell\\open\\command] 1420879405
@="maxthon"
Here,i change it to Maxthon browser.
我这里是换成了傲游浏览器。