Skip to content

Commit

Permalink
Merge pull request #3075 from 01micko/bugfix-jwm
Browse files Browse the repository at this point in the history
rootfs-petbuilds/jwm: bugfix for 'move' bug. closes #3073
  • Loading branch information
01micko authored May 9, 2022
2 parents 89b7665 + a99b896 commit 168295b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions woof-code/rootfs-petbuilds/jwm/move-237.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
This patch fixes petbuild JWM-2.3.7 crash report #3073
reported by 'gychang'
https://forum.puppylinux.com/viewtopic.php?p=56878#p56878
fix from jwm by author 'rdnvdr' - Andrey Rodionov 20170930
commit bc58de37452d843e6e2e50b4c67be1f1585a6ccb
diff -rupN jwm-2.3.7.orig/src/move.c jwm-2.3.7/src/move.c
--- jwm-2.3.7.orig/src/move.c 2022-05-09 12:57:19.033983641 +1000
+++ jwm-2.3.7/src/move.c 2022-05-09 12:58:50.537984994 +1000
@@ -333,6 +333,7 @@ char MoveClientKeyboard(ClientNode *np)
} else {
height = np->height;
}
+ currentClient = np;

for(;;) {

3 changes: 2 additions & 1 deletion woof-code/rootfs-petbuilds/jwm/petbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ download() {
build() {
tar -xJf jwm-2.3.7.tar.xz
cd jwm-2.3.7
patch -p1 < ../move-237.patch
./configure --prefix=/usr --sysconfdir=/etc
make install
}
}

0 comments on commit 168295b

Please sign in to comment.