mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-25 02:22:13 +08:00
a654b665fe
- the chromium flag file is now installed by default to /etc/chromium - we're diverged from Arch as they're using customized launcher while we still based ours on gentoo and Debian, as the legacy one provided by Arch
8 lines
272 B
Bash
8 lines
272 B
Bash
# Include this script from /etc/chromium-browser/default to enable
|
|
# the Adobe/Google Pepper Flash plugin.
|
|
|
|
FLASH_VERSION=@FLASH_VERSION@
|
|
|
|
CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so \
|
|
--ppapi-flash-version=$FLASH_VERSION"
|