Skip to content

Commit

Permalink
dist/ubt,deb: # xrandr: @x11-xserver-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Oct 28, 2024
1 parent e3d3f43 commit 76a9bab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion distros/src/Dockerfile.apt-debian
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ RUN \

# xrdb; +leafpad mousepad@app
# deb_none: leafpad
# xrandr: @x11-xserver-utils
RUN \
apt.sh x11-xserver-utils ; \
exit 0
Expand Down Expand Up @@ -178,6 +179,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# 预装软件: sakura geany ristretto sys-monitor engrampa asbru
# gparted
# ubt14.04_none: pnmixer plank engrampa
# xrandr: @x11-xserver-utils
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apt.sh thunar dunst clipit \
pcmanfm lxappearance \
Expand All @@ -188,7 +190,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# ln -s /usr/bin/thunar /usr/bin/pcmanfm; \
mv /usr/bin/st /usr/bin/st00; ln -s /usr/bin/sakura /usr/bin/st; \
test "14.04" == "${VER}" && exit 0; \
apt.sh pasystray xrandr plank engrampa; \
apt.sh pasystray plank engrampa; \
exit 0

# # wps: libxss1
Expand Down
5 changes: 4 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 @@ -185,6 +187,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\

# gparted
# ubt14.04_none: pnmixer plank engrampa
# xrandr: @x11-xserver-utils
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apt.sh thunar dunst clipit \
pcmanfm lxappearance \
Expand All @@ -195,7 +198,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# ln -s /usr/bin/thunar /usr/bin/pcmanfm; \
mv /usr/bin/st /usr/bin/st00; ln -s /usr/bin/sakura /usr/bin/st; \
test "14.04" == "${VER}" && exit 0; \
apt.sh pasystray xrandr plank engrampa; \
apt.sh pasystray plank engrampa; \
exit 0

# # wps: libxss1
Expand Down

0 comments on commit 76a9bab

Please sign in to comment.