-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use envrionment.d for global variables
Signed-off-by: ZHANG Yuntian <[email protected]>
- Loading branch information
1 parent
27d0023
commit e72d461
Showing
3 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
radxa-system-config-rk3399/etc / | ||
radxa-system-config-rk3399/usr / |
4 changes: 1 addition & 3 deletions
4
...g-bookworm/etc/profile.d/99-kde-maliit.sh → .../usr/lib/environment.d/99-kde-maliit.conf
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
#!/bin/sh | ||
|
||
# Show virtual keyboard even if no touch event | ||
# https://github.com/maliit/keyboard/issues/104#issuecomment-1180427822 | ||
export KWIN_IM_SHOW_ALWAYS=1 | ||
KWIN_IM_SHOW_ALWAYS=1 |
6 changes: 2 additions & 4 deletions
6
...nfig-rk3399/etc/profile.d/99-mpp_10bit.sh → ...9/usr/lib/environment.d/99-mpp_10bit.conf
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
#!/bin/sh | ||
|
||
# Following environment variables are needed for | ||
# gstreamer to decode 10-bit H.265 video | ||
export GST_MPP_NO_RGA=0 | ||
export GST_MPP_DEC_DISABLE_NV12_10=1 | ||
GST_MPP_NO_RGA=0 | ||
GST_MPP_DEC_DISABLE_NV12_10=1 |