Skip to content

Commit

Permalink
Chromium: fix for start
Browse files Browse the repository at this point in the history
remove popup of gnome-keyring
david committed Apr 23, 2019
1 parent 4c9164d commit 9d64972
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion chromium-72.0.3626.121-0.build.sh
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ export PATH=${BUILDDIR}/${PKG}-${VERSION}/third_party/llvm-build/Release+Asserts
_chromium_conf=(
'is_debug=false'
'remove_webcore_debug_symbols=true'
'use_gnome_keyring=true'
'use_gnome_keyring=true'
'treat_warnings_as_errors=false'
'enable_nacl=true'
'use_sysroot=true'
@@ -104,4 +104,12 @@ strip $PREFIX/bin/chrome
strip $PREFIX/bin/*.so
rm $PREFIX/bin/*.TOC

cat >$PREFIX/chromium <<-EOF
#!/usr/bin/bash
$PREFIX/chrome2 --password-store=basic \${@}
EOF
cd $PREFIX
mv chrome chrome2
ln -s chromium chrome

exit

0 comments on commit 9d64972

Please sign in to comment.