Skip to content

Commit

Permalink
dist/x3 sync headless
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2024
1 parent 1cfad7b commit c57d120
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
15 changes: 8 additions & 7 deletions distros/src/Dockerfile.apk-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\

# # flameshot-lib-err; engrampa-mate-deskDeps; ibus-tray-err;
# # pnmixer/clipit-segfault-err; lxapperance-func-err;
# alpine_none: flameshot
# RUN apk add --no-cache \
# ibus flameshot \
# clipit pnmixer lxappearance engrampa
Expand All @@ -138,19 +139,19 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# # sakura lxtask lxappearance

# Apps2
# lxtask: none
# alpine_none: plank
# sakura #@3.19
# lxtask: none
# rofi clipit pnmixer lxappearance \ #@3.19
# thunar tint2
# v3.13: +rofi clipit pnmixer lxappearance
# pnmixer> pasystray
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
test "3.13" == "${VER}" && apk add --no-cache rofi clipit pasystray lxappearance; \
test "3.19" == "${VER}" && apk add --no-cache sakura rofi clipit pasystray lxappearance; \
test "3.13" == "${VER}" && apk add --no-cache rofi clipit pasystray xrandr lxappearance engrampa; \
test "3.19" == "${VER}" && apk add --no-cache sakura rofi clipit pasystray xrandr lxappearance engrampa; \
exit 0;

# XFCE4
# plank #none
# rofi clipit pnmixer lxappearance \ #@3.19
# thunar tint2
# xfdesktop4 > xfdesktop @alpine3.19
# v3.1: xfwm4 (4.10.1-r0)
# v3.2: xfwm4 (4.12.3-r0)
Expand All @@ -169,7 +170,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# 2536 kB #18.9 MB > 14.3 MB
apk add --no-cache \
pcmanfm mousepad; \
pcmanfm mousepad scrot; \
match1=$(echo "${VER}" |grep -E "3.1$|3.2$"); \
test -z "$match1" && apk add --no-cache leafpad; \
exit 0;
Expand Down
4 changes: 3 additions & 1 deletion distros/src/Dockerfile.apt-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ RUN \

# xrdb; +leafpad mousepad@app
# 24.04_none: leafpad
# xrandr: @x11-xserver-utils
RUN \
apt.sh x11-xserver-utils ; \
test "24.04" != "${VER}" && apt.sh leafpad; \
Expand Down Expand Up @@ -125,6 +126,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\

# AUD img: 546MB[239M]> 560MB
# INPUT img: 546MB[239M]> 658MB[252M]
# librime-data-wubi> rime-data-wubi
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apt.sh \
# Audio 39.8 MB
Expand Down Expand Up @@ -227,7 +229,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# 24.04_none: leafpad
# xrandr: @x11-xserver-utils
RUN \
apt.sh x11-xserver-utils ; \
apt.sh x11-xserver-utils git mousepad scrot ; \
test "24.04" != "${VER}" && apt.sh leafpad; \
exit 0

Expand Down
4 changes: 2 additions & 2 deletions distros/src/Dockerfile.zyp-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG REPO=
ARG VER=15.5
FROM ${REPO}infrastlabs/x11-base:rootfs AS rootfs

# 20.04> 24.04: betterThemeView
# # 20.04> 24.04: betterThemeView
# FROM --platform=linux/amd64 registry.cn-shenzhen.aliyuncs.com/infrastlabs/x11-base:app-ubuntu-24.04 AS ubt
# FROM scratch AS res
# COPY --from=ubt /usr/share/themes/Greybird /usr/share/themes/Greybird
Expand Down Expand Up @@ -119,7 +119,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# xrdb-font
xrdb git \
# vim, locale, ping; ubt:iptuils-ping; vim 2.2M;
iputils vim \
iputils vim scrot \
# dbus-x11: perp> xfce4-session: err #hand run> xfce4-session: ok
dbus-1-x11; \
exit 0
Expand Down

0 comments on commit c57d120

Please sign in to comment.