committing changes in /etc after apt run
Package changes: +chromium 62.0.3202.89-1 armhf +chromium-common 62.0.3202.89-1 armhf +chromium-driver 62.0.3202.89-1 armhf +fonts-liberation 1:1.07.4-5 all +libaacs0 0.9.0-1 armhf +libasyncns0 0.8-6 armhf +libavcodec57 7:3.4.2-2+b1 armhf +libavformat57 7:3.4.2-2+b1 armhf +libavutil55 7:3.4.2-2+b1 armhf +libbdplus0 0.1.2-2 armhf +libbluray2 1:1.0.2-3 armhf +libchromaprint1 1.4.3-1 armhf +libflac8 1.3.2-2 armhf +libgme0 0.6.2-1 armhf +libgsm1 1.0.13-4 armhf +libminizip1 1.1-8 armhf +libmp3lame0 3.100-2 armhf +libmpg123-0 1.25.10-2 armhf +libogg0 1.3.2-1 armhf +libopenjp2-7 2.3.0-1 armhf +libopenmpt0 0.3.8-1 armhf +libopus0 1.2.1-1 armhf +libpulse0 11.1-5+b2 armhf +libre2-3 20170101+dfsg-1 armhf +libshine3 3.1.1-2 armhf +libsnappy1v5 1.1.7-1 armhf +libsndfile1 1.0.28-4 armhf +libsoxr0 0.1.2-3 armhf +libspeex1 1.2~rc1.2-1 armhf +libssh-gcrypt-4 0.8.0~20170825.94fa1e38-1 armhf +libswresample2 7:3.4.2-2+b1 armhf +libtheora0 1.1.1+dfsg.1-14 armhf +libtwolame0 0.3.13-3 armhf +libva-drm2 2.1.0-3 armhf +libva-x11-2 2.1.0-3 armhf +libva2 2.1.0-3 armhf +libvdpau-va-gl1 0.4.2-1+b1 armhf +libvdpau1 1.1.1-8+b3 armhf +libvorbis0a 1.3.6-1 armhf +libvorbisenc2 1.3.6-1 armhf +libvorbisfile3 1.3.6-1 armhf +libvpx4 1.6.1-3 armhf +libvpx5 1.7.0-3 armhf +libwavpack1 5.1.0-3 armhf +libwebpdemux2 0.6.1-2 armhf +libwebpmux3 0.6.1-2 armhf +libx264-152 2:0.152.2854+gite9a5903-2+rpi1 armhf +libx265-151 2.7-2 armhf +libxvidcore4 2:1.3.5-1 armhf +libzvbi-common 0.2.35-13 all +libzvbi0 0.2.35-13 armhf +mesa-va-drivers 17.3.9-1 armhf +mesa-vdpau-drivers 17.3.9-1 armhf +va-driver-all 2.1.0-3 armhf +vdpau-driver-all 1.1.1-8+b3 armhfremotes/origin/may2018
parent
6665a0ee8c
commit
c3b6b2991f
@ -0,0 +1,6 @@
|
||||
# To enable the use of libvdpau-va-gl as the default VDPAU driver,
|
||||
# uncommont the following lines. See
|
||||
# `/usr/share/doc/libvdpau-va-gl1/README.Debian` for more details.
|
||||
|
||||
# [ ! -f /usr/lib/$(arch)-$(uname -s | tr '[A-Z]' '[a-z]')-gnu/vdpau/libvdpau_va_gl.so.1 ] || \
|
||||
# export VDPAU_DRIVER=va_gl
|
@ -0,0 +1 @@
|
||||
Any files placed in this directory will be sourced prior to executing chromium.
|
@ -0,0 +1,5 @@
|
||||
# API keys assigned to Debian by Google for access to their services like sync and gmail.
|
||||
|
||||
export GOOGLE_API_KEY="AIzaSyCkfPOPZXDKNn8hhgu3JrA62wIgC93d44k"
|
||||
export GOOGLE_DEFAULT_CLIENT_ID="811574891467.apps.googleusercontent.com"
|
||||
export GOOGLE_DEFAULT_CLIENT_SECRET="kdloedMFGdGla2P1zacGjAQh"
|
@ -0,0 +1,16 @@
|
||||
# A set of command line flags that we want to set by default.
|
||||
|
||||
# Do not hide any extensions in the about:extensions dialog
|
||||
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --show-component-extension-options"
|
||||
|
||||
# Don't use the GPU blacklist (bug #802933)
|
||||
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ignore-gpu-blacklist"
|
||||
|
||||
# Don't display any warnings about not being the default browser
|
||||
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-default-browser-check"
|
||||
|
||||
# Disable pinging
|
||||
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --disable-pings"
|
||||
|
||||
# Disable the builtin media router (bug #833477)
|
||||
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --media-router=0"
|
@ -0,0 +1,2 @@
|
||||
# remote extensions on by default
|
||||
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions"
|
@ -0,0 +1,35 @@
|
||||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# PulseAudio is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
|
||||
## more information. Default values are commented out. Use either ; or # for
|
||||
## commenting.
|
||||
|
||||
; default-sink =
|
||||
; default-source =
|
||||
; default-server =
|
||||
; default-dbus-server =
|
||||
|
||||
; autospawn = yes
|
||||
; daemon-binary = /usr/bin/pulseaudio
|
||||
; extra-arguments = --log-target=syslog
|
||||
|
||||
; cookie-file =
|
||||
|
||||
; enable-shm = yes
|
||||
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
|
||||
|
||||
; auto-connect-localhost = no
|
||||
; auto-connect-display = no
|
@ -0,0 +1,3 @@
|
||||
# On linux systems, disable autospawn by default
|
||||
# If you are not using systemd, comment out this line
|
||||
autospawn=no
|
@ -0,0 +1,2 @@
|
||||
enable_flash_uv_swap=1
|
||||
disable_flash_pq_bg_color=1
|
Loading…
Reference in New Issue