/usr/share/gnome-control-center/default-apps/chromium.xml is in chromium 57.0.2987.98-1~deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE default-apps SYSTEM "gnome-da-list.dtd">
<default-apps>
<web-browsers>
<web-browser>
<name>Chromium</name>
<executable>chromium</executable>
<command>/usr/bin/chromium %s</command>
<icon-name>chromium</icon-name>
<run-in-terminal>false</run-in-terminal>
<netscape-remote>true</netscape-remote>
<tab-command>/usr/bin/chromium %s</tab-command>
<win-command>/usr/bin/chromium --new-window %s</win-command>
</web-browser>
</web-browsers>
</default-apps>
|