-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
33,698 additions
and
171 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Allwinner T527 quad core 2GB/4GB RAM | ||
BOARD_NAME="OPI 4A" | ||
BOARDFAMILY="sun55iw3" | ||
BOOTCONFIG="sun55iw3p1_t527_defconfig" | ||
BOOT_FDT_FILE="allwinner/sun55i-t527-orangepi-4a.dtb" | ||
MODULES="bcmdhd vin_v4l2" | ||
KERNEL_TARGET="current" | ||
DISTRIB_TYPE_CURRENT="bookworm jammy" | ||
BOOT_LOGO="desktop" | ||
REVISION="1.0.0" | ||
SRC_EXTLINUX="yes" |
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 |
---|---|---|
|
@@ -31,3 +31,4 @@ ucf | |
udev | ||
whiptail | ||
wireless-regdb | ||
dconf-cli |
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 |
---|---|---|
|
@@ -19,3 +19,6 @@ sysfsutils | |
toilet | ||
u-boot-tools | ||
usbutils | ||
libpython3-dev | ||
python3-dev | ||
python3.11-venv |
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
1 change: 1 addition & 0 deletions
1
external/config/desktop/bookworm/environments/gnome/config_base/packages.uninstall
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
gdm3 |
This file was deleted.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
external/config/desktop/bookworm/environments/gnome/debian/postinst
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# overwrite stock lightdm greeter configuration | ||
if [ -d /etc/orangepi/lightdm ]; then cp -R /etc/orangepi/lightdm /etc/; fi | ||
if [ -f /etc/lightdm/slick-greeter.conf ]; then sed -i 's/orangepi-lightdm\/orangepi-default.png/warty-final-ubuntu.png/g' /etc/lightdm/slick-greeter.conf; fi | ||
|
||
if [ -f /etc/lightdm/lightdm.conf.d/11-orangepi.conf ]; then sed -i "s/user-session.*/user-session=gnome-wayland/" /etc/lightdm/lightdm.conf.d/11-orangepi.conf; fi | ||
|
||
# Disable Pulseaudio timer scheduling which does not work with sndhdmi driver | ||
if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& tsched=0/g" -i /etc/pulse/default.pa; fi | ||
|
||
# set wallpapper to armbian | ||
keys=/etc/dconf/db/local.d/00-bg | ||
profile=/etc/dconf/profile/user | ||
|
||
install -Dv /dev/null $keys | ||
install -Dv /dev/null $profile | ||
|
||
# set default shortcuts | ||
echo " | ||
[org/gnome/shell] | ||
favorite-apps = ['terminator.desktop', 'org.gnome.Nautilus.desktop', 'google-chrome.desktop', 'thunderbird.desktop', 'code.desktop', 'Zoom.desktop'] | ||
|
||
[org/gnome/desktop/background] | ||
picture-uri='file:///usr/share/backgrounds/warty-final-ubuntu.png' | ||
picture-options='zoom' | ||
primary-color='#456789' | ||
secondary-color='#FFFFFF' | ||
|
||
[org/gnome/desktop/screensaver] | ||
picture-uri='file:///usr/share/backgrounds/warty-final-ubuntu.png' | ||
picture-options='zoom' | ||
primary-color='#456789' | ||
secondary-color='#FFFFFF'" >> $keys | ||
|
||
echo "user-db:user | ||
system-db:local" >> $profile | ||
|
||
dconf update | ||
|
||
#compile schemas | ||
if [ -d /usr/share/glib-2.0/schemas ]; then | ||
glib-compile-schemas /usr/share/glib-2.0/schemas | ||
fi |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
arm64, amd64 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.