Skip to content

Commit da60862

Browse files
committed
micropolis: fix path and display
Micropolis runs in a maximized window, but doesn't have any fullscreen option and it relies on the WM cursor to operate.
1 parent 5f635a6 commit da60862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/ports/micropolis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function remove_micropolis() {
2929

3030
function configure_micropolis() {
3131
local binary="/usr/games/micropolis"
32-
! isPlatform "x11" && binary="XINIT-WM:/usr/bin/micropolis"
32+
! isPlatform "x11" && binary="XINIT-WMC:/usr/games/micropolis"
3333

3434
addPort "$md_id" "micropolis" "Micropolis" "$binary"
3535
}

0 commit comments

Comments
 (0)