Skip to content

Commit 00c9e40

Browse files
author
sam#gemmi-win10
committed
notes05: #xfce4; mergeItems
1 parent 0649ab5 commit 00c9e40

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

build/Dockerfile.x11base.dbg

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,6 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
138138
# strip --remove-section=.note.ABI-tag /usr/lib/aarch64-linux-gnu/libQt5Core.so.5; \
139139
# exit 0
140140

141-
# XFCE4
142-
# tint2
143-
# plank rofi clipit pnmixer lxappearance thunar \
144-
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
145-
apt.sh \
146-
# 2536 kB #18.9 MB > 14.3 MB
147-
xfwm4 xfdesktop4 \
148-
xfce4-notifyd xfce4-settings xfce4-session; \
149-
exit 0
150-
151141
# gparted
152142
# ubt14.04_none: pnmixer plank engrampa
153143
# pnmixer> pasystray
@@ -163,22 +153,35 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
163153
# ln -s /usr/bin/thunar /usr/bin/pcmanfm; \
164154
# mv /usr/bin/st /usr/bin/st00; ln -s /usr/bin/sakura /usr/bin/st; \
165155
# test "14.04" == "${VER}" && exit 0; \
166-
apt.sh plank engrampa; \
156+
apt.sh plank engrampa x11-xserver-utils git mousepad scrot ; \
157+
test "24.04" != "${VER}" && apt.sh leafpad; \
167158
exit 0
168159

169-
# OHMYBASH
170-
# git ohmybash # \12.6 MB
171-
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
172-
apt.sh git mousepad; \
173-
exit 0
160+
# # OHMYBASH
161+
# # git ohmybash # \12.6 MB
162+
# RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
163+
# apt.sh git mousepad; \
164+
# exit 0
165+
166+
# # xrdb; +leafpad mousepad@app
167+
# # 24.04_none: leafpad
168+
# # xrandr: @x11-xserver-utils
169+
# RUN \
170+
# apt.sh x11-xserver-utils git mousepad scrot ; \
171+
# test "24.04" != "${VER}" && apt.sh leafpad; \
172+
# exit 0
173+
174+
175+
# # XFCE4
176+
# # tint2
177+
# # plank rofi clipit pnmixer lxappearance thunar \
178+
# RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
179+
# apt.sh \
180+
# # 2536 kB #18.9 MB > 14.3 MB
181+
# xfwm4 xfdesktop4 \
182+
# xfce4-notifyd xfce4-settings xfce4-session; \
183+
# exit 0
174184

175-
# xrdb; +leafpad mousepad@app
176-
# 24.04_none: leafpad
177-
# xrandr: @x11-xserver-utils
178-
RUN \
179-
apt.sh x11-xserver-utils git mousepad scrot ; \
180-
test "24.04" != "${VER}" && apt.sh leafpad; \
181-
exit 0
182185

183186
# firefox: ubt2204+>> @snap: snap install firefox
184187
# RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\

0 commit comments

Comments
 (0)