Skip to content

Commit c036dc6

Browse files
committed
fix window location bug in openbox, remove DBUS
1 parent 18c402c commit c036dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ RUN \
199199
sed -i \
200200
-e 's/NLIMC/NLMC/g' \
201201
-e '/debian-menu/d' \
202-
-e 's|</applications>| <application class="*"><maximized>yes</maximized></application>\n</applications>|' \
202+
-e 's|</applications>| <application class="*"><maximized>yes</maximized><position force="yes"><x>0</x><y>0</y></position></application>\n</applications>|' \
203203
-e 's|</keyboard>| <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|' \
204204
/etc/xdg/openbox/rc.xml && \
205205
echo "**** user perms ****" && \

0 commit comments

Comments
 (0)