Include chromium stub in desktop module

This commit is contained in:
TomasM
2018-03-24 17:53:10 -04:00
parent 7d986692ce
commit c08530d26a
7 changed files with 4 additions and 8 deletions
@@ -0,0 +1,38 @@
{
"AudioCaptureAllowed": false,
"account_id_migration_state": 2,
"account_tracker_service_last_update": "13154004704520013",
"alternate_error_pages": {
"enabled": false
},
"bookmark_bar": {
"show_on_all_tabs": false
},
"browser": {
"check_default_browser": false,
"has_seen_welcome_page": true,
"show_home_button": false,
"window_placement": {
"bottom": 10,
"left": 10,
"maximized": true,
"right": 10,
"top": 10
}
},
"extensions": {
"theme": {
"use_system": true
}
},
"ntp": {
"most_visited_blacklist": {
"c8e0afd1da1d9e29511240861f795a5a": null,
"eacc8c3ad0b50bd698ef8752d5ee24b6": null
}
},
"safebrowsing": {
"enabled": false,
"scout_group_selected": true
}
}
@@ -65,10 +65,9 @@ if [ -f "$EXECUTABLE" ]; then
if [ "$GUEST" = "true" -a "$EUID" -eq 0 ]; then
xhost + >/dev/null 2>/dev/null
su -c "$EXECUTABLE "$@"" guest
exit 0
exec su -c "$EXECUTABLE "$@"" guest
fi
"$EXECUTABLE" "$@"
exec "$EXECUTABLE" "$@"
fi
@@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.0
Name=Web Browser
GenericName=Web Browser
Exec=fbliveapp chromium %U
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=chromium.png
Categories=Network;WebBrowser;
MimeType=audio/*;image/*;video/*;application/pdf;application/x-pdf;text/html;text/xml;application/xhtml_xml;application/x-mimearchive;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=chromium
StartupNotify=true
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB