Orange Pi 800: Fix keyboard volume keys
This commit is contained in:
parent
2634b6266c
commit
dbc05c55fe
|
|
@ -13,7 +13,13 @@ SERIALCON=${SERIALCON:=$([ $BRANCH == "legacy" ] && echo "ttyFIQ0:1500000" || ec
|
||||||
GOVERNOR="ondemand"
|
GOVERNOR="ondemand"
|
||||||
BOOTBRANCH="branch:v2020.10-rockchip64"
|
BOOTBRANCH="branch:v2020.10-rockchip64"
|
||||||
PACKAGE_LIST_FAMILY="ethtool"
|
PACKAGE_LIST_FAMILY="ethtool"
|
||||||
PACKAGE_LIST_DESKTOP_FAMILY="fcitx fonts-wqy-zenhei"
|
|
||||||
|
if [[ $RELEASE == "jammy" ]]; then
|
||||||
|
PACKAGE_LIST_DESKTOP_FAMILY="fcitx fonts-wqy-zenhei xfce4-volumed"
|
||||||
|
else
|
||||||
|
PACKAGE_LIST_DESKTOP_FAMILY="fcitx fonts-wqy-zenhei"
|
||||||
|
fi
|
||||||
|
|
||||||
[[ $BRANCH != "next" ]] && PACKAGE_LIST_FAMILY_REMOVE="mpv"
|
[[ $BRANCH != "next" ]] && PACKAGE_LIST_FAMILY_REMOVE="mpv"
|
||||||
|
|
||||||
RKBIN_DIR="$EXTER/cache/sources/rkbin-tools"
|
RKBIN_DIR="$EXTER/cache/sources/rkbin-tools"
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,9 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="appearance" type="uint" value="1"/>
|
<property name="appearance" type="uint" value="1"/>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="plugin-16" type="string" value="pulseaudio">
|
||||||
|
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
|
||||||
|
</property>
|
||||||
<property name="plugin-3" type="string" value="tasklist"/>
|
<property name="plugin-3" type="string" value="tasklist"/>
|
||||||
<property name="plugin-15" type="string" value="separator">
|
<property name="plugin-15" type="string" value="separator">
|
||||||
<property name="expand" type="bool" value="true"/>
|
<property name="expand" type="bool" value="true"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue